source/
source/bounty/
source/challenge/
source/gods/
source/log/
source/mobprogs/
source/player/
source/savemud/
>entry_prog 5~
say I am the Enforcer of Law, Guardian of Val Miran.
say You better observe the laws while I'm around.
~
>rand_prog 10~
if rand(50)
	pmote examines $r carefully.
else
	pmote looks at $r intently, a suspicious look on his face.
endif 
~
|