FlCodebase3.1/
FlCodebase3.1/bounty/
FlCodebase3.1/challenge/
FlCodebase3.1/clans/
FlCodebase3.1/gods/
FlCodebase3.1/mobprogs/
FlCodebase3.1/player/
FlCodebase3.1/savemud/
>rand_prog 3~
if rand(50)
	pmote looks at you sourly.
else
meditate
endif
~

>fight_prog 3~
if rand(10)
  yell Treason!  You dare defy me???!!
endif
if rand(25)
  pmote swings his staff with ease.
endif
if rand(40)
  pmote eyes burn very bright as the battle continues.
endif

~
|