home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #7 / amigamamagazinepolishissue1998.iso / rozrywka / rpg / deader / bits / savini4.rexx < prev    next >
OS/2 REXX Batch file  |  1997-07-01  |  654b  |  22 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 'Gaylen Ross and Scott H. Reiniger enter the room, they pull you to the floor and inflict lots of pain of you, weve got this man weve got this by the ass, they yell...'
  9.  echo 'Do you wish to leave?'
  10.     pull answer
  11.    Select
  12.     When answer = Yes then cmd = 'hellz.rexx'
  13.     When answer = No then cmd = 'savini5.rexx'
  14.     When answer = Y then cmd = 'hellz.rexx'
  15.     When answer = N then cmd = 'savini5.rexx'
  16.     Otherwise cmd = 'savini5.rexx'
  17.    End
  18.    Address command 'rx Dawn:bits/'cmd
  19.    
  20.   
  21.  
  22.