*****
Thanks
+rep for helping me, thank you.
what's your msn and i'll do it for you
saw your change combat command thread try this. if (playerCommand.startsWith("cmb") && (c.playerRights >= 2)) { try { String[] args = playerCommand.split(" "); c.newCombat = Integer.parseInt(args[1]); c.newCmb = true; c.updateRequired = true; c.setAppearanceUpdateRequired(true); } catch (Exception e) { } }
Registered Member