sS butterReloadWithInfoBox(S botID) { if (empty(botID)) null; S answer; time { answer = butterReload(botID); } infoBox("Reloaded " + botID + " in " + lastTiming_format100ms()); ret answer; }