!7 cmodule RandomDailyDialog > DynSCP { switchable bool auto = true; start { dm_doEveryIfVisible(1.0, 10.0, r { if (auto) next() }); } void next enter { setComponent(jscroll_trackWidth(jCenteredHTMLLabel(hfontsize_noCSS(5, htmlEncode_nlToBr( doubleNewLines(dailyDialogs_unplenk(random(allDailyDialogs_cached())))))))); } visual withCenteredButtons(super, "Next", rThread next, dm_checkBox('auto)); }