Guest User

Untitled

a guest
Jul 22nd, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. public void engageTarget() {
  2. NPC attackable = npcs.getNearestByID(attackableNPCs);
  3. if(attackable != null) {
  4. attackable.click("Attack");
  5. }
  6. log("Failed to engage acquired target.");
  7. }
Add Comment
Please, Sign In to add comment