From 6e9ba705376a26a7c2afec687f6ec275990793dc Mon Sep 17 00:00:00 2001 From: Applevangelist <72444570+Applevangelist@users.noreply.github.com> Date: Tue, 16 Aug 2022 14:05:41 +0200 Subject: [PATCH] Update Auftrag - 021 - Intercept.lua --- .../Auftrag - 021 - Intercept/Auftrag - 021 - Intercept.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OPS - Auftrag/Airforce/Auftrag - 021 - Intercept/Auftrag - 021 - Intercept.lua b/OPS - Auftrag/Airforce/Auftrag - 021 - Intercept/Auftrag - 021 - Intercept.lua index 70e98f59c4..413de31a7e 100644 --- a/OPS - Auftrag/Airforce/Auftrag - 021 - Intercept/Auftrag - 021 - Intercept.lua +++ b/OPS - Auftrag/Airforce/Auftrag - 021 - Intercept/Auftrag - 021 - Intercept.lua @@ -12,6 +12,8 @@ local zoneBravo=ZONE:New("Zone Bravo") local tu22=FLIGHTGROUP:New("Tu-22 Air Group") tu22:AddWaypoint(zoneAlpha:GetCoordinate():SetAltitude(7000)) tu22:AddWaypoint(zoneBravo:GetCoordinate():SetAltitude(10000)) +tu22:AddCheckZone(zoneAlpha) +tu22:AddCheckZone(zoneBravo) tu22:Activate() -- If the intruder makes it to zone Bravo, we send it RTB.