home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #7 / amigamamagazinepolishissue1998.iso / rozrywka / rpg / deader / bits / haha2.rexx < prev    next >
OS/2 REXX Batch file  |  1997-07-01  |  907b  |  23 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 put down your weapon and try to find another way through the door...as you do this a hoard of hungry zombies hurtle round the corner and rip you limb from limb...seconds later they are devouring your vital organs...'
  8. echo 'Would you like to shout CHOKE ON THEM as they rip your legs off?'
  9. pull answer
  10.  Select
  11.     When answer = Yes then cmd = 'Well done atleast you got some satifaction before you were killed'
  12.     When answer = No then cmd = 'You were killed and you didnt even have good last words......'
  13.     When answer = Maybe So then cmd = 'sausage!!'
  14.     When answer = Shit then cmd = 'rx savini.rexx'
  15.     Otherwise cmd = 'rx haha2.rexx'
  16.    End
  17. echo 'GAME OVER....'
  18. address command 'wait 4'
  19. address command 'rx dawn:bits/again.rexx'
  20.  
  21.   
  22.  
  23.