beginscript; ExcTargetType(0xffff); // ExcludeGTarget (1); label check1: if ( OtherUnitDead(0x7801) || OtherUnitDead(0x7805) ) { WaitForTime(80); SetFollowWaypoint(13,0,0); SetFollowRange(0); EndFrame(); goto check2; } EndFrame(); goto check1; label check2: if ( UnitInArea(-4423,4039,500) ) { // WaitForTime(50); EndFrame(); goto check3; } EndFrame(); goto check2; label check3: if ( OtherUnitInArea(0x780d, -5275,4219,250) ) { SetFollowWaypoint(1,0,0); SetFollowRange(0); EndFrame(); goto End; } EndFrame(); goto check3; label End: EndFrame(); goto End; endscript; $