Guest User

Untitled

a guest
Jun 24th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. ^t (.*)$
  2. target = matches[2]
  3.  
  4. \(Party\): (.*) says\, \"I am calling targets\, focus your fire on mycommand\.\"
  5. raidleader = matches[2]
  6.  
  7. \(Party\)\: (\.*) says\, \"Changed target to (\.*)\.\"
  8. if matches[2] == raidleader then target = matches[3] end
Add Comment
Please, Sign In to add comment