mirror of
https://github.com/FlightControl-Master/MOOSE_MISSIONS.git
synced 2025-08-15 10:37:46 +00:00
Update MTS-400 - MANTIS - Automode huge setup example.lua
This commit is contained in:
parent
53a2b13baa
commit
8d8961fb4b
@ -22,6 +22,7 @@ local syriaborder = ZONE_POLYGON:New("Syria",GROUP:FindByName("Syria Border"))
|
||||
--- MANTIS
|
||||
local RedMantis = MANTIS:New("SyMantis","SAM-SA","EWR",nil,"red")
|
||||
RedMantis:AddZones({syriaborder},{israelborder}) --accept and reject zones
|
||||
RedMantis.autoshorad = false
|
||||
RedMantis:AddShorad(redshorad,600)
|
||||
RedMantis:__Start(5)
|
||||
|
||||
@ -54,4 +55,4 @@ function GetBlueCAS()
|
||||
end
|
||||
|
||||
local bluetimer = TIMER:New(GetBlueCAS)
|
||||
bluetimer:Start(20)
|
||||
bluetimer:Start(20)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user