home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #7 / amigamamagazinepolishissue1998.iso / rozrywka / rpg / deader / bits / grenade.rexx < prev    next >
OS/2 REXX Batch file  |  1997-06-22  |  501b  |  15 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. wait 1
  8.  
  9.  
  10. say 'foolishly you toss a grenade in an ammo shop and dive for cover behind a gun rack waiting for the inevitable explosion. B00M! The entire shopping complex bursts into flames.....you have solved the Zombie problem but unfortunately you are dead.....'
  11.    echo '[PUSH RETURN]'
  12.    pull answer
  13.    Address command 'rx Dawn:bits/again.rexx'
  14.  
  15.