/
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 50~
if isnghost ($i)
if inroom ($i) != 2216
	say You do not belong here!
	murder $n
endif
endif
~
>speech_prog p Die Fool!~
if ispc ($r)
if isnghost ($i)
	murder $r
endif
endif
~
|