FlCodebase3.1/
FlCodebase3.1/bounty/
FlCodebase3.1/challenge/
FlCodebase3.1/clans/
FlCodebase3.1/gods/
FlCodebase3.1/mobprogs/
FlCodebase3.1/player/
FlCodebase3.1/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
~
|