source/
source/bounty/
source/challenge/
source/gods/
source/log/
source/mobprogs/
source/player/
source/savemud/
>entry_prog 10~
say Can you help me?  I'm lost.
~
>rand_prog 3~
if rand(33)
	pmote examines a map carefully.
else
	if rand(50)
		ponder
	else
		boggle
	endif
endif
~
|