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