Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1.  
  2. ^\(Ring\): (\w+) says, "(\w+).*? (\w+)\."$
  3.  
  4. if matches[2] == CombatLeader then
  5. if string.match(matches[3], "Tar") then
  6. target = matches[4]
  7. cecho("\n<white>Target is now: <red>"..matches[4])
  8. end
  9. end
  10.  
  11.  
  12. ^tfol (\w+)$
  13.  
  14. CombatLeader = matches[2]
  15. cecho("\n<white>Following <red>"..matches[2].."'s<white> calls!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement