beginscript; label Start: label Camerax: { AddRadarEdgeObj(0x3c13,155,155,0); AddRadarEdgeObj(0x3c02,155,155,0); AddRadarEdgeObj(0x3c12,155,155,0); AddRadarEdgeObj(0x3c16,155,155,0); AddRadarEdgeObj(0x3c04,155,155,0); AddRadarEdgeObj(0x3c0b,155,155,0); AddRadarEdgeObj(0x3c0f,155,155,0); AddRadarEdgeObj(0x3c1b,155,155,0); AddRadarEdgeObj(0x3c1e,155,155,0); EndFrame(); goto Cameray; } EndFrame(); goto Camerax; label Cameray: if (OtherUnitDead(0x3c13)) { RemoveRadarEdgeObj(0x3c13); } if (OtherUnitDead(0x3c02)) { RemoveRadarEdgeObj(0x3c02); } if (OtherUnitDead(0x3c12)) { RemoveRadarEdgeObj(0x3c12); } if (OtherUnitDead(0x3c16)) { RemoveRadarEdgeObj(0x3c16); } if (OtherUnitDead(0x3c04)) { RemoveRadarEdgeObj(0x3c04); } if (OtherUnitDead(0x3c0b)) { RemoveRadarEdgeObj(0x3c0b); } if (OtherUnitDead(0x3c0f)) { RemoveRadarEdgeObj(0x3c0f); } if (OtherUnitDead(0x3c1b)) { RemoveRadarEdgeObj(0x3c1b); } if (OtherUnitDead(0x3c1e)) { RemoveRadarEdgeObj(0x3c1e); } if ( ForestDead(0x3c13)&& ForestDead(0x3c02)&& ForestDead(0x3c12)&& ForestDead(0x3c16)&& ForestDead(0x3c04)&& ForestDead(0x3c0b)&& ForestDead(0x3c0f)&& ForestDead(0x3c1b)&& ForestDead(0x3c1e) ) { EndFrame(); goto Cameraw; } EndFrame(); goto Cameray; label Cameraw: { AddRadarEdgeObj(0x7865,155,155,0); AddRadarEdgeObj(0x7866,155,155,0); EndFrame(); goto Cameras; } EndFrame(); goto Cameraw; label Cameras: if (OtherUnitDead(0x7865)) { RemoveRadarEdgeObj(0x7865); } if (OtherUnitDead(0x7866)) { RemoveRadarEdgeObj(0x7866); } if ( ForestDead(0x7865)&& ForestDead(0x7866) ) { EndFrame(); goto Camerap; } EndFrame(); goto Cameras; label Camerap: { AddRadarEdgeObj(0x7867,155,155,0); AddRadarEdgeObj(0x1c02,155,155,0); AddRadarEdgeObj(0x1c01,155,155,0); AddRadarEdgeObj(0x1c04,155,155,0); AddRadarEdgeObj(0x1c07,155,155,0); EndFrame(); goto Cameraq; } EndFrame(); goto Camerap; label Cameraq: if (OtherUnitDead(0x7867)) { RemoveRadarEdgeObj(0x7867); } if (OtherUnitDead(0x1c02)) { RemoveRadarEdgeObj(0x1c02); } if (OtherUnitDead(0x1c01)) { RemoveRadarEdgeObj(0x1c01); } if (OtherUnitDead(0x1c04)) { RemoveRadarEdgeObj(0x1c04); } if (OtherUnitDead(0x1c07)) { RemoveRadarEdgeObj(0x1c07); } if ( OtherUnitDead(0x7867)&& OtherUnitDead(0x1c02)&& OtherUnitDead(0x1c01)&& OtherUnitDead(0x1c04)&& OtherUnitDead(0x1c07) ) { EndFrame(); goto End; } EndFrame(); goto Cameraq; label End: EndFrame(); goto End; endscript; $