/
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 isasleep($i)
  break
endif
if rand(50)
	say Beware the roads around Miruvhor, the dead travel fast...
else
	load obj 1622
	emote places the potion on the shelf.
	shiver
	say I hate to think of what travels the roads this night.. 
endif
~
|