home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 1: Collection A / 17Bit_Collection_A.iso / files / 556.dms / 556.adf / S / Startup-sequence
Text File  |  1989-11-12  |  309b  |  23 lines

  1. SpritesOff
  2. Echo "  p"
  3. Border off
  4. NewLook
  5. AddBuffers df0: 100
  6. FF >NIL: -0
  7. SetMap usa1
  8. FailAt 40
  9. MemCheck
  10. If FAIL
  11.   Echo "This game requires 1MB of memory.*n"
  12.   Echo "Aborting and loading Workbench."
  13.   SpritesOn
  14.   LoadWB
  15.   EndCLI
  16. Else
  17.   Run Intro
  18.   Wait 5
  19.   "The Holy Grail"
  20.   LoadWB
  21.   EndCLI
  22. EndIf
  23.