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