home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #7 / amigamamagazinepolishissue1998.iso / rozrywka / rpg / deader / bits / dawn.rexx < prev    next >
OS/2 REXX Batch file  |  1997-07-01  |  3KB  |  60 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. echo '+--------------------------------------------------------+'
  11. say '| Welcome to the Dawn of the Deader RPG By Gareth Murfin.|'
  12. echo '+--------------------------------------------------------+'
  13. address command 'wait 1'
  14.   Address command 'Dawn:bits/say Welcome to the dawn of the deader rpg, By Gareth Murfin'
  15. wait 1
  16.  say 'What do you want your character to be called?'
  17.  pull name
  18.  if name = Romero then address command 'Dawn:bits/say Rome ero Mode innitiated'
  19.         echo 'from now on you will be called' name '!'
  20. address command 'wait 1'
  21. echo 'You awake to find yourself lying face down in a store room in some kind of
  22.  giant shopping mall. Around you are numerous boxes of supplies consisting of hundreds
  23.  of tins of spam and a few other non essential items. Seconds later your memory begins to return,
  24.  you cant remember alot but you know that you came here to escape from some major natural disaster.
  25.  You climb to your feet and stumble to a nearby window, your vision is still blurey so it takes a
  26.  few seconds to focus. When your vision becomes clear a cold feeling of dredd runs through your
  27.  body as you begin to remember more and more. This natural disaster was far worse than anything
  28.  in history. Through some strange happenings the dead are returning as Zombies.....'
  29.  echo '[PRESS RETURN]'
  30. pull answer
  31.    Address command 'Dawn:bits/VT Dawn:bits/mall.gif >nil:'
  32.       echo 'You walk forward a few meters and see the button to turn the power on to the Mall.'
  33.       echo 'What next?'
  34.       pull answer
  35.    Select
  36.     When answer = Push button then cmd = 'You push the button and it causes the lights to come on, music to play and shop displays to move...'
  37.     When answer = button then cmd = 'You push the button and it causes the lights to come on, music to play and shop displays to move...'
  38.     When answer = power then cmd = 'You push the button and it causes the lights to come on, music to play and shop displays to move...'
  39.     When answer = push then cmd = 'You push the button and it causes the lights to come on, music to play and shop displays to move...'
  40.     When answer = Shit then cmd = 'Savini is not amused 'name '......he pushes the button for you.'
  41.     Otherwise cmd = 'That is not an option right now 'name' ...You decide to push the button...and it causes the lights to come on, music to play and shop displays to move...'
  42.    End
  43.  
  44.    echo cmd
  45. Address command 'wait 2'
  46.    Address command  'run >nil: Dawn:bits/zombieplayer dir=Dawn:bits/ play=zombietune nowindow'
  47.       echo 'There are exits to the North & South'
  48.     pull answer
  49.    Select
  50.     When answer = North then cmd = 'North1.rexx'
  51.     When answer = N then cmd = 'North1.rexx'
  52.     When answer = South then cmd = 'South1.rexx'
  53.     When answer = S then cmd = 'South1.rexx'
  54.     When answer = East then cmd = 'North1.rexx'
  55.     When answer = Shit then cmd = 'savini.rexx'
  56.     Otherwise cmd = 'North1.rexx'
  57.    End
  58.    Address command 'rx Dawn:bits/'cmd
  59.  
  60.