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