source/
source/bounty/
source/challenge/
source/gods/
source/log/
source/mobprogs/
source/player/
source/savemud/
>greet_prog 75~
if isnghost ($n)
yell Wah tze nee de da bien, $N!
murder $n
endif
~
>rand_prog 3~
mpasound You hear someone cackling.
if rand(50)
	cackle
else
	drool
endif
~
|