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