Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. local whichpart = "none"
  2. local targ = GetVariable("targ")
  3.  
  4. if "%1" == "hd" then
  5. whichpart = "head"
  6. elseif "%1" == "ch" then
  7. whichpart = "chest"
  8. elseif "%1" == ""gt" then
  9. whichpart = "gut"
  10. elseif "%1" == ""rll" then
  11. whichpart = "rleg"
  12. elseif "%1" == "ll" then
  13. whichpart = "lleg"
  14. elseif "%1" == ""ra" then
  15. whichpart = "rarm"
  16. elseif "%1" == "la" then
  17. whichpart = "larm"
  18. end
  19.  
  20. Send("envenom left with "..GetVariable("poison1"))
  21. Send("envenom right with "..GetVariable("poison2"))
  22. Send("assess "..targ)
  23. Send("strike "..targ .." "..whichpart)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement