Advertisement
Guest User

Untitled

a guest
Jul 15th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. ^\(Party\)\: (.*) says, \"Target\: (.*)\.\"$
  2.  
  3. if matches[2] == systemLeader then
  4. target = matches[3]:title()
  5. cecho("<white>Target:<green> " .. target)
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement