source/
source/bounty/
source/challenge/
source/gods/
source/log/
source/mobprogs/
source/player/
source/savemud/
>greet_prog 25~
if isnghost ($n)
say What are you doing here?
yell Die $N!
murder $n
endif
~
>rand_prog 5~
if isnghost ($n)
say What are you doing here, $N?
murder $n
endif
~
|