home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #7 / amigamamagazinepolishissue1998.iso / rozrywka / rpg / deader / bits / rattle.rexx < prev    next >
OS/2 REXX Batch file  |  1997-07-21  |  2KB  |  46 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 'The zombie laughs as you stuggle around humilitating yourself infront of him...'
  8. echo '[PUSH RETURN]'
  9.  pull answer
  10. echo ' Hahaha atleast youre making me laugh before you die...he says...'
  11. echo '[PUSH RETURN]'
  12.  pull answer
  13. echo 'You look like a sissy girl... he says whilst smirking..'
  14. echo '[PUSH RETURN]'
  15.  pull answer
  16. echo 'This angers you alot.. and his burbling, sickening voice makes you want to throttle him..'
  17. echo '[PUSH RETURN]'
  18.  pull answer
  19. echo ' You rattle the cage alot and then suddenly the cage snaps off the chain and lands next to the pit..'
  20. echo '[PUSH RETURN]'
  21.  pull answer
  22. echo 'Just as the cage plummets sideways into the pit you manage to escape and clamber to your feet..'
  23. echo '[PUSH RETURN]'
  24.  pull answer
  25. echo ' The Zombie looks scared...and turns to run way... the door is stuck....'
  26. echo '[PUSH RETURN]'
  27.  pull answer
  28. echo ' You snigger at him and rush over to kill him...he shouldnt have been so smug should he?'
  29. echo '[PUSH RETURN]'
  30. pull answer
  31. echo 'You grab his head and smash it off the wall as hard as you can... he pleads for forgiveness and looks very vunerable..'
  32. echo '[PUSH RETURN]'
  33. pull answer
  34. echo 'Before you can do anything else you have crushed his skull in and crushed his brain too... he is dead...'
  35. echo '[PUSH RETURN]'
  36. pull answer
  37. echo 'You see some sort of exit in the corner hidden behind a torture weapon...'
  38. echo '[PUSH RETURN]'
  39. pull answer
  40.    Address command 'rx Dawn:bits/wes.rexx'
  41.  
  42.  
  43.  
  44.  
  45.  
  46.