!7 static long timeout = 60000; static int interval = 100; sS listName = "Katze | Things the phone should say"; html { long startTime = sysNow(); while (sysNow() < startTime+timeout) { O mechLists = getBot(#1013927); S things = fullTrim(callOpt(mechLists, 'export_getListText, listName)); if (nempty(things)) { call(mechLists, 'export_setListText, listName, ""); ret things; } sleep(interval); } ret ""; } // sleepSeconds(30); ret randomEnglishWord();