!7 static long offset; p-subst { showBigText("Bot Status", f getData, 1000); hideConsole(); quietSleep(); } static S[] getData() { S load = loadPage("http://smartbot.botcompany.de/load"); if (isInteger(load)) load += ".00"; else if (charAtIs(load, l(load)-2, '.')) load += "0"; ret new S[] { load, load + "[Smart Bot]" }; }