/
area/city/
area/crypts/
area/guilds/
area/psuedowild/
area/religion/
data/documents/MPDocs/
data/html/
data/mobprogs/
data/quest/
data/world/
data/world/_utilities/
data/world/images/
design/html/
notes/
player/
>greet_prog 15~
if rand(25)
	pmote steps aside and allow you to pass $m.
else
	if rand(60)
		say I'll be keeping my eye on you, $n.
	else
		pmote examines $n carefully.
	endif
endif
~
>rand_prog 5~
pmote peers around $mself in search of criminals.
~
|