if IsUsableSpell(64901)
and IsRightShiftKeyDown()
and not UnitChannelInfo("player")
and not UnitCastingInfo("player")
and not stopcasting then
CastSpellByName(GetSpellInfo(64901))
return true
end
the spell always interupt when i have a target
thx 4 help now working