beginscript; label Start: label fmcam: if (OtherUnitInArea(basesold, 8032, 4331, 100)) { SetVar (0, GetTime()+200); EndFrame(); goto TimeWait; } EndFrame(); goto fmcam; label TimeWait: // Wait 4 seconds if (GetVar(0) > GetTime()) { EndFrame(); goto TimeWait; } EndFrame(); label base1: if (OtherUnitInArea(basesold, 8042, 4315, 100)) { SpawnOtherUnit(J19); IncludeUTarget(0x783a); // SpawnOtherUnit(J20); SpawnOtherUnit(J21); SpawnOtherUnit(J22); // IncludeUTarget(0x783a); // SpawnOtherUnit(J23); SpawnOtherUnit(J24); // SpawnOtherUnit(J25); SpawnOtherUnit(J26); SpawnOtherUnit(bsedg); EndFrame(); goto End; } EndFrame(); goto base1; label End: EndFrame(); goto End; endscript; $