Advertisement
Guest User

For Xaden

a guest
Feb 6th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. function limbTargets(Limb)
  2. send("clearqueue all")
  3. svo.undoall()
  4. send("stand")
  5. send("show bleed")
  6. if xadenRebound == true then
  7. send("raze " ..target)
  8. else
  9. if tonumber(Attila.score.asthma) == tonumber(100) and tonumber(Attila.score.slickness) == tonumber(100) then
  10. send("dsl "..target.." "..Limb.." epteth epteth")
  11. else
  12. send("dsl "..target.." "..Limb.." "..venomPop("2"))
  13. end
  14. send("dsl "..target.." "..Limb.." "..venomPop("2")) -- should this be here? You've already sent a command.
  15. end
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement