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 1~
if rand(50)
	pmote loses his balance and falls into the mud.
else
	pmote squishes around in the mud.
endif
~
|