static void showDoneAnim(S text) { if (isHeadless()) { print("DONE! " + text); ret; } showAnimation("#1004378", text, 3.0); sleepSeconds(3.5); }