home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 2: Collection B / 17Bit_Collection_B.iso / files / 1844.dms / in.adf / S / Startup-sequence
Encoding:
Text File  |  1992-02-10  |  342 b   |  24 lines

  1. SpritesOff
  2. Echo "  p"
  3. Border off
  4. NewLook
  5. SYS:c/PA SYS:WP -s9 -h64 -x6 -y8
  6. Wait 4
  7. AddBuffers df0: 100
  8. FF > NIL: Simple.font
  9. Wait 4
  10. SetMap usa1
  11. FailAt 40
  12. MemCheck
  13. If FAIL
  14.   Echo "This game requires 1MB of memory.*n"
  15.   Echo "Aborting and loading Workbench."
  16.   SpritesOn
  17.   LoadWB
  18.   EndCLI
  19. Else
  20.   "Frustration"
  21.   LoadWB
  22.   EndCLI
  23. EndIf
  24.