Hi guys, I got the LUA unlocked finally but I can't seem to figure out how to do make a shadowstep kick macro (for 3.3.5).
This is what I'm trying:
/run if UnitCastingInfo(\âarena1\â) then SpellStopCasting() CastSpellByName(\âShadowstep\â,\âarena1\â) end")()
/run if UnitCastingInfo(\âarena1\â) then SpellStopCasting() CastSpellByName("Kick\â,\âarena1\â) end")()
What should I do instead?