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