source/
source/bounty/
source/challenge/
source/gods/
source/log/
source/mobprogs/
source/player/
source/savemud/
>time_prog 10~
if istime (18) = 6
	grumble
	say I hate working the night shift.
else
	say Another day of hard work.
endif
~
>rand_prog 3~
if rand(50)
	ponder
else
	pmote examines his surroundings closely.
endif
~
|