if IsLeftAltKeyDown()==1 then
local ct="恶魔,亡灵"
if (BeeStringFind(UnitCreatureType("target"),ct) or BeeRange("target")>8) and BeeIsRun("驱邪术") then
BeeRun("/cast 驱邪术")
end
end
驱邪是放出来了,可是会报
attempt to call global 'IsLeftCtrlKeyDown' (a nil value)这个错误,使脚本运行中断,有没有高手解答一下怎么才能不报错