Advertisement
Guest User

Untitled

a guest
Oct 18th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. function xUnitInRange(Unit)
  2. if CheckInteractDistance(Unit, 4) then
  3. return true;
  4. end
  5. return nil;
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement