home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #7 / amigamamagazinepolishissue1998.iso / rozrywka / rpg / deader / bits / abuse.rexx 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 hurl abuse at the zombie creature and he laughs at you...'
  8. echo '[PUSH RETURN]'
  9.  pull answer
  10. echo ' nothing you are doing even bothers him, he laughs at you and lowers the cage further..'
  11. echo '[PUSH RETURN]'
  12.  pull answer
  13. echo 'hahahaha, good bye human scum he says...'
  14. echo '[PUSH RETURN]'
  15.  pull answer
  16. echo 'you are very scared as he lowers you into the pit...'
  17. echo '[PUSH RETURN]'
  18.  pull answer
  19. echo ' you mumble a few insults but he cant hear you over his bellowing laughter...'
  20. echo '[PUSH RETURN]'
  21.  pull answer
  22. echo ' he points at you laughing and lowers you into the zombies reach, the last thing you see is his bulging, horrific face laughing at your misfortune..'
  23. echo '[PUSH RETURN]'
  24.  pull answer
  25. echo ' The cage springs open and the zombies feast on your ample frame...'
  26. echo '[PUSH RETURN]'
  27. pull answer
  28.    Address command 'rx Dawn:bits/again.rexx'
  29.  
  30.  
  31.  
  32.  
  33.  
  34.