FlCodebase3.1/
FlCodebase3.1/bounty/
FlCodebase3.1/challenge/
FlCodebase3.1/clans/
FlCodebase3.1/gods/
FlCodebase3.1/mobprogs/
FlCodebase3.1/player/
FlCodebase3.1/savemud/
>greet_prog 75~
if isnghost ($n)
yell Do not interrupt me, $N!
murder $n
endif
~
>rand_prog 3~
if rand(50)
	pmote puts his hand on a wand and causes it to glow.
else
	pmote puts his hand on a staff and causes it to glow.
endif
~
|