Advertisement
crixos

Untitled

Apr 26th, 2020
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. local tbl = {
  2. ["c"] = "curare",
  3. ["a"] = "aconite",
  4. }
  5.  
  6. local first = matches[2]
  7. local second = matches[3]
  8.  
  9. send("doublestab "..tbl[first] .. " " .. tbl[second])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement