Advertisement
Guest User

Untitled

a guest
May 12th, 2013
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. -- Just trigger on this
  2. ^You wipe some (\w+) onto .+ in your (\w+) hand using your rag\.$
  3.  
  4. -- which runs this script to add it to the table
  5. table.insert("wvenom_" .. matches[3], 1, matches[2])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement