source/
source/bounty/
source/challenge/
source/gods/
source/log/
source/mobprogs/
source/player/
source/savemud/
>rand_prog 1~
if rand(50)
   mpasound You hear someone screaming in agony.
else
   ' Please!  No more of this torture!
endif
~

>act_prog p looks~
if rand(50)
  ' Help me.  Please.
else
  ' I have nothing that you want.  Leave me alone.
endif
~
|