/
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 5~
if rand(50)
	say Come here, baby
endif
if rand(50)
	giggle
endif
~
>fight_prog 10~
if inroom($i) = 9687
	say Help, help!
endif
~
|