home *** CD-ROM | disk | FTP | other *** search
/ ISV Strong Games / ISV_STRONG_GAMES.iso / adventure / arya / !Arya / Resources / !Start next >
Text File  |  2000-02-05  |  959b  |  28 lines

  1. | !Start file for Arya ©1996-97 Skullsoft.
  2. |        ____                  
  3. |       / __ \_______  ______ _
  4. |      / /_/ / ___/ / / / __ `/
  5. |     / __  / /  / /_/ / /_/ / 
  6. |    /_/ /_/_/   \__, /\__,_/  
  7. |                 /____/         
  8. |                        The Dragon's Quest
  9. |
  10. RMEnsure UtilityModule 3.00 Error You need RISC OS 3 or later to run Arya
  11. RMEnsure ABCLibrary 4.02 RMLoad ARes:ABCLib 
  12. RMEnsure ABCLibrary 4.02 Error Cannot Find the ABCLibrary module
  13. RMEnsure LZH 0 RMload ARes:LZH
  14. RMEnsure LZH 0 Error Cannot find LZH Module
  15. |
  16. ARes:Modectrl -store
  17. If "<Arya$Version>" = "0" Then ARes:Modectrl -mode "X640 Y480 C32K"
  18. If "<Arya$Version>" = "1" Then ARes:Modectrl -oldmode "28"
  19. If "<Arya$Version>" = "2" Then ARes:Modectrl -oldmode "15"
  20. |
  21. If "<Arya$Version>" = "0" Then WimpSlot -min 1350K -max 1350K
  22. If "<Arya$Version>" = "1" Then WimpSlot -min 1150K -max 1150K
  23. If "<Arya$Version>" = "2" Then WimpSlot -min 1000K -max 1000K
  24. ARes:Arya
  25. |
  26. RMKill ABCLibrary
  27. RMKill LZH
  28.