Advertisement
Guest User

Untitled

a guest
Feb 26th, 2020
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.67 KB | None | 0 0
  1. function bardstack(vcombo)
  2.   local left_venom = vcombo
  3.   if (shielded or rebounding) then
  4.     if (songOff) then
  5.       systemAction1 = "queue add eqbal stand`queue add eqbal wield rapier475648 shield342418`queue add eqbal wipe rapier475648`queue add eqbal raze " .. target .. " "
  6.     else
  7.       systemAction1 = "queue add eqbal stand`queue add eqbal wield rapier475648 shield342418`queue add eqbal wipe rapier475648`queue add class sing cantata at " .. target .. ""
  8.     end
  9.   else
  10.     systemAction1 = "queue add eqbal stand`queue add eqbal wield rapier475648 shield342418`queue add eqbal wipe rapier475648`queue add eqbal jab " .. target .. " " .. left_venom .. ""
  11.     end
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement