FlCodebase3.1/
FlCodebase3.1/bounty/
FlCodebase3.1/challenge/
FlCodebase3.1/clans/
FlCodebase3.1/gods/
FlCodebase3.1/mobprogs/
FlCodebase3.1/player/
FlCodebase3.1/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
~
|