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