source/
source/bounty/
source/challenge/
source/gods/
source/log/
source/mobprogs/
source/player/
source/savemud/
>greet_prog 5~
if sex ($n) == 1
	say Heyth babyth...  Whyth don'th youth jointh meth?
else
	if sex ($n) == 2
		say Hey baby...  Why don't you join me?
	endif
endif
wink $n
~
>rand_prog 3~
	pmote splashes water around.
~
|