source/
source/bounty/
source/challenge/
source/gods/
source/log/
source/mobprogs/
source/player/
source/savemud/
>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
~
|