home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / games / horses / !Horses / !Boot next >
Text File  |  1995-01-19  |  704b  |  27 lines

  1. | Run file for Horses simulator
  2.  
  3. SET Horse$Dir <Obey$Dir>
  4. SET HorseData$Dir <Horse$Dir>.Resources
  5.  
  6. | Set Software7 filetypes
  7.  
  8. SET File$Type_012 S7Data
  9. SET File$Type_021 S7Text
  10. SET File$Type_022 S7Sprite
  11. SET File$Type_023 S7Font
  12.  
  13. | Set load & Run types for the above files
  14.  
  15. Set Alias$@LoadType_022 SLoad %0
  16. Set Alias$@PrintType_022 <Alias$@PrintType_FF9>
  17. SetMacro Alias$@RunType_021 <Alias$@RunType_FFF>
  18. SetMacro Alias$@RunType_022 <Alias$@RunType_FF9>
  19. Set Alias$@RunType_012 Error 0 This file is saved data from a Software7 game. Load it from the game not the desktop. While loading  
  20. Set Alias$@PrintType_012 Echo <2>|MType %0
  21.  
  22. |Load the sprite for the desktop icons
  23. IconSprites <Horse$Dir>.!Sprites
  24.  
  25.  
  26.  
  27.