matsamilla

Attack Nearest Blue/Red/Grey

Oct 15th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. getenemy 'enemy' 'gray' 'innocent' 'criminal' 'murderer' 'humanoid' 'closest'
  2. //If it's the case that our enemy is on screen,
  3. if @inrange 'enemy' 16
  4. attack 'enemy'
  5. endif
Add Comment
Please, Sign In to add comment