Hi all,
I'm sorry if it's already answered, I didn't find anything here or at MOOSE web:
anyone knows how to get groups instead isolated aircrafts at GCI and CAP using GCICAP script? I using this code:
A2ADispatcher = AI_A2A_GCICAP:NewWithBorder( { "RED EWR" }, { "enemigo" }, "invasion_FIR", { "CAP" }, 2, nil, nil, nil, 6 )
A2ADispatcher:SetDefaultOverhead( 1.5 )
A2ADispatcher:SetDefaultTakeoff( AI_A2A_Dispatcher.Takeoff.Cold )
A2ADispatcher:SetDefaultGrouping( 2 )
and I get individual aircraft groups
Thanks!