!747 m { static S progToMove = "#1001468"; p { while (true) { if (canHyperMove(progToMove)) { // TODO: wait till it actually runs? print(progToMove + " is ready to move - giving it 25 before hypermoving."); sleepSeconds(20); hyperMoveAnother(progToMove, "teubizvjbppd", "dhtvkmknsjym"); } else print(progToMove + " is not here - sleeping for 10"); sleepSeconds(10); } } }