forsaken/bounty/
forsaken/challenge/
forsaken/gods/
forsaken/log/
forsaken/mobprogs/
forsaken/player/
forsaken/savemud/
>speech_prog p Help, help!~
if isnghost ($n)
if ispc($n)
	yell Hands off the Sultan's harem, $N!
	murder $n
endif
endif
~
>rand_prog 3~
if ispc($r)
	pmote watches $R suspiciously.
endif
~
|