Advertisement
Guest User

Untitled

a guest
Oct 13th, 2016
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. TRIGGER PATTERN: ^(\w+) +\((.+)\)$
  2. TRIGGERED TO:
  3.  
  4. if whoListing == true then
  5.  
  6. table.insert(whoListPerson, matches[2]:lower())
  7. table.insert(whoListRoom, matches[3])
  8. deleteLine()
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement