home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #7 / amigamamagazinepolishissue1998.iso / rozrywka / rpg / deader / bits / plead.rexx < prev    next >
OS/2 REXX Batch file  |  1997-07-21  |  1KB  |  34 lines

  1. /*
  2. \\  Dawn Of The Dead RPG  - By Gareth Murfin
  3. //  Game created in Arexx - ver$  Dawn Of The Dead RPG v1.0a
  4. \\
  5. */
  6. address command 'Dawn:bits/style R 2'
  7. echo ' You plead for forgiveness and all your pride is lost... he delights in seeing you beg on your knees..'
  8. echo '[PUSH RETURN]'
  9.  pull answer
  10. echo ' he lowers you down into the zombie pit and laughs at your feeble attempts to persuade him to free you'
  11. echo '[PUSH RETURN]'
  12.  pull answer
  13. echo ' Then you break down in tears to see if he will take pity on you...'
  14. echo '[PUSH RETURN]'
  15.  pull answer
  16. echo 'he appears shocked and sympathetic...'
  17. echo '[PUSH RETURN]'
  18.  pull answer
  19. echo 'hey Im sorry! he says...I thought you were stronger than that...'
  20. echo '[PUSH RETURN]'
  21.  pull answer
  22. echo ' Ill let you go you pathetic little worm..'
  23. echo '[PUSH RETURN]'
  24.  pull answer
  25. echo ' he moves the cage over a wall and releases you there so that you cant get back to kill him, in front of you is a door. As you got through it you can hear his laughter which will haunt you forever...'
  26. echo '[PUSH RETURN]'
  27. pull answer
  28.    Address command 'rx Dawn:bits/wes.rexx'
  29.  
  30.  
  31.  
  32.  
  33.  
  34.