if isChecked("指向照明弹") and SpecificToggle("指向照明弹") == true and GodHand_data['Power'] == 1 then
if not IsMouselooking() then
CastSpellByName(GetSpellInfo(1543))
if SpellIsTargeting() then
CameraOrSelectOrMoveStart() CameraOrSelectOrMoveStop()
return true;
end
end
end