forsaken/bounty/
forsaken/challenge/
forsaken/gods/
forsaken/log/
forsaken/mobprogs/
forsaken/player/
forsaken/savemud/
>rand_prog 3~
if rand(50)
	pmote flaps its wings.
else
	pmote breathes out a ball of flame.
endif
~
>fight_prog 3~
if rand(50)
	pmote flies into the air and positions $kself.
else
	pmote rears up and lunges at $N.
endif
~
|