source/
source/bounty/
source/challenge/
source/gods/
source/log/
source/mobprogs/
source/player/
source/savemud/
>greet_prog 5~
say Hail, $n. Go about your business.
nod $n
~
>rand_prog 10~
if rand(50)
	pmote shifts his weight carefully.
else
	pmote ushers you along with a tip of $s sabre.  
endif 
~ 
|