/
area/city/
area/crypts/
area/guilds/
area/psuedowild/
area/religion/
data/documents/MPDocs/
data/html/
data/mobprogs/
data/quest/
data/world/
data/world/_utilities/
data/world/images/
design/html/
notes/
player/
>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
~
|