beginscript; label Trig: if (OtherUnitInRange(Carrage1,10)) { if (GetGlobalVar(6) != 1) { ChangeCamera(0x802,0,0); //WaitForTime(200); EndFrame(); goto End; } } EndFrame(); goto Trig; label End: EndFrame(); goto End; endscript; $