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