source/
source/bounty/
source/challenge/
source/gods/
source/log/
source/mobprogs/
source/player/
source/savemud/
>rand_prog 3~
if rand(33)
	emote peers around $k, looking for criminals.
else
	if rand(40)
		say Greetings, citizen of Val Miran.
	else
		emote struts around in $l shiny armor.
	endif
endif
~
|