home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 4 / AUCD4.iso / arcade / adventures / sangband / !Sangband / !Run < prev    next >
Text File  |  1997-03-08  |  2KB  |  45 lines

  1. Set Sangband$Dir <Obey$Dir>
  2.  
  3. Set File$Type_119 Sangband
  4. Set Alias$@RunType_119 /<Sangband$Dir> 
  5.  
  6. IconSprites <Sangband$Dir>.!Sprites
  7.  
  8. | The following two system variables can be altered for your system.
  9. SetMacro Sangband$Path <Sangband$Dir>.lib.
  10. SetMacro Sangband$ChoicesFile Sangband:xtra.Choices
  11.  
  12. RMEnsure UtilityModule 3.10 Error This application is only suitable for use with RISC OS 3.10 or later versions
  13.  
  14. WimpSlot 1400K
  15.  
  16. Set System$Path_Message System resources cannot be found
  17.  
  18. RMEnsure Toolbox 1.36 RMLoad System:Modules.Toolbox.Toolbox
  19. RMEnsure Toolbox 1.36 Error You need Toolbox 1.36 or later to run Angband
  20.  
  21. RMEnsure Window 1.30 RMLoad System:Modules.Toolbox.Window
  22. RMEnsure Window 1.30 Error You need Window Object 1.30 or later to run Angband
  23.  
  24. RMEnsure Menu 0.23 RMLoad System:Modules.Toolbox.Menu
  25. RMEnsure Menu 0.23 Error You need Menu 0.23 or later to run Angband
  26.  
  27. RMEnsure ProgInfo 0.09 RMLoad System:Modules.Toolbox.ProgInfo
  28. RMEnsure ProgInfo 0.09 Error You need ProgInfo 0.09 or later to run Angband
  29.  
  30. RMEnsure Iconbar 1.11 RMLoad System:Modules.Toolbox.IconBar
  31. RMEnsure Iconbar 1.11 Error You need Iconbar 1.11 or later to run Angband
  32.  
  33. RMEnsure SaveAs 0.10 RMLoad System:Modules.Toolbox.SaveAs
  34. RMEnsure SaveAs 0.10 Error You need SaveAs 0.11 or later to run Angband
  35.  
  36. RMEnsure DCS 1.06 RMLoad System:Modules.Toolbox.DCS_Quit
  37. RMEnsure DCS 1.06 Error You need DCS Object 1.06 or later to run Angband
  38.  
  39. | We only need 532K to load, but by the time we've initialised we will
  40. | almost certainly need 900K
  41.  
  42. WimpSlot 1024K 1024K
  43.  
  44. Run <Sangband$Dir>.!RunImage %*0
  45.