mirror of
https://github.com/akaAgar/the-universal-mission-for-dcs-world.git
synced 2025-11-25 19:31:01 +00:00
Added AI options to improve behavior of air units
This commit is contained in:
parent
5d556ceb83
commit
74cce4b048
@ -360,6 +360,11 @@ do
|
||||
local groupCallsign = nil
|
||||
|
||||
if isAirUnit then
|
||||
setOption(groupTable, AI.Option.Air.id.FORCED_ATTACK, true)
|
||||
setOption(groupTable, AI.Option.Air.id.PROHIBIT_JETT, true)
|
||||
setOption(groupTable, AI.Option.Air.id.RTB_ON_BINGO, false)
|
||||
-- setOption(groupTable, AI.Option.Air.id.RTB_ON_OUT_OF_AMMO, {})
|
||||
|
||||
if options.taskAwacs then setAircraftTaskAwacs(groupTable) end
|
||||
if options.taskCAP then setAircraftTaskCAP(groupTable) end
|
||||
if options.taskFollow then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user