home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 2 / DATAFILE_PDCD2.iso / games / labyrinth / !Labyrinth / !Run < prev    next >
Encoding:
Text File  |  1994-09-23  |  486 b   |  16 lines

  1. Set Labyrinth$Dir <Obey$Dir>
  2. Set LabFiles$Dir <Obey$Dir>.Resources
  3. Iconsprites <Labyrinth$Dir>.!Sprites
  4.  
  5. RMLoad <LabFiles$Dir>.TrackerMod
  6. PlayMod <LabFiles$Dir>.Music
  7. PlayPause
  8.  
  9. Set Lab$Opts "1Mb"
  10. |If you have 2Mb+ of memory then change the above line to read
  11. |'Set Lab$Opts "2Mb"', and allocate 768K to the Next slot.
  12. |See !Help file for advantages.
  13.  
  14. IF "<Lab$Opts>" = "2Mb" THEN BASIC -quit <Labyrinth$Dir>.!2MbImage
  15. IF "<Lab$Opts>" = "1Mb" THEN BASIC -quit <Labyrinth$Dir>.!1MbImage
  16.