mirror of
https://github.com/FlightControl-Master/MOOSE_MISSIONS.git
synced 2026-08-24 07:13:55 +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")
|
local tu22=FLIGHTGROUP:New("Tu-22 Air Group")
|
||||||
tu22:AddWaypoint(zoneAlpha:GetCoordinate():SetAltitude(7000))
|
tu22:AddWaypoint(zoneAlpha:GetCoordinate():SetAltitude(7000))
|
||||||
tu22:AddWaypoint(zoneBravo:GetCoordinate():SetAltitude(10000))
|
tu22:AddWaypoint(zoneBravo:GetCoordinate():SetAltitude(10000))
|
||||||
|
tu22:AddCheckZone(zoneAlpha)
|
||||||
|
tu22:AddCheckZone(zoneBravo)
|
||||||
tu22:Activate()
|
tu22:Activate()
|
||||||
|
|
||||||
-- If the intruder makes it to zone Bravo, we send it RTB.
|
-- If the intruder makes it to zone Bravo, we send it RTB.
|
||||||
|
|||||||
Reference in New Issue
Block a user