Guest User

Untitled

a guest
Oct 15th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 0.22 KB | None | 0 0
  1.     Cmd($CA_TargetNearestFoe)
  2.     CmdCB($CA_GetCurrentTarget)
  3.     $target[1] = $cbVar[0]
  4.  
  5.     for $i = 2 to $target[0] ;grab the IDs of all the enemies in range
  6.         CmdCB($CA_GetNextFoe, $target[i-1])
  7.         $target[$i] = $cbVar[0]
  8.     Next
Add Comment
Please, Sign In to add comment