Guest User

Untitled

a guest
Nov 24th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. TARGET = matches[2]
  2. echo ("Target = " .. TARGET)
  3.  
  4. if targetcolor then killTrigger(targetcolor) end
  5. targetcolor = tempTrigger(TARGET, [[selectString("]] .. TARGET .. [[", 1) fg("orange") resetFormat()]])
  6.  
  7. TARGET = TARGET:title()
  8. if targetcolor2 then killTrigger(targetcolor2) end
  9. targetcolor2 = tempTrigger(TARGET, [[selectString("]] .. TARGET .. [[", 1) fg("orange") resetFormat()]])
Add Comment
Please, Sign In to add comment