home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #7 / amigamamagazinepolishissue1998.iso / rozrywka / rpg / deader / bits / nolegs.rexx < prev    next >
OS/2 REXX Batch file  |  1997-06-22  |  681b  |  17 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.  
  8. say 'You look away hoping not to see anything but unfortunately the image reflects off a nearby shop window
  9.  and everything becomes very clear.....'
  10. address command 'wait 4'
  11.    Address command 'Dawn:bits/VT Dawn:bits/nolegs.gif >nil:'
  12.    say 'The Horrific sight of your body detached from your legs is too much for you to take and the shock instantly kills you. If the shock hadnt killed you the perpetual bleeding would have.'
  13.    say 'Game Over......'
  14.    address command 'wait 4'
  15.    address command 'rx dawn:bits/again.rexx'
  16.  
  17.