/
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 israce($n) == 2
	say Welcome to the Valley of the Elves, $N.
else
	if isnghost ($n)
	if sex ($i) == 1
		smile $N
	        say Welcome to the Camp, Sister $N.
	else
		say Seek inner peace within nature, $N.
	endif
	endif
endif
~
|