home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #7 / amigamamagazinepolishissue1998.iso / rozrywka / rpg / deader / bits / wes.rexx < prev    next >
OS/2 REXX Batch file  |  1997-06-28  |  2KB  |  57 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 'This leads to a care takers room... you see a scientist lying on the floor half dead. He speaks to you....'
  8. echo '[PUSH RETURN]'
  9.  pull answer
  10.  address command 'rx dawn:bits/quit.rexx'
  11.     Address command 'run >nil: dawn:bits/zombieplayer dir=dawn:bits/ play=zombietune2 nowindow'
  12. echo '* Scientist - Get the cannister please...'
  13. echo '[PUSH RETURN]'
  14.  pull answer
  15. echo ' You - What?'
  16. echo '[PUSH RETURN]'
  17.  pull answer
  18. echo '* Scientist - that cannister there will kill the dead....'
  19. echo '[PUSH RETURN]'
  20.  pull answer
  21. echo ' You - This one?'
  22. echo '[PUSH RETURN]'
  23.  pull answer
  24. echo ' You pick up a green cannister which is next to lots of experimental equipment and chemicals...the cannister is warm and is labeled BLOOD OF ROMERO..'
  25. echo '[PUSH RETURN]'
  26.  pull answer
  27. echo '* Scientist - Take that cannister and put it into the central heating system....cough, cough,'
  28. echo '[PUSH RETURN]'
  29.  pull answer
  30. echo ' You - hmmm ok'
  31. echo '[PUSH RETURN]'
  32.  pull answer
  33. echo '* Scientist - But make sure you....you g..g..e...t... cough..'
  34. echo '[PUSH RETURN]'
  35.  pull answer
  36. echo ' You - I what?'
  37.  echo '[PUSH RETURN]'
  38.   pull answer
  39. echo ' You grab the old man but his eyes close and he dies....'
  40. echo '[PUSH RETURN]'
  41.  pull answer
  42. echo ' You think to yourself what he was saying and you realise that he must have meant put the cannister into the central heating system and then get out of the building quick...'
  43. address command 'Wait 6'
  44. address command 'run >nil: dawn:bits/play16 dawn:bits/BANG.SND'
  45. address command 'run >nil: dawn:bits/play16 dawn:bits/BANG.SND'
  46. address command 'run >nil: dawn:bits/play16 dawn:bits/BANG.SND'
  47. address command 'run >nil: dawn:bits/play16 dawn:bits/BANG.SND'
  48. echo '----'
  49. echo ' You turn around to see the scientist in zombie form, he is grasping a pistol and trying to shoot himself in the head....presumably he is not 100% zombie yet and he is trying to stop himself experiencing a fate worse than death....You take the gun off him and look away, you point it at his head and pull the trigger, his head exlodes and the walls are splattered with his brains....'
  50. echo '[PUSH RETURN]'
  51. pull answer
  52. echo ' You get the cannister and goto the central heating system...'
  53. echo '[PUSH RETURN]'
  54.  pull answer
  55.  address command 'rx dawn:bits/heating.rexx'
  56.    
  57.