206207208209210211212213214215216217218
} return false; } public static int getCurrentWorld() { final WidgetChild wc = Widgets.get(550, 18); if (wc.validate()) { final String[] desc = wc.getText().split(" "); return Integer.parseInt(desc[2]); } return 0; }
184185186187188189190191
SudoRunespan.setWorld(Methods.getCurrentWorld()); } private int getNumUsers() { WidgetChild user = Widgets.get(1109).getChild(5); return user.getChildren().length; }