Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. if writhing then
  2. Note("DO NOTHING, DO NOTHING, DO NOTHING,")
  3. Note("DO NOTHING, DO NOTHING, DO NOTHING,")
  4. Note("DO NOTHING, DO NOTHING, DO NOTHING,")
  5. Note("DO NOTHING, DO NOTHING, DO, DO NOTHING,")
  6.  
  7. elseif entangled or impaled or webbed or transfixed or bound then
  8. Send("writhe")
  9.  
  10. elseif prone then
  11. Send("stand")
  12.  
  13. elseif targetprone then
  14. Send("impale @target")
  15.  
  16. elseif targetimpaled then
  17. if slashed then
  18. if not twisted or twisted < 5 then
  19. Send("bladetwist @target")
  20. elseif twisted > 5 then
  21. Execute("bstar")
  22. end
  23. elseif not slashed then
  24. Send("impaleslash")
  25. end
  26. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement