source/
source/bounty/
source/challenge/
source/gods/
source/log/
source/mobprogs/
source/player/
source/savemud/
>entry_prog 10~
say Lovely day, isn't it?.
~
>rand_prog 3~
if rand(33)
	pmote moves about busily.
else
	if rand(50)
		say My sister got mugged in the K'Dan last week.
		sigh
	else
		say The Underdark is no place for visitors.
		smirk
	endif
endif
~
|