forsaken/bounty/
forsaken/challenge/
forsaken/gods/
forsaken/log/
forsaken/mobprogs/
forsaken/player/
forsaken/savemud/
>greet_prog 75~
if isnghost ($n)
yell Don't interrupt my class, $N!
murder $n
endif
~
>rand_prog 3~
if rand(50)
	say Pay attention.
else
	say This is the proper way to...
endif
~
|