home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #7 / amigamamagazinepolishissue1998.iso / rozrywka / rpg / deader / bits / sock3.rexx < prev    next >
OS/2 REXX Batch file  |  1997-06-26  |  2KB  |  29 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 finally see light at the end of the corridor and stumble out of the open door just as the gas is becoming too much for you to handle....you cough a few times and turn around to take a look at the shopping mall. All the windows are unclear because of the green gas inside the building, you cant see any zombies....they must be all dead!!'
  8.  echo '[PUSH RETURN]'
  9.  pull answer
  10. address command 'run >nil: dawn:bits/play16 dawn:bits/groan.iff'
  11. address command 'run >nil: dawn:bits/play16 dawn:bits/groan.iff'
  12. address command 'run >nil: dawn:bits/play16 dawn:bits/groan.iff'
  13. echo 'You turn around and your heart stops...the Zombies are NOT DEAD they are escaping through a door and heading straight towards you! You freeze and you cant move, you feel a pain in your chest because of the shock and the zombies are still getting closer.....'
  14. echo '[PUSH RETURN]'
  15. pull answer
  16. echo 'Just then the zombies slow down, and stumble slightly...then they all begin to drop like flies....after seconds they are all on the floor...the gas must have taken a while to kick in....you walk over to the nearest zombie and see that there is steam rising from it...it is dissolving....you give the shopping center one last look and then disappear into the wilderness to try and clear your mind of this terrifying experience......'
  17. echo '[PUSH RETURN]'
  18. pull answer
  19. echo 'LOOK OUT FOR DAWN OF THE DEADER II - DAY OF THE DEADER!'
  20. address command 'wait 4'
  21. address command 'rx dawn:bits/quit.rexx'
  22. Address command 'run >nil: dawn:bits/zombieplayer dir=dawn:bits/ play=zombietune2 nowindow'
  23. address command 'run >nil: dawn:bits/scalammplayer dawn:bits/end'
  24. address command 'wait 25'
  25. address command 'rx dawn:bits/quit.rexx'
  26.  
  27.   
  28.  
  29.