/
area/city/
area/crypts/
area/guilds/
area/psuedowild/
area/religion/
data/documents/MPDocs/
data/html/
data/mobprogs/
data/quest/
data/world/
data/world/_utilities/
data/world/images/
design/html/
notes/
player/
>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
~
|