- Code: Select all
/run local c=IsControlKeyDown()n=CastSpellByName if(c)then n("Flash Heal(Rank 1)")else n("Flash Heal(Rank 3)") end
which works if im just clicking on the mouse... however if i want to bind it to say Key #1 in action bar#1, if im doing the modifier of Control it will not allow me to push the control button and #1 key. its like control over rides #1 and doenst see the press.. however if i just press #1, it will cast rank 3... any ideas? or help?