/
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/
>rand_prog 3~
if rand (50)
	pmote whips out a dagger.
else
	echo You get the feeling that someone is watching you.
endif
~
>greet_prog 5~
if rand (50)
	say You'll never catch me!
else
	grin $n
endif
~
|