// returns true if you should exit sbool standalone_activateFrames(S osID) { if (swic(activateFramesOf(programIDPlusHome(osID, userHome())), "OK")) { print("Car bot already running, activating its windows."); cleanKill(); true; } false; }