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 3~
if rand(50)
	pmote wipes the sweat off of $l brows.
else
	pmote raises a pick and smashes it against the wall.
endif
~
|