source/
source/bounty/
source/challenge/
source/gods/
source/log/
source/mobprogs/
source/player/
source/savemud/
>greet_prog 75~
if isnghost ($n)
yell How dare you interrupt my important work, $N!
murder $n
endif
~
>rand_prog 3~
if rand(50)
	pmote writes something down furiously.
else
	pmote pauses and examines $l work.
endif
~
|