news |
info |
people |
software |
stuff |
Don't call this script yourself unless you know what you're doing.
on UL_InitScript global UL_inited, UL_QuietStartup,gUL_LockCount,Development,Stacks if UL_inited is not true then set cursor to "sam" UL_ReadPrefs if UL_QuietStartup is not true then -- maybe put up a dialog end if put 0 into gUL_LockCount if Development then ULTRALAB "Also","Development" end if end if end UL_InitScript