/
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 isgood($n)
	if isnghost ($n)
		say Light shall fail and darkness will prevail.
		yell Die $N!
		murder $n
	else
		say Light shall fail and darkness will prevail.
	endif
endif
if isevil($n)
	cackle
else
	say Come join my dominion, $N.
	endif
endif
~
|