static boolean remoteBotsUp(int timeout) { try { ret match3("test", sendToCentralBotWithTimeout("test", timeout)); } catch (Exception e) { print(e); ret false; } }