Advertisement
regoldberg

Possible target highlighting

Jan 17th, 2021
1,131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. if targetHighlight then killTrigger(targetHighlight) targetHighlight = nil end
  2. targetHighlight = tempTrigger(matches[2], "fg('yellow')")
  3. target = matches[2]
  4. send("settarget " .. target,false)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement