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 Val Miran is so lovely in the summertime.
		smile self
	else
		say I hear the King's new palace is finished!
		smile
	endif
endif
~
|