Advertisement
OTG

Untitled

OTG
Apr 26th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. function envenom(arg1, arg2)
  2.  
  3. local venoms = { o = "delphinium", p = "curare", l = "kalmia" }
  4.  
  5. outputStr = ("envenom 529660 with " ..venoms[arg1].. "/envenom 254571 with " ..venoms[arg2])
  6.  
  7. print(outputStr) -- for testing, remove later
  8. --send(outputStr)
  9.  
  10.  
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement