FlCodebase3.1/
FlCodebase3.1/bounty/
FlCodebase3.1/challenge/
FlCodebase3.1/clans/
FlCodebase3.1/gods/
FlCodebase3.1/mobprogs/
FlCodebase3.1/player/
FlCodebase3.1/savemud/
>rand_prog 3~
if rand(33)
	say What has 4 legs in the morning, 2 legs in the afternoon, and 3 legs at night?
else
	if rand(50)
		say How much wood can a woodchuck chuck if a woodchuck could chuck wood?
	else
		say When is a door not a door?
	endif
endif
~
|