home *** CD-ROM | disk | FTP | other *** search
- if "<System$Path>" = "" then Error 0 System resources cannot be found
- |
- set clib$flag 0
- RMensure SharedClibrary 3.66 set clib$flag 1
- RMensure SharedClibrary 0 set clib$flag 0
- if "<clib$flag>"="1" then Error !!! Old shared C library !!! An old version of the shared C library (clib) is resident in memory.
- unset clib$flag
- |
- | Install the shared C library (clib)
- | -----------------------------------
- |
- RMensure SharedClibrary 3.66 RMload System:modules.clib
- RMensure SharedClibrary 3.66 Error You need at least version 3.50 of the shared C library
- |
- | Install the floating point emulator
- | -----------------------------------
- |
- |RMensure FPEmulator 2.80 RMload System:modules.FPEmulator
- |RMensure FPEmulator 2.80 Error You need at least version 2.80 of the floating point emulator
-
-
- set FarBeyond$Dir <Obey$Dir>
- wimpslot -min 128k -max 128k
- rmensure GameOver 0 <FarBeyond$Dir>.GameOver
- rmensure GameOver 0 error "Can't find our sounds !!"
- <FarBeyond$Dir>.!RunImage
- rmkill GameOver
-