source/
source/bounty/
source/challenge/
source/gods/
source/log/
source/mobprogs/
source/player/
source/savemud/
>greet_prog 100~
if iscabal($t) == 1
	if rand(50)
		say Greetings $N, welcome back to the castle.
	else
		say Greetings $N, may you slay the evil that plagues this land.
	endif
endif
~
|