Advertisement
Atalkez

Untitled

Aug 22nd, 2021
1,260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.51 KB | None | 0 0
  1. function PBashAttack()
  2.  
  3. if ak.psion.transcend == 100 then
  4.     if bashShield == true then
  5.         send("stand")
  6.         send("psi splinter " ..target)
  7.         send("weave overhand " ..target)
  8.     elseif bashShield = false
  9.         send("stand")
  10.         send("psi shatter " ..target)
  11.         send("weave overhand " ..target)
  12.     end
  13. elseif ak.psion.transcend < 100 then
  14.     if bashShield == true then
  15.         send("stand")
  16.         send("psi splinter " ..target)
  17.     elseif bashShield = false then
  18.         send("stand")
  19.         send("weave overhand " ..target)
  20.     end
  21. end
  22.  
  23. end -- func
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement