mirror of
https://github.com/FlightControl-Master/MOOSE_MISSIONS.git
synced 2025-08-15 10:37:46 +00:00
Update Auftrag - 021 - Intercept.lua
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user