!7 static long offset; p { showBigText("Requests!", "getRequests", 1000); hideConsole(); } static S[] getRequests() { --offset; S s = ai1_requestsPlusServing(); long n = parseFirstLong(s)+offset; s = replaceFirstLong(s, n); ret new S[] { s, s }; }