Quick question Is it possible to only set, as in my case, only 2 red AF and 3 blue AF ?
--names of red interceptorbases
local redAF = {}
redAF[1] = {name = 'Sukhumi-Babushara'} --Exact name of airfield with the trigger zone of the same name between 'xxx'
redAF[2] = {name = 'Gudauta'} --Exact name of airfield with the trigger zone of the same name between 'xxx'
redAF[3] = {name = ''} --Exact name of airfield with the trigger zone of the same name between 'xxx'
redAF[4] = {name = ''} --XX4 Exact name of airfield with the trigger zone of the same name between 'xxx'
--names of blue interceptorbases
local blueAF = {}
blueAF[1] = {name = 'Batumi'} --Exact name of airfield with the trigger zone of the same name between 'xxx'
blueAF[2]= {name = 'Senaki-Kolkhi'} --Exact name of airfield with the trigger zone of the same name between 'xxx'
blueAF[3]= {name = 'Tbilisi-Lochini'} --Exact name of airfield with the trigger zone of the same name between 'xxx'
blueAF[4]= {name = ''} --Exact name of airfield with the trigger zone of the same name between 'xxx'