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