!7 static double interval = 4.0; static new LatestAppearance latest; p-experiment { autoRestart(); startBot("Screen Segmenter.", #1015121); repeat with sleep interval { time { L list = latest.recordAndSort(thingsOnScreen2()); } print(localDateWithSeconds() + ": Found: " + list); consoleTitle(l(list) + " " + joinWithComma(list)); } }