home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 2: Collection B / 17Bit_Collection_B.iso / files / 1984.dms / in.adf / s / startup-sequence < prev   
Encoding:
Text File  |  1999-12-26  |  419 b   |  19 lines

  1. loader
  2. echo "*ec*eE*eE                               BATTLE CARS II"
  3. echo "                               --------------"
  4. echo "*eE*eE*eE*eE*eE"
  5. ask "Do you wish to read the instructions before playing? (Y/N)"
  6. IF WARN
  7. more battle_cars2.doc
  8. ENDIF
  9. echo "*ec*eE*eE*eE*eE"
  10. echo "Loading intro animation - press LMB or FIRE to exit"
  11. echo "*eEPlease wait..."
  12. intro
  13. echo "*eELoading game..."
  14. battle_cars2
  15. echo "*eEbye!*eE"
  16.  
  17.  
  18.  
  19.