Here's a sample of my startup-sequence:
C:CheckKey 50
IF WARN
skip boot
ENDIF
C:SetPatch QUIET
MakeDir RAM:AGS
Assign AGS: RAM:AGS
Assign Games: Work:Games
Copy Games:AGS/#? AGS: ALL QUIET
Lab loop
ArcadeGameSelector
IF EXISTS RAM:.run
Execute RAM:.run
Delete RAM:.run
EndIF
skip loop back
lab boot
;normal startup sequence stuff to load workbench goes here
Basically, if F1 is being pressed on boot it skips forward to the "boot" label and loads Workbench. Otherwise, it loads ArcardeGameSelector. This works fine. Now, when I quit the game I've been playing, it should skip back to the loop label and re-run ArcadeGameSelector. However, it just gives an error saying "object not found. skip failed returncode 10". Any ideas?
--
moto