beginscript; label Start: label Camerax: { AddRadarEdgeObj(0x780c,155,155,0); AddRadarEdgeObj(0x780d,155,155,0); AddRadarEdgeObj(0x780e,155,155,0); AddRadarEdgeObj(0x780f,155,155,0); EndFrame(); goto Cameray; } EndFrame(); goto Camerax; label Cameray: if (OtherUnitDead(0x780d)) { RemoveRadarEdgeObj(0x780d); } if (OtherUnitDead(0x780e)) { RemoveRadarEdgeObj(0x780e); } if (OtherUnitDead(0x780c)) { RemoveRadarEdgeObj(0x780c); } if (OtherUnitDead(0x780f)) { RemoveRadarEdgeObj(0x780f); } if ( OtherUnitDead(0x7801) && OtherUnitDead(0x7825) && OtherUnitDead(0x7826) && OtherUnitDead(0x783f) ) { EndFrame(); goto End; } EndFrame(); goto Cameray; label End: EndFrame(); goto End; endscript; $