home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #7 / amigamamagazinepolishissue1998.iso / rozrywka / rpg / deader / bits / heating.rexx < prev    next >
OS/2 REXX Batch file  |  1997-07-01  |  2KB  |  42 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 are standing in front of the central heating system with the cannister in your left hand...what now?'
  8.   pull answer
  9.    Select
  10.     When answer = Throw Cannister then cmd = 'sock2.rexx'
  11.     When answer = Throw then cmd = 'sock2.rexx'
  12.     When answer = Cannister then cmd = 'sock2.rexx'
  13.     When answer = throw cannister into central heating system then cmd = 'sock2.rexx'
  14.     When answer = put cannister in central heating system then cmd = 'sock2.rexx'
  15.     When answer = throw cannister in central heating system then cmd = 'sock2.rexx'
  16.     When answer = throw cannister central heating system then cmd = 'sock2.rexx'
  17.     When answer = Throw the Cannister into the central heating system  then cmd = 'sock2.rexx'
  18.     When answer = Throw Cannister into heating system then cmd = 'sock2.rexx'
  19.     When answer = Throw the cannister into the heating system then cmd = 'sock2.rexx'
  20.     When answer = Throw Cannister Central heating system then cmd = 'sock2.rexx'
  21.     When answer = Throw cannister into the heating system then cmd = 'sock2.rexx'
  22.     When answer = Use Cannister then cmd = 'sock2.rexx'
  23.     When answer = Use Cannister on Heating system then cmd = 'sock2.rexx'
  24.     When answer = Use cannister on Central heating System then cmd = 'sock2.rexx'
  25.     When answer = Put cannister in heating system then cmd = 'sock2.rexx'
  26.     When answer = put cannister in central heating system then cmd = 'sock2.rexx'
  27.     When answer = Put can in central heating system then cmd = 'sock2.rexx'
  28.     When answer = put cannister in central heating system then cmd = 'sock2.rexx'
  29.     When answer = Use the Cannister with the central heating system  then cmd = 'sock2.rexx'
  30.     When answer = Use can with system then cmd = 'sock2.rexx'
  31.     When answer = Use cannister with heating system then cmd = 'sock2.rexx'
  32.     When answer = Use cannister on heating system then cmd = 'sock2.rexx'
  33.     When answer = Use can then cmd = 'sock2.rexx'
  34.     When answer = Throw the Can then cmd = 'sock2.rexx'
  35.     When answer = Shit then cmd = 'savini.rexx'
  36.    Otherwise cmd = 'heating.rexx'
  37.    End
  38.    Address command 'rx Dawn:bits/'cmd
  39.  
  40.   
  41.  
  42.