source/
source/bounty/
source/challenge/
source/gods/
source/log/
source/mobprogs/
source/player/
source/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
~
|