#FORMATION - move useable #FORMATION class from AI into functional

#AIRBOSS - add F-14A Early model support
This commit is contained in:
Applevangelist
2025-11-15 16:33:43 +01:00
parent cdbf1e147e
commit ccaf926c6d
8 changed files with 1020 additions and 22 deletions
@@ -409,7 +409,7 @@ function CONTROLLABLE:SetTask( DCSTask, WaitTime )
local Controller = self:_GetController()
-- self:I( "Before SetTask" )
Controller:setTask( DCSTask )
-- AI_FORMATION class (used by RESCUEHELO) calls SetTask twice per second! hence spamming the DCS log file ==> setting this to trace.
-- FORMATION class (used by RESCUEHELO) calls SetTask twice per second! hence spamming the DCS log file ==> setting this to trace.
self:T( { ControllableName = self:GetName(), DCSTask = DCSTask } )
else
BASE:E( { DCSControllableName .. " is not alive anymore.", DCSTask = DCSTask } )