/
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 75~
if isnghost ($n)
yell Do not interrupt me, $N!
murder $n
endif
~
>rand_prog 3~
if rand(50)
	pmote puts his hand on a wand and causes it to glow.
else
	pmote puts his hand on a staff and causes it to glow.
endif
~
|