forsaken/bounty/
forsaken/challenge/
forsaken/gods/
forsaken/log/
forsaken/mobprogs/
forsaken/player/
forsaken/savemud/
>rand_prog 1~
if rand(20)
	emote barks loudly.
else
	if rand(25)
		emote wags its tail playfully.
	else
		emote pounces around playfully.
	endif		
endif
~
|