mission = 
{
	["groundControl"] = 
	{
		["passwords"] = 
		{
			["artillery_commander"] = {},
			["instructor"] = {},
			["observer"] = {},
			["forward_observer"] = {},
		}, -- end of ["passwords"]
		["roles"] = 
		{
			["artillery_commander"] = 
			{
				["neutrals"] = 0,
				["blue"] = 0,
				["red"] = 0,
			}, -- end of ["artillery_commander"]
			["instructor"] = 
			{
				["neutrals"] = 0,
				["blue"] = 0,
				["red"] = 0,
			}, -- end of ["instructor"]
			["observer"] = 
			{
				["neutrals"] = 0,
				["blue"] = 0,
				["red"] = 0,
			}, -- end of ["observer"]
			["forward_observer"] = 
			{
				["neutrals"] = 0,
				["blue"] = 0,
				["red"] = 0,
			}, -- end of ["forward_observer"]
		}, -- end of ["roles"]
		["isPilotControlVehicles"] = false,
	}, -- end of ["groundControl"]
	["requiredModules"] = 
	{
		["WWII Armour and Technics"] = "WWII Armour and Technics",
	}, -- end of ["requiredModules"]
	["date"] = 
	{
		["Day"] = 10,
		["Year"] = 1970,
		["Month"] = 8,
	}, -- end of ["date"]
	["trig"] = 
	{
		["actions"] = 
		{
			[1] = "a_do_script_file(getValueResourceByKey(\"ResKey_Action_12\"));",
			[2] = "a_set_flag_random(\"4\", 1, 4);",
			[3] = "a_set_flag_random(\"5\", 1, 4);",
			[4] = "a_set_flag_random(\"6\", 1, 4);",
			[5] = "a_clear_flag(\"21\");a_clear_flag(\"22\");a_clear_flag(\"23\");",
			[6] = "a_add_radio_item(getValueDictByKey(\"DictKey_ActionRadioText_6\"), \"21\", 1); mission.trig.func[6]=nil;",
			[7] = "a_add_radio_item(getValueDictByKey(\"DictKey_ActionRadioText_7\"), \"22\", 1); mission.trig.func[7]=nil;",
			[8] = "a_add_radio_item(getValueDictByKey(\"DictKey_ActionRadioText_8\"), \"23\", 1); mission.trig.func[8]=nil;",
			[9] = "a_activate_group(80); mission.trig.func[9]=nil;",
			[10] = "a_activate_group(80);a_activate_group(111); mission.trig.func[10]=nil;",
			[11] = "a_activate_group(83); mission.trig.func[11]=nil;",
			[12] = "a_activate_group(83);a_activate_group(112); mission.trig.func[12]=nil;",
			[13] = "a_activate_group(83);a_activate_group(80); mission.trig.func[13]=nil;",
			[14] = "a_activate_group(83);a_activate_group(80);a_activate_group(111);a_activate_group(112); mission.trig.func[14]=nil;",
			[15] = "a_activate_group(102); mission.trig.func[15]=nil;",
			[16] = "a_activate_group(102);a_activate_group(110); mission.trig.func[16]=nil;",
			[17] = "a_activate_group(87); mission.trig.func[17]=nil;",
			[18] = "a_activate_group(87);a_activate_group(113); mission.trig.func[18]=nil;",
			[19] = "a_activate_group(88); mission.trig.func[19]=nil;",
			[20] = "a_activate_group(88);a_activate_group(114); mission.trig.func[20]=nil;",
			[21] = "a_activate_group(88);a_activate_group(87); mission.trig.func[21]=nil;",
			[22] = "a_activate_group(88);a_activate_group(87);a_activate_group(114);a_activate_group(113); mission.trig.func[22]=nil;",
			[23] = "a_activate_group(103); mission.trig.func[23]=nil;",
			[24] = "a_activate_group(103);a_activate_group(115); mission.trig.func[24]=nil;",
			[25] = "a_activate_group(89); mission.trig.func[25]=nil;",
			[26] = "a_activate_group(89);a_activate_group(116); mission.trig.func[26]=nil;",
			[27] = "a_activate_group(90); mission.trig.func[27]=nil;",
			[28] = "a_activate_group(90);a_activate_group(117); mission.trig.func[28]=nil;",
			[29] = "a_activate_group(90);a_activate_group(89); mission.trig.func[29]=nil;",
			[30] = "a_activate_group(90);a_activate_group(89);a_activate_group(117);a_activate_group(116); mission.trig.func[30]=nil;",
			[31] = "a_activate_group(111);a_activate_group(110);a_activate_group(112);a_activate_group(115);a_activate_group(113);a_activate_group(114);a_activate_group(117);a_activate_group(116);a_activate_group(88);a_activate_group(89);a_activate_group(87);a_activate_group(90);a_activate_group(83);a_activate_group(80);a_activate_group(102);a_activate_group(103); mission.trig.func[31]=nil;",
			[32] = "a_do_script(\"-- 1. Define the units to look for (RED coalition, PLANES and HELOS)\\\
local redAirUnits = mist.makeUnitTable({ '[red][plane]', '[red][helicopter]' })\\\
\\\
-- 2. Define the zone to check\\\
local zoneName = 'LympneSector'\\\
\\\
-- 3. Get a table of matching units currently in that zone\\\
local unitsInZone = mist.getUnitsInZones(redAirUnits, {zoneName})\\\
\\\
-- 4. Set Flag 10 to the number of units found\\\
trigger.action.setUserFlag(10, #unitsInZone)\\\
\\\
-- Optional: Display the count on screen for testing\\\
-- trigger.action.outText(\\\"Red Air in Zone: \\\" .. #unitsInZone, 1)\");",
			[33] = "a_signal_flare(7, 1, \"1\", \"0\");a_ai_task(4, 1);a_radio_transmission(getValueResourceByKey(\"ResKey_Action_25\"), 11, true, false, 124000, 10000, \"\", 0, false, true, getValueDictByKey(\"DictKey_ActionText_26\"), 0); mission.trig.func[33]=nil;",
			[34] = "a_signal_flare(7, 1, \"3\", \"0\");a_ai_task(3, 1); mission.trig.func[34]=nil;",
			[35] = "a_out_sound_u(1, getValueResourceByKey(\"ResKey_Action_20\"), 0); mission.trig.func[35]=nil;",
			[36] = "a_out_sound_u(3, getValueResourceByKey(\"ResKey_Action_31\"), 0); mission.trig.func[36]=nil;",
			[37] = "a_do_script(\"-- 1. Define the units to look for (RED coalition, PLANES and HELOS)\\\
local redAirUnits = mist.makeUnitTable({ '[red][plane]', '[red][helicopter]' })\\\
\\\
-- 2. Define the zone to check\\\
local zoneName = 'HawkingeSector'\\\
\\\
-- 3. Get a table of matching units currently in that zone\\\
local unitsInZone = mist.getUnitsInZones(redAirUnits, {zoneName})\\\
\\\
-- 4. Set Flag 11 to the number of units found\\\
trigger.action.setUserFlag(11, #unitsInZone)\\\
\\\
-- Optional: Display the count on screen for testing\\\
-- trigger.action.outText(\\\"Red Air in Zone: \\\" .. #unitsInZone, 1)\");",
			[38] = "a_signal_flare(9, 1, \"1\", \"0\");a_ai_task(84, 1);a_radio_transmission(getValueResourceByKey(\"ResKey_Action_27\"), 11, true, false, 124000, 10000, \"\", 0, false, true, getValueDictByKey(\"DictKey_ActionText_28\"), 0); mission.trig.func[38]=nil;",
			[39] = "a_signal_flare(9, 1, \"3\", \"0\");a_ai_task(85, 1); mission.trig.func[39]=nil;",
			[40] = "a_signal_flare(9, 1, \"0\", \"0\");a_ai_task(86, 1); mission.trig.func[40]=nil;",
			[41] = "a_out_sound_u(171, getValueResourceByKey(\"ResKey_Action_32\"), 0); mission.trig.func[41]=nil;",
			[42] = "a_out_sound_u(172, getValueResourceByKey(\"ResKey_Action_33\"), 0); mission.trig.func[42]=nil;",
			[43] = "a_out_sound_u(173, getValueResourceByKey(\"ResKey_Action_34\"), 0); mission.trig.func[43]=nil;",
			[44] = "a_do_script(\"-- 1. Define the units to look for (RED coalition, PLANES and HELOS)\\\
local redAirUnits = mist.makeUnitTable({ '[red][plane]', '[red][helicopter]' })\\\
\\\
-- 2. Define the zone to check\\\
local zoneName = 'ManstonSector'\\\
\\\
-- 3. Get a table of matching units currently in that zone\\\
local unitsInZone = mist.getUnitsInZones(redAirUnits, {zoneName})\\\
\\\
-- 4. Set Flag 12 to the number of units found\\\
trigger.action.setUserFlag(12, #unitsInZone)\\\
\\\
-- Optional: Display the count on screen for testing\\\
-- trigger.action.outText(\\\"Red Air in Zone: \\\" .. #unitsInZone, 1)\");",
			[45] = "a_signal_flare(10, 1, \"1\", \"0\");a_ai_task(91, 1);a_radio_transmission(getValueResourceByKey(\"ResKey_Action_29\"), 11, true, false, 124000, 10000, \"\", 0, false, true, getValueDictByKey(\"DictKey_ActionText_30\"), 0); mission.trig.func[45]=nil;",
			[46] = "a_signal_flare(10, 1, \"3\", \"0\");a_ai_task(92, 1); mission.trig.func[46]=nil;",
			[47] = "a_signal_flare(10, 1, \"0\", \"0\");a_ai_task(93, 1); mission.trig.func[47]=nil;",
			[48] = "a_do_script(\"-- 1. Define the units to look for (RED coalition, PLANES and HELOS)\\\
local redAirUnits = mist.makeUnitTable({ '[red][plane]', '[red][helicopter]' })\\\
\\\
-- 2. Define the zone to check\\\
local zoneName = 'DetlingSector'\\\
\\\
-- 3. Get a table of matching units currently in that zone\\\
local unitsInZone = mist.getUnitsInZones(redAirUnits, {zoneName})\\\
\\\
-- 4. Set Flag 13 to the number of units found\\\
trigger.action.setUserFlag(13, #unitsInZone)\\\
\\\
-- Optional: Display the count on screen for testing\\\
-- trigger.action.outText(\\\"Red Air in Zone: \\\" .. #unitsInZone, 1)\");",
			[49] = "a_signal_flare(12, 1, \"1\", \"0\");a_ai_task(105, 1);a_radio_transmission(getValueResourceByKey(\"ResKey_Action_36\"), 11, true, false, 124000, 10000, \"\", 0, false, true, getValueDictByKey(\"DictKey_ActionText_37\"), 0); mission.trig.func[49]=nil;",
			[50] = "a_signal_flare(12, 1, \"3\", \"0\");a_ai_task(106, 1); mission.trig.func[50]=nil;",
			[51] = "a_do_script(\"-- 1. Define the units to look for (RED coalition, PLANES and HELOS)\\\
local redAirUnits = mist.makeUnitTable({ '[red][plane]', '[red][helicopter]' })\\\
\\\
-- 2. Define the zone to check\\\
local zoneName = 'EastchurchSector'\\\
\\\
-- 3. Get a table of matching units currently in that zone\\\
local unitsInZone = mist.getUnitsInZones(redAirUnits, {zoneName})\\\
\\\
-- 4. Set Flag 14 to the number of units found\\\
trigger.action.setUserFlag(14, #unitsInZone)\\\
\\\
-- Optional: Display the count on screen for testing\\\
-- trigger.action.outText(\\\"Red Air in Zone: \\\" .. #unitsInZone, 1)\");",
			[52] = "a_signal_flare(13, 1, \"1\", \"0\");a_ai_task(108, 1);a_radio_transmission(getValueResourceByKey(\"ResKey_Action_39\"), 11, true, false, 124000, 10000, \"\", 0, false, true, getValueDictByKey(\"DictKey_ActionText_40\"), 0); mission.trig.func[52]=nil;",
			[53] = "a_signal_flare(13, 1, \"3\", \"0\");a_ai_task(109, 1); mission.trig.func[53]=nil;",
			[54] = "a_do_script(\"local function BlueRTBCheck()\\\
    -- Create a table of all blue airplanes and helicopters\\\
    local blueUnits = mist.makeUnitTable({'[blue][plane]', '[blue][helicopter]'})\\\
    \\\
    -- Find units in the specific zone\\\
    local unitsInZone = mist.getUnitsInZones(blueUnits, {'RetunToBase'})\\\
    \\\
    for i = 1, #unitsInZone do\\\
        local unit = unitsInZone[i]\\\
        local group = unit:getGroup()\\\
        \\\
        -- Command the group to switch to the last waypoint (RTB)\\\
        -- Assuming last waypoint is the landing waypoint\\\
        local lastWP = #group:getController():getTask().params.waypoints\\\
        group:getController():pushTask({\\\
            id = 'SwitchWaypoint', \\\
            params = {\\\
                fromWayPointIndex = 1,\\\
                goToWayPointIndex = lastWP\\\
            }\\\
        })\\\
    end\\\
end\\\
\\\
-- Run this check every 10 seconds\\\
mist.scheduleFunction(BlueRTBCheck, {}, timer.getTime() + 1, 10)\");",
		}, -- end of ["actions"]
		["events"] = {},
		["custom"] = {},
		["func"] = 
		{
			[6] = "if mission.trig.conditions[6]() then mission.trig.actions[6]() end",
			[7] = "if mission.trig.conditions[7]() then mission.trig.actions[7]() end",
			[8] = "if mission.trig.conditions[8]() then mission.trig.actions[8]() end",
			[9] = "if mission.trig.conditions[9]() then mission.trig.actions[9]() end",
			[10] = "if mission.trig.conditions[10]() then mission.trig.actions[10]() end",
			[11] = "if mission.trig.conditions[11]() then mission.trig.actions[11]() end",
			[12] = "if mission.trig.conditions[12]() then mission.trig.actions[12]() end",
			[13] = "if mission.trig.conditions[13]() then mission.trig.actions[13]() end",
			[14] = "if mission.trig.conditions[14]() then mission.trig.actions[14]() end",
			[15] = "if mission.trig.conditions[15]() then mission.trig.actions[15]() end",
			[16] = "if mission.trig.conditions[16]() then mission.trig.actions[16]() end",
			[17] = "if mission.trig.conditions[17]() then mission.trig.actions[17]() end",
			[18] = "if mission.trig.conditions[18]() then mission.trig.actions[18]() end",
			[19] = "if mission.trig.conditions[19]() then mission.trig.actions[19]() end",
			[20] = "if mission.trig.conditions[20]() then mission.trig.actions[20]() end",
			[21] = "if mission.trig.conditions[21]() then mission.trig.actions[21]() end",
			[22] = "if mission.trig.conditions[22]() then mission.trig.actions[22]() end",
			[23] = "if mission.trig.conditions[23]() then mission.trig.actions[23]() end",
			[24] = "if mission.trig.conditions[24]() then mission.trig.actions[24]() end",
			[25] = "if mission.trig.conditions[25]() then mission.trig.actions[25]() end",
			[26] = "if mission.trig.conditions[26]() then mission.trig.actions[26]() end",
			[27] = "if mission.trig.conditions[27]() then mission.trig.actions[27]() end",
			[28] = "if mission.trig.conditions[28]() then mission.trig.actions[28]() end",
			[29] = "if mission.trig.conditions[29]() then mission.trig.actions[29]() end",
			[30] = "if mission.trig.conditions[30]() then mission.trig.actions[30]() end",
			[31] = "if mission.trig.conditions[31]() then mission.trig.actions[31]() end",
			[32] = "if mission.trig.conditions[32]() then mission.trig.actions[32]() end",
			[33] = "if mission.trig.conditions[33]() then mission.trig.actions[33]() end",
			[34] = "if mission.trig.conditions[34]() then mission.trig.actions[34]() end",
			[35] = "if mission.trig.conditions[35]() then mission.trig.actions[35]() end",
			[36] = "if mission.trig.conditions[36]() then mission.trig.actions[36]() end",
			[37] = "if mission.trig.conditions[37]() then mission.trig.actions[37]() end",
			[38] = "if mission.trig.conditions[38]() then mission.trig.actions[38]() end",
			[39] = "if mission.trig.conditions[39]() then mission.trig.actions[39]() end",
			[40] = "if mission.trig.conditions[40]() then mission.trig.actions[40]() end",
			[41] = "if mission.trig.conditions[41]() then mission.trig.actions[41]() end",
			[42] = "if mission.trig.conditions[42]() then mission.trig.actions[42]() end",
			[43] = "if mission.trig.conditions[43]() then mission.trig.actions[43]() end",
			[44] = "if mission.trig.conditions[44]() then mission.trig.actions[44]() end",
			[45] = "if mission.trig.conditions[45]() then mission.trig.actions[45]() end",
			[46] = "if mission.trig.conditions[46]() then mission.trig.actions[46]() end",
			[47] = "if mission.trig.conditions[47]() then mission.trig.actions[47]() end",
			[48] = "if mission.trig.conditions[48]() then mission.trig.actions[48]() end",
			[49] = "if mission.trig.conditions[49]() then mission.trig.actions[49]() end",
			[50] = "if mission.trig.conditions[50]() then mission.trig.actions[50]() end",
			[51] = "if mission.trig.conditions[51]() then mission.trig.actions[51]() end",
			[52] = "if mission.trig.conditions[52]() then mission.trig.actions[52]() end",
			[53] = "if mission.trig.conditions[53]() then mission.trig.actions[53]() end",
			[54] = "if mission.trig.conditions[54]() then mission.trig.actions[54]() end",
		}, -- end of ["func"]
		["flag"] = 
		{
			[1] = true,
			[2] = true,
			[3] = true,
			[4] = true,
			[5] = true,
			[6] = true,
			[7] = true,
			[8] = true,
			[9] = true,
			[10] = true,
			[11] = true,
			[12] = true,
			[13] = true,
			[14] = true,
			[15] = true,
			[16] = true,
			[17] = true,
			[18] = true,
			[19] = true,
			[20] = true,
			[21] = true,
			[22] = true,
			[23] = true,
			[24] = true,
			[25] = true,
			[26] = true,
			[27] = true,
			[28] = true,
			[29] = true,
			[30] = true,
			[31] = true,
			[32] = true,
			[33] = true,
			[34] = true,
			[35] = true,
			[36] = true,
			[37] = true,
			[38] = true,
			[39] = true,
			[40] = true,
			[41] = true,
			[42] = true,
			[43] = true,
			[44] = true,
			[45] = true,
			[46] = true,
			[47] = true,
			[48] = true,
			[49] = true,
			[50] = true,
			[51] = true,
			[52] = true,
			[53] = true,
			[54] = true,
		}, -- end of ["flag"]
		["conditions"] = 
		{
			[1] = "return(true)",
			[2] = "return(true)",
			[3] = "return(true)",
			[4] = "return(true)",
			[5] = "return(true)",
			[6] = "return(true)",
			[7] = "return(true)",
			[8] = "return(true)",
			[9] = "return(c_flag_equals(\"21\", 1) and c_flag_equals(\"4\", 1) )",
			[10] = "return(c_flag_equals(\"22\", 1) and c_flag_equals(\"4\", 1) )",
			[11] = "return(c_flag_equals(\"21\", 1) and c_flag_equals(\"4\", 2) )",
			[12] = "return(c_flag_equals(\"22\", 1) and c_flag_equals(\"4\", 2) )",
			[13] = "return(c_flag_equals(\"21\", 1) and c_flag_equals(\"4\", 3) )",
			[14] = "return(c_flag_equals(\"22\", 1) and c_flag_equals(\"4\", 3) )",
			[15] = "return(c_flag_equals(\"21\", 1) and c_flag_equals(\"4\", 4) )",
			[16] = "return(c_flag_equals(\"22\", 1) and c_flag_equals(\"4\", 4) )",
			[17] = "return(c_flag_equals(\"21\", 1) and c_flag_equals(\"5\", 1) )",
			[18] = "return(c_flag_equals(\"22\", 1) and c_flag_equals(\"5\", 1) )",
			[19] = "return(c_flag_equals(\"21\", 1) and c_flag_equals(\"5\", 2) )",
			[20] = "return(c_flag_equals(\"22\", 1) and c_flag_equals(\"5\", 2) )",
			[21] = "return(c_flag_equals(\"21\", 1) and c_flag_equals(\"5\", 3) )",
			[22] = "return(c_flag_equals(\"22\", 1) and c_flag_equals(\"5\", 3) )",
			[23] = "return(c_flag_equals(\"21\", 1) and c_flag_equals(\"5\", 4) )",
			[24] = "return(c_flag_equals(\"22\", 1) and c_flag_equals(\"5\", 4) )",
			[25] = "return(c_flag_equals(\"21\", 1) and c_flag_equals(\"6\", 1) )",
			[26] = "return(c_flag_equals(\"22\", 1) and c_flag_equals(\"6\", 1) )",
			[27] = "return(c_flag_equals(\"21\", 1) and c_flag_equals(\"6\", 2) )",
			[28] = "return(c_flag_equals(\"22\", 1) and c_flag_equals(\"6\", 2) )",
			[29] = "return(c_flag_equals(\"21\", 1) and c_flag_equals(\"6\", 3) )",
			[30] = "return(c_flag_equals(\"22\", 1) and c_flag_equals(\"6\", 3) )",
			[31] = "return(c_flag_equals(\"23\", 1) )",
			[32] = "return(c_time_after(30) )",
			[33] = "return(c_flag_more(\"10\", 2) )",
			[34] = "return(c_flag_more(\"10\", 4) )",
			[35] = "return(c_flag_more(\"10\", 2) and c_unit_in_zone(1, 7) )",
			[36] = "return(c_flag_more(\"10\", 2) and c_unit_in_zone(3, 7) )",
			[37] = "return(c_time_after(30) )",
			[38] = "return(c_flag_more(\"11\", 2) )",
			[39] = "return(c_flag_more(\"11\", 4) )",
			[40] = "return(c_flag_more(\"11\", 8) )",
			[41] = "return(c_flag_more(\"11\", 2) and c_unit_in_zone(171, 9) )",
			[42] = "return(c_flag_more(\"11\", 2) and c_unit_in_zone(172, 9) )",
			[43] = "return(c_flag_more(\"11\", 2) and c_unit_in_zone(173, 9) )",
			[44] = "return(c_time_after(30) )",
			[45] = "return(c_flag_more(\"12\", 2) )",
			[46] = "return(c_flag_more(\"12\", 4) )",
			[47] = "return(c_flag_more(\"12\", 8) )",
			[48] = "return(c_time_after(30) )",
			[49] = "return(c_flag_more(\"13\", 2) )",
			[50] = "return(c_flag_more(\"13\", 4) )",
			[51] = "return(c_time_after(30) )",
			[52] = "return(c_flag_more(\"14\", 2) )",
			[53] = "return(c_flag_more(\"14\", 4) )",
			[54] = "return(c_time_after(30) )",
		}, -- end of ["conditions"]
		["customStartup"] = {},
		["funcStartup"] = 
		{
			[1] = "if mission.trig.conditions[1]() then mission.trig.actions[1]() end",
			[2] = "if mission.trig.conditions[2]() then mission.trig.actions[2]() end",
			[3] = "if mission.trig.conditions[3]() then mission.trig.actions[3]() end",
			[4] = "if mission.trig.conditions[4]() then mission.trig.actions[4]() end",
			[5] = "if mission.trig.conditions[5]() then mission.trig.actions[5]() end",
		}, -- end of ["funcStartup"]
	}, -- end of ["trig"]
	["maxDictId"] = 41,
	["result"] = 
	{
		["offline"] = 
		{
			["conditions"] = {},
			["actions"] = {},
			["func"] = {},
		}, -- end of ["offline"]
		["total"] = 0,
		["blue"] = 
		{
			["conditions"] = {},
			["actions"] = {},
			["func"] = {},
		}, -- end of ["blue"]
		["red"] = 
		{
			["conditions"] = {},
			["actions"] = {},
			["func"] = {},
		}, -- end of ["red"]
	}, -- end of ["result"]
	["pictureFileNameN"] = {},
	["drawings"] = 
	{
		["options"] = 
		{
			["hiddenOnF10Map"] = 
			{
				["Observer"] = 
				{
					["Neutral"] = false,
					["Blue"] = false,
					["Red"] = false,
				}, -- end of ["Observer"]
				["Instructor"] = 
				{
					["Neutral"] = false,
					["Blue"] = false,
					["Red"] = false,
				}, -- end of ["Instructor"]
				["ForwardObserver"] = 
				{
					["Neutral"] = false,
					["Blue"] = false,
					["Red"] = false,
				}, -- end of ["ForwardObserver"]
				["Pilot"] = 
				{
					["Neutral"] = false,
					["Blue"] = false,
					["Red"] = false,
				}, -- end of ["Pilot"]
				["Spectrator"] = 
				{
					["Neutral"] = false,
					["Blue"] = false,
					["Red"] = false,
				}, -- end of ["Spectrator"]
				["ArtilleryCommander"] = 
				{
					["Neutral"] = false,
					["Blue"] = false,
					["Red"] = false,
				}, -- end of ["ArtilleryCommander"]
			}, -- end of ["hiddenOnF10Map"]
		}, -- end of ["options"]
		["layers"] = 
		{
			[2] = 
			{
				["visible"] = true,
				["name"] = "Blue",
				["objects"] = {},
			}, -- end of [2]
			[3] = 
			{
				["visible"] = true,
				["name"] = "Neutral",
				["objects"] = {},
			}, -- end of [3]
			[1] = 
			{
				["visible"] = true,
				["name"] = "Red",
				["objects"] = {},
			}, -- end of [1]
			[4] = 
			{
				["visible"] = true,
				["name"] = "Common",
				["objects"] = {},
			}, -- end of [4]
			[5] = 
			{
				["visible"] = true,
				["name"] = "Author",
				["objects"] = {},
			}, -- end of [5]
		}, -- end of ["layers"]
	}, -- end of ["drawings"]
	["descriptionNeutralsTask"] = "DictKey_descriptionNeutralsTask_4",
	["pictureFileNameServer"] = {},
	["weather"] = 
	{
		["wind"] = 
		{
			["at8000"] = 
			{
				["speed"] = 0,
				["dir"] = 0,
			}, -- end of ["at8000"]
			["atGround"] = 
			{
				["speed"] = 0,
				["dir"] = 0,
			}, -- end of ["atGround"]
			["at2000"] = 
			{
				["speed"] = 0,
				["dir"] = 0,
			}, -- end of ["at2000"]
		}, -- end of ["wind"]
		["enable_fog"] = false,
		["season"] = 
		{
			["temperature"] = 20,
		}, -- end of ["season"]
		["qnh"] = 760,
		["cyclones"] = 
		{
			[1] = 
			{
				["pressure_spread"] = 873331.34526091,
				["centerZ"] = 1154.9178348351,
				["ellipticity"] = 1.1709776033751,
				["rotation"] = -0.29028774966999,
				["pressure_excess"] = -1008,
				["centerX"] = -68822.585310661,
			}, -- end of [1]
			[2] = 
			{
				["pressure_spread"] = 778778.84209505,
				["centerZ"] = -165523.92641262,
				["ellipticity"] = 1.1709776033751,
				["rotation"] = -0.29028774966999,
				["pressure_excess"] = -326,
				["centerX"] = -1154324.8028724,
			}, -- end of [2]
		}, -- end of ["cyclones"]
		["dust_density"] = 0,
		["enable_dust"] = false,
		["clouds"] = 
		{
			["thickness"] = 200,
			["density"] = 0,
			["preset"] = "Preset14",
			["base"] = 2500,
			["iprecptns"] = 0,
		}, -- end of ["clouds"]
		["atmosphere_type"] = 0,
		["groundTurbulence"] = 25.77,
		["halo"] = 
		{
			["preset"] = "auto",
		}, -- end of ["halo"]
		["type_weather"] = 0,
		["modifiedTime"] = false,
		["name"] = "Winter, clean sky",
		["fog"] = 
		{
			["visibility"] = 0,
			["thickness"] = 0,
		}, -- end of ["fog"]
		["visibility"] = 
		{
			["distance"] = 80000,
		}, -- end of ["visibility"]
	}, -- end of ["weather"]
	["theatre"] = "TheChannel",
	["triggers"] = 
	{
		["zones"] = 
		{
			[1] = 
			{
				["radius"] = 3000,
				["zoneId"] = 1,
				["color"] = 
				{
					[1] = 0,
					[2] = 0.25098039215686,
					[3] = 0.50196078431373,
					[4] = 0.14901960784314,
				}, -- end of ["color"]
				["properties"] = {},
				["hidden"] = false,
				["y"] = 8728.6135693216,
				["x"] = 43977.507374631,
				["name"] = "ManstonSector",
				["type"] = 2,
				["heading"] = 0,
				["verticies"] = 
				{
					[1] = 
					{
						["y"] = -18951.327433628,
						["x"] = 39442.477876106,
					}, -- end of [1]
					[2] = 
					{
						["y"] = 25423.303834808,
						["x"] = 20435.103244838,
					}, -- end of [2]
					[3] = 
					{
						["y"] = 36119.469026549,
						["x"] = 58160.766961652,
					}, -- end of [3]
					[4] = 
					{
						["y"] = -7676.9911504425,
						["x"] = 57871.681415929,
					}, -- end of [4]
				}, -- end of ["verticies"]
			}, -- end of [1]
			[2] = 
			{
				["radius"] = 3000,
				["zoneId"] = 2,
				["color"] = 
				{
					[1] = 0,
					[2] = 0.25098039215686,
					[3] = 0.50196078431373,
					[4] = 0.14901960784314,
				}, -- end of ["color"]
				["properties"] = {},
				["hidden"] = false,
				["y"] = -5707.1506852421,
				["x"] = 17382.637869586,
				["name"] = "HawkingeSector",
				["type"] = 2,
				["heading"] = 0,
				["verticies"] = 
				{
					[1] = 
					{
						["y"] = 923.30383480827,
						["x"] = -11581.120943953,
					}, -- end of [1]
					[2] = 
					{
						["y"] = 25351.032448378,
						["x"] = 20507.374631268,
					}, -- end of [2]
					[3] = 
					{
						["y"] = -18879.056047198,
						["x"] = 39370.206489676,
					}, -- end of [3]
					[4] = 
					{
						["y"] = -30223.882976956,
						["x"] = 21234.091301355,
					}, -- end of [4]
				}, -- end of ["verticies"]
			}, -- end of [2]
			[3] = 
			{
				["radius"] = 3000,
				["zoneId"] = 3,
				["color"] = 
				{
					[1] = 0,
					[2] = 0.25098039215686,
					[3] = 0.50196078431373,
					[4] = 0.14901960784314,
				}, -- end of ["color"]
				["properties"] = {},
				["hidden"] = false,
				["y"] = -30857.500335413,
				["x"] = -2710.4000006414,
				["name"] = "LympneSector",
				["type"] = 2,
				["heading"] = 0,
				["verticies"] = 
				{
					[1] = 
					{
						["y"] = -40199.115044247,
						["x"] = -30877.581120944,
					}, -- end of [1]
					[2] = 
					{
						["y"] = 923.30383480824,
						["x"] = -11581.120943953,
					}, -- end of [2]
					[3] = 
					{
						["y"] = -30223.511666138,
						["x"] = 21227.721531358,
					}, -- end of [3]
					[4] = 
					{
						["y"] = -53930.678466076,
						["x"] = 10389.380530973,
					}, -- end of [4]
				}, -- end of ["verticies"]
			}, -- end of [3]
			[4] = 
			{
				["radius"] = 3000,
				["zoneId"] = 5,
				["color"] = 
				{
					[1] = 0,
					[2] = 0.25098039215686,
					[3] = 0.50196078431373,
					[4] = 0.14901960784314,
				}, -- end of ["color"]
				["properties"] = {},
				["hidden"] = false,
				["y"] = -41022.541511831,
				["x"] = 51834.523970853,
				["name"] = "EastchurchSector",
				["type"] = 2,
				["heading"] = 0,
				["verticies"] = 
				{
					[1] = 
					{
						["y"] = -37083.689583351,
						["x"] = 29715.217302123,
					}, -- end of [1]
					[2] = 
					{
						["y"] = -16904.706552468,
						["x"] = 58699.574746482,
					}, -- end of [2]
					[3] = 
					{
						["y"] = -51256.637168142,
						["x"] = 62207.96460177,
					}, -- end of [3]
					[4] = 
					{
						["y"] = -58845.132743363,
						["x"] = 56715.339233038,
					}, -- end of [4]
				}, -- end of ["verticies"]
			}, -- end of [4]
			[5] = 
			{
				["radius"] = 3000,
				["zoneId"] = 6,
				["color"] = 
				{
					[1] = 0,
					[2] = 0.25098039215686,
					[3] = 0.50196078431373,
					[4] = 0.14901960784314,
				}, -- end of ["color"]
				["properties"] = {},
				["hidden"] = false,
				["y"] = -57435.840707965,
				["x"] = 38864.306784661,
				["name"] = "DetlingSector",
				["type"] = 2,
				["heading"] = 0,
				["verticies"] = 
				{
					[1] = 
					{
						["y"] = -59423.303834808,
						["x"] = 19061.946902655,
					}, -- end of [1]
					[2] = 
					{
						["y"] = -37091.445427729,
						["x"] = 29685.840707965,
					}, -- end of [2]
					[3] = 
					{
						["y"] = -58772.861356932,
						["x"] = 56715.339233038,
					}, -- end of [3]
					[4] = 
					{
						["y"] = -74455.752212389,
						["x"] = 49994.100294985,
					}, -- end of [4]
				}, -- end of ["verticies"]
			}, -- end of [5]
			[6] = 
			{
				["radius"] = 609.6,
				["zoneId"] = 7,
				["color"] = 
				{
					[1] = 0,
					[2] = 0.50196078431373,
					[3] = 0,
					[4] = 0.14901960784314,
				}, -- end of ["color"]
				["properties"] = {},
				["hidden"] = true,
				["y"] = -39497.311589972,
				["x"] = 23723.252322388,
				["name"] = "LympneAirfield",
				["heading"] = 0,
				["type"] = 0,
			}, -- end of [6]
			[7] = 
			{
				["radius"] = 3000,
				["zoneId"] = 8,
				["color"] = 
				{
					[1] = 0.50196078431373,
					[2] = 0.50196078431373,
					[3] = 0.50196078431373,
					[4] = 0.14901960784314,
				}, -- end of ["color"]
				["properties"] = {},
				["hidden"] = true,
				["y"] = 16443.584070796,
				["x"] = -251.35190963175,
				["name"] = "RetunToBase",
				["type"] = 2,
				["heading"] = 0,
				["verticies"] = 
				{
					[1] = 
					{
						["y"] = -34489.675516224,
						["x"] = -41970.009726741,
					}, -- end of [1]
					[2] = 
					{
						["y"] = -13314.159292035,
						["x"] = -59604.228015826,
					}, -- end of [2]
					[3] = 
					{
						["y"] = 71532.448377581,
						["x"] = 45044.739535796,
					}, -- end of [3]
					[4] = 
					{
						["y"] = 42045.722713864,
						["x"] = 55524.090568244,
					}, -- end of [4]
				}, -- end of ["verticies"]
			}, -- end of [7]
			[8] = 
			{
				["radius"] = 609.6,
				["zoneId"] = 9,
				["color"] = 
				{
					[1] = 1,
					[2] = 1,
					[3] = 1,
					[4] = 0.15,
				}, -- end of ["color"]
				["properties"] = {},
				["hidden"] = true,
				["y"] = -29559.556351992,
				["x"] = 26928.075152573,
				["name"] = "HawkingeAirfiled",
				["heading"] = 0,
				["type"] = 0,
			}, -- end of [8]
			[9] = 
			{
				["radius"] = 1219.2,
				["zoneId"] = 10,
				["color"] = 
				{
					[1] = 1,
					[2] = 1,
					[3] = 1,
					[4] = 0.15,
				}, -- end of ["color"]
				["properties"] = {},
				["hidden"] = true,
				["y"] = -15572.646224324,
				["x"] = 52718.758454583,
				["name"] = "ManstonAirfield",
				["heading"] = 0,
				["type"] = 0,
			}, -- end of [9]
			[10] = 
			{
				["radius"] = 3000,
				["zoneId"] = 11,
				["color"] = 
				{
					[1] = 1,
					[2] = 1,
					[3] = 1,
					[4] = 0.15,
				}, -- end of ["color"]
				["properties"] = {},
				["hidden"] = true,
				["y"] = -28418.879056047,
				["x"] = 27337.020648968,
				["name"] = "Radio Zone",
				["type"] = 2,
				["heading"] = 0,
				["verticies"] = 
				{
					[1] = 
					{
						["y"] = -109868.73156342,
						["x"] = -63255.162241887,
					}, -- end of [1]
					[2] = 
					{
						["y"] = 87865.781710914,
						["x"] = 25494.100294986,
					}, -- end of [2]
					[3] = 
					{
						["y"] = 19280.235988201,
						["x"] = 73482.300884956,
					}, -- end of [3]
					[4] = 
					{
						["y"] = -110952.80235988,
						["x"] = 73626.843657817,
					}, -- end of [4]
				}, -- end of ["verticies"]
			}, -- end of [10]
			[11] = 
			{
				["radius"] = 914.4,
				["zoneId"] = 12,
				["color"] = 
				{
					[1] = 1,
					[2] = 1,
					[3] = 1,
					[4] = 0.15,
				}, -- end of ["color"]
				["properties"] = {},
				["hidden"] = true,
				["y"] = -67935.590834823,
				["x"] = 49746.593346072,
				["name"] = "DetlingAirfield",
				["heading"] = 0,
				["type"] = 0,
			}, -- end of [11]
			[12] = 
			{
				["radius"] = 914.4,
				["zoneId"] = 13,
				["color"] = 
				{
					[1] = 1,
					[2] = 1,
					[3] = 1,
					[4] = 0.15,
				}, -- end of ["color"]
				["properties"] = {},
				["hidden"] = true,
				["y"] = -50237.374832889,
				["x"] = 58493.455271014,
				["name"] = "EastchurchAirfiled",
				["heading"] = 0,
				["type"] = 0,
			}, -- end of [12]
		}, -- end of ["zones"]
	}, -- end of ["triggers"]
	["map"] = 
	{
		["centerY"] = 7500.0000000022,
		["zoom"] = 252949.85250737,
		["centerX"] = 15845.87020649,
	}, -- end of ["map"]
	["coalitions"] = 
	{
		["blue"] = 
		{
			[1] = 21,
			[2] = 11,
			[3] = 8,
			[4] = 80,
			[5] = 26,
			[6] = 5,
			[7] = 20,
			[8] = 40,
			[9] = 10,
			[10] = 4,
			[11] = 2,
			[12] = 68,
			[13] = 67,
		}, -- end of ["blue"]
		["neutrals"] = 
		{
			[1] = 18,
			[2] = 91,
			[3] = 70,
			[4] = 83,
			[5] = 23,
			[6] = 65,
			[7] = 24,
			[8] = 86,
			[9] = 64,
			[10] = 63,
			[11] = 27,
			[12] = 28,
			[13] = 76,
			[14] = 84,
			[15] = 13,
			[16] = 90,
			[17] = 29,
			[18] = 62,
			[19] = 78,
			[20] = 16,
			[21] = 6,
			[22] = 87,
			[23] = 31,
			[24] = 61,
			[25] = 33,
			[26] = 60,
			[27] = 17,
			[28] = 34,
			[29] = 35,
			[30] = 15,
			[31] = 59,
			[32] = 37,
			[33] = 71,
			[34] = 79,
			[35] = 58,
			[36] = 57,
			[37] = 56,
			[38] = 55,
			[39] = 92,
			[40] = 88,
			[41] = 38,
			[42] = 12,
			[43] = 73,
			[44] = 39,
			[45] = 89,
			[46] = 54,
			[47] = 77,
			[48] = 72,
			[49] = 0,
			[50] = 42,
			[51] = 43,
			[52] = 44,
			[53] = 85,
			[54] = 75,
			[55] = 45,
			[56] = 19,
			[57] = 9,
			[58] = 53,
			[59] = 46,
			[60] = 22,
			[61] = 47,
			[62] = 52,
			[63] = 51,
			[64] = 3,
			[65] = 1,
			[66] = 74,
			[67] = 82,
			[68] = 7,
			[69] = 50,
			[70] = 49,
			[71] = 48,
		}, -- end of ["neutrals"]
		["red"] = 
		{
			[1] = 25,
			[2] = 81,
			[3] = 30,
			[4] = 32,
			[5] = 69,
			[6] = 36,
			[7] = 41,
			[8] = 66,
		}, -- end of ["red"]
	}, -- end of ["coalitions"]
	["descriptionText"] = "DictKey_descriptionText_1",
	["pictureFileNameR"] = {},
	["descriptionBlueTask"] = "DictKey_descriptionBlueTask_3",
	["goals"] = {},
	["descriptionRedTask"] = "DictKey_descriptionRedTask_2",
	["pictureFileNameB"] = 
	{
		[1] = "ResKey_ImageBriefing_41",
	}, -- end of ["pictureFileNameB"]
	["coalition"] = 
	{
		["blue"] = 
		{
			["bullseye"] = 
			{
				["y"] = 0,
				["x"] = 0,
			}, -- end of ["bullseye"]
			["nav_points"] = {},
			["name"] = "blue",
			["country"] = 
			{
				[1] = 
				{
					["name"] = "UK",
					["id"] = 4,
					["vehicle"] = 
					{
						["group"] = 
						{
							[1] = 
							{
								["visible"] = false,
								["tasks"] = {},
								["uncontrollable"] = false,
								["route"] = 
								{
									["spans"] = {},
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 107,
											["type"] = "Turning Point",
											["ETA"] = 0,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = -39807.03230159,
											["x"] = 23458.974269965,
											["ETA_locked"] = true,
											["speed"] = 0,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["number"] = 1,
															["auto"] = false,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 2,
																		["name"] = 9,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [1]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 20,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["skill"] = "Good",
										["coldAtStart"] = false,
										["type"] = "bofors40",
										["unitId"] = 55,
										["y"] = -39807.03230159,
										["x"] = 23458.974269965,
										["name"] = "Lympne Air Defence-3",
										["heading"] = 1.7994344588062,
										["playerCanDrive"] = true,
									}, -- end of [1]
									[2] = 
									{
										["skill"] = "Good",
										["coldAtStart"] = false,
										["type"] = "bofors40",
										["unitId"] = 59,
										["y"] = -39159.456941468,
										["x"] = 23256.547669721,
										["name"] = "Lympne Air Defence-5",
										["heading"] = 1.7994344588062,
										["playerCanDrive"] = true,
									}, -- end of [2]
									[3] = 
									{
										["skill"] = "Good",
										["coldAtStart"] = false,
										["type"] = "bofors40",
										["unitId"] = 29,
										["y"] = -39171.406225325,
										["x"] = 23205.932269158,
										["name"] = "Lympne Air Defence 1",
										["heading"] = 1.7994344588062,
										["playerCanDrive"] = true,
									}, -- end of [3]
									[4] = 
									{
										["skill"] = "High",
										["coldAtStart"] = false,
										["type"] = "bofors40",
										["unitId"] = 46,
										["y"] = -39741.131344773,
										["x"] = 23556.967951841,
										["name"] = "Lympne Air Defence-2",
										["heading"] = 2.2270401255448,
										["playerCanDrive"] = false,
									}, -- end of [4]
									[5] = 
									{
										["skill"] = "High",
										["coldAtStart"] = false,
										["type"] = "QF_37_AA",
										["unitId"] = 45,
										["y"] = -39738.183442034,
										["x"] = 23583.152264399,
										["name"] = "Lympne Air Defence-1",
										["heading"] = 2.0350539078254,
										["playerCanDrive"] = false,
									}, -- end of [5]
									[6] = 
									{
										["skill"] = "Good",
										["AddPropVehicle"] = 
										{
											["Tent"] = 2,
										}, -- end of ["AddPropVehicle"]
										["coldAtStart"] = false,
										["type"] = "Allies_Director",
										["unitId"] = 58,
										["y"] = -39738.335953628,
										["x"] = 23592.259542535,
										["name"] = "Lympne Air Defence-4",
										["heading"] = 5.6374134839417,
										["playerCanDrive"] = false,
									}, -- end of [6]
									[7] = 
									{
										["skill"] = "Good",
										["coldAtStart"] = false,
										["type"] = "bofors40",
										["unitId"] = 30,
										["y"] = -39748.934616727,
										["x"] = 23694.825756368,
										["name"] = "Lympne Air Defence 2",
										["heading"] = 5.6374134839417,
										["playerCanDrive"] = true,
									}, -- end of [7]
								}, -- end of ["units"]
								["y"] = -39807.03230159,
								["x"] = 23458.974269965,
								["name"] = "Lympne Air Defence",
								["start_time"] = 0,
							}, -- end of [1]
							[2] = 
							{
								["visible"] = false,
								["tasks"] = {},
								["uncontrollable"] = false,
								["task"] = "Ground Nothing",
								["taskSelected"] = true,
								["route"] = 
								{
									["spans"] = 
									{
										[1] = 
										{
											[1] = 
											{
												["y"] = -39754.275617549,
												["x"] = 23488.327733607,
											}, -- end of [1]
											[2] = 
											{
												["y"] = -39754.275617549,
												["x"] = 23488.327733607,
											}, -- end of [2]
										}, -- end of [1]
									}, -- end of ["spans"]
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 107,
											["type"] = "Turning Point",
											["ETA"] = 0,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = -39754.275617549,
											["x"] = 23488.327733607,
											["ETA_locked"] = true,
											["speed"] = 0,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 47,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 63,
										["y"] = -39754.275617549,
										["x"] = 23488.327733607,
										["name"] = "Lympne Air Corp 1",
										["heading"] = 2.0350539078254,
										["playerCanDrive"] = false,
									}, -- end of [1]
									[2] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 64,
										["y"] = -39716.64365925,
										["x"] = 23639.55500685,
										["name"] = "Lympne Air Corp 2",
										["heading"] = 1.3369222070277,
										["playerCanDrive"] = false,
									}, -- end of [2]
									[3] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 65,
										["y"] = -39717.678870063,
										["x"] = 23645.267551699,
										["name"] = "Lympne Air Corp 3",
										["heading"] = 0.55152404363021,
										["playerCanDrive"] = false,
									}, -- end of [3]
									[4] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 67,
										["y"] = -39727.925885497,
										["x"] = 23581.473704381,
										["name"] = "Lympne Air Corp 4",
										["heading"] = 0.92676983280899,
										["playerCanDrive"] = false,
									}, -- end of [4]
									[5] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 66,
										["y"] = -39736.182134283,
										["x"] = 23550.12577391,
										["name"] = "Lympne Air Corp 5",
										["heading"] = 2.3561944901923,
										["playerCanDrive"] = false,
									}, -- end of [5]
									[6] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 62,
										["y"] = -39752.624736592,
										["x"] = 23495.012448303,
										["name"] = "Lympne Air Corp 6",
										["heading"] = 1.3369222070277,
										["playerCanDrive"] = false,
									}, -- end of [6]
								}, -- end of ["units"]
								["y"] = -39754.275617549,
								["x"] = 23488.327733607,
								["name"] = "Lympne Air Corp",
								["start_time"] = 0,
							}, -- end of [2]
							[3] = 
							{
								["visible"] = false,
								["tasks"] = {},
								["uncontrollable"] = false,
								["task"] = "Ground Nothing",
								["taskSelected"] = true,
								["route"] = 
								{
									["spans"] = 
									{
										[1] = 
										{
											[1] = 
											{
												["y"] = -18034.871000379,
												["x"] = 28313.13267043,
											}, -- end of [1]
											[2] = 
											{
												["y"] = -18034.871000379,
												["x"] = 28313.13267043,
											}, -- end of [2]
										}, -- end of [1]
									}, -- end of ["spans"]
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 101,
											["type"] = "Turning Point",
											["ETA"] = 0,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = -18034.871000379,
											["x"] = 28313.13267043,
											["ETA_locked"] = true,
											["speed"] = 0,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 48,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["skill"] = "Good",
										["coldAtStart"] = false,
										["type"] = "bofors40",
										["unitId"] = 70,
										["y"] = -18034.871000379,
										["x"] = 28313.13267043,
										["name"] = "Dover Air Defence 1",
										["heading"] = 3.6704274169441,
										["playerCanDrive"] = true,
									}, -- end of [1]
									[2] = 
									{
										["skill"] = "Good",
										["coldAtStart"] = false,
										["type"] = "QF_37_AA",
										["unitId"] = 73,
										["y"] = -18125.214881947,
										["x"] = 28627.157544948,
										["name"] = "Dover Air Defence 2",
										["heading"] = 4.1242130224626,
										["playerCanDrive"] = false,
									}, -- end of [2]
									[3] = 
									{
										["skill"] = "Good",
										["AddPropVehicle"] = 
										{
											["Tent"] = 2,
										}, -- end of ["AddPropVehicle"]
										["coldAtStart"] = false,
										["type"] = "Allies_Director",
										["unitId"] = 76,
										["y"] = -17909.991821551,
										["x"] = 28524.955500869,
										["name"] = "Dover Air Defence 3",
										["heading"] = 0.22689280275926,
										["playerCanDrive"] = false,
									}, -- end of [3]
									[4] = 
									{
										["skill"] = "Good",
										["coldAtStart"] = false,
										["type"] = "QF_37_AA",
										["unitId"] = 72,
										["y"] = -17919.678937758,
										["x"] = 28519.924476359,
										["name"] = "Dover Air Defence 4",
										["heading"] = 2.8553586562627,
										["playerCanDrive"] = false,
									}, -- end of [4]
									[5] = 
									{
										["skill"] = "Good",
										["coldAtStart"] = false,
										["type"] = "QF_37_AA",
										["unitId"] = 71,
										["y"] = -18039.140927857,
										["x"] = 28579.698142983,
										["name"] = "Dover Air Defence 5",
										["heading"] = 3.4627332359567,
										["playerCanDrive"] = false,
									}, -- end of [5]
									[6] = 
									{
										["skill"] = "Good",
										["coldAtStart"] = false,
										["type"] = "bofors40",
										["unitId"] = 75,
										["y"] = -17739.007109855,
										["x"] = 28647.48423425,
										["name"] = "Dover Air Defence 6",
										["heading"] = 2.4975661596039,
										["playerCanDrive"] = true,
									}, -- end of [6]
									[7] = 
									{
										["skill"] = "Good",
										["coldAtStart"] = false,
										["type"] = "bofors40",
										["unitId"] = 74,
										["y"] = -18250.154040051,
										["x"] = 28611.168288943,
										["name"] = "Dover Air Defence 7",
										["heading"] = 4.3319072034499,
										["playerCanDrive"] = true,
									}, -- end of [7]
									[8] = 
									{
										["skill"] = "Good",
										["coldAtStart"] = false,
										["type"] = "bofors40",
										["unitId"] = 69,
										["y"] = -17873.376107491,
										["x"] = 28426.86486651,
										["name"] = "Dover Air Defence 8",
										["heading"] = 5.9614347524416,
										["playerCanDrive"] = true,
									}, -- end of [8]
								}, -- end of ["units"]
								["y"] = -18034.871000379,
								["x"] = 28313.13267043,
								["name"] = "Dover Air Defence",
								["start_time"] = 0,
							}, -- end of [3]
							[4] = 
							{
								["visible"] = false,
								["tasks"] = {},
								["uncontrollable"] = false,
								["route"] = 
								{
									["spans"] = {},
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 160,
											["type"] = "Turning Point",
											["ETA"] = 0,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = -30117.17032013,
											["x"] = 26815.45526326,
											["ETA_locked"] = true,
											["speed"] = 0,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["number"] = 1,
															["auto"] = false,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 2,
																		["name"] = 9,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [1]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 49,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["skill"] = "Good",
										["coldAtStart"] = false,
										["type"] = "bofors40",
										["unitId"] = 77,
										["y"] = -30117.17032013,
										["x"] = 26815.45526326,
										["name"] = "Hawkinge Air Defence 1",
										["heading"] = 2.6005405854716,
										["playerCanDrive"] = true,
									}, -- end of [1]
									[2] = 
									{
										["skill"] = "Good",
										["coldAtStart"] = false,
										["type"] = "bofors40",
										["unitId"] = 78,
										["y"] = -29051.797149634,
										["x"] = 26646.99240493,
										["name"] = "Hawkinge Air Defence 2",
										["heading"] = 2.4975661596039,
										["playerCanDrive"] = true,
									}, -- end of [2]
									[3] = 
									{
										["skill"] = "Good",
										["coldAtStart"] = false,
										["type"] = "bofors40",
										["unitId"] = 79,
										["y"] = -29230.758149118,
										["x"] = 26575.873329543,
										["name"] = "Hawkinge Air Defence 3",
										["heading"] = 2.5534166956677,
										["playerCanDrive"] = true,
									}, -- end of [3]
									[4] = 
									{
										["skill"] = "High",
										["coldAtStart"] = false,
										["type"] = "bofors40",
										["unitId"] = 80,
										["y"] = -30023.033633231,
										["x"] = 26942.4624724,
										["name"] = "Hawkinge Air Defence 4",
										["heading"] = 2.2270401255448,
										["playerCanDrive"] = false,
									}, -- end of [4]
									[5] = 
									{
										["skill"] = "High",
										["coldAtStart"] = false,
										["type"] = "QF_37_AA",
										["unitId"] = 81,
										["y"] = -29899.637747353,
										["x"] = 27021.58068549,
										["name"] = "Hawkinge Air Defence 5",
										["heading"] = 2.0350539078254,
										["playerCanDrive"] = false,
									}, -- end of [5]
									[6] = 
									{
										["skill"] = "Good",
										["AddPropVehicle"] = 
										{
											["Tent"] = 2,
										}, -- end of ["AddPropVehicle"]
										["coldAtStart"] = false,
										["type"] = "Allies_Director",
										["unitId"] = 82,
										["y"] = -29904.385306528,
										["x"] = 27017.902998806,
										["name"] = "Hawkinge Air Defence 6",
										["heading"] = 5.6374134839417,
										["playerCanDrive"] = false,
									}, -- end of [6]
									[7] = 
									{
										["skill"] = "Good",
										["coldAtStart"] = false,
										["type"] = "bofors40",
										["unitId"] = 83,
										["y"] = -29338.068404917,
										["x"] = 27469.56749821,
										["name"] = "Hawkinge Air Defence 7",
										["heading"] = 5.6374134839417,
										["playerCanDrive"] = true,
									}, -- end of [7]
								}, -- end of ["units"]
								["y"] = -30117.17032013,
								["x"] = 26815.45526326,
								["name"] = "Hawkinge Air Defence",
								["start_time"] = 0,
							}, -- end of [4]
							[5] = 
							{
								["visible"] = false,
								["tasks"] = {},
								["uncontrollable"] = false,
								["route"] = 
								{
									["spans"] = {},
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 49,
											["type"] = "Turning Point",
											["ETA"] = 0,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = -15838.843382524,
											["x"] = 52114.223718781,
											["ETA_locked"] = true,
											["speed"] = 0,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["number"] = 1,
															["auto"] = false,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 2,
																		["name"] = 9,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [1]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 62,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["skill"] = "Good",
										["coldAtStart"] = false,
										["type"] = "bofors40",
										["unitId"] = 96,
										["y"] = -15838.843382524,
										["x"] = 52114.223718781,
										["name"] = "Manston Air Defence 1",
										["heading"] = 2.6005405854716,
										["playerCanDrive"] = true,
									}, -- end of [1]
									[2] = 
									{
										["skill"] = "Good",
										["coldAtStart"] = false,
										["type"] = "bofors40",
										["unitId"] = 97,
										["y"] = -15174.549112123,
										["x"] = 52297.933417454,
										["name"] = "Manston Air Defence 2",
										["heading"] = 2.4975661596039,
										["playerCanDrive"] = true,
									}, -- end of [2]
									[3] = 
									{
										["skill"] = "Good",
										["coldAtStart"] = false,
										["type"] = "bofors40",
										["unitId"] = 98,
										["y"] = -14599.905174675,
										["x"] = 51843.803042335,
										["name"] = "Manston Air Defence 3",
										["heading"] = 2.5534166956677,
										["playerCanDrive"] = true,
									}, -- end of [3]
									[4] = 
									{
										["skill"] = "High",
										["coldAtStart"] = false,
										["type"] = "bofors40",
										["unitId"] = 99,
										["y"] = -14975.278992597,
										["x"] = 52922.924064443,
										["name"] = "Manston Air Defence 4",
										["heading"] = 3.2131511529216,
										["playerCanDrive"] = false,
									}, -- end of [4]
									[5] = 
									{
										["skill"] = "High",
										["coldAtStart"] = false,
										["type"] = "QF_37_AA",
										["unitId"] = 103,
										["y"] = -15156.425978106,
										["x"] = 53485.198538252,
										["name"] = "Manston Air Defence-1",
										["heading"] = 2.0350539078254,
										["playerCanDrive"] = false,
									}, -- end of [5]
									[6] = 
									{
										["skill"] = "High",
										["coldAtStart"] = false,
										["type"] = "QF_37_AA",
										["unitId"] = 104,
										["y"] = -15185.840627542,
										["x"] = 53545.54991299,
										["name"] = "Manston Air Defence-2",
										["heading"] = 2.0350539078254,
										["playerCanDrive"] = false,
									}, -- end of [6]
									[7] = 
									{
										["skill"] = "High",
										["coldAtStart"] = false,
										["type"] = "QF_37_AA",
										["unitId"] = 100,
										["y"] = -15111.664057674,
										["x"] = 53511.606198423,
										["name"] = "Manston Air Defence 5",
										["heading"] = 2.0350539078254,
										["playerCanDrive"] = false,
									}, -- end of [7]
									[8] = 
									{
										["skill"] = "Good",
										["AddPropVehicle"] = 
										{
											["Tent"] = 2,
										}, -- end of ["AddPropVehicle"]
										["coldAtStart"] = false,
										["type"] = "Allies_Director",
										["unitId"] = 101,
										["y"] = -15153.897585111,
										["x"] = 53490.629900982,
										["name"] = "Manston Air Defence 6",
										["heading"] = 5.6374134839417,
										["playerCanDrive"] = false,
									}, -- end of [8]
									[9] = 
									{
										["skill"] = "Good",
										["coldAtStart"] = false,
										["type"] = "bofors40",
										["unitId"] = 102,
										["y"] = -14513.48202974,
										["x"] = 53471.129880527,
										["name"] = "Manston Air Defence 7",
										["heading"] = 5.6374134839417,
										["playerCanDrive"] = true,
									}, -- end of [9]
								}, -- end of ["units"]
								["y"] = -15838.843382524,
								["x"] = 52114.223718781,
								["name"] = "Manston Air Defence",
								["start_time"] = 0,
							}, -- end of [5]
							[6] = 
							{
								["visible"] = false,
								["tasks"] = {},
								["uncontrollable"] = false,
								["task"] = "Ground Nothing",
								["taskSelected"] = true,
								["route"] = 
								{
									["spans"] = 
									{
										[7] = 
										{
											[1] = 
											{
												["y"] = -39674.539682563,
												["x"] = 23231.747116709,
											}, -- end of [1]
											[2] = 
											{
												["y"] = -39584.760160907,
												["x"] = 23215.740721694,
											}, -- end of [2]
										}, -- end of [7]
										[1] = 
										{
											[1] = 
											{
												["y"] = -39739.241483825,
												["x"] = 23664.759855551,
											}, -- end of [1]
											[2] = 
											{
												["y"] = -39751.200373712,
												["x"] = 23677.019067283,
											}, -- end of [2]
										}, -- end of [1]
										[2] = 
										{
											[1] = 
											{
												["y"] = -39751.200373712,
												["x"] = 23677.019067283,
											}, -- end of [1]
											[2] = 
											{
												["y"] = -39767.764082816,
												["x"] = 23680.595322658,
											}, -- end of [2]
										}, -- end of [2]
										[4] = 
										{
											[1] = 
											{
												["y"] = -39822.725481206,
												["x"] = 23460.185057196,
											}, -- end of [1]
											[2] = 
											{
												["y"] = -39857.375602627,
												["x"] = 23324.102576803,
											}, -- end of [2]
										}, -- end of [4]
										[8] = 
										{
											[1] = 
											{
												["y"] = -39584.760160907,
												["x"] = 23215.740721694,
											}, -- end of [1]
											[2] = 
											{
												["y"] = -39508.420836045,
												["x"] = 23210.224419441,
											}, -- end of [2]
										}, -- end of [8]
										[9] = 
										{
											[1] = 
											{
												["y"] = -39508.420836045,
												["x"] = 23210.224419441,
											}, -- end of [1]
											[2] = 
											{
												["y"] = -39510.16070749,
												["x"] = 23246.45657353,
											}, -- end of [2]
										}, -- end of [9]
										[5] = 
										{
											[1] = 
											{
												["y"] = -39857.375602627,
												["x"] = 23324.102576803,
											}, -- end of [1]
											[2] = 
											{
												["y"] = -39760.024198472,
												["x"] = 23268.426643039,
											}, -- end of [2]
										}, -- end of [5]
										[10] = 
										{
											[1] = 
											{
												["y"] = -39510.16070749,
												["x"] = 23246.45657353,
											}, -- end of [1]
											[2] = 
											{
												["y"] = -39510.16070749,
												["x"] = 23246.45657353,
											}, -- end of [2]
										}, -- end of [10]
										[3] = 
										{
											[1] = 
											{
												["y"] = -39767.764082816,
												["x"] = 23680.595322658,
											}, -- end of [1]
											[2] = 
											{
												["y"] = -39822.725481206,
												["x"] = 23460.185057196,
											}, -- end of [2]
										}, -- end of [3]
										[6] = 
										{
											[1] = 
											{
												["y"] = -39760.024198472,
												["x"] = 23268.426643039,
											}, -- end of [1]
											[2] = 
											{
												["y"] = -39674.539682563,
												["x"] = 23231.747116709,
											}, -- end of [2]
										}, -- end of [6]
									}, -- end of ["spans"]
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 107,
											["type"] = "Turning Point",
											["ETA"] = 0,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = -39739.241483825,
											["x"] = 23664.759855551,
											["ETA_locked"] = true,
											["speed"] = 0,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["number"] = 1,
															["auto"] = false,
															["id"] = "ControlledTask",
															["enabled"] = true,
															["params"] = 
															{
																["task"] = 
																{
																	["id"] = "Hold",
																	["params"] = 
																	{
																		["templateId"] = "",
																	}, -- end of ["params"]
																}, -- end of ["task"]
																["stopCondition"] = 
																{
																	["condition"] = "local groupName = \"41 Squadron Red Section\"\
local group = Group.getByName(groupName)\
\
if group and group:isExist() then\
    local units = group:getUnits()\
    \
    for i, unit in ipairs(units) do\
        if unit:isExist() and unit:getLife() > 0 then\
            -- Compare current life to the unit's defined max life\
            local currentLife = unit:getLife()\
            local maxLife = unit:getDesc().life\
            \
            -- Check: On ground AND current life is less than max life\
            if not unit:inAir() and currentLife < maxLife then\
                return true \
            end\
        end\
    end\
end\
return false",
																}, -- end of ["stopCondition"]
															}, -- end of ["params"]
														}, -- end of [1]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [1]
										[2] = 
										{
											["alt"] = 107,
											["type"] = "Turning Point",
											["ETA"] = 3.0826980966516,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = -39751.200373712,
											["x"] = 23677.019067283,
											["ETA_locked"] = false,
											["speed"] = 5.5555555555556,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [2]
										[3] = 
										{
											["alt"] = 107,
											["type"] = "Turning Point",
											["ETA"] = 6.1328673381549,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = -39767.764082816,
											["x"] = 23680.595322658,
											["ETA_locked"] = false,
											["speed"] = 5.5555555555556,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [3]
										[4] = 
										{
											["alt"] = 107,
											["type"] = "Turning Point",
											["ETA"] = 47.021578128143,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = -39822.725481206,
											["x"] = 23460.185057196,
											["ETA_locked"] = false,
											["speed"] = 5.5555555555556,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [4]
										[5] = 
										{
											["alt"] = 107,
											["type"] = "Turning Point",
											["ETA"] = 72.298008755454,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = -39857.375602627,
											["x"] = 23324.102576803,
											["ETA_locked"] = false,
											["speed"] = 5.5555555555556,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [5]
										[6] = 
										{
											["alt"] = 107,
											["type"] = "Turning Point",
											["ETA"] = 92.655698967491,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = -39760.024198472,
											["x"] = 23268.426643039,
											["ETA_locked"] = false,
											["speed"] = 5.5555555555556,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [6]
										[7] = 
										{
											["alt"] = 107,
											["type"] = "Turning Point",
											["ETA"] = 109.39955992094,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = -39674.539682563,
											["x"] = 23231.747116709,
											["ETA_locked"] = false,
											["speed"] = 5.5555555555556,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [7]
										[8] = 
										{
											["alt"] = 107,
											["type"] = "Turning Point",
											["ETA"] = 125.6435934589,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = -39584.760160907,
											["x"] = 23215.740721694,
											["ETA_locked"] = false,
											["speed"] = 5.5555555555556,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [8]
										[9] = 
										{
											["alt"] = 107,
											["type"] = "Turning Point",
											["ETA"] = 139.57054841924,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = -39508.420836045,
											["x"] = 23210.224419441,
											["ETA_locked"] = false,
											["speed"] = 5.5555555555556,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [9]
										[10] = 
										{
											["alt"] = 107,
											["type"] = "Turning Point",
											["ETA"] = 145.94980288992,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = -39510.16070749,
											["x"] = 23246.45657353,
											["ETA_locked"] = false,
											["speed"] = 5.5555555555556,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [10]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 78,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["livery_id"] = "2tafambulance",
										["skill"] = "Average",
										["AddPropVehicle"] = 
										{
											["Tent"] = 2,
										}, -- end of ["AddPropVehicle"]
										["coldAtStart"] = false,
										["type"] = "Bedford_MWD",
										["unitId"] = 125,
										["y"] = -39739.241483825,
										["x"] = 23664.759855551,
										["name"] = "Ground-1-1",
										["heading"] = -0.77299808114249,
										["playerCanDrive"] = true,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = -39739.241483825,
								["x"] = 23664.759855551,
								["name"] = "41 Red Medic",
								["start_time"] = 0,
							}, -- end of [6]
							[7] = 
							{
								["visible"] = false,
								["tasks"] = {},
								["uncontrollable"] = false,
								["task"] = "Ground Nothing",
								["taskSelected"] = true,
								["route"] = 
								{
									["spans"] = 
									{
										[7] = 
										{
											[1] = 
											{
												["y"] = -39674.721919755,
												["x"] = 23231.607992546,
											}, -- end of [1]
											[2] = 
											{
												["y"] = -39584.772043557,
												["x"] = 23215.287796936,
											}, -- end of [2]
										}, -- end of [7]
										[1] = 
										{
											[1] = 
											{
												["y"] = -39734.210019569,
												["x"] = 23666.813851597,
											}, -- end of [1]
											[2] = 
											{
												["y"] = -39742.319888199,
												["x"] = 23675.835213849,
											}, -- end of [2]
										}, -- end of [1]
										[2] = 
										{
											[1] = 
											{
												["y"] = -39742.319888199,
												["x"] = 23675.835213849,
											}, -- end of [1]
											[2] = 
											{
												["y"] = -39767.775926609,
												["x"] = 23680.727878613,
											}, -- end of [2]
										}, -- end of [2]
										[4] = 
										{
											[1] = 
											{
												["y"] = -39822.715659245,
												["x"] = 23460.148675095,
											}, -- end of [1]
											[2] = 
											{
												["y"] = -39858.201239834,
												["x"] = 23324.416966182,
											}, -- end of [2]
										}, -- end of [4]
										[8] = 
										{
											[1] = 
											{
												["y"] = -39584.772043557,
												["x"] = 23215.287796936,
											}, -- end of [1]
											[2] = 
											{
												["y"] = -39427.079156816,
												["x"] = 23201.573515577,
											}, -- end of [2]
										}, -- end of [8]
										[9] = 
										{
											[1] = 
											{
												["y"] = -39427.079156816,
												["x"] = 23201.573515577,
											}, -- end of [1]
											[2] = 
											{
												["y"] = -39447.196589503,
												["x"] = 23240.108316217,
											}, -- end of [2]
										}, -- end of [9]
										[5] = 
										{
											[1] = 
											{
												["y"] = -39858.201239834,
												["x"] = 23324.416966182,
											}, -- end of [1]
											[2] = 
											{
												["y"] = -39758.450107911,
												["x"] = 23267.876040208,
											}, -- end of [2]
										}, -- end of [5]
										[10] = 
										{
											[1] = 
											{
												["y"] = -39447.196589503,
												["x"] = 23240.108316217,
											}, -- end of [1]
											[2] = 
											{
												["y"] = -39447.196589503,
												["x"] = 23240.108316217,
											}, -- end of [2]
										}, -- end of [10]
										[3] = 
										{
											[1] = 
											{
												["y"] = -39767.775926609,
												["x"] = 23680.727878613,
											}, -- end of [1]
											[2] = 
											{
												["y"] = -39822.715659245,
												["x"] = 23460.148675095,
											}, -- end of [2]
										}, -- end of [3]
										[6] = 
										{
											[1] = 
											{
												["y"] = -39758.450107911,
												["x"] = 23267.876040208,
											}, -- end of [1]
											[2] = 
											{
												["y"] = -39674.721919755,
												["x"] = 23231.607992546,
											}, -- end of [2]
										}, -- end of [6]
									}, -- end of ["spans"]
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 107,
											["type"] = "Turning Point",
											["ETA"] = 0,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = -39734.210019569,
											["x"] = 23666.813851597,
											["ETA_locked"] = true,
											["speed"] = 0,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["number"] = 1,
															["auto"] = false,
															["id"] = "ControlledTask",
															["enabled"] = true,
															["params"] = 
															{
																["task"] = 
																{
																	["id"] = "Hold",
																	["params"] = 
																	{
																		["templateId"] = "",
																	}, -- end of ["params"]
																}, -- end of ["task"]
																["stopCondition"] = 
																{
																	["condition"] = "local groupName = \"41 Squadron Yellow Section\"\
local group = Group.getByName(groupName)\
\
if group and group:isExist() then\
    local units = group:getUnits()\
    \
    for i, unit in ipairs(units) do\
        if unit:isExist() and unit:getLife() > 0 then\
            -- Compare current life to the unit's defined max life\
            local currentLife = unit:getLife()\
            local maxLife = unit:getDesc().life\
            \
            -- Check: On ground AND current life is less than max life\
            if not unit:inAir() and currentLife < maxLife then\
                return true \
            end\
        end\
    end\
end\
return false",
																}, -- end of ["stopCondition"]
															}, -- end of ["params"]
														}, -- end of [1]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [1]
										[2] = 
										{
											["alt"] = 107,
											["type"] = "Turning Point",
											["ETA"] = 2.183533891055,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = -39742.319888199,
											["x"] = 23675.835213849,
											["ETA_locked"] = false,
											["speed"] = 5.5555555555556,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [2]
										[3] = 
										{
											["alt"] = 107,
											["type"] = "Turning Point",
											["ETA"] = 6.8494868639418,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = -39767.775926609,
											["x"] = 23680.727878613,
											["ETA_locked"] = false,
											["speed"] = 5.5555555555556,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [3]
										[4] = 
										{
											["alt"] = 107,
											["type"] = "Turning Point",
											["ETA"] = 47.766760961773,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = -39822.715659245,
											["x"] = 23460.148675095,
											["ETA_locked"] = false,
											["speed"] = 5.5555555555556,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [4]
										[5] = 
										{
											["alt"] = 137.000107,
											["type"] = "Turning Point",
											["ETA"] = 73.01962758698,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = -39858.201239834,
											["x"] = 23324.416966182,
											["ETA_locked"] = false,
											["speed"] = 5.5555555555556,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [5]
										[6] = 
										{
											["alt"] = 107,
											["type"] = "Turning Point",
											["ETA"] = 93.658623056874,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = -39758.450107911,
											["x"] = 23267.876040208,
											["ETA_locked"] = false,
											["speed"] = 5.5555555555556,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [6]
										[7] = 
										{
											["alt"] = 107,
											["type"] = "Turning Point",
											["ETA"] = 110.08285202047,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = -39674.721919755,
											["x"] = 23231.607992546,
											["ETA_locked"] = false,
											["speed"] = 5.5555555555556,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [7]
										[8] = 
										{
											["alt"] = 137.000107,
											["type"] = "Turning Point",
											["ETA"] = 126.53816909476,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = -39584.772043557,
											["x"] = 23215.287796936,
											["ETA_locked"] = false,
											["speed"] = 5.5555555555556,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [8]
										[9] = 
										{
											["alt"] = 107,
											["type"] = "Turning Point",
											["ETA"] = 155.03003018802,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = -39427.079156816,
											["x"] = 23201.573515577,
											["ETA_locked"] = false,
											["speed"] = 5.5555555555556,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [9]
										[10] = 
										{
											["alt"] = 107,
											["type"] = "Turning Point",
											["ETA"] = 162.85463237917,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = -39447.196589503,
											["x"] = 23240.108316217,
											["ETA_locked"] = false,
											["speed"] = 5.5555555555556,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [10]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 79,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["livery_id"] = "2tafambulance",
										["skill"] = "Average",
										["AddPropVehicle"] = 
										{
											["Tent"] = 2,
										}, -- end of ["AddPropVehicle"]
										["coldAtStart"] = false,
										["type"] = "Bedford_MWD",
										["unitId"] = 126,
										["y"] = -39734.210019569,
										["x"] = 23666.813851597,
										["name"] = "41 Red 1 Medic-1-1",
										["heading"] = -0.73224174052041,
										["playerCanDrive"] = true,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = -39734.210019569,
								["x"] = 23666.813851597,
								["name"] = "41 Yellow Medic",
								["start_time"] = 0,
							}, -- end of [7]
							[8] = 
							{
								["visible"] = false,
								["tasks"] = {},
								["uncontrollable"] = false,
								["task"] = "Ground Nothing",
								["taskSelected"] = true,
								["route"] = 
								{
									["spans"] = 
									{
										[6] = 
										{
											[1] = 
											{
												["y"] = -39718.977926464,
												["x"] = 23488.270305338,
											}, -- end of [1]
											[2] = 
											{
												["y"] = -39718.977926464,
												["x"] = 23488.270305338,
											}, -- end of [2]
										}, -- end of [6]
										[2] = 
										{
											[1] = 
											{
												["y"] = -39742.290830111,
												["x"] = 23675.945369942,
											}, -- end of [1]
											[2] = 
											{
												["y"] = -39767.729833106,
												["x"] = 23680.779360322,
											}, -- end of [2]
										}, -- end of [2]
										[3] = 
										{
											[1] = 
											{
												["y"] = -39767.729833106,
												["x"] = 23680.779360322,
											}, -- end of [1]
											[2] = 
											{
												["y"] = -39802.604418224,
												["x"] = 23539.639591461,
											}, -- end of [2]
										}, -- end of [3]
										[1] = 
										{
											[1] = 
											{
												["y"] = -39729.240069777,
												["x"] = 23669.295572311,
											}, -- end of [1]
											[2] = 
											{
												["y"] = -39742.290830111,
												["x"] = 23675.945369942,
											}, -- end of [2]
										}, -- end of [1]
										[4] = 
										{
											[1] = 
											{
												["y"] = -39802.604418224,
												["x"] = 23539.639591461,
											}, -- end of [1]
											[2] = 
											{
												["y"] = -39772.099178068,
												["x"] = 23529.992635173,
											}, -- end of [2]
										}, -- end of [4]
										[5] = 
										{
											[1] = 
											{
												["y"] = -39772.099178068,
												["x"] = 23529.992635173,
											}, -- end of [1]
											[2] = 
											{
												["y"] = -39718.977926464,
												["x"] = 23488.270305338,
											}, -- end of [2]
										}, -- end of [5]
									}, -- end of ["spans"]
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 107,
											["type"] = "Turning Point",
											["ETA"] = 0,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = -39729.240069777,
											["x"] = 23669.295572311,
											["ETA_locked"] = true,
											["speed"] = 0,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["number"] = 1,
															["auto"] = false,
															["id"] = "ControlledTask",
															["enabled"] = true,
															["params"] = 
															{
																["task"] = 
																{
																	["id"] = "Hold",
																	["params"] = 
																	{
																		["templateId"] = "",
																	}, -- end of ["params"]
																}, -- end of ["task"]
																["stopCondition"] = 
																{
																	["condition"] = "local groupName = \"41 Squadron Blue Section\"\
local group = Group.getByName(groupName)\
\
if group and group:isExist() then\
    local units = group:getUnits()\
    \
    for i, unit in ipairs(units) do\
        if unit:isExist() and unit:getLife() > 0 then\
            -- Compare current life to the unit's defined max life\
            local currentLife = unit:getLife()\
            local maxLife = unit:getDesc().life\
            \
            -- Check: On ground AND current life is less than max life\
            if not unit:inAir() and currentLife < maxLife then\
                return true \
            end\
        end\
    end\
end\
return false",
																}, -- end of ["stopCondition"]
															}, -- end of ["params"]
														}, -- end of [1]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [1]
										[2] = 
										{
											["alt"] = 107,
											["type"] = "Turning Point",
											["ETA"] = 2.9391546301529,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = -39742.290830111,
											["x"] = 23675.945369942,
											["ETA_locked"] = false,
											["speed"] = 5.5555555555556,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [2]
										[3] = 
										{
											["alt"] = 107,
											["type"] = "Turning Point",
											["ETA"] = 7.6001132116372,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = -39767.729833106,
											["x"] = 23680.779360322,
											["ETA_locked"] = false,
											["speed"] = 5.5555555555556,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [3]
										[4] = 
										{
											["alt"] = 107,
											["type"] = "Turning Point",
											["ETA"] = 33.769334478843,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = -39802.604418224,
											["x"] = 23539.639591461,
											["ETA_locked"] = false,
											["speed"] = 5.5555555555556,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [4]
										[5] = 
										{
											["alt"] = 107,
											["type"] = "Turning Point",
											["ETA"] = 39.52830344383,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = -39772.099178068,
											["x"] = 23529.992635173,
											["ETA_locked"] = false,
											["speed"] = 5.5555555555556,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [5]
										[6] = 
										{
											["alt"] = 107,
											["type"] = "Turning Point",
											["ETA"] = 51.686794048897,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = -39718.977926464,
											["x"] = 23488.270305338,
											["ETA_locked"] = false,
											["speed"] = 5.5555555555556,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [6]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 81,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["livery_id"] = "2tafambulance",
										["skill"] = "Average",
										["AddPropVehicle"] = 
										{
											["Tent"] = 2,
										}, -- end of ["AddPropVehicle"]
										["coldAtStart"] = false,
										["type"] = "Bedford_MWD",
										["unitId"] = 131,
										["y"] = -39729.240069777,
										["x"] = 23669.295572311,
										["name"] = "41 Yellow Medic-1-1",
										["heading"] = -1.0995511567468,
										["playerCanDrive"] = true,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = -39729.240069777,
								["x"] = 23669.295572311,
								["name"] = "41 Blue Medic",
								["start_time"] = 0,
							}, -- end of [8]
							[9] = 
							{
								["visible"] = false,
								["tasks"] = {},
								["uncontrollable"] = false,
								["task"] = "Ground Nothing",
								["taskSelected"] = true,
								["route"] = 
								{
									["spans"] = 
									{
										[1] = 
										{
											[1] = 
											{
												["y"] = -39727.326906564,
												["x"] = 23663.910484034,
											}, -- end of [1]
											[2] = 
											{
												["y"] = -39712.676454773,
												["x"] = 23666.867704858,
											}, -- end of [2]
										}, -- end of [1]
										[2] = 
										{
											[1] = 
											{
												["y"] = -39712.676454773,
												["x"] = 23666.867704858,
											}, -- end of [1]
											[2] = 
											{
												["y"] = -39680.242315771,
												["x"] = 23657.706934439,
											}, -- end of [2]
										}, -- end of [2]
										[3] = 
										{
											[1] = 
											{
												["y"] = -39680.242315771,
												["x"] = 23657.706934439,
											}, -- end of [1]
											[2] = 
											{
												["y"] = -39680.242315771,
												["x"] = 23657.706934439,
											}, -- end of [2]
										}, -- end of [3]
									}, -- end of ["spans"]
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 107,
											["type"] = "Turning Point",
											["ETA"] = 0,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = -39727.326906564,
											["x"] = 23663.910484034,
											["ETA_locked"] = true,
											["speed"] = 0,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["number"] = 1,
															["auto"] = false,
															["id"] = "ControlledTask",
															["enabled"] = true,
															["params"] = 
															{
																["task"] = 
																{
																	["id"] = "Hold",
																	["params"] = 
																	{
																		["templateId"] = "",
																	}, -- end of ["params"]
																}, -- end of ["task"]
																["stopCondition"] = 
																{
																	["condition"] = "local groupName = \"41 Squadron Green Section\"\
local group = Group.getByName(groupName)\
\
if group and group:isExist() then\
    local units = group:getUnits()\
    \
    for i, unit in ipairs(units) do\
        if unit:isExist() and unit:getLife() > 0 then\
            -- Compare current life to the unit's defined max life\
            local currentLife = unit:getLife()\
            local maxLife = unit:getDesc().life\
            \
            -- Check: On ground AND current life is less than max life\
            if not unit:inAir() and currentLife < maxLife then\
                return true \
            end\
        end\
    end\
end\
return false",
																}, -- end of ["stopCondition"]
															}, -- end of ["params"]
														}, -- end of [1]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [1]
										[2] = 
										{
											["alt"] = 107,
											["type"] = "Turning Point",
											["ETA"] = 2.6902678160747,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = -39712.676454773,
											["x"] = 23666.867704858,
											["ETA_locked"] = false,
											["speed"] = 5.5555555555556,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [2]
										[3] = 
										{
											["alt"] = 107,
											["type"] = "Turning Point",
											["ETA"] = 8.7568101619462,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = -39680.242315771,
											["x"] = 23657.706934439,
											["ETA_locked"] = false,
											["speed"] = 5.5555555555556,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [3]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 82,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["livery_id"] = "2tafambulance",
										["skill"] = "Average",
										["AddPropVehicle"] = 
										{
											["Tent"] = 2,
										}, -- end of ["AddPropVehicle"]
										["coldAtStart"] = false,
										["type"] = "Bedford_MWD",
										["unitId"] = 132,
										["y"] = -39727.326906564,
										["x"] = 23663.910484034,
										["name"] = "41 Blue Medic-1-1",
										["heading"] = 1.3716207759764,
										["playerCanDrive"] = true,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = -39727.326906564,
								["x"] = 23663.910484034,
								["name"] = "41 Blue Medic-1",
								["start_time"] = 0,
							}, -- end of [9]
							[10] = 
							{
								["visible"] = false,
								["tasks"] = {},
								["uncontrollable"] = false,
								["task"] = "Ground Nothing",
								["taskSelected"] = true,
								["route"] = 
								{
									["spans"] = 
									{
										[1] = 
										{
											[1] = 
											{
												["y"] = -29862.260623441,
												["x"] = 27124.665982406,
											}, -- end of [1]
											[2] = 
											{
												["y"] = -29822.284397117,
												["x"] = 27065.684112498,
											}, -- end of [2]
										}, -- end of [1]
										[2] = 
										{
											[1] = 
											{
												["y"] = -29822.284397117,
												["x"] = 27065.684112498,
											}, -- end of [1]
											[2] = 
											{
												["y"] = -29808.842225113,
												["x"] = 27046.24295464,
											}, -- end of [2]
										}, -- end of [2]
										[3] = 
										{
											[1] = 
											{
												["y"] = -29808.842225113,
												["x"] = 27046.24295464,
											}, -- end of [1]
											[2] = 
											{
												["y"] = -29808.842225113,
												["x"] = 27046.24295464,
											}, -- end of [2]
										}, -- end of [3]
									}, -- end of ["spans"]
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 160,
											["type"] = "Turning Point",
											["ETA"] = 0,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = -29862.260623441,
											["x"] = 27124.665982406,
											["ETA_locked"] = true,
											["speed"] = 0,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["number"] = 1,
															["auto"] = false,
															["id"] = "ControlledTask",
															["enabled"] = true,
															["params"] = 
															{
																["task"] = 
																{
																	["id"] = "Hold",
																	["params"] = 
																	{
																		["templateId"] = "",
																	}, -- end of ["params"]
																}, -- end of ["task"]
																["stopCondition"] = 
																{
																	["condition"] = "local groupName = \"91 Squadron Blue Section\"\
local group = Group.getByName(groupName)\
\
if group and group:isExist() then\
    local units = group:getUnits()\
    \
    for i, unit in ipairs(units) do\
        if unit:isExist() and unit:getLife() > 0 then\
            -- Compare current life to the unit's defined max life\
            local currentLife = unit:getLife()\
            local maxLife = unit:getDesc().life\
            \
            -- Check: On ground AND current life is less than max life\
            if not unit:inAir() and currentLife < maxLife then\
                return true \
            end\
        end\
    end\
end\
return false",
																}, -- end of ["stopCondition"]
															}, -- end of ["params"]
														}, -- end of [1]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [1]
										[2] = 
										{
											["alt"] = 160,
											["type"] = "Turning Point",
											["ETA"] = 3.4130923585511,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = -29822.284397117,
											["x"] = 27065.684112498,
											["ETA_locked"] = false,
											["speed"] = 5.5555555555556,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [2]
										[3] = 
										{
											["alt"] = 160,
											["type"] = "Turning Point",
											["ETA"] = 7.667534703719,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = -29808.842225113,
											["x"] = 27046.24295464,
											["ETA_locked"] = false,
											["speed"] = 5.5555555555556,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [3]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 97,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["livery_id"] = "2tafambulance",
										["skill"] = "Average",
										["AddPropVehicle"] = 
										{
											["Tent"] = 2,
										}, -- end of ["AddPropVehicle"]
										["coldAtStart"] = false,
										["type"] = "Bedford_MWD",
										["unitId"] = 176,
										["y"] = -29862.260623441,
										["x"] = 27124.665982406,
										["name"] = "41 Blue Medic-2-1",
										["heading"] = 2.5459414877251,
										["playerCanDrive"] = true,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = -29862.260623441,
								["x"] = 27124.665982406,
								["name"] = "91 Blue Medic-2",
								["start_time"] = 0,
							}, -- end of [10]
							[11] = 
							{
								["visible"] = false,
								["tasks"] = {},
								["uncontrollable"] = false,
								["task"] = "Ground Nothing",
								["taskSelected"] = true,
								["route"] = 
								{
									["spans"] = 
									{
										[7] = 
										{
											[1] = 
											{
												["y"] = -29556.245877659,
												["x"] = 27353.345947939,
											}, -- end of [1]
											[2] = 
											{
												["y"] = -29568.303007402,
												["x"] = 27388.177656086,
											}, -- end of [2]
										}, -- end of [7]
										[1] = 
										{
											[1] = 
											{
												["y"] = -29853.361088991,
												["x"] = 27131.062522792,
											}, -- end of [1]
											[2] = 
											{
												["y"] = -29846.547382928,
												["x"] = 27121.606767439,
											}, -- end of [2]
										}, -- end of [1]
										[2] = 
										{
											[1] = 
											{
												["y"] = -29846.547382928,
												["x"] = 27121.606767439,
											}, -- end of [1]
											[2] = 
											{
												["y"] = -29836.813517123,
												["x"] = 27117.574165891,
											}, -- end of [2]
										}, -- end of [2]
										[4] = 
										{
											[1] = 
											{
												["y"] = -29829.438815845,
												["x"] = 27124.160802314,
											}, -- end of [1]
											[2] = 
											{
												["y"] = -29668.06446835,
												["x"] = 27284.994027237,
											}, -- end of [2]
										}, -- end of [4]
										[8] = 
										{
											[1] = 
											{
												["y"] = -29568.303007402,
												["x"] = 27388.177656086,
											}, -- end of [1]
											[2] = 
											{
												["y"] = -29576.638800805,
												["x"] = 27395.32262186,
											}, -- end of [2]
										}, -- end of [8]
										[9] = 
										{
											[1] = 
											{
												["y"] = -29576.638800805,
												["x"] = 27395.32262186,
											}, -- end of [1]
											[2] = 
											{
												["y"] = -29576.638800805,
												["x"] = 27395.32262186,
											}, -- end of [2]
										}, -- end of [9]
										[5] = 
										{
											[1] = 
											{
												["y"] = -29668.06446835,
												["x"] = 27284.994027237,
											}, -- end of [1]
											[2] = 
											{
												["y"] = -29606.111784621,
												["x"] = 27328.338567731,
											}, -- end of [2]
										}, -- end of [5]
										[3] = 
										{
											[1] = 
											{
												["y"] = -29836.813517123,
												["x"] = 27117.574165891,
											}, -- end of [1]
											[2] = 
											{
												["y"] = -29829.438815845,
												["x"] = 27124.160802314,
											}, -- end of [2]
										}, -- end of [3]
										[6] = 
										{
											[1] = 
											{
												["y"] = -29606.111784621,
												["x"] = 27328.338567731,
											}, -- end of [1]
											[2] = 
											{
												["y"] = -29556.245877659,
												["x"] = 27353.345947939,
											}, -- end of [2]
										}, -- end of [6]
									}, -- end of ["spans"]
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 160,
											["type"] = "Turning Point",
											["ETA"] = 0,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = -29853.361088991,
											["x"] = 27131.062522792,
											["ETA_locked"] = true,
											["speed"] = 0,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["number"] = 1,
															["auto"] = false,
															["id"] = "ControlledTask",
															["enabled"] = true,
															["params"] = 
															{
																["task"] = 
																{
																	["id"] = "Hold",
																	["params"] = 
																	{
																		["templateId"] = "",
																	}, -- end of ["params"]
																}, -- end of ["task"]
																["stopCondition"] = 
																{
																	["condition"] = "local groupName = \"91 Squadron Red Section\"\
local group = Group.getByName(groupName)\
\
if group and group:isExist() then\
    local units = group:getUnits()\
    \
    for i, unit in ipairs(units) do\
        if unit:isExist() and unit:getLife() > 0 then\
            -- Compare current life to the unit's defined max life\
            local currentLife = unit:getLife()\
            local maxLife = unit:getDesc().life\
            \
            -- Check: On ground AND current life is less than max life\
            if not unit:inAir() and currentLife < maxLife then\
                return true \
            end\
        end\
    end\
end\
return false",
																}, -- end of ["stopCondition"]
															}, -- end of ["params"]
														}, -- end of [1]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [1]
										[2] = 
										{
											["alt"] = 160,
											["type"] = "Turning Point",
											["ETA"] = 2.0978913097266,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = -29846.547382928,
											["x"] = 27121.606767439,
											["ETA_locked"] = false,
											["speed"] = 5.5555555555556,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [2]
										[3] = 
										{
											["alt"] = 160,
											["type"] = "Turning Point",
											["ETA"] = 3.9943945676424,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = -29836.813517123,
											["x"] = 27117.574165891,
											["ETA_locked"] = false,
											["speed"] = 5.5555555555556,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [3]
										[4] = 
										{
											["alt"] = 160,
											["type"] = "Turning Point",
											["ETA"] = 12.954070954984,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = -29829.438815845,
											["x"] = 27124.160802314,
											["ETA_locked"] = false,
											["speed"] = 5.5555555555556,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [4]
										[5] = 
										{
											["alt"] = 160,
											["type"] = "Turning Point",
											["ETA"] = 53.964457482047,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = -29668.06446835,
											["x"] = 27284.994027237,
											["ETA_locked"] = false,
											["speed"] = 5.5555555555556,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [5]
										[6] = 
										{
											["alt"] = 160,
											["type"] = "Turning Point",
											["ETA"] = 64.529712039288,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = -29606.111784621,
											["x"] = 27328.338567731,
											["ETA_locked"] = false,
											["speed"] = 5.5555555555556,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [6]
										[7] = 
										{
											["alt"] = 160,
											["type"] = "Turning Point",
											["ETA"] = 74.571030620112,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = -29556.245877659,
											["x"] = 27353.345947939,
											["ETA_locked"] = false,
											["speed"] = 5.5555555555556,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [7]
										[8] = 
										{
											["alt"] = 160,
											["type"] = "Turning Point",
											["ETA"] = 81.205739472052,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = -29568.303007402,
											["x"] = 27388.177656086,
											["ETA_locked"] = false,
											["speed"] = 5.5555555555556,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [8]
										[9] = 
										{
											["alt"] = 160,
											["type"] = "Turning Point",
											["ETA"] = 83.181939359943,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = -29576.638800805,
											["x"] = 27395.32262186,
											["ETA_locked"] = false,
											["speed"] = 5.5555555555556,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [9]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 98,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["livery_id"] = "2tafambulance",
										["skill"] = "Average",
										["AddPropVehicle"] = 
										{
											["Tent"] = 2,
										}, -- end of ["AddPropVehicle"]
										["coldAtStart"] = false,
										["type"] = "Bedford_MWD",
										["unitId"] = 177,
										["y"] = -29853.361088991,
										["x"] = 27131.062522792,
										["name"] = "41 Blue Medic-3-1",
										["heading"] = 2.5171823039765,
										["playerCanDrive"] = true,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = -29853.361088991,
								["x"] = 27131.062522792,
								["name"] = "91 Blue Medic-3",
								["start_time"] = 0,
							}, -- end of [11]
							[12] = 
							{
								["visible"] = false,
								["tasks"] = {},
								["uncontrollable"] = false,
								["task"] = "Ground Nothing",
								["taskSelected"] = true,
								["route"] = 
								{
									["spans"] = 
									{
										[6] = 
										{
											[1] = 
											{
												["y"] = -29689.378460395,
												["x"] = 27319.903433938,
											}, -- end of [1]
											[2] = 
											{
												["y"] = -29689.378460395,
												["x"] = 27319.903433938,
											}, -- end of [2]
										}, -- end of [6]
										[2] = 
										{
											[1] = 
											{
												["y"] = -29847.659824734,
												["x"] = 27115.766447956,
											}, -- end of [1]
											[2] = 
											{
												["y"] = -29839.733676864,
												["x"] = 27113.541564344,
											}, -- end of [2]
										}, -- end of [2]
										[3] = 
										{
											[1] = 
											{
												["y"] = -29839.733676864,
												["x"] = 27113.541564344,
											}, -- end of [1]
											[2] = 
											{
												["y"] = -29829.327489834,
												["x"] = 27124.064043556,
											}, -- end of [2]
										}, -- end of [3]
										[1] = 
										{
											[1] = 
											{
												["y"] = -29858.228021893,
												["x"] = 27128.003307825,
											}, -- end of [1]
											[2] = 
											{
												["y"] = -29847.659824734,
												["x"] = 27115.766447956,
											}, -- end of [2]
										}, -- end of [1]
										[4] = 
										{
											[1] = 
											{
												["y"] = -29829.327489834,
												["x"] = 27124.064043556,
											}, -- end of [1]
											[2] = 
											{
												["y"] = -29667.953142339,
												["x"] = 27284.897268479,
											}, -- end of [2]
										}, -- end of [4]
										[5] = 
										{
											[1] = 
											{
												["y"] = -29667.953142339,
												["x"] = 27284.897268479,
											}, -- end of [1]
											[2] = 
											{
												["y"] = -29689.378460395,
												["x"] = 27319.903433938,
											}, -- end of [2]
										}, -- end of [5]
									}, -- end of ["spans"]
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 160,
											["type"] = "Turning Point",
											["ETA"] = 0,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = -29858.228021893,
											["x"] = 27128.003307825,
											["ETA_locked"] = true,
											["speed"] = 0,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["number"] = 1,
															["auto"] = false,
															["id"] = "ControlledTask",
															["enabled"] = true,
															["params"] = 
															{
																["task"] = 
																{
																	["id"] = "Hold",
																	["params"] = 
																	{
																		["templateId"] = "",
																	}, -- end of ["params"]
																}, -- end of ["task"]
																["stopCondition"] = 
																{
																	["condition"] = "local groupName = \"91 Squadron Yellow Section\"\
local group = Group.getByName(groupName)\
\
if group and group:isExist() then\
    local units = group:getUnits()\
    \
    for i, unit in ipairs(units) do\
        if unit:isExist() and unit:getLife() > 0 then\
            -- Compare current life to the unit's defined max life\
            local currentLife = unit:getLife()\
            local maxLife = unit:getDesc().life\
            \
            -- Check: On ground AND current life is less than max life\
            if not unit:inAir() and currentLife < maxLife then\
                return true \
            end\
        end\
    end\
end\
return false",
																}, -- end of ["stopCondition"]
															}, -- end of ["params"]
														}, -- end of [1]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [1]
										[2] = 
										{
											["alt"] = 160,
											["type"] = "Turning Point",
											["ETA"] = 2.9103697347193,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = -29847.659824734,
											["x"] = 27115.766447956,
											["ETA_locked"] = false,
											["speed"] = 5.5555555555556,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [2]
										[3] = 
										{
											["alt"] = 160,
											["type"] = "Turning Point",
											["ETA"] = 4.3922183232226,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = -29839.733676864,
											["x"] = 27113.541564344,
											["ETA_locked"] = false,
											["speed"] = 5.5555555555556,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [3]
										[4] = 
										{
											["alt"] = 190.0001447412,
											["type"] = "Turning Point",
											["ETA"] = 12.954070954984,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = -29829.327489834,
											["x"] = 27124.064043556,
											["ETA_locked"] = false,
											["speed"] = 5.5555555555556,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [4]
										[5] = 
										{
											["alt"] = 190.00016,
											["type"] = "Turning Point",
											["ETA"] = 53.964457482047,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = -29667.953142339,
											["x"] = 27284.897268479,
											["ETA_locked"] = false,
											["speed"] = 5.5555555555556,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [5]
										[6] = 
										{
											["alt"] = 190.00016,
											["type"] = "Turning Point",
											["ETA"] = 61.352083509252,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = -29689.378460395,
											["x"] = 27319.903433938,
											["ETA_locked"] = false,
											["speed"] = 5.5555555555556,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [6]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 99,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["livery_id"] = "2tafambulance",
										["skill"] = "Average",
										["AddPropVehicle"] = 
										{
											["Tent"] = 2,
										}, -- end of ["AddPropVehicle"]
										["coldAtStart"] = false,
										["type"] = "Bedford_MWD",
										["unitId"] = 178,
										["y"] = -29858.228021893,
										["x"] = 27128.003307825,
										["name"] = "91 Blue Medic-1-1",
										["heading"] = 2.4292350555232,
										["playerCanDrive"] = true,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = -29858.228021893,
								["x"] = 27128.003307825,
								["name"] = "91 Blue Medic-1",
								["start_time"] = 0,
							}, -- end of [12]
							[13] = 
							{
								["visible"] = false,
								["tasks"] = {},
								["uncontrollable"] = false,
								["task"] = "Ground Nothing",
								["taskSelected"] = true,
								["route"] = 
								{
									["spans"] = 
									{
										[1] = 
										{
											[1] = 
											{
												["y"] = -29896.702267259,
												["x"] = 27075.760151297,
											}, -- end of [1]
											[2] = 
											{
												["y"] = -29896.702267259,
												["x"] = 27075.760151297,
											}, -- end of [2]
										}, -- end of [1]
									}, -- end of ["spans"]
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 160,
											["type"] = "Turning Point",
											["ETA"] = 0,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = -29896.702267259,
											["x"] = 27075.760151297,
											["ETA_locked"] = true,
											["speed"] = 0,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 100,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 182,
										["y"] = -29896.702267259,
										["x"] = 27075.760151297,
										["name"] = "91 Blue Medic-4-4",
										["heading"] = 1.8919369091619,
										["playerCanDrive"] = false,
									}, -- end of [1]
									[2] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 181,
										["y"] = -29894.440200956,
										["x"] = 27080.284283902,
										["name"] = "91 Blue Medic-4-3",
										["heading"] = 2.466150233068,
										["playerCanDrive"] = false,
									}, -- end of [2]
									[3] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 180,
										["y"] = -29876.531297063,
										["x"] = 27096.160045026,
										["name"] = "91 Blue Medic-4-2",
										["heading"] = 1.5707963267949,
										["playerCanDrive"] = false,
									}, -- end of [3]
									[4] = 
									{
										["skill"] = "Average",
										["AddPropVehicle"] = 
										{
											["Tent"] = 2,
										}, -- end of ["AddPropVehicle"]
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 179,
										["y"] = -29877.369346751,
										["x"] = 27095.167617764,
										["name"] = "91 Blue Medic-4-1",
										["heading"] = 1.8919369091619,
										["playerCanDrive"] = false,
									}, -- end of [4]
								}, -- end of ["units"]
								["y"] = -29896.702267259,
								["x"] = 27075.760151297,
								["name"] = "91 Blue Medic-4",
								["start_time"] = 0,
							}, -- end of [13]
							[14] = 
							{
								["visible"] = false,
								["tasks"] = {},
								["uncontrollable"] = false,
								["route"] = 
								{
									["spans"] = {},
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 190,
											["type"] = "Turning Point",
											["ETA"] = 0,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = -68359.034027072,
											["x"] = 49134.324584431,
											["ETA_locked"] = true,
											["speed"] = 0,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["number"] = 1,
															["auto"] = false,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 2,
																		["name"] = 9,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [1]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 104,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["skill"] = "Good",
										["coldAtStart"] = false,
										["type"] = "bofors40",
										["unitId"] = 195,
										["y"] = -68359.034027072,
										["x"] = 49134.324584431,
										["name"] = "Detling Air Defence 1",
										["heading"] = 1.7994344588062,
										["playerCanDrive"] = true,
									}, -- end of [1]
									[2] = 
									{
										["skill"] = "Good",
										["coldAtStart"] = false,
										["type"] = "bofors40",
										["unitId"] = 196,
										["y"] = -67294.914844839,
										["x"] = 49943.869799623,
										["name"] = "Detling Air Defence 2",
										["heading"] = 1.7994344588062,
										["playerCanDrive"] = true,
									}, -- end of [2]
									[3] = 
									{
										["skill"] = "Good",
										["coldAtStart"] = false,
										["type"] = "bofors40",
										["unitId"] = 197,
										["y"] = -67487.118189955,
										["x"] = 49803.85411775,
										["name"] = "Detling Air Defence 3",
										["heading"] = 1.7994344588062,
										["playerCanDrive"] = true,
									}, -- end of [3]
									[4] = 
									{
										["skill"] = "High",
										["coldAtStart"] = false,
										["type"] = "bofors40",
										["unitId"] = 198,
										["y"] = -67712.338457368,
										["x"] = 50134.458260969,
										["name"] = "Detling Air Defence 4",
										["heading"] = 2.2270401255448,
										["playerCanDrive"] = false,
									}, -- end of [4]
									[5] = 
									{
										["skill"] = "High",
										["coldAtStart"] = false,
										["type"] = "QF_37_AA",
										["unitId"] = 199,
										["y"] = -67854.9534904,
										["x"] = 50222.034463255,
										["name"] = "Detling Air Defence 5",
										["heading"] = 2.0350539078254,
										["playerCanDrive"] = false,
									}, -- end of [5]
									[6] = 
									{
										["skill"] = "Good",
										["AddPropVehicle"] = 
										{
											["Tent"] = 2,
										}, -- end of ["AddPropVehicle"]
										["coldAtStart"] = false,
										["type"] = "Allies_Director",
										["unitId"] = 200,
										["y"] = -67854.356788285,
										["x"] = 50214.530318468,
										["name"] = "Detling Air Defence 6",
										["heading"] = 5.6374134839417,
										["playerCanDrive"] = false,
									}, -- end of [6]
									[7] = 
									{
										["skill"] = "Good",
										["coldAtStart"] = false,
										["type"] = "bofors40",
										["unitId"] = 201,
										["y"] = -68296.663405147,
										["x"] = 50069.883913309,
										["name"] = "Detling Air Defence 7",
										["heading"] = 5.6374134839417,
										["playerCanDrive"] = true,
									}, -- end of [7]
								}, -- end of ["units"]
								["y"] = -68359.034027072,
								["x"] = 49134.324584431,
								["name"] = "Detling Air Defence",
								["start_time"] = 0,
							}, -- end of [14]
							[15] = 
							{
								["visible"] = false,
								["tasks"] = {},
								["uncontrollable"] = false,
								["route"] = 
								{
									["spans"] = {},
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 9,
											["type"] = "Turning Point",
											["ETA"] = 0,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = -50574.380782028,
											["x"] = 58001.313647811,
											["ETA_locked"] = true,
											["speed"] = 0,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["number"] = 1,
															["auto"] = false,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 2,
																		["name"] = 9,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [1]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 107,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["skill"] = "Good",
										["coldAtStart"] = false,
										["type"] = "bofors40",
										["unitId"] = 208,
										["y"] = -50574.380782028,
										["x"] = 58001.313647811,
										["name"] = "Eastchurch Air Defence 1",
										["heading"] = 1.7994344588062,
										["playerCanDrive"] = true,
									}, -- end of [1]
									[2] = 
									{
										["skill"] = "Good",
										["coldAtStart"] = false,
										["type"] = "bofors40",
										["unitId"] = 209,
										["y"] = -49497.806754707,
										["x"] = 58924.85205169,
										["name"] = "Eastchurch Air Defence 2",
										["heading"] = 1.7994344588062,
										["playerCanDrive"] = true,
									}, -- end of [2]
									[3] = 
									{
										["skill"] = "Good",
										["coldAtStart"] = false,
										["type"] = "bofors40",
										["unitId"] = 210,
										["y"] = -49568.061914436,
										["x"] = 58272.953929944,
										["name"] = "Eastchurch Air Defence 3",
										["heading"] = 1.7994344588062,
										["playerCanDrive"] = true,
									}, -- end of [3]
									[4] = 
									{
										["skill"] = "High",
										["coldAtStart"] = false,
										["type"] = "bofors40",
										["unitId"] = 211,
										["y"] = -49959.387370112,
										["x"] = 59350.279183,
										["name"] = "Eastchurch Air Defence 4",
										["heading"] = 2.2270401255448,
										["playerCanDrive"] = false,
									}, -- end of [4]
									[5] = 
									{
										["skill"] = "High",
										["coldAtStart"] = false,
										["type"] = "QF_37_AA",
										["unitId"] = 212,
										["y"] = -50414.414904088,
										["x"] = 58824.636181473,
										["name"] = "Eastchurch Air Defence 5",
										["heading"] = 2.0350539078254,
										["playerCanDrive"] = false,
									}, -- end of [5]
									[6] = 
									{
										["skill"] = "Good",
										["AddPropVehicle"] = 
										{
											["Tent"] = 2,
										}, -- end of ["AddPropVehicle"]
										["coldAtStart"] = false,
										["type"] = "Allies_Director",
										["unitId"] = 213,
										["y"] = -50401.65722569,
										["x"] = 58820.170994034,
										["name"] = "Eastchurch Air Defence 6",
										["heading"] = 5.6374134839417,
										["playerCanDrive"] = false,
									}, -- end of [6]
									[7] = 
									{
										["skill"] = "Good",
										["coldAtStart"] = false,
										["type"] = "bofors40",
										["unitId"] = 214,
										["y"] = -51109.708376763,
										["x"] = 58656.234826623,
										["name"] = "Eastchurch Air Defence 7",
										["heading"] = 5.6374134839417,
										["playerCanDrive"] = true,
									}, -- end of [7]
								}, -- end of ["units"]
								["y"] = -50574.380782028,
								["x"] = 58001.313647811,
								["name"] = "Eastchurch Air Defence",
								["start_time"] = 0,
							}, -- end of [15]
						}, -- end of ["group"]
					}, -- end of ["vehicle"]
					["plane"] = 
					{
						["group"] = 
						{
							[1] = 
							{
								["dynSpawnTemplate"] = false,
								["modulation"] = 0,
								["tasks"] = {},
								["radioSet"] = false,
								["task"] = "CAP",
								["uncontrolled"] = false,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 107,
											["action"] = "From Parking Area Hot",
											["alt_type"] = "BARO",
											["speed"] = 138.88888888889,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["number"] = 1,
															["key"] = "CAP",
															["id"] = "EngageTargets",
															["enabled"] = true,
															["auto"] = true,
															["params"] = 
															{
																["targetTypes"] = 
																{
																	[1] = "Air",
																}, -- end of ["targetTypes"]
																["priority"] = 0,
															}, -- end of ["params"]
														}, -- end of [1]
														[2] = 
														{
															["number"] = 2,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 17,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [2]
														[3] = 
														{
															["number"] = 3,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 4,
																		["name"] = 18,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [3]
														[4] = 
														{
															["number"] = 4,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 19,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [4]
														[5] = 
														{
															["number"] = 5,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["targetTypes"] = {},
																		["name"] = 21,
																		["value"] = "none;",
																		["noTargetTypes"] = 
																		{
																			[1] = "Fighters",
																			[2] = "Multirole fighters",
																			[3] = "Bombers",
																			[4] = "Helicopters",
																			[5] = "UAVs",
																			[6] = "Infantry",
																			[7] = "Fortifications",
																			[8] = "Tanks",
																			[9] = "IFV",
																			[10] = "APC",
																			[11] = "Artillery",
																			[12] = "Unarmed vehicles",
																			[13] = "AAA",
																			[14] = "SR SAM",
																			[15] = "MR SAM",
																			[16] = "LR SAM",
																			[17] = "Aircraft Carriers",
																			[18] = "Cruisers",
																			[19] = "Destroyers",
																			[20] = "Frigates",
																			[21] = "Corvettes",
																			[22] = "Light armed ships",
																			[23] = "Unarmed ships",
																			[24] = "Submarines",
																			[25] = "Cruise missiles",
																			[26] = "Antiship Missiles",
																			[27] = "AA Missiles",
																			[28] = "AG Missiles",
																			[29] = "SA Missiles",
																		}, -- end of ["noTargetTypes"]
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [5]
														[6] = 
														{
															["number"] = 6,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 35,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [6]
														[7] = 
														{
															["number"] = 7,
															["auto"] = false,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["variantIndex"] = 1,
																		["name"] = 5,
																		["formationIndex"] = 14,
																		["value"] = 917505,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [7]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "TakeOffParkingHot",
											["ETA"] = 0,
											["ETA_locked"] = true,
											["y"] = -39712.62890625,
											["x"] = 23471.8828125,
											["speed_locked"] = true,
											["formation_template"] = "",
											["airdromeId"] = 7,
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 1,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["alt"] = 107,
										["alt_type"] = "BARO",
										["livery_id"] = "raf standard",
										["skill"] = "Client",
										["parking"] = 10,
										["speed"] = 138.88888888889,
										["type"] = "SpitfireLFMkIX",
										["Radio"] = 
										{
											[1] = 
											{
												["channels"] = 
												{
													[2] = 124,
													[3] = 131,
													[1] = 124,
													[4] = 139,
													[5] = 108.9,
												}, -- end of ["channels"]
												["modulations"] = {},
												["channelsNames"] = {},
											}, -- end of [1]
										}, -- end of ["Radio"]
										["unitId"] = 1,
										["psi"] = 0,
										["onboard_num"] = "EBA",
										["parking_id"] = "10",
										["x"] = 23471.8828125,
										["name"] = "41 Squadron Blue Section 1",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 277.59853044,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["y"] = -39712.62890625,
										["heading"] = 0,
										["callsign"] = 
										{
											[1] = 1,
											[2] = 1,
											["name"] = "Enfield11",
											[3] = 1,
										}, -- end of ["callsign"]
									}, -- end of [1]
									[2] = 
									{
										["alt"] = 107,
										["alt_type"] = "BARO",
										["livery_id"] = "raf standard",
										["skill"] = "Random",
										["parking"] = 9,
										["speed"] = 138.88888888889,
										["type"] = "SpitfireLFMkIX",
										["unitId"] = 2,
										["psi"] = 0,
										["onboard_num"] = "EBB",
										["parking_id"] = "09",
										["x"] = 23516.357421875,
										["name"] = "41 Squadron Blue Section 2",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 277.59853044,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["y"] = -39700.6015625,
										["heading"] = 0,
										["callsign"] = 
										{
											[1] = 1,
											[2] = 1,
											["name"] = "Enfield12",
											[3] = 2,
										}, -- end of ["callsign"]
									}, -- end of [2]
									[3] = 
									{
										["alt"] = 107,
										["alt_type"] = "BARO",
										["livery_id"] = "raf standard",
										["skill"] = "Random",
										["parking"] = "8",
										["speed"] = 138.88888888889,
										["type"] = "SpitfireLFMkIX",
										["unitId"] = 5,
										["psi"] = 0,
										["onboard_num"] = "EBC",
										["parking_id"] = "08",
										["x"] = 23591.3515625,
										["name"] = "41 Squadron Blue Section 3",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 277.59853044,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["y"] = -39682,
										["heading"] = 0,
										["callsign"] = 
										{
											[1] = 1,
											[2] = 1,
											["name"] = "Enfield13",
											[3] = 3,
										}, -- end of ["callsign"]
									}, -- end of [3]
								}, -- end of ["units"]
								["y"] = -39712.62890625,
								["x"] = 23471.8828125,
								["name"] = "41 Squadron Blue Section",
								["communication"] = true,
								["start_time"] = 0,
								["uncontrollable"] = false,
								["frequency"] = 124,
							}, -- end of [1]
							[2] = 
							{
								["dynSpawnTemplate"] = false,
								["modulation"] = 0,
								["tasks"] = {},
								["radioSet"] = false,
								["task"] = "CAP",
								["uncontrolled"] = false,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 107,
											["action"] = "From Parking Area Hot",
											["alt_type"] = "BARO",
											["speed"] = 138.88888888889,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["number"] = 1,
															["key"] = "CAP",
															["id"] = "EngageTargets",
															["enabled"] = true,
															["auto"] = true,
															["params"] = 
															{
																["targetTypes"] = 
																{
																	[1] = "Air",
																}, -- end of ["targetTypes"]
																["priority"] = 0,
															}, -- end of ["params"]
														}, -- end of [1]
														[2] = 
														{
															["number"] = 2,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 17,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [2]
														[3] = 
														{
															["number"] = 3,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 4,
																		["name"] = 18,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [3]
														[4] = 
														{
															["number"] = 4,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 19,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [4]
														[5] = 
														{
															["number"] = 5,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["targetTypes"] = {},
																		["name"] = 21,
																		["value"] = "none;",
																		["noTargetTypes"] = 
																		{
																			[1] = "Fighters",
																			[2] = "Multirole fighters",
																			[3] = "Bombers",
																			[4] = "Helicopters",
																			[5] = "UAVs",
																			[6] = "Infantry",
																			[7] = "Fortifications",
																			[8] = "Tanks",
																			[9] = "IFV",
																			[10] = "APC",
																			[11] = "Artillery",
																			[12] = "Unarmed vehicles",
																			[13] = "AAA",
																			[14] = "SR SAM",
																			[15] = "MR SAM",
																			[16] = "LR SAM",
																			[17] = "Aircraft Carriers",
																			[18] = "Cruisers",
																			[19] = "Destroyers",
																			[20] = "Frigates",
																			[21] = "Corvettes",
																			[22] = "Light armed ships",
																			[23] = "Unarmed ships",
																			[24] = "Submarines",
																			[25] = "Cruise missiles",
																			[26] = "Antiship Missiles",
																			[27] = "AA Missiles",
																			[28] = "AG Missiles",
																			[29] = "SA Missiles",
																		}, -- end of ["noTargetTypes"]
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [5]
														[6] = 
														{
															["number"] = 6,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 35,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [6]
														[7] = 
														{
															["number"] = 7,
															["auto"] = false,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["variantIndex"] = 1,
																		["name"] = 5,
																		["formationIndex"] = 14,
																		["value"] = 917505,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [7]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "TakeOffParkingHot",
											["ETA"] = 0,
											["ETA_locked"] = true,
											["y"] = -39668.9140625,
											["x"] = 23644.4921875,
											["speed_locked"] = true,
											["formation_template"] = "",
											["airdromeId"] = 7,
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 2,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["alt"] = 107,
										["alt_type"] = "BARO",
										["livery_id"] = "raf standard",
										["skill"] = "Client",
										["parking"] = 7,
										["speed"] = 138.88888888889,
										["type"] = "SpitfireLFMkIX",
										["Radio"] = 
										{
											[1] = 
											{
												["channelsNames"] = {},
												["modulations"] = {},
												["channels"] = 
												{
													[2] = 124,
													[3] = 131,
													[1] = 124,
													[4] = 139,
													[5] = 108.9,
												}, -- end of ["channels"]
											}, -- end of [1]
										}, -- end of ["Radio"]
										["unitId"] = 3,
										["psi"] = 0,
										["onboard_num"] = "EBD",
										["parking_id"] = "07",
										["x"] = 23644.4921875,
										["name"] = "41 Squadron Green Section 1",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 277.59853044,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["y"] = -39668.9140625,
										["heading"] = 0,
										["callsign"] = 
										{
											[2] = 2,
											["name"] = "Enfield21",
											[3] = 1,
											[1] = 1,
											[4] = "Enfield21",
										}, -- end of ["callsign"]
									}, -- end of [1]
									[2] = 
									{
										["alt"] = 107,
										["alt_type"] = "BARO",
										["livery_id"] = "raf standard",
										["skill"] = "Random",
										["parking"] = 6,
										["speed"] = 138.88888888889,
										["type"] = "SpitfireLFMkIX",
										["unitId"] = 4,
										["psi"] = 0,
										["onboard_num"] = "EBE",
										["parking_id"] = "06",
										["x"] = 23686.919921875,
										["name"] = "41 Squadron Green Section 2",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 277.59853044,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["y"] = -39705.8515625,
										["heading"] = 0,
										["callsign"] = 
										{
											[2] = 2,
											["name"] = "Enfield22",
											[3] = 2,
											[1] = 1,
											[4] = "Enfield22",
										}, -- end of ["callsign"]
									}, -- end of [2]
									[3] = 
									{
										["alt"] = 107,
										["alt_type"] = "BARO",
										["livery_id"] = "raf standard",
										["skill"] = "Random",
										["parking"] = "5",
										["speed"] = 138.88888888889,
										["type"] = "SpitfireLFMkIX",
										["unitId"] = 6,
										["psi"] = 0,
										["onboard_num"] = "EBF",
										["parking_id"] = "05",
										["x"] = 23748.3203125,
										["name"] = "41 Squadron Green Section 3",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 277.59853044,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["y"] = -39728.65234375,
										["heading"] = 0,
										["callsign"] = 
										{
											[2] = 2,
											["name"] = "Enfield23",
											[3] = 3,
											[1] = 1,
											[4] = "Enfield23",
										}, -- end of ["callsign"]
									}, -- end of [3]
								}, -- end of ["units"]
								["y"] = -39668.9140625,
								["x"] = 23644.4921875,
								["name"] = "41 Squadron Green Section",
								["communication"] = true,
								["start_time"] = 0,
								["uncontrollable"] = false,
								["frequency"] = 124,
							}, -- end of [2]
							[3] = 
							{
								["dynSpawnTemplate"] = false,
								["lateActivation"] = false,
								["tasks"] = 
								{
									[1] = 
									{
										["number"] = 1,
										["auto"] = false,
										["id"] = "WrappedAction",
										["name"] = "41 Squadron Yellow Section Scramble",
										["enabled"] = true,
										["params"] = 
										{
											["action"] = 
											{
												["id"] = "Start",
												["params"] = {},
											}, -- end of ["action"]
										}, -- end of ["params"]
									}, -- end of [1]
								}, -- end of ["tasks"]
								["radioSet"] = false,
								["task"] = "CAP",
								["uncontrolled"] = true,
								["route"] = 
								{
									["routeRelativeTOT"] = false,
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 107,
											["action"] = "From Parking Area",
											["alt_type"] = "BARO",
											["speed"] = 138.88888888889,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["number"] = 1,
															["key"] = "CAP",
															["id"] = "EngageTargets",
															["enabled"] = true,
															["auto"] = true,
															["params"] = 
															{
																["targetTypes"] = 
																{
																	[1] = "Air",
																}, -- end of ["targetTypes"]
																["priority"] = 0,
															}, -- end of ["params"]
														}, -- end of [1]
														[2] = 
														{
															["number"] = 2,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 17,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [2]
														[3] = 
														{
															["number"] = 3,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 4,
																		["name"] = 18,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [3]
														[4] = 
														{
															["number"] = 4,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 19,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [4]
														[5] = 
														{
															["number"] = 5,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["targetTypes"] = {},
																		["name"] = 21,
																		["value"] = "none;",
																		["noTargetTypes"] = 
																		{
																			[1] = "Fighters",
																			[2] = "Multirole fighters",
																			[3] = "Bombers",
																			[4] = "Helicopters",
																			[5] = "UAVs",
																			[6] = "Infantry",
																			[7] = "Fortifications",
																			[8] = "Tanks",
																			[9] = "IFV",
																			[10] = "APC",
																			[11] = "Artillery",
																			[12] = "Unarmed vehicles",
																			[13] = "AAA",
																			[14] = "SR SAM",
																			[15] = "MR SAM",
																			[16] = "LR SAM",
																			[17] = "Aircraft Carriers",
																			[18] = "Cruisers",
																			[19] = "Destroyers",
																			[20] = "Frigates",
																			[21] = "Corvettes",
																			[22] = "Light armed ships",
																			[23] = "Unarmed ships",
																			[24] = "Submarines",
																			[25] = "Cruise missiles",
																			[26] = "Antiship Missiles",
																			[27] = "AA Missiles",
																			[28] = "AG Missiles",
																			[29] = "SA Missiles",
																		}, -- end of ["noTargetTypes"]
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [5]
														[6] = 
														{
															["number"] = 6,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 35,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [6]
														[7] = 
														{
															["number"] = 7,
															["auto"] = false,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["variantIndex"] = 1,
																		["name"] = 5,
																		["formationIndex"] = 14,
																		["value"] = 917505,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [7]
														[8] = 
														{
															["number"] = 8,
															["auto"] = false,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 37,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [8]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "TakeOffParking",
											["ETA"] = 0,
											["ETA_locked"] = true,
											["y"] = -39432.1640625,
											["x"] = 23244.22265625,
											["speed_locked"] = true,
											["formation_template"] = "",
											["airdromeId"] = 7,
										}, -- end of [1]
										[2] = 
										{
											["alt"] = 1828.8,
											["action"] = "Turning Point",
											["alt_type"] = "BARO",
											["speed"] = 138.88888888889,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["number"] = 1,
															["auto"] = false,
															["id"] = "ControlledTask",
															["enabled"] = true,
															["params"] = 
															{
																["task"] = 
																{
																	["id"] = "EngageTargets",
																	["params"] = 
																	{
																		["targetTypes"] = 
																		{
																			[1] = "Planes",
																		}, -- end of ["targetTypes"]
																		["value"] = "Planes;",
																		["maxDistEnabled"] = true,
																		["noTargetTypes"] = 
																		{
																			[1] = "Helicopters",
																			[2] = "UAVs",
																			[3] = "Cruise missiles",
																			[4] = "Antiship Missiles",
																			[5] = "AA Missiles",
																			[6] = "AG Missiles",
																			[7] = "SA Missiles",
																		}, -- end of ["noTargetTypes"]
																		["priority"] = 0,
																		["maxDist"] = 15000,
																	}, -- end of ["params"]
																}, -- end of ["task"]
																["stopCondition"] = 
																{
																	["duration"] = 1200,
																}, -- end of ["stopCondition"]
															}, -- end of ["params"]
														}, -- end of [1]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Turning Point",
											["ETA"] = 48.416580210164,
											["ETA_locked"] = false,
											["y"] = -35712.977246954,
											["x"] = 17641.822608122,
											["speed_locked"] = true,
											["formation_template"] = "",
										}, -- end of [2]
										[3] = 
										{
											["alt"] = 107,
											["action"] = "Landing",
											["alt_type"] = "BARO",
											["speed"] = 138.88888888889,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Land",
											["ETA"] = 160.68382223381,
											["ETA_locked"] = false,
											["y"] = -39519.908203,
											["x"] = 23776.552734,
											["speed_locked"] = true,
											["formation_template"] = "",
											["airdromeId"] = 7,
										}, -- end of [3]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 3,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["alt"] = 107,
										["alt_type"] = "BARO",
										["parking_landing_id"] = "15",
										["livery_id"] = "raf standard",
										["skill"] = "Random",
										["parking"] = "15",
										["speed"] = 138.88888888889,
										["type"] = "SpitfireLFMkIX",
										["parking_landing"] = 15,
										["unitId"] = 7,
										["psi"] = -2.5555384299931,
										["onboard_num"] = "EBJ",
										["parking_id"] = "15",
										["x"] = 23244.22265625,
										["name"] = "41 Squadron Yellow Section 1",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 277.59853044,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["y"] = -39432.1640625,
										["heading"] = 2.5555384299931,
										["callsign"] = 
										{
											[2] = 4,
											["name"] = "Enfield41",
											[3] = 1,
											[1] = 1,
											[4] = "Enfield41",
										}, -- end of ["callsign"]
									}, -- end of [1]
									[2] = 
									{
										["alt"] = 107,
										["alt_type"] = "BARO",
										["parking_landing_id"] = "16",
										["livery_id"] = "raf standard",
										["skill"] = "Random",
										["parking"] = "16",
										["speed"] = 138.88888888889,
										["type"] = "SpitfireLFMkIX",
										["parking_landing"] = 16,
										["unitId"] = 8,
										["psi"] = -2.5555384299931,
										["onboard_num"] = "EBK",
										["parking_id"] = "16",
										["x"] = 23241.810546875,
										["name"] = "41 Squadron Yellow Section 2",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 277.59853044,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["y"] = -39402.59375,
										["heading"] = 2.5555384299931,
										["callsign"] = 
										{
											[2] = 4,
											["name"] = "Enfield42",
											[3] = 2,
											[1] = 1,
											[4] = "Enfield42",
										}, -- end of ["callsign"]
									}, -- end of [2]
									[3] = 
									{
										["alt"] = 107,
										["alt_type"] = "BARO",
										["parking_landing_id"] = "14",
										["livery_id"] = "raf standard",
										["skill"] = "Random",
										["parking"] = "14",
										["speed"] = 138.88888888889,
										["type"] = "SpitfireLFMkIX",
										["parking_landing"] = 14,
										["unitId"] = 9,
										["psi"] = -2.5555384299931,
										["onboard_num"] = "EBL",
										["parking_id"] = "14",
										["x"] = 23246.7109375,
										["name"] = "41 Squadron Yellow Section 3",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 277.59853044,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["y"] = -39461.828125,
										["heading"] = 2.5555384299931,
										["callsign"] = 
										{
											[2] = 4,
											["name"] = "Enfield43",
											[3] = 3,
											[1] = 1,
											[4] = "Enfield43",
										}, -- end of ["callsign"]
									}, -- end of [3]
								}, -- end of ["units"]
								["y"] = -39432.1640625,
								["x"] = 23244.22265625,
								["name"] = "41 Squadron Yellow Section",
								["communication"] = true,
								["uncontrollable"] = false,
								["start_time"] = 0,
								["modulation"] = 0,
								["frequency"] = 124,
							}, -- end of [3]
							[4] = 
							{
								["dynSpawnTemplate"] = false,
								["modulation"] = 0,
								["tasks"] = 
								{
									[1] = 
									{
										["number"] = 1,
										["auto"] = false,
										["id"] = "WrappedAction",
										["name"] = "41 Squadron Red Section Scramble",
										["enabled"] = true,
										["params"] = 
										{
											["action"] = 
											{
												["id"] = "Start",
												["params"] = {},
											}, -- end of ["action"]
										}, -- end of ["params"]
									}, -- end of [1]
								}, -- end of ["tasks"]
								["radioSet"] = false,
								["task"] = "CAP",
								["uncontrolled"] = true,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 107,
											["action"] = "From Parking Area",
											["alt_type"] = "BARO",
											["speed"] = 138.88888888889,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["number"] = 1,
															["key"] = "CAP",
															["id"] = "EngageTargets",
															["enabled"] = true,
															["auto"] = true,
															["params"] = 
															{
																["targetTypes"] = 
																{
																	[1] = "Air",
																}, -- end of ["targetTypes"]
																["priority"] = 0,
															}, -- end of ["params"]
														}, -- end of [1]
														[2] = 
														{
															["number"] = 2,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 17,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [2]
														[3] = 
														{
															["number"] = 3,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 4,
																		["name"] = 18,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [3]
														[4] = 
														{
															["number"] = 4,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 19,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [4]
														[5] = 
														{
															["number"] = 5,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["targetTypes"] = {},
																		["name"] = 21,
																		["value"] = "none;",
																		["noTargetTypes"] = 
																		{
																			[1] = "Fighters",
																			[2] = "Multirole fighters",
																			[3] = "Bombers",
																			[4] = "Helicopters",
																			[5] = "UAVs",
																			[6] = "Infantry",
																			[7] = "Fortifications",
																			[8] = "Tanks",
																			[9] = "IFV",
																			[10] = "APC",
																			[11] = "Artillery",
																			[12] = "Unarmed vehicles",
																			[13] = "AAA",
																			[14] = "SR SAM",
																			[15] = "MR SAM",
																			[16] = "LR SAM",
																			[17] = "Aircraft Carriers",
																			[18] = "Cruisers",
																			[19] = "Destroyers",
																			[20] = "Frigates",
																			[21] = "Corvettes",
																			[22] = "Light armed ships",
																			[23] = "Unarmed ships",
																			[24] = "Submarines",
																			[25] = "Cruise missiles",
																			[26] = "Antiship Missiles",
																			[27] = "AA Missiles",
																			[28] = "AG Missiles",
																			[29] = "SA Missiles",
																		}, -- end of ["noTargetTypes"]
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [5]
														[6] = 
														{
															["number"] = 6,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 35,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [6]
														[7] = 
														{
															["number"] = 7,
															["auto"] = false,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["variantIndex"] = 1,
																		["name"] = 5,
																		["formationIndex"] = 14,
																		["value"] = 917505,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [7]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "TakeOffParking",
											["ETA"] = 0,
											["ETA_locked"] = true,
											["y"] = -39492.6484375,
											["x"] = 23251.603515625,
											["speed_locked"] = true,
											["formation_template"] = "",
											["airdromeId"] = 7,
										}, -- end of [1]
										[2] = 
										{
											["alt"] = 1828.8,
											["action"] = "Turning Point",
											["alt_type"] = "BARO",
											["speed"] = 138.88888888889,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["number"] = 1,
															["auto"] = false,
															["id"] = "ControlledTask",
															["enabled"] = true,
															["params"] = 
															{
																["task"] = 
																{
																	["id"] = "EngageTargets",
																	["params"] = 
																	{
																		["targetTypes"] = 
																		{
																			[1] = "Planes",
																		}, -- end of ["targetTypes"]
																		["value"] = "Planes;",
																		["maxDistEnabled"] = true,
																		["noTargetTypes"] = 
																		{
																			[1] = "Helicopters",
																			[2] = "UAVs",
																			[3] = "Cruise missiles",
																			[4] = "Antiship Missiles",
																			[5] = "AA Missiles",
																			[6] = "AG Missiles",
																			[7] = "SA Missiles",
																		}, -- end of ["noTargetTypes"]
																		["priority"] = 0,
																		["maxDist"] = 15000,
																	}, -- end of ["params"]
																}, -- end of ["task"]
																["stopCondition"] = 
																{
																	["duration"] = 1200,
																}, -- end of ["stopCondition"]
															}, -- end of ["params"]
														}, -- end of [1]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Turning Point",
											["ETA"] = 48.55134802904,
											["ETA_locked"] = false,
											["y"] = -35712.977246954,
											["x"] = 17667.213763306,
											["speed_locked"] = true,
											["formation_template"] = "",
										}, -- end of [2]
										[3] = 
										{
											["alt"] = 107,
											["action"] = "Landing",
											["alt_type"] = "BARO",
											["speed"] = 138.88888888889,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Land",
											["ETA"] = 160.92541215928,
											["ETA_locked"] = false,
											["y"] = -39519.908203,
											["x"] = 23776.552734,
											["speed_locked"] = true,
											["formation_template"] = "",
											["airdromeId"] = 7,
										}, -- end of [3]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 4,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["alt"] = 107,
										["alt_type"] = "BARO",
										["parking_landing_id"] = "13",
										["livery_id"] = "raf standard",
										["skill"] = "Random",
										["parking"] = "13",
										["speed"] = 138.88888888889,
										["type"] = "SpitfireLFMkIX",
										["parking_landing"] = 13,
										["unitId"] = 10,
										["psi"] = -2.5465882524654,
										["onboard_num"] = "EBG",
										["parking_id"] = "13",
										["x"] = 23251.603515625,
										["name"] = "41 Squadron Red Section 1",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 277.59853044,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["y"] = -39492.6484375,
										["heading"] = 2.5465882524654,
										["callsign"] = 
										{
											[2] = 3,
											["name"] = "Enfield31",
											[3] = 1,
											[1] = 1,
											[4] = "Enfield31",
										}, -- end of ["callsign"]
									}, -- end of [1]
									[2] = 
									{
										["alt"] = 107,
										["alt_type"] = "BARO",
										["parking_landing_id"] = "12",
										["livery_id"] = "raf standard",
										["skill"] = "Random",
										["parking"] = "12",
										["speed"] = 138.88888888889,
										["type"] = "SpitfireLFMkIX",
										["parking_landing"] = 12,
										["unitId"] = 11,
										["psi"] = -2.5465882524654,
										["onboard_num"] = "EBH",
										["parking_id"] = "12",
										["x"] = 23255.8984375,
										["name"] = "41 Squadron Red Section 2",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 277.59853044,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["y"] = -39531.75390625,
										["heading"] = 2.5465882524654,
										["callsign"] = 
										{
											[2] = 3,
											["name"] = "Enfield32",
											[3] = 2,
											[1] = 1,
											[4] = "Enfield32",
										}, -- end of ["callsign"]
									}, -- end of [2]
									[3] = 
									{
										["alt"] = 107,
										["alt_type"] = "BARO",
										["parking_landing_id"] = "11",
										["livery_id"] = "raf standard",
										["skill"] = "Random",
										["parking"] = "11",
										["speed"] = 138.88888888889,
										["type"] = "SpitfireLFMkIX",
										["parking_landing"] = 11,
										["unitId"] = 12,
										["psi"] = -2.5465882524654,
										["onboard_num"] = "EBI",
										["parking_id"] = "11",
										["x"] = 23254.3515625,
										["name"] = "41 Squadron Red Section 3",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 277.59853044,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["y"] = -39557.33203125,
										["heading"] = 2.5465882524654,
										["callsign"] = 
										{
											[2] = 3,
											["name"] = "Enfield33",
											[3] = 3,
											[1] = 1,
											[4] = "Enfield33",
										}, -- end of ["callsign"]
									}, -- end of [3]
								}, -- end of ["units"]
								["y"] = -39492.6484375,
								["x"] = 23251.603515625,
								["name"] = "41 Squadron Red Section",
								["communication"] = true,
								["start_time"] = 0,
								["uncontrollable"] = false,
								["frequency"] = 124,
							}, -- end of [4]
							[5] = 
							{
								["dynSpawnTemplate"] = false,
								["modulation"] = 0,
								["tasks"] = 
								{
									[1] = 
									{
										["number"] = 1,
										["auto"] = false,
										["id"] = "WrappedAction",
										["name"] = "91 Squadron Red Section Scramble",
										["enabled"] = true,
										["params"] = 
										{
											["action"] = 
											{
												["id"] = "Start",
												["params"] = {},
											}, -- end of ["action"]
										}, -- end of ["params"]
									}, -- end of [1]
								}, -- end of ["tasks"]
								["radioSet"] = false,
								["task"] = "CAP",
								["uncontrolled"] = true,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 160,
											["action"] = "From Parking Area",
											["alt_type"] = "BARO",
											["speed"] = 138.88888888889,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "EngageTargets",
															["number"] = 1,
															["key"] = "CAP",
															["params"] = 
															{
																["targetTypes"] = 
																{
																	[1] = "Air",
																}, -- end of ["targetTypes"]
																["priority"] = 0,
															}, -- end of ["params"]
														}, -- end of [1]
														[2] = 
														{
															["number"] = 2,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 17,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [2]
														[3] = 
														{
															["number"] = 3,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 4,
																		["name"] = 18,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [3]
														[4] = 
														{
															["number"] = 4,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 19,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [4]
														[5] = 
														{
															["number"] = 5,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["targetTypes"] = {},
																		["name"] = 21,
																		["value"] = "none;",
																		["noTargetTypes"] = 
																		{
																			[1] = "Fighters",
																			[2] = "Multirole fighters",
																			[3] = "Bombers",
																			[4] = "Helicopters",
																			[5] = "UAVs",
																			[6] = "Infantry",
																			[7] = "Fortifications",
																			[8] = "Tanks",
																			[9] = "IFV",
																			[10] = "APC",
																			[11] = "Artillery",
																			[12] = "Unarmed vehicles",
																			[13] = "AAA",
																			[14] = "SR SAM",
																			[15] = "MR SAM",
																			[16] = "LR SAM",
																			[17] = "Aircraft Carriers",
																			[18] = "Cruisers",
																			[19] = "Destroyers",
																			[20] = "Frigates",
																			[21] = "Corvettes",
																			[22] = "Light armed ships",
																			[23] = "Unarmed ships",
																			[24] = "Submarines",
																			[25] = "Cruise missiles",
																			[26] = "Antiship Missiles",
																			[27] = "AA Missiles",
																			[28] = "AG Missiles",
																			[29] = "SA Missiles",
																		}, -- end of ["noTargetTypes"]
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [5]
														[6] = 
														{
															["number"] = 6,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 35,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [6]
														[7] = 
														{
															["number"] = 7,
															["auto"] = false,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["variantIndex"] = 1,
																		["name"] = 5,
																		["formationIndex"] = 14,
																		["value"] = 917505,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [7]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "TakeOffParking",
											["ETA"] = 0,
											["ETA_locked"] = true,
											["y"] = -29563.7109375,
											["x"] = 27404.31640625,
											["speed_locked"] = true,
											["formation_template"] = "",
											["airdromeId"] = 6,
										}, -- end of [1]
										[2] = 
										{
											["alt"] = 1828.8,
											["action"] = "Turning Point",
											["alt_type"] = "BARO",
											["speed"] = 138.88888888889,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["number"] = 1,
															["auto"] = false,
															["id"] = "ControlledTask",
															["enabled"] = true,
															["params"] = 
															{
																["task"] = 
																{
																	["id"] = "EngageTargets",
																	["params"] = 
																	{
																		["targetTypes"] = 
																		{
																			[1] = "Planes",
																		}, -- end of ["targetTypes"]
																		["value"] = "Planes;",
																		["maxDistEnabled"] = true,
																		["noTargetTypes"] = 
																		{
																			[1] = "Helicopters",
																			[2] = "UAVs",
																			[3] = "Cruise missiles",
																			[4] = "Antiship Missiles",
																			[5] = "AA Missiles",
																			[6] = "AG Missiles",
																			[7] = "SA Missiles",
																		}, -- end of ["noTargetTypes"]
																		["priority"] = 0,
																		["maxDist"] = 15000,
																	}, -- end of ["params"]
																}, -- end of ["task"]
																["stopCondition"] = 
																{
																	["duration"] = 1200,
																}, -- end of ["stopCondition"]
															}, -- end of ["params"]
														}, -- end of [1]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Turning Point",
											["ETA"] = 61.678858637932,
											["ETA_locked"] = false,
											["y"] = -22642.624266719,
											["x"] = 22356.185952364,
											["speed_locked"] = true,
											["formation_template"] = "",
										}, -- end of [2]
										[3] = 
										{
											["alt"] = 160,
											["action"] = "Landing",
											["alt_type"] = "BARO",
											["speed"] = 138.88888888889,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Land",
											["ETA"] = 120.68750320761,
											["ETA_locked"] = false,
											["y"] = -29402.577148,
											["x"] = 26989.935547,
											["speed_locked"] = true,
											["formation_template"] = "",
											["airdromeId"] = 6,
										}, -- end of [3]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 84,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["alt"] = 160,
										["alt_type"] = "BARO",
										["parking_landing_id"] = "38",
										["livery_id"] = "raf standard",
										["skill"] = "Random",
										["parking"] = 43,
										["speed"] = 138.88888888889,
										["type"] = "SpitfireLFMkIX",
										["parking_landing"] = 43,
										["unitId"] = 137,
										["psi"] = -2.2009721675127,
										["onboard_num"] = "DLA",
										["parking_id"] = "38",
										["x"] = 27404.31640625,
										["name"] = "91 Squadron Red Section 1",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 277.59853044,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["y"] = -29563.7109375,
										["heading"] = 2.2009721675127,
										["callsign"] = 
										{
											[1] = 2,
											[2] = 1,
											["name"] = "Springfield11",
											[3] = 1,
										}, -- end of ["callsign"]
									}, -- end of [1]
									[2] = 
									{
										["alt"] = 160,
										["alt_type"] = "BARO",
										["parking_landing_id"] = "37",
										["livery_id"] = "raf standard",
										["skill"] = "Random",
										["parking"] = 44,
										["speed"] = 138.88888888889,
										["type"] = "SpitfireLFMkIX",
										["parking_landing"] = 44,
										["unitId"] = 138,
										["psi"] = -2.2009721675127,
										["onboard_num"] = "DLB",
										["parking_id"] = "37",
										["x"] = 27383.046875,
										["name"] = "91 Squadron Red Section 2",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 277.59853044,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["y"] = -29586.01953125,
										["heading"] = 2.2009721675127,
										["callsign"] = 
										{
											[1] = 2,
											[2] = 1,
											["name"] = "Springfield12",
											[3] = 2,
										}, -- end of ["callsign"]
									}, -- end of [2]
									[3] = 
									{
										["alt"] = 160,
										["alt_type"] = "BARO",
										["parking_landing_id"] = "36",
										["livery_id"] = "raf standard",
										["skill"] = "Random",
										["parking"] = 45,
										["speed"] = 138.88888888889,
										["type"] = "SpitfireLFMkIX",
										["parking_landing"] = 45,
										["unitId"] = 139,
										["psi"] = -2.2009721675127,
										["onboard_num"] = "DLC",
										["parking_id"] = "36",
										["x"] = 27374.65234375,
										["name"] = "91 Squadron Red Section 3",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 277.59853044,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["y"] = -29615.662109375,
										["heading"] = 2.2009721675127,
										["callsign"] = 
										{
											[1] = 2,
											[2] = 1,
											["name"] = "Springfield13",
											[3] = 3,
										}, -- end of ["callsign"]
									}, -- end of [3]
								}, -- end of ["units"]
								["y"] = -29563.7109375,
								["x"] = 27404.31640625,
								["name"] = "91 Squadron Red Section",
								["communication"] = true,
								["start_time"] = 0,
								["uncontrollable"] = false,
								["frequency"] = 124,
							}, -- end of [5]
							[6] = 
							{
								["dynSpawnTemplate"] = false,
								["modulation"] = 0,
								["tasks"] = 
								{
									[1] = 
									{
										["number"] = 1,
										["auto"] = false,
										["id"] = "WrappedAction",
										["name"] = "91 Squadron Yellow Section Scramble",
										["enabled"] = true,
										["params"] = 
										{
											["action"] = 
											{
												["id"] = "Start",
												["params"] = {},
											}, -- end of ["action"]
										}, -- end of ["params"]
									}, -- end of [1]
								}, -- end of ["tasks"]
								["radioSet"] = false,
								["task"] = "CAP",
								["uncontrolled"] = true,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 160,
											["action"] = "From Parking Area",
											["alt_type"] = "BARO",
											["speed"] = 138.88888888889,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["number"] = 1,
															["key"] = "CAP",
															["id"] = "EngageTargets",
															["enabled"] = true,
															["auto"] = true,
															["params"] = 
															{
																["targetTypes"] = 
																{
																	[1] = "Air",
																}, -- end of ["targetTypes"]
																["priority"] = 0,
															}, -- end of ["params"]
														}, -- end of [1]
														[2] = 
														{
															["number"] = 2,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 17,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [2]
														[3] = 
														{
															["number"] = 3,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 4,
																		["name"] = 18,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [3]
														[4] = 
														{
															["number"] = 4,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 19,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [4]
														[5] = 
														{
															["number"] = 5,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["targetTypes"] = {},
																		["name"] = 21,
																		["value"] = "none;",
																		["noTargetTypes"] = 
																		{
																			[1] = "Fighters",
																			[2] = "Multirole fighters",
																			[3] = "Bombers",
																			[4] = "Helicopters",
																			[5] = "UAVs",
																			[6] = "Infantry",
																			[7] = "Fortifications",
																			[8] = "Tanks",
																			[9] = "IFV",
																			[10] = "APC",
																			[11] = "Artillery",
																			[12] = "Unarmed vehicles",
																			[13] = "AAA",
																			[14] = "SR SAM",
																			[15] = "MR SAM",
																			[16] = "LR SAM",
																			[17] = "Aircraft Carriers",
																			[18] = "Cruisers",
																			[19] = "Destroyers",
																			[20] = "Frigates",
																			[21] = "Corvettes",
																			[22] = "Light armed ships",
																			[23] = "Unarmed ships",
																			[24] = "Submarines",
																			[25] = "Cruise missiles",
																			[26] = "Antiship Missiles",
																			[27] = "AA Missiles",
																			[28] = "AG Missiles",
																			[29] = "SA Missiles",
																		}, -- end of ["noTargetTypes"]
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [5]
														[6] = 
														{
															["number"] = 6,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 35,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [6]
														[7] = 
														{
															["number"] = 7,
															["auto"] = false,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["variantIndex"] = 1,
																		["name"] = 5,
																		["formationIndex"] = 14,
																		["value"] = 917505,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [7]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "TakeOffParking",
											["ETA"] = 0,
											["ETA_locked"] = true,
											["y"] = -29678.390625,
											["x"] = 27329.08984375,
											["speed_locked"] = true,
											["formation_template"] = "",
											["airdromeId"] = 6,
										}, -- end of [1]
										[2] = 
										{
											["alt"] = 1828.8,
											["action"] = "Turning Point",
											["alt_type"] = "BARO",
											["speed"] = 138.88888888889,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["number"] = 1,
															["auto"] = false,
															["id"] = "ControlledTask",
															["enabled"] = true,
															["params"] = 
															{
																["task"] = 
																{
																	["id"] = "EngageTargets",
																	["params"] = 
																	{
																		["targetTypes"] = 
																		{
																			[1] = "Planes",
																		}, -- end of ["targetTypes"]
																		["value"] = "Planes;",
																		["maxDistEnabled"] = true,
																		["noTargetTypes"] = 
																		{
																			[1] = "Helicopters",
																			[2] = "UAVs",
																			[3] = "Cruise missiles",
																			[4] = "Antiship Missiles",
																			[5] = "AA Missiles",
																			[6] = "AG Missiles",
																			[7] = "SA Missiles",
																		}, -- end of ["noTargetTypes"]
																		["priority"] = 0,
																		["maxDist"] = 15000,
																	}, -- end of ["params"]
																}, -- end of ["task"]
																["stopCondition"] = 
																{
																	["duration"] = 1200,
																}, -- end of ["stopCondition"]
															}, -- end of ["params"]
														}, -- end of [1]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Turning Point",
											["ETA"] = 62.015355334228,
											["ETA_locked"] = false,
											["y"] = -22648.700608209,
											["x"] = 22351.999633154,
											["speed_locked"] = true,
											["formation_template"] = "",
										}, -- end of [2]
										[3] = 
										{
											["alt"] = 160,
											["action"] = "Landing",
											["alt_type"] = "BARO",
											["speed"] = 138.88888888889,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Land",
											["ETA"] = 121.00497680138,
											["ETA_locked"] = false,
											["y"] = -29402.577148,
											["x"] = 26989.935547,
											["speed_locked"] = true,
											["formation_template"] = "",
											["airdromeId"] = 6,
										}, -- end of [3]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 85,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["alt"] = 160,
										["alt_type"] = "BARO",
										["parking_landing_id"] = "33",
										["livery_id"] = "raf standard",
										["skill"] = "Random",
										["parking"] = 48,
										["speed"] = 138.88888888889,
										["type"] = "SpitfireLFMkIX",
										["parking_landing"] = 48,
										["unitId"] = 140,
										["psi"] = -2.1868778664179,
										["onboard_num"] = "DLD",
										["parking_id"] = "33",
										["x"] = 27329.08984375,
										["name"] = "91 Squadron Yellow Section 1",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 277.59853044,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["y"] = -29678.390625,
										["heading"] = 2.1868778664179,
										["callsign"] = 
										{
											[2] = 2,
											["name"] = "Springfield21",
											[3] = 1,
											[1] = 2,
											[4] = "Springfield21",
										}, -- end of ["callsign"]
									}, -- end of [1]
									[2] = 
									{
										["alt"] = 160,
										["alt_type"] = "BARO",
										["parking_landing_id"] = "34",
										["livery_id"] = "raf standard",
										["skill"] = "Random",
										["parking"] = 47,
										["speed"] = 138.88888888889,
										["type"] = "SpitfireLFMkIX",
										["parking_landing"] = 47,
										["unitId"] = 141,
										["psi"] = -2.1868778664179,
										["onboard_num"] = "DLE",
										["parking_id"] = "34",
										["x"] = 27345.609375,
										["name"] = "91 Squadron Yellow Section 2",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 277.59853044,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["y"] = -29654.310546875,
										["heading"] = 2.1868778664179,
										["callsign"] = 
										{
											[2] = 2,
											["name"] = "Springfield22",
											[3] = 2,
											[1] = 2,
											[4] = "Springfield22",
										}, -- end of ["callsign"]
									}, -- end of [2]
									[3] = 
									{
										["alt"] = 160,
										["alt_type"] = "BARO",
										["parking_landing_id"] = "35",
										["livery_id"] = "raf standard",
										["skill"] = "Random",
										["parking"] = 46,
										["speed"] = 138.88888888889,
										["type"] = "SpitfireLFMkIX",
										["parking_landing"] = 46,
										["unitId"] = 142,
										["psi"] = -2.1868778664179,
										["onboard_num"] = "DLF",
										["parking_id"] = "35",
										["x"] = 27381.044921875,
										["name"] = "91 Squadron Yellow Section 3",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 277.59853044,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["y"] = -29650.357421875,
										["heading"] = 2.1868778664179,
										["callsign"] = 
										{
											[2] = 2,
											["name"] = "Springfield23",
											[3] = 3,
											[1] = 2,
											[4] = "Springfield23",
										}, -- end of ["callsign"]
									}, -- end of [3]
								}, -- end of ["units"]
								["y"] = -29678.390625,
								["x"] = 27329.08984375,
								["name"] = "91 Squadron Yellow Section",
								["communication"] = true,
								["start_time"] = 0,
								["uncontrollable"] = false,
								["frequency"] = 124,
							}, -- end of [6]
							[7] = 
							{
								["dynSpawnTemplate"] = false,
								["modulation"] = 0,
								["tasks"] = 
								{
									[1] = 
									{
										["number"] = 1,
										["auto"] = false,
										["id"] = "WrappedAction",
										["name"] = "91 Squadron Green Section Scramble",
										["enabled"] = true,
										["params"] = 
										{
											["action"] = 
											{
												["id"] = "Start",
												["params"] = {},
											}, -- end of ["action"]
										}, -- end of ["params"]
									}, -- end of [1]
								}, -- end of ["tasks"]
								["radioSet"] = false,
								["task"] = "CAP",
								["uncontrolled"] = true,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 160,
											["action"] = "From Parking Area",
											["alt_type"] = "BARO",
											["speed"] = 138.88888888889,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["number"] = 1,
															["key"] = "CAP",
															["id"] = "EngageTargets",
															["enabled"] = true,
															["auto"] = true,
															["params"] = 
															{
																["targetTypes"] = 
																{
																	[1] = "Air",
																}, -- end of ["targetTypes"]
																["priority"] = 0,
															}, -- end of ["params"]
														}, -- end of [1]
														[2] = 
														{
															["number"] = 2,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 17,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [2]
														[3] = 
														{
															["number"] = 3,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 4,
																		["name"] = 18,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [3]
														[4] = 
														{
															["number"] = 4,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 19,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [4]
														[5] = 
														{
															["number"] = 5,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["targetTypes"] = {},
																		["name"] = 21,
																		["value"] = "none;",
																		["noTargetTypes"] = 
																		{
																			[1] = "Fighters",
																			[2] = "Multirole fighters",
																			[3] = "Bombers",
																			[4] = "Helicopters",
																			[5] = "UAVs",
																			[6] = "Infantry",
																			[7] = "Fortifications",
																			[8] = "Tanks",
																			[9] = "IFV",
																			[10] = "APC",
																			[11] = "Artillery",
																			[12] = "Unarmed vehicles",
																			[13] = "AAA",
																			[14] = "SR SAM",
																			[15] = "MR SAM",
																			[16] = "LR SAM",
																			[17] = "Aircraft Carriers",
																			[18] = "Cruisers",
																			[19] = "Destroyers",
																			[20] = "Frigates",
																			[21] = "Corvettes",
																			[22] = "Light armed ships",
																			[23] = "Unarmed ships",
																			[24] = "Submarines",
																			[25] = "Cruise missiles",
																			[26] = "Antiship Missiles",
																			[27] = "AA Missiles",
																			[28] = "AG Missiles",
																			[29] = "SA Missiles",
																		}, -- end of ["noTargetTypes"]
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [5]
														[6] = 
														{
															["number"] = 6,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 35,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [6]
														[7] = 
														{
															["number"] = 7,
															["auto"] = false,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["variantIndex"] = 1,
																		["name"] = 5,
																		["formationIndex"] = 14,
																		["value"] = 917505,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [7]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "TakeOffParking",
											["ETA"] = 0,
											["ETA_locked"] = true,
											["y"] = -29106.74609375,
											["x"] = 27342.568359375,
											["speed_locked"] = true,
											["formation_template"] = "",
											["airdromeId"] = 6,
										}, -- end of [1]
										[2] = 
										{
											["alt"] = 1828.8,
											["action"] = "Turning Point",
											["alt_type"] = "BARO",
											["speed"] = 138.88888888889,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["number"] = 1,
															["auto"] = false,
															["id"] = "ControlledTask",
															["enabled"] = true,
															["params"] = 
															{
																["task"] = 
																{
																	["id"] = "EngageTargets",
																	["params"] = 
																	{
																		["targetTypes"] = 
																		{
																			[1] = "Planes",
																		}, -- end of ["targetTypes"]
																		["value"] = "Planes;",
																		["maxDistEnabled"] = true,
																		["noTargetTypes"] = 
																		{
																			[1] = "Helicopters",
																			[2] = "UAVs",
																			[3] = "Cruise missiles",
																			[4] = "Antiship Missiles",
																			[5] = "AA Missiles",
																			[6] = "AG Missiles",
																			[7] = "SA Missiles",
																		}, -- end of ["noTargetTypes"]
																		["priority"] = 0,
																		["maxDist"] = 15000,
																	}, -- end of ["params"]
																}, -- end of ["task"]
																["stopCondition"] = 
																{
																	["duration"] = 1200,
																}, -- end of ["stopCondition"]
															}, -- end of ["params"]
														}, -- end of [1]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Turning Point",
											["ETA"] = 58.685839712169,
											["ETA_locked"] = false,
											["y"] = -22647.668939968,
											["x"] = 22371.045108014,
											["speed_locked"] = true,
											["formation_template"] = "",
										}, -- end of [2]
										[3] = 
										{
											["alt"] = 160,
											["action"] = "Landing",
											["alt_type"] = "BARO",
											["speed"] = 138.88888888889,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Land",
											["ETA"] = 120.3344613415,
											["ETA_locked"] = false,
											["y"] = -29402.577148,
											["x"] = 26989.935547,
											["speed_locked"] = true,
											["formation_template"] = "",
											["airdromeId"] = 6,
										}, -- end of [3]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 86,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["alt"] = 160,
										["alt_type"] = "BARO",
										["parking_landing_id"] = "40",
										["livery_id"] = "raf standard",
										["skill"] = "Random",
										["parking"] = 54,
										["speed"] = 138.88888888889,
										["type"] = "SpitfireLFMkIX",
										["parking_landing"] = 54,
										["unitId"] = 143,
										["psi"] = -2.2267839173101,
										["onboard_num"] = "DLH",
										["parking_id"] = "40",
										["x"] = 27342.568359375,
										["name"] = "91 Squadron Green Section 1",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 277.59853044,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["y"] = -29106.74609375,
										["heading"] = 2.2267839173101,
										["callsign"] = 
										{
											[2] = 3,
											["name"] = "Springfield31",
											[3] = 1,
											[1] = 2,
											[4] = "Springfield31",
										}, -- end of ["callsign"]
									}, -- end of [1]
									[2] = 
									{
										["alt"] = 160,
										["alt_type"] = "BARO",
										["parking_landing_id"] = "41",
										["livery_id"] = "raf standard",
										["skill"] = "Random",
										["parking"] = 3,
										["speed"] = 138.88888888889,
										["type"] = "SpitfireLFMkIX",
										["parking_landing"] = 3,
										["unitId"] = 144,
										["psi"] = -2.2267839173101,
										["onboard_num"] = "DLI",
										["parking_id"] = "41",
										["x"] = 27308.404296875,
										["name"] = "91 Squadron Green Section 2",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 277.59853044,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["y"] = -29087.119140625,
										["heading"] = 2.2267839173101,
										["callsign"] = 
										{
											[2] = 3,
											["name"] = "Springfield32",
											[3] = 2,
											[1] = 2,
											[4] = "Springfield32",
										}, -- end of ["callsign"]
									}, -- end of [2]
									[3] = 
									{
										["alt"] = 160,
										["alt_type"] = "BARO",
										["parking_landing_id"] = "42",
										["livery_id"] = "raf standard",
										["skill"] = "Random",
										["parking"] = 4,
										["speed"] = 138.88888888889,
										["type"] = "SpitfireLFMkIX",
										["parking_landing"] = 4,
										["unitId"] = 145,
										["psi"] = -2.2267839173101,
										["onboard_num"] = "DLK",
										["parking_id"] = "42",
										["x"] = 27276.8046875,
										["name"] = "91 Squadron Green Section 3",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 277.59853044,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["y"] = -29072.44140625,
										["heading"] = 2.2267839173101,
										["callsign"] = 
										{
											[2] = 3,
											["name"] = "Springfield33",
											[3] = 3,
											[1] = 2,
											[4] = "Springfield33",
										}, -- end of ["callsign"]
									}, -- end of [3]
								}, -- end of ["units"]
								["y"] = -29106.74609375,
								["x"] = 27342.568359375,
								["name"] = "91 Squadron Green Section",
								["communication"] = true,
								["start_time"] = 0,
								["uncontrollable"] = false,
								["frequency"] = 124,
							}, -- end of [7]
							[8] = 
							{
								["dynSpawnTemplate"] = false,
								["modulation"] = 0,
								["tasks"] = 
								{
									[1] = 
									{
										["number"] = 1,
										["auto"] = false,
										["id"] = "WrappedAction",
										["name"] = "92 Squadron Red Section Scramble",
										["enabled"] = true,
										["params"] = 
										{
											["action"] = 
											{
												["id"] = "Start",
												["params"] = {},
											}, -- end of ["action"]
										}, -- end of ["params"]
									}, -- end of [1]
								}, -- end of ["tasks"]
								["radioSet"] = false,
								["task"] = "CAP",
								["uncontrolled"] = true,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 49,
											["action"] = "From Parking Area",
											["alt_type"] = "BARO",
											["speed"] = 138.88888888889,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["number"] = 1,
															["key"] = "CAP",
															["id"] = "EngageTargets",
															["enabled"] = true,
															["auto"] = true,
															["params"] = 
															{
																["targetTypes"] = 
																{
																	[1] = "Air",
																}, -- end of ["targetTypes"]
																["priority"] = 0,
															}, -- end of ["params"]
														}, -- end of [1]
														[2] = 
														{
															["number"] = 2,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 17,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [2]
														[3] = 
														{
															["number"] = 3,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 4,
																		["name"] = 18,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [3]
														[4] = 
														{
															["number"] = 4,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 19,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [4]
														[5] = 
														{
															["number"] = 5,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["targetTypes"] = {},
																		["name"] = 21,
																		["value"] = "none;",
																		["noTargetTypes"] = 
																		{
																			[1] = "Fighters",
																			[2] = "Multirole fighters",
																			[3] = "Bombers",
																			[4] = "Helicopters",
																			[5] = "UAVs",
																			[6] = "Infantry",
																			[7] = "Fortifications",
																			[8] = "Tanks",
																			[9] = "IFV",
																			[10] = "APC",
																			[11] = "Artillery",
																			[12] = "Unarmed vehicles",
																			[13] = "AAA",
																			[14] = "SR SAM",
																			[15] = "MR SAM",
																			[16] = "LR SAM",
																			[17] = "Aircraft Carriers",
																			[18] = "Cruisers",
																			[19] = "Destroyers",
																			[20] = "Frigates",
																			[21] = "Corvettes",
																			[22] = "Light armed ships",
																			[23] = "Unarmed ships",
																			[24] = "Submarines",
																			[25] = "Cruise missiles",
																			[26] = "Antiship Missiles",
																			[27] = "AA Missiles",
																			[28] = "AG Missiles",
																			[29] = "SA Missiles",
																		}, -- end of ["noTargetTypes"]
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [5]
														[6] = 
														{
															["number"] = 6,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 35,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [6]
														[7] = 
														{
															["number"] = 7,
															["auto"] = false,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["variantIndex"] = 1,
																		["name"] = 5,
																		["formationIndex"] = 14,
																		["value"] = 917505,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [7]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "TakeOffParking",
											["ETA"] = 0,
											["ETA_locked"] = true,
											["y"] = -16704.193359375,
											["x"] = 52658.59375,
											["speed_locked"] = true,
											["formation_template"] = "",
											["airdromeId"] = 5,
										}, -- end of [1]
										[2] = 
										{
											["alt"] = 1828.8,
											["action"] = "Turning Point",
											["alt_type"] = "BARO",
											["speed"] = 138.88888888889,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["number"] = 1,
															["auto"] = false,
															["id"] = "ControlledTask",
															["enabled"] = true,
															["params"] = 
															{
																["task"] = 
																{
																	["id"] = "EngageTargets",
																	["params"] = 
																	{
																		["targetTypes"] = 
																		{
																			[1] = "Planes",
																		}, -- end of ["targetTypes"]
																		["value"] = "Planes;",
																		["maxDistEnabled"] = true,
																		["noTargetTypes"] = 
																		{
																			[1] = "Helicopters",
																			[2] = "UAVs",
																			[3] = "Cruise missiles",
																			[4] = "Antiship Missiles",
																			[5] = "AA Missiles",
																			[6] = "AG Missiles",
																			[7] = "SA Missiles",
																		}, -- end of ["noTargetTypes"]
																		["priority"] = 0,
																		["maxDist"] = 15000,
																	}, -- end of ["params"]
																}, -- end of ["task"]
																["stopCondition"] = 
																{
																	["duration"] = 1200,
																}, -- end of ["stopCondition"]
															}, -- end of ["params"]
														}, -- end of [1]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Turning Point",
											["ETA"] = 44.223497865705,
											["ETA_locked"] = false,
											["y"] = -11925.954574339,
											["x"] = 48799.258157271,
											["speed_locked"] = true,
											["formation_template"] = "",
										}, -- end of [2]
										[3] = 
										{
											["alt"] = 49,
											["action"] = "Landing",
											["alt_type"] = "BARO",
											["speed"] = 138.88888888889,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Land",
											["ETA"] = 130.26666238069,
											["ETA_locked"] = false,
											["y"] = -15815.91748,
											["x"] = 52264.839844,
											["speed_locked"] = true,
											["formation_template"] = "",
											["airdromeId"] = 5,
										}, -- end of [3]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 91,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["alt"] = 49,
										["alt_type"] = "BARO",
										["parking_landing_id"] = "36",
										["livery_id"] = "raf standard",
										["skill"] = "Random",
										["parking"] = 53,
										["speed"] = 138.88888888889,
										["type"] = "SpitfireLFMkIX",
										["parking_landing"] = 53,
										["unitId"] = 162,
										["psi"] = -2.2502087240069,
										["onboard_num"] = "QJA",
										["parking_id"] = "36",
										["x"] = 52658.59375,
										["name"] = "92 Squadron Red Section 1",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 277.59853044,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["y"] = -16704.193359375,
										["heading"] = 2.2502087240069,
										["callsign"] = 
										{
											[2] = 1,
											["name"] = "Uzi11",
											[3] = 1,
											[1] = 3,
											[4] = "Uzi11",
										}, -- end of ["callsign"]
									}, -- end of [1]
									[2] = 
									{
										["alt"] = 49,
										["alt_type"] = "BARO",
										["parking_landing_id"] = "35",
										["livery_id"] = "raf standard",
										["skill"] = "Random",
										["parking"] = 54,
										["speed"] = 138.88888888889,
										["type"] = "SpitfireLFMkIX",
										["parking_landing"] = 54,
										["unitId"] = 163,
										["psi"] = -2.2502087240069,
										["onboard_num"] = "QJB",
										["parking_id"] = "35",
										["x"] = 52675.8046875,
										["name"] = "92 Squadron Red Section 2",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 277.59853044,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["y"] = -16769.03125,
										["heading"] = 2.2502087240069,
										["callsign"] = 
										{
											[2] = 1,
											["name"] = "Uzi12",
											[3] = 2,
											[1] = 3,
											[4] = "Uzi12",
										}, -- end of ["callsign"]
									}, -- end of [2]
									[3] = 
									{
										["alt"] = 49,
										["alt_type"] = "BARO",
										["parking_landing_id"] = "34",
										["livery_id"] = "raf standard",
										["skill"] = "Random",
										["parking"] = 68,
										["speed"] = 138.88888888889,
										["type"] = "SpitfireLFMkIX",
										["parking_landing"] = 68,
										["unitId"] = 164,
										["psi"] = -2.2502087240069,
										["onboard_num"] = "QJC",
										["parking_id"] = "34",
										["x"] = 52695.4140625,
										["name"] = "92 Squadron Red Section 3",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 277.59853044,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["y"] = -16824.546875,
										["heading"] = 2.2502087240069,
										["callsign"] = 
										{
											[2] = 1,
											["name"] = "Uzi13",
											[3] = 3,
											[1] = 3,
											[4] = "Uzi13",
										}, -- end of ["callsign"]
									}, -- end of [3]
								}, -- end of ["units"]
								["y"] = -16704.193359375,
								["x"] = 52658.59375,
								["name"] = "92 Squadron Red Section",
								["communication"] = true,
								["start_time"] = 0,
								["uncontrollable"] = false,
								["frequency"] = 124,
							}, -- end of [8]
							[9] = 
							{
								["dynSpawnTemplate"] = false,
								["modulation"] = 0,
								["tasks"] = 
								{
									[1] = 
									{
										["number"] = 1,
										["auto"] = false,
										["id"] = "WrappedAction",
										["name"] = "92 Squadron Yellow Section Scramble",
										["enabled"] = true,
										["params"] = 
										{
											["action"] = 
											{
												["id"] = "Start",
												["params"] = {},
											}, -- end of ["action"]
										}, -- end of ["params"]
									}, -- end of [1]
								}, -- end of ["tasks"]
								["radioSet"] = false,
								["task"] = "CAP",
								["uncontrolled"] = true,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 49,
											["action"] = "From Parking Area",
											["alt_type"] = "BARO",
											["speed"] = 138.88888888889,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["number"] = 1,
															["key"] = "CAP",
															["id"] = "EngageTargets",
															["enabled"] = true,
															["auto"] = true,
															["params"] = 
															{
																["targetTypes"] = 
																{
																	[1] = "Air",
																}, -- end of ["targetTypes"]
																["priority"] = 0,
															}, -- end of ["params"]
														}, -- end of [1]
														[2] = 
														{
															["number"] = 2,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 17,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [2]
														[3] = 
														{
															["number"] = 3,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 4,
																		["name"] = 18,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [3]
														[4] = 
														{
															["number"] = 4,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 19,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [4]
														[5] = 
														{
															["number"] = 5,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["targetTypes"] = {},
																		["name"] = 21,
																		["value"] = "none;",
																		["noTargetTypes"] = 
																		{
																			[1] = "Fighters",
																			[2] = "Multirole fighters",
																			[3] = "Bombers",
																			[4] = "Helicopters",
																			[5] = "UAVs",
																			[6] = "Infantry",
																			[7] = "Fortifications",
																			[8] = "Tanks",
																			[9] = "IFV",
																			[10] = "APC",
																			[11] = "Artillery",
																			[12] = "Unarmed vehicles",
																			[13] = "AAA",
																			[14] = "SR SAM",
																			[15] = "MR SAM",
																			[16] = "LR SAM",
																			[17] = "Aircraft Carriers",
																			[18] = "Cruisers",
																			[19] = "Destroyers",
																			[20] = "Frigates",
																			[21] = "Corvettes",
																			[22] = "Light armed ships",
																			[23] = "Unarmed ships",
																			[24] = "Submarines",
																			[25] = "Cruise missiles",
																			[26] = "Antiship Missiles",
																			[27] = "AA Missiles",
																			[28] = "AG Missiles",
																			[29] = "SA Missiles",
																		}, -- end of ["noTargetTypes"]
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [5]
														[6] = 
														{
															["number"] = 6,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 35,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [6]
														[7] = 
														{
															["number"] = 7,
															["auto"] = false,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["variantIndex"] = 1,
																		["name"] = 5,
																		["formationIndex"] = 14,
																		["value"] = 917505,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [7]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "TakeOffParking",
											["ETA"] = 0,
											["ETA_locked"] = true,
											["y"] = -16492.3203125,
											["x"] = 52609.57421875,
											["speed_locked"] = true,
											["formation_template"] = "",
											["airdromeId"] = 5,
										}, -- end of [1]
										[2] = 
										{
											["alt"] = 1828.8,
											["action"] = "Turning Point",
											["alt_type"] = "BARO",
											["speed"] = 138.88888888889,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["number"] = 1,
															["auto"] = false,
															["id"] = "ControlledTask",
															["enabled"] = true,
															["params"] = 
															{
																["task"] = 
																{
																	["id"] = "EngageTargets",
																	["params"] = 
																	{
																		["targetTypes"] = 
																		{
																			[1] = "Planes",
																		}, -- end of ["targetTypes"]
																		["value"] = "Planes;",
																		["maxDistEnabled"] = true,
																		["noTargetTypes"] = 
																		{
																			[1] = "Helicopters",
																			[2] = "UAVs",
																			[3] = "Cruise missiles",
																			[4] = "Antiship Missiles",
																			[5] = "AA Missiles",
																			[6] = "AG Missiles",
																			[7] = "SA Missiles",
																		}, -- end of ["noTargetTypes"]
																		["priority"] = 0,
																		["maxDist"] = 15000,
																	}, -- end of ["params"]
																}, -- end of ["task"]
																["stopCondition"] = 
																{
																	["duration"] = 1200,
																}, -- end of ["stopCondition"]
															}, -- end of ["params"]
														}, -- end of [1]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Turning Point",
											["ETA"] = 42.714022631541,
											["ETA_locked"] = false,
											["y"] = -11927.144035387,
											["x"] = 48820.9386987,
											["speed_locked"] = true,
											["formation_template"] = "",
										}, -- end of [2]
										[3] = 
										{
											["alt"] = 49,
											["action"] = "Landing",
											["alt_type"] = "BARO",
											["speed"] = 138.88888888889,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Land",
											["ETA"] = 90.026428345668,
											["ETA_locked"] = false,
											["y"] = -15815.91748,
											["x"] = 52264.839844,
											["speed_locked"] = true,
											["formation_template"] = "",
											["airdromeId"] = 5,
										}, -- end of [3]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 92,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["alt"] = 49,
										["alt_type"] = "BARO",
										["parking_landing_id"] = "40",
										["livery_id"] = "raf standard",
										["skill"] = "Random",
										["parking"] = 66,
										["speed"] = 138.88888888889,
										["type"] = "SpitfireLFMkIX",
										["parking_landing"] = 66,
										["unitId"] = 165,
										["psi"] = -2.2635043949718,
										["onboard_num"] = "QJD",
										["parking_id"] = "40",
										["x"] = 52609.57421875,
										["name"] = "92 Squadron Yellow Section 1",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 277.59853044,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["y"] = -16492.3203125,
										["heading"] = 2.2635043949718,
										["callsign"] = 
										{
											[2] = 2,
											["name"] = "Uzi21",
											[3] = 1,
											[1] = 3,
											[4] = "Uzi21",
										}, -- end of ["callsign"]
									}, -- end of [1]
									[2] = 
									{
										["alt"] = 49,
										["alt_type"] = "BARO",
										["parking_landing_id"] = "39",
										["livery_id"] = "raf standard",
										["skill"] = "Random",
										["parking"] = 67,
										["speed"] = 138.88888888889,
										["type"] = "SpitfireLFMkIX",
										["parking_landing"] = 67,
										["unitId"] = 166,
										["psi"] = -2.2635043949718,
										["onboard_num"] = "QJE",
										["parking_id"] = "39",
										["x"] = 52629.30859375,
										["name"] = "92 Squadron Yellow Section 2",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 277.59853044,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["y"] = -16542.48046875,
										["heading"] = 2.2635043949718,
										["callsign"] = 
										{
											[2] = 2,
											["name"] = "Uzi22",
											[3] = 2,
											[1] = 3,
											[4] = "Uzi22",
										}, -- end of ["callsign"]
									}, -- end of [2]
									[3] = 
									{
										["alt"] = 49,
										["alt_type"] = "BARO",
										["parking_landing_id"] = "38",
										["livery_id"] = "raf standard",
										["skill"] = "Random",
										["parking"] = 64,
										["speed"] = 138.88888888889,
										["type"] = "SpitfireLFMkIX",
										["parking_landing"] = 64,
										["unitId"] = 167,
										["psi"] = -2.2635043949718,
										["onboard_num"] = "QJF",
										["parking_id"] = "38",
										["x"] = 52640.7265625,
										["name"] = "92 Squadron Yellow Section 3",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 277.59853044,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["y"] = -16595.228515625,
										["heading"] = 2.2635043949718,
										["callsign"] = 
										{
											[2] = 2,
											["name"] = "Uzi23",
											[3] = 3,
											[1] = 3,
											[4] = "Uzi23",
										}, -- end of ["callsign"]
									}, -- end of [3]
								}, -- end of ["units"]
								["y"] = -16492.3203125,
								["x"] = 52609.57421875,
								["name"] = "92 Squadron Yellow Section",
								["communication"] = true,
								["start_time"] = 0,
								["uncontrollable"] = false,
								["frequency"] = 124,
							}, -- end of [9]
							[10] = 
							{
								["dynSpawnTemplate"] = false,
								["modulation"] = 0,
								["tasks"] = 
								{
									[1] = 
									{
										["number"] = 1,
										["auto"] = false,
										["id"] = "WrappedAction",
										["name"] = "92 Squadron Green Section Scramble",
										["enabled"] = true,
										["params"] = 
										{
											["action"] = 
											{
												["id"] = "Start",
												["params"] = {},
											}, -- end of ["action"]
										}, -- end of ["params"]
									}, -- end of [1]
								}, -- end of ["tasks"]
								["radioSet"] = false,
								["task"] = "CAP",
								["uncontrolled"] = true,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 49,
											["action"] = "From Parking Area",
											["alt_type"] = "BARO",
											["speed"] = 138.88888888889,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["number"] = 1,
															["key"] = "CAP",
															["id"] = "EngageTargets",
															["enabled"] = true,
															["auto"] = true,
															["params"] = 
															{
																["targetTypes"] = 
																{
																	[1] = "Air",
																}, -- end of ["targetTypes"]
																["priority"] = 0,
															}, -- end of ["params"]
														}, -- end of [1]
														[2] = 
														{
															["number"] = 2,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 17,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [2]
														[3] = 
														{
															["number"] = 3,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 4,
																		["name"] = 18,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [3]
														[4] = 
														{
															["number"] = 4,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 19,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [4]
														[5] = 
														{
															["number"] = 5,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["targetTypes"] = {},
																		["name"] = 21,
																		["value"] = "none;",
																		["noTargetTypes"] = 
																		{
																			[1] = "Fighters",
																			[2] = "Multirole fighters",
																			[3] = "Bombers",
																			[4] = "Helicopters",
																			[5] = "UAVs",
																			[6] = "Infantry",
																			[7] = "Fortifications",
																			[8] = "Tanks",
																			[9] = "IFV",
																			[10] = "APC",
																			[11] = "Artillery",
																			[12] = "Unarmed vehicles",
																			[13] = "AAA",
																			[14] = "SR SAM",
																			[15] = "MR SAM",
																			[16] = "LR SAM",
																			[17] = "Aircraft Carriers",
																			[18] = "Cruisers",
																			[19] = "Destroyers",
																			[20] = "Frigates",
																			[21] = "Corvettes",
																			[22] = "Light armed ships",
																			[23] = "Unarmed ships",
																			[24] = "Submarines",
																			[25] = "Cruise missiles",
																			[26] = "Antiship Missiles",
																			[27] = "AA Missiles",
																			[28] = "AG Missiles",
																			[29] = "SA Missiles",
																		}, -- end of ["noTargetTypes"]
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [5]
														[6] = 
														{
															["number"] = 6,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 35,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [6]
														[7] = 
														{
															["number"] = 7,
															["auto"] = false,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["variantIndex"] = 1,
																		["name"] = 5,
																		["formationIndex"] = 14,
																		["value"] = 917505,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [7]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "TakeOffParking",
											["ETA"] = 0,
											["ETA_locked"] = true,
											["y"] = -16330.698242188,
											["x"] = 52605.93359375,
											["speed_locked"] = true,
											["formation_template"] = "",
											["airdromeId"] = 5,
										}, -- end of [1]
										[2] = 
										{
											["alt"] = 1828.8,
											["action"] = "Turning Point",
											["alt_type"] = "BARO",
											["speed"] = 138.88888888889,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["number"] = 1,
															["auto"] = false,
															["id"] = "ControlledTask",
															["enabled"] = true,
															["params"] = 
															{
																["task"] = 
																{
																	["id"] = "EngageTargets",
																	["params"] = 
																	{
																		["targetTypes"] = 
																		{
																			[1] = "Planes",
																		}, -- end of ["targetTypes"]
																		["value"] = "Planes;",
																		["maxDistEnabled"] = true,
																		["noTargetTypes"] = 
																		{
																			[1] = "Helicopters",
																			[2] = "UAVs",
																			[3] = "Cruise missiles",
																			[4] = "Antiship Missiles",
																			[5] = "AA Missiles",
																			[6] = "AG Missiles",
																			[7] = "SA Missiles",
																		}, -- end of ["noTargetTypes"]
																		["priority"] = 0,
																		["maxDist"] = 15000,
																	}, -- end of ["params"]
																}, -- end of ["task"]
																["stopCondition"] = 
																{
																	["duration"] = 1200,
																}, -- end of ["stopCondition"]
															}, -- end of ["params"]
														}, -- end of [1]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Turning Point",
											["ETA"] = 41.780514001325,
											["ETA_locked"] = false,
											["y"] = -11931.786255455,
											["x"] = 48821.408288483,
											["speed_locked"] = true,
											["formation_template"] = "",
										}, -- end of [2]
										[3] = 
										{
											["alt"] = 49,
											["action"] = "Landing",
											["alt_type"] = "BARO",
											["speed"] = 138.88888888889,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Land",
											["ETA"] = 87.525058312456,
											["ETA_locked"] = false,
											["y"] = -15815.91748,
											["x"] = 52264.839844,
											["speed_locked"] = true,
											["formation_template"] = "",
											["airdromeId"] = 5,
										}, -- end of [3]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 93,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["alt"] = 49,
										["alt_type"] = "BARO",
										["parking_landing_id"] = "44",
										["livery_id"] = "raf standard",
										["skill"] = "Random",
										["parking"] = 31,
										["speed"] = 138.88888888889,
										["type"] = "SpitfireLFMkIX",
										["parking_landing"] = 31,
										["unitId"] = 168,
										["psi"] = -2.2812582243128,
										["onboard_num"] = "GJG",
										["parking_id"] = "44",
										["x"] = 52605.93359375,
										["name"] = "92 Squadron Green Section 1",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 277.59853044,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["y"] = -16330.698242188,
										["heading"] = 2.2812582243128,
										["callsign"] = 
										{
											[2] = 3,
											["name"] = "Uzi31",
											[3] = 1,
											[1] = 3,
											[4] = "Uzi31",
										}, -- end of ["callsign"]
									}, -- end of [1]
									[2] = 
									{
										["alt"] = 49,
										["alt_type"] = "BARO",
										["parking_landing_id"] = "45",
										["livery_id"] = "raf standard",
										["skill"] = "Random",
										["parking"] = 30,
										["speed"] = 138.88888888889,
										["type"] = "SpitfireLFMkIX",
										["parking_landing"] = 30,
										["unitId"] = 169,
										["psi"] = -2.2812582243128,
										["onboard_num"] = "GJH",
										["parking_id"] = "45",
										["x"] = 52632.6640625,
										["name"] = "92 Squadron Green Section 2",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 277.59853044,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["y"] = -16309.176757813,
										["heading"] = 2.2812582243128,
										["callsign"] = 
										{
											[2] = 3,
											["name"] = "Uzi32",
											[3] = 2,
											[1] = 3,
											[4] = "Uzi32",
										}, -- end of ["callsign"]
									}, -- end of [2]
									[3] = 
									{
										["alt"] = 49,
										["alt_type"] = "BARO",
										["parking_landing_id"] = "46",
										["livery_id"] = "raf standard",
										["skill"] = "Random",
										["parking"] = 29,
										["speed"] = 138.88888888889,
										["type"] = "SpitfireLFMkIX",
										["parking_landing"] = 29,
										["unitId"] = 170,
										["psi"] = -2.2812582243128,
										["onboard_num"] = "QJI",
										["parking_id"] = "46",
										["x"] = 52660.27734375,
										["name"] = "92 Squadron Green Section 3",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 277.59853044,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["y"] = -16286.13671875,
										["heading"] = 2.2812582243128,
										["callsign"] = 
										{
											[2] = 3,
											["name"] = "Uzi33",
											[3] = 3,
											[1] = 3,
											[4] = "Uzi33",
										}, -- end of ["callsign"]
									}, -- end of [3]
								}, -- end of ["units"]
								["y"] = -16330.698242188,
								["x"] = 52605.93359375,
								["name"] = "92 Squadron Green Section",
								["communication"] = true,
								["start_time"] = 0,
								["uncontrollable"] = false,
								["frequency"] = 124,
							}, -- end of [10]
							[11] = 
							{
								["dynSpawnTemplate"] = false,
								["modulation"] = 0,
								["tasks"] = {},
								["radioSet"] = false,
								["task"] = "CAP",
								["uncontrolled"] = false,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 160,
											["action"] = "From Parking Area Hot",
											["alt_type"] = "BARO",
											["speed"] = 138.88888888889,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "EngageTargets",
															["number"] = 1,
															["key"] = "CAP",
															["params"] = 
															{
																["targetTypes"] = 
																{
																	[1] = "Air",
																}, -- end of ["targetTypes"]
																["priority"] = 0,
															}, -- end of ["params"]
														}, -- end of [1]
														[2] = 
														{
															["number"] = 2,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 17,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [2]
														[3] = 
														{
															["number"] = 3,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 4,
																		["name"] = 18,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [3]
														[4] = 
														{
															["number"] = 4,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 19,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [4]
														[5] = 
														{
															["number"] = 5,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["targetTypes"] = {},
																		["name"] = 21,
																		["value"] = "none;",
																		["noTargetTypes"] = 
																		{
																			[1] = "Fighters",
																			[2] = "Multirole fighters",
																			[3] = "Bombers",
																			[4] = "Helicopters",
																			[5] = "UAVs",
																			[6] = "Infantry",
																			[7] = "Fortifications",
																			[8] = "Tanks",
																			[9] = "IFV",
																			[10] = "APC",
																			[11] = "Artillery",
																			[12] = "Unarmed vehicles",
																			[13] = "AAA",
																			[14] = "SR SAM",
																			[15] = "MR SAM",
																			[16] = "LR SAM",
																			[17] = "Aircraft Carriers",
																			[18] = "Cruisers",
																			[19] = "Destroyers",
																			[20] = "Frigates",
																			[21] = "Corvettes",
																			[22] = "Light armed ships",
																			[23] = "Unarmed ships",
																			[24] = "Submarines",
																			[25] = "Cruise missiles",
																			[26] = "Antiship Missiles",
																			[27] = "AA Missiles",
																			[28] = "AG Missiles",
																			[29] = "SA Missiles",
																		}, -- end of ["noTargetTypes"]
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [5]
														[6] = 
														{
															["number"] = 6,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 35,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [6]
														[7] = 
														{
															["number"] = 7,
															["auto"] = false,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["variantIndex"] = 1,
																		["name"] = 5,
																		["formationIndex"] = 14,
																		["value"] = 917505,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [7]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "TakeOffParkingHot",
											["ETA"] = 0,
											["ETA_locked"] = true,
											["y"] = -29821.41796875,
											["x"] = 27038.9921875,
											["speed_locked"] = true,
											["formation_template"] = "",
											["airdromeId"] = 6,
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 94,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["alt"] = 160,
										["alt_type"] = "BARO",
										["livery_id"] = "raf standard",
										["skill"] = "Client",
										["parking"] = 35,
										["speed"] = 138.88888888889,
										["type"] = "SpitfireLFMkIX",
										["Radio"] = 
										{
											[1] = 
											{
												["channels"] = 
												{
													[2] = 124,
													[3] = 131,
													[1] = 124,
													[4] = 139,
													[5] = 108.9,
												}, -- end of ["channels"]
												["modulations"] = {},
												["channelsNames"] = {},
											}, -- end of [1]
										}, -- end of ["Radio"]
										["unitId"] = 171,
										["psi"] = 0,
										["onboard_num"] = "DLL",
										["parking_id"] = "24",
										["x"] = 27038.9921875,
										["name"] = "91 Squadron Blue Section 1",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 277.59853044,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["y"] = -29821.41796875,
										["heading"] = 0,
										["callsign"] = 
										{
											[2] = 4,
											["name"] = "Springfield41",
											[3] = 1,
											[1] = 2,
											[4] = "Springfield41",
										}, -- end of ["callsign"]
									}, -- end of [1]
									[2] = 
									{
										["alt"] = 160,
										["alt_type"] = "BARO",
										["livery_id"] = "raf standard",
										["skill"] = "Client",
										["parking"] = 36,
										["speed"] = 138.88888888889,
										["type"] = "SpitfireLFMkIX",
										["Radio"] = 
										{
											[1] = 
											{
												["channelsNames"] = {},
												["modulations"] = {},
												["channels"] = 
												{
													[2] = 124,
													[3] = 131,
													[1] = 124,
													[4] = 139,
													[5] = 108.9,
												}, -- end of ["channels"]
											}, -- end of [1]
										}, -- end of ["Radio"]
										["unitId"] = 172,
										["psi"] = 0,
										["onboard_num"] = "DLM",
										["parking_id"] = "23",
										["x"] = 27016.212890625,
										["name"] = "91 Squadron Blue Section 2",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 277.59853044,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["y"] = -29844.482421875,
										["heading"] = 0,
										["callsign"] = 
										{
											[2] = 4,
											["name"] = "Springfield42",
											[3] = 2,
											[1] = 2,
											[4] = "Springfield42",
										}, -- end of ["callsign"]
									}, -- end of [2]
									[3] = 
									{
										["alt"] = 160,
										["alt_type"] = "BARO",
										["livery_id"] = "raf standard",
										["skill"] = "Client",
										["parking"] = 2,
										["speed"] = 138.88888888889,
										["type"] = "SpitfireLFMkIX",
										["Radio"] = 
										{
											[1] = 
											{
												["channelsNames"] = {},
												["modulations"] = {},
												["channels"] = 
												{
													[2] = 124,
													[3] = 131,
													[1] = 124,
													[4] = 139,
													[5] = 108.9,
												}, -- end of ["channels"]
											}, -- end of [1]
										}, -- end of ["Radio"]
										["unitId"] = 173,
										["psi"] = 0,
										["onboard_num"] = "DLN",
										["parking_id"] = "22",
										["x"] = 26914.8359375,
										["name"] = "91 Squadron Blue Section 3",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 277.59853044,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["y"] = -29944.03515625,
										["heading"] = 0,
										["callsign"] = 
										{
											[2] = 4,
											["name"] = "Springfield43",
											[3] = 3,
											[1] = 2,
											[4] = "Springfield43",
										}, -- end of ["callsign"]
									}, -- end of [3]
								}, -- end of ["units"]
								["y"] = -29821.41796875,
								["x"] = 27038.9921875,
								["name"] = "91 Squadron Blue Section",
								["communication"] = true,
								["start_time"] = 0,
								["uncontrollable"] = false,
								["frequency"] = 124,
							}, -- end of [11]
							[12] = 
							{
								["dynSpawnTemplate"] = false,
								["modulation"] = 0,
								["tasks"] = 
								{
									[1] = 
									{
										["number"] = 1,
										["auto"] = false,
										["id"] = "WrappedAction",
										["name"] = "66 Squadron Red Section Scramble",
										["enabled"] = true,
										["params"] = 
										{
											["action"] = 
											{
												["id"] = "Start",
												["params"] = {},
											}, -- end of ["action"]
										}, -- end of ["params"]
									}, -- end of [1]
								}, -- end of ["tasks"]
								["radioSet"] = false,
								["task"] = "CAP",
								["uncontrolled"] = true,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 190,
											["action"] = "From Parking Area",
											["alt_type"] = "BARO",
											["speed"] = 138.88888888889,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["number"] = 1,
															["key"] = "CAP",
															["id"] = "EngageTargets",
															["enabled"] = true,
															["auto"] = true,
															["params"] = 
															{
																["targetTypes"] = 
																{
																	[1] = "Air",
																}, -- end of ["targetTypes"]
																["priority"] = 0,
															}, -- end of ["params"]
														}, -- end of [1]
														[2] = 
														{
															["number"] = 2,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 17,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [2]
														[3] = 
														{
															["number"] = 3,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 4,
																		["name"] = 18,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [3]
														[4] = 
														{
															["number"] = 4,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 19,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [4]
														[5] = 
														{
															["number"] = 5,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["targetTypes"] = {},
																		["name"] = 21,
																		["value"] = "none;",
																		["noTargetTypes"] = 
																		{
																			[1] = "Fighters",
																			[2] = "Multirole fighters",
																			[3] = "Bombers",
																			[4] = "Helicopters",
																			[5] = "UAVs",
																			[6] = "Infantry",
																			[7] = "Fortifications",
																			[8] = "Tanks",
																			[9] = "IFV",
																			[10] = "APC",
																			[11] = "Artillery",
																			[12] = "Unarmed vehicles",
																			[13] = "AAA",
																			[14] = "SR SAM",
																			[15] = "MR SAM",
																			[16] = "LR SAM",
																			[17] = "Aircraft Carriers",
																			[18] = "Cruisers",
																			[19] = "Destroyers",
																			[20] = "Frigates",
																			[21] = "Corvettes",
																			[22] = "Light armed ships",
																			[23] = "Unarmed ships",
																			[24] = "Submarines",
																			[25] = "Cruise missiles",
																			[26] = "Antiship Missiles",
																			[27] = "AA Missiles",
																			[28] = "AG Missiles",
																			[29] = "SA Missiles",
																		}, -- end of ["noTargetTypes"]
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [5]
														[6] = 
														{
															["number"] = 6,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 35,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [6]
														[7] = 
														{
															["number"] = 7,
															["auto"] = false,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["variantIndex"] = 1,
																		["name"] = 5,
																		["formationIndex"] = 14,
																		["value"] = 917505,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [7]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "TakeOffParking",
											["ETA"] = 0,
											["ETA_locked"] = true,
											["y"] = -68273.53125,
											["x"] = 50001.88671875,
											["speed_locked"] = true,
											["formation_template"] = "",
											["airdromeId"] = 8,
										}, -- end of [1]
										[2] = 
										{
											["alt"] = 1828.8,
											["action"] = "Turning Point",
											["alt_type"] = "BARO",
											["speed"] = 138.88888888889,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["number"] = 1,
															["auto"] = false,
															["id"] = "ControlledTask",
															["enabled"] = true,
															["params"] = 
															{
																["task"] = 
																{
																	["id"] = "EngageTargets",
																	["params"] = 
																	{
																		["targetTypes"] = 
																		{
																			[1] = "Planes",
																		}, -- end of ["targetTypes"]
																		["value"] = "Planes;",
																		["maxDistEnabled"] = true,
																		["noTargetTypes"] = 
																		{
																			[1] = "Helicopters",
																			[2] = "UAVs",
																			[3] = "Cruise missiles",
																			[4] = "Antiship Missiles",
																			[5] = "AA Missiles",
																			[6] = "AG Missiles",
																			[7] = "SA Missiles",
																		}, -- end of ["noTargetTypes"]
																		["priority"] = 0,
																		["maxDist"] = 15000,
																	}, -- end of ["params"]
																}, -- end of ["task"]
																["stopCondition"] = 
																{
																	["duration"] = 1200,
																}, -- end of ["stopCondition"]
															}, -- end of ["params"]
														}, -- end of [1]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Turning Point",
											["ETA"] = 48.55134802904,
											["ETA_locked"] = false,
											["y"] = -64341.650268074,
											["x"] = 44270.78579532,
											["speed_locked"] = true,
											["formation_template"] = "",
										}, -- end of [2]
										[3] = 
										{
											["alt"] = 190,
											["action"] = "Landing",
											["alt_type"] = "BARO",
											["speed"] = 138.88888888889,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Land",
											["ETA"] = 160.92541215928,
											["ETA_locked"] = false,
											["y"] = -67923.304688,
											["x"] = 49594.240234,
											["speed_locked"] = true,
											["formation_template"] = "",
											["airdromeId"] = 8,
										}, -- end of [3]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 105,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["alt"] = 190,
										["alt_type"] = "BARO",
										["livery_id"] = "raf standard",
										["skill"] = "Random",
										["parking"] = "28",
										["speed"] = 138.88888888889,
										["type"] = "SpitfireLFMkIX",
										["unitId"] = 202,
										["psi"] = -2.5402835665314,
										["onboard_num"] = "LZA",
										["parking_id"] = "04",
										["x"] = 50001.88671875,
										["name"] = "66 Squadron Red Section 1",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 277.59853044,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["y"] = -68273.53125,
										["heading"] = 2.5402835665314,
										["callsign"] = 
										{
											[2] = 1,
											["name"] = "Colt11",
											[3] = 1,
											[1] = 4,
											[4] = "Colt11",
										}, -- end of ["callsign"]
									}, -- end of [1]
									[2] = 
									{
										["alt"] = 190,
										["alt_type"] = "BARO",
										["livery_id"] = "raf standard",
										["skill"] = "Random",
										["parking"] = "27",
										["speed"] = 138.88888888889,
										["type"] = "SpitfireLFMkIX",
										["unitId"] = 203,
										["psi"] = -2.5402835665314,
										["onboard_num"] = "LZB",
										["parking_id"] = "05",
										["x"] = 50028.765625,
										["name"] = "66 Squadron Red Section 2",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 277.59853044,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["y"] = -68251.046875,
										["heading"] = 2.5402835665314,
										["callsign"] = 
										{
											[2] = 1,
											["name"] = "Colt12",
											[3] = 2,
											[1] = 4,
											[4] = "Colt12",
										}, -- end of ["callsign"]
									}, -- end of [2]
									[3] = 
									{
										["alt"] = 190,
										["alt_type"] = "BARO",
										["livery_id"] = "raf standard",
										["skill"] = "Random",
										["parking"] = "29",
										["speed"] = 138.88888888889,
										["type"] = "SpitfireLFMkIX",
										["unitId"] = 204,
										["psi"] = -2.5402835665314,
										["onboard_num"] = "LZC",
										["parking_id"] = "03",
										["x"] = 49971.34765625,
										["name"] = "66 Squadron Red Section 3",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 277.59853044,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["y"] = -68298.5234375,
										["heading"] = 2.5402835665314,
										["callsign"] = 
										{
											[2] = 1,
											["name"] = "Colt13",
											[3] = 3,
											[1] = 4,
											[4] = "Colt13",
										}, -- end of ["callsign"]
									}, -- end of [3]
								}, -- end of ["units"]
								["y"] = -68273.53125,
								["x"] = 50001.88671875,
								["name"] = "66 Squadron Red Section",
								["communication"] = true,
								["start_time"] = 0,
								["uncontrollable"] = false,
								["frequency"] = 124,
							}, -- end of [12]
							[13] = 
							{
								["dynSpawnTemplate"] = false,
								["modulation"] = 0,
								["tasks"] = 
								{
									[1] = 
									{
										["number"] = 1,
										["auto"] = false,
										["id"] = "WrappedAction",
										["name"] = "66 Squadron Yellow Section Scramble",
										["enabled"] = true,
										["params"] = 
										{
											["action"] = 
											{
												["id"] = "Start",
												["params"] = {},
											}, -- end of ["action"]
										}, -- end of ["params"]
									}, -- end of [1]
								}, -- end of ["tasks"]
								["radioSet"] = false,
								["task"] = "CAP",
								["uncontrolled"] = true,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 190,
											["action"] = "From Parking Area",
											["alt_type"] = "BARO",
											["speed"] = 138.88888888889,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["number"] = 1,
															["key"] = "CAP",
															["id"] = "EngageTargets",
															["enabled"] = true,
															["auto"] = true,
															["params"] = 
															{
																["targetTypes"] = 
																{
																	[1] = "Air",
																}, -- end of ["targetTypes"]
																["priority"] = 0,
															}, -- end of ["params"]
														}, -- end of [1]
														[2] = 
														{
															["number"] = 2,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 17,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [2]
														[3] = 
														{
															["number"] = 3,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 4,
																		["name"] = 18,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [3]
														[4] = 
														{
															["number"] = 4,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 19,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [4]
														[5] = 
														{
															["number"] = 5,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["targetTypes"] = {},
																		["name"] = 21,
																		["value"] = "none;",
																		["noTargetTypes"] = 
																		{
																			[1] = "Fighters",
																			[2] = "Multirole fighters",
																			[3] = "Bombers",
																			[4] = "Helicopters",
																			[5] = "UAVs",
																			[6] = "Infantry",
																			[7] = "Fortifications",
																			[8] = "Tanks",
																			[9] = "IFV",
																			[10] = "APC",
																			[11] = "Artillery",
																			[12] = "Unarmed vehicles",
																			[13] = "AAA",
																			[14] = "SR SAM",
																			[15] = "MR SAM",
																			[16] = "LR SAM",
																			[17] = "Aircraft Carriers",
																			[18] = "Cruisers",
																			[19] = "Destroyers",
																			[20] = "Frigates",
																			[21] = "Corvettes",
																			[22] = "Light armed ships",
																			[23] = "Unarmed ships",
																			[24] = "Submarines",
																			[25] = "Cruise missiles",
																			[26] = "Antiship Missiles",
																			[27] = "AA Missiles",
																			[28] = "AG Missiles",
																			[29] = "SA Missiles",
																		}, -- end of ["noTargetTypes"]
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [5]
														[6] = 
														{
															["number"] = 6,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 35,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [6]
														[7] = 
														{
															["number"] = 7,
															["auto"] = false,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["variantIndex"] = 1,
																		["name"] = 5,
																		["formationIndex"] = 14,
																		["value"] = 917505,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [7]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "TakeOffParking",
											["ETA"] = 0,
											["ETA_locked"] = true,
											["y"] = -68323.3203125,
											["x"] = 49941.1796875,
											["speed_locked"] = true,
											["formation_template"] = "",
											["airdromeId"] = 8,
										}, -- end of [1]
										[2] = 
										{
											["alt"] = 1828.8,
											["action"] = "Turning Point",
											["alt_type"] = "BARO",
											["speed"] = 138.88888888889,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["number"] = 1,
															["auto"] = false,
															["id"] = "ControlledTask",
															["enabled"] = true,
															["params"] = 
															{
																["task"] = 
																{
																	["id"] = "EngageTargets",
																	["params"] = 
																	{
																		["targetTypes"] = 
																		{
																			[1] = "Planes",
																		}, -- end of ["targetTypes"]
																		["value"] = "Planes;",
																		["maxDistEnabled"] = true,
																		["noTargetTypes"] = 
																		{
																			[1] = "Helicopters",
																			[2] = "UAVs",
																			[3] = "Cruise missiles",
																			[4] = "Antiship Missiles",
																			[5] = "AA Missiles",
																			[6] = "AG Missiles",
																			[7] = "SA Missiles",
																		}, -- end of ["noTargetTypes"]
																		["priority"] = 0,
																		["maxDist"] = 15000,
																	}, -- end of ["params"]
																}, -- end of ["task"]
																["stopCondition"] = 
																{
																	["duration"] = 1200,
																}, -- end of ["stopCondition"]
															}, -- end of ["params"]
														}, -- end of [1]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Turning Point",
											["ETA"] = 48.55134802904,
											["ETA_locked"] = false,
											["y"] = -64221.025132559,
											["x"] = 44147.788602737,
											["speed_locked"] = true,
											["formation_template"] = "",
										}, -- end of [2]
										[3] = 
										{
											["alt"] = 190,
											["action"] = "Landing",
											["alt_type"] = "BARO",
											["speed"] = 138.88888888889,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Land",
											["ETA"] = 160.92541215928,
											["ETA_locked"] = false,
											["y"] = -67923.304688,
											["x"] = 49594.240234,
											["speed_locked"] = true,
											["formation_template"] = "",
											["airdromeId"] = 8,
										}, -- end of [3]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 106,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["alt"] = 190,
										["alt_type"] = "BARO",
										["livery_id"] = "raf standard",
										["skill"] = "Random",
										["parking"] = "30",
										["speed"] = 138.88888888889,
										["type"] = "SpitfireLFMkIX",
										["unitId"] = 205,
										["psi"] = -2.5254516892711,
										["onboard_num"] = "LZD",
										["parking_id"] = "02",
										["x"] = 49941.1796875,
										["name"] = "66 Squadron Yellow Section 1",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 277.59853044,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["y"] = -68323.3203125,
										["heading"] = 2.5254516892711,
										["callsign"] = 
										{
											[2] = 2,
											["name"] = "Colt21",
											[3] = 1,
											[1] = 4,
											[4] = "Colt21",
										}, -- end of ["callsign"]
									}, -- end of [1]
									[2] = 
									{
										["alt"] = 190,
										["alt_type"] = "BARO",
										["livery_id"] = "raf standard",
										["skill"] = "Random",
										["parking"] = "31",
										["speed"] = 138.88888888889,
										["type"] = "SpitfireLFMkIX",
										["unitId"] = 206,
										["psi"] = -2.5254516892711,
										["onboard_num"] = "LZE",
										["parking_id"] = "01",
										["x"] = 49911.7578125,
										["name"] = "66 Squadron Yellow Section 2",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 277.59853044,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["y"] = -68345.140625,
										["heading"] = 2.5254516892711,
										["callsign"] = 
										{
											[2] = 2,
											["name"] = "Colt22",
											[3] = 2,
											[1] = 4,
											[4] = "Colt22",
										}, -- end of ["callsign"]
									}, -- end of [2]
									[3] = 
									{
										["alt"] = 190,
										["alt_type"] = "BARO",
										["livery_id"] = "raf standard",
										["skill"] = "Random",
										["parking"] = "26",
										["speed"] = 138.88888888889,
										["type"] = "SpitfireLFMkIX",
										["unitId"] = 207,
										["psi"] = -2.5254516892711,
										["onboard_num"] = "LZF",
										["parking_id"] = "06",
										["x"] = 50058.234375,
										["name"] = "66 Squadron Yellow Section 3",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 277.59853044,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["y"] = -68227.9140625,
										["heading"] = 2.5254516892711,
										["callsign"] = 
										{
											[2] = 2,
											["name"] = "Colt23",
											[3] = 3,
											[1] = 4,
											[4] = "Colt23",
										}, -- end of ["callsign"]
									}, -- end of [3]
								}, -- end of ["units"]
								["y"] = -68323.3203125,
								["x"] = 49941.1796875,
								["name"] = "66 Squadron Yellow Section",
								["communication"] = true,
								["start_time"] = 0,
								["uncontrollable"] = false,
								["frequency"] = 124,
							}, -- end of [13]
							[14] = 
							{
								["dynSpawnTemplate"] = false,
								["modulation"] = 0,
								["tasks"] = 
								{
									[1] = 
									{
										["number"] = 1,
										["auto"] = false,
										["id"] = "WrappedAction",
										["name"] = "266 Squadron Red Section Scramble",
										["enabled"] = true,
										["params"] = 
										{
											["action"] = 
											{
												["id"] = "Start",
												["params"] = {},
											}, -- end of ["action"]
										}, -- end of ["params"]
									}, -- end of [1]
								}, -- end of ["tasks"]
								["radioSet"] = false,
								["task"] = "CAP",
								["uncontrolled"] = true,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 12,
											["action"] = "From Parking Area",
											["alt_type"] = "BARO",
											["speed"] = 138.88888888889,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["number"] = 1,
															["key"] = "CAP",
															["id"] = "EngageTargets",
															["enabled"] = true,
															["auto"] = true,
															["params"] = 
															{
																["targetTypes"] = 
																{
																	[1] = "Air",
																}, -- end of ["targetTypes"]
																["priority"] = 0,
															}, -- end of ["params"]
														}, -- end of [1]
														[2] = 
														{
															["number"] = 2,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 17,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [2]
														[3] = 
														{
															["number"] = 3,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 4,
																		["name"] = 18,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [3]
														[4] = 
														{
															["number"] = 4,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 19,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [4]
														[5] = 
														{
															["number"] = 5,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["targetTypes"] = {},
																		["name"] = 21,
																		["value"] = "none;",
																		["noTargetTypes"] = 
																		{
																			[1] = "Fighters",
																			[2] = "Multirole fighters",
																			[3] = "Bombers",
																			[4] = "Helicopters",
																			[5] = "UAVs",
																			[6] = "Infantry",
																			[7] = "Fortifications",
																			[8] = "Tanks",
																			[9] = "IFV",
																			[10] = "APC",
																			[11] = "Artillery",
																			[12] = "Unarmed vehicles",
																			[13] = "AAA",
																			[14] = "SR SAM",
																			[15] = "MR SAM",
																			[16] = "LR SAM",
																			[17] = "Aircraft Carriers",
																			[18] = "Cruisers",
																			[19] = "Destroyers",
																			[20] = "Frigates",
																			[21] = "Corvettes",
																			[22] = "Light armed ships",
																			[23] = "Unarmed ships",
																			[24] = "Submarines",
																			[25] = "Cruise missiles",
																			[26] = "Antiship Missiles",
																			[27] = "AA Missiles",
																			[28] = "AG Missiles",
																			[29] = "SA Missiles",
																		}, -- end of ["noTargetTypes"]
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [5]
														[6] = 
														{
															["number"] = 6,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 35,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [6]
														[7] = 
														{
															["number"] = 7,
															["auto"] = false,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["variantIndex"] = 1,
																		["name"] = 5,
																		["formationIndex"] = 14,
																		["value"] = 917505,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [7]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "TakeOffParking",
											["ETA"] = 0,
											["ETA_locked"] = true,
											["y"] = -50509.88671875,
											["x"] = 58612.9140625,
											["speed_locked"] = true,
											["formation_template"] = "",
											["airdromeId"] = 10,
										}, -- end of [1]
										[2] = 
										{
											["alt"] = 1828.8,
											["action"] = "Turning Point",
											["alt_type"] = "BARO",
											["speed"] = 138.88888888889,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["number"] = 1,
															["auto"] = false,
															["id"] = "ControlledTask",
															["enabled"] = true,
															["params"] = 
															{
																["task"] = 
																{
																	["id"] = "EngageTargets",
																	["params"] = 
																	{
																		["targetTypes"] = 
																		{
																			[1] = "Planes",
																		}, -- end of ["targetTypes"]
																		["value"] = "Planes;",
																		["maxDistEnabled"] = true,
																		["noTargetTypes"] = 
																		{
																			[1] = "Helicopters",
																			[2] = "UAVs",
																			[3] = "Cruise missiles",
																			[4] = "Antiship Missiles",
																			[5] = "AA Missiles",
																			[6] = "AG Missiles",
																			[7] = "SA Missiles",
																		}, -- end of ["noTargetTypes"]
																		["priority"] = 0,
																		["maxDist"] = 15000,
																	}, -- end of ["params"]
																}, -- end of ["task"]
																["stopCondition"] = 
																{
																	["duration"] = 1200,
																}, -- end of ["stopCondition"]
															}, -- end of ["params"]
														}, -- end of [1]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Turning Point",
											["ETA"] = 48.55134802904,
											["ETA_locked"] = false,
											["y"] = -46580.259063465,
											["x"] = 52769.335975827,
											["speed_locked"] = true,
											["formation_template"] = "",
										}, -- end of [2]
										[3] = 
										{
											["alt"] = 11,
											["action"] = "Landing",
											["alt_type"] = "BARO",
											["speed"] = 138.88888888889,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Land",
											["ETA"] = 160.92541215928,
											["ETA_locked"] = false,
											["y"] = -50427.826172,
											["x"] = 58521.96875,
											["speed_locked"] = true,
											["formation_template"] = "",
											["airdromeId"] = 10,
										}, -- end of [3]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 108,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["alt"] = 12,
										["alt_type"] = "BARO",
										["livery_id"] = "raf standard",
										["skill"] = "Random",
										["parking"] = "16",
										["speed"] = 138.88888888889,
										["type"] = "SpitfireLFMkIX",
										["unitId"] = 215,
										["psi"] = -2.5495835006144,
										["onboard_num"] = "UOA",
										["parking_id"] = "29",
										["x"] = 58612.9140625,
										["name"] = "266 Squadron Red Section 1",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 277.59853044,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["y"] = -50509.88671875,
										["heading"] = 2.5495835006144,
										["callsign"] = 
										{
											[2] = 1,
											["name"] = "Dodge11",
											[3] = 1,
											[1] = 5,
											[4] = "Dodge11",
										}, -- end of ["callsign"]
									}, -- end of [1]
									[2] = 
									{
										["alt"] = 12,
										["alt_type"] = "BARO",
										["livery_id"] = "raf standard",
										["skill"] = "Random",
										["parking"] = "17",
										["speed"] = 138.88888888889,
										["type"] = "SpitfireLFMkIX",
										["unitId"] = 216,
										["psi"] = -2.5495835006144,
										["onboard_num"] = "UOB",
										["parking_id"] = "30",
										["x"] = 58631.078125,
										["name"] = "266 Squadron Red Section 2",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 277.59853044,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["y"] = -50548.1015625,
										["heading"] = 2.5495835006144,
										["callsign"] = 
										{
											[2] = 1,
											["name"] = "Dodge12",
											[3] = 2,
											[1] = 5,
											[4] = "Dodge12",
										}, -- end of ["callsign"]
									}, -- end of [2]
									[3] = 
									{
										["alt"] = 12,
										["alt_type"] = "BARO",
										["livery_id"] = "raf standard",
										["skill"] = "Random",
										["parking"] = "18",
										["speed"] = 138.88888888889,
										["type"] = "SpitfireLFMkIX",
										["unitId"] = 217,
										["psi"] = -2.5495835006144,
										["onboard_num"] = "UOC",
										["parking_id"] = "31",
										["x"] = 58644.7734375,
										["name"] = "266 Squadron Red Section 3",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 277.59853044,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["y"] = -50594.171875,
										["heading"] = 2.5495835006144,
										["callsign"] = 
										{
											[2] = 1,
											["name"] = "Dodge13",
											[3] = 3,
											[1] = 5,
											[4] = "Dodge13",
										}, -- end of ["callsign"]
									}, -- end of [3]
								}, -- end of ["units"]
								["y"] = -50509.88671875,
								["x"] = 58612.9140625,
								["name"] = "266 Squadron Red Section",
								["communication"] = true,
								["start_time"] = 0,
								["uncontrollable"] = false,
								["frequency"] = 124,
							}, -- end of [14]
							[15] = 
							{
								["dynSpawnTemplate"] = false,
								["modulation"] = 0,
								["tasks"] = 
								{
									[1] = 
									{
										["number"] = 1,
										["auto"] = false,
										["id"] = "WrappedAction",
										["name"] = "266 Squadron Yellow Section Scramble",
										["enabled"] = true,
										["params"] = 
										{
											["action"] = 
											{
												["id"] = "Start",
												["params"] = {},
											}, -- end of ["action"]
										}, -- end of ["params"]
									}, -- end of [1]
								}, -- end of ["tasks"]
								["radioSet"] = false,
								["task"] = "CAP",
								["uncontrolled"] = true,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 10,
											["action"] = "From Parking Area",
											["alt_type"] = "BARO",
											["speed"] = 138.88888888889,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["number"] = 1,
															["key"] = "CAP",
															["id"] = "EngageTargets",
															["enabled"] = true,
															["auto"] = true,
															["params"] = 
															{
																["targetTypes"] = 
																{
																	[1] = "Air",
																}, -- end of ["targetTypes"]
																["priority"] = 0,
															}, -- end of ["params"]
														}, -- end of [1]
														[2] = 
														{
															["number"] = 2,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 17,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [2]
														[3] = 
														{
															["number"] = 3,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 4,
																		["name"] = 18,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [3]
														[4] = 
														{
															["number"] = 4,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 19,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [4]
														[5] = 
														{
															["number"] = 5,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["targetTypes"] = {},
																		["name"] = 21,
																		["value"] = "none;",
																		["noTargetTypes"] = 
																		{
																			[1] = "Fighters",
																			[2] = "Multirole fighters",
																			[3] = "Bombers",
																			[4] = "Helicopters",
																			[5] = "UAVs",
																			[6] = "Infantry",
																			[7] = "Fortifications",
																			[8] = "Tanks",
																			[9] = "IFV",
																			[10] = "APC",
																			[11] = "Artillery",
																			[12] = "Unarmed vehicles",
																			[13] = "AAA",
																			[14] = "SR SAM",
																			[15] = "MR SAM",
																			[16] = "LR SAM",
																			[17] = "Aircraft Carriers",
																			[18] = "Cruisers",
																			[19] = "Destroyers",
																			[20] = "Frigates",
																			[21] = "Corvettes",
																			[22] = "Light armed ships",
																			[23] = "Unarmed ships",
																			[24] = "Submarines",
																			[25] = "Cruise missiles",
																			[26] = "Antiship Missiles",
																			[27] = "AA Missiles",
																			[28] = "AG Missiles",
																			[29] = "SA Missiles",
																		}, -- end of ["noTargetTypes"]
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [5]
														[6] = 
														{
															["number"] = 6,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 35,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [6]
														[7] = 
														{
															["number"] = 7,
															["auto"] = false,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["variantIndex"] = 1,
																		["name"] = 5,
																		["formationIndex"] = 14,
																		["value"] = 917505,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [7]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "TakeOffParking",
											["ETA"] = 0,
											["ETA_locked"] = true,
											["y"] = -50580.76953125,
											["x"] = 58277.6171875,
											["speed_locked"] = true,
											["formation_template"] = "",
											["airdromeId"] = 10,
										}, -- end of [1]
										[2] = 
										{
											["alt"] = 1828.8,
											["action"] = "Turning Point",
											["alt_type"] = "BARO",
											["speed"] = 138.88888888889,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["number"] = 1,
															["auto"] = false,
															["id"] = "ControlledTask",
															["enabled"] = true,
															["params"] = 
															{
																["task"] = 
																{
																	["id"] = "EngageTargets",
																	["params"] = 
																	{
																		["targetTypes"] = 
																		{
																			[1] = "Planes",
																		}, -- end of ["targetTypes"]
																		["value"] = "Planes;",
																		["maxDistEnabled"] = true,
																		["noTargetTypes"] = 
																		{
																			[1] = "Helicopters",
																			[2] = "UAVs",
																			[3] = "Cruise missiles",
																			[4] = "Antiship Missiles",
																			[5] = "AA Missiles",
																			[6] = "AG Missiles",
																			[7] = "SA Missiles",
																		}, -- end of ["noTargetTypes"]
																		["priority"] = 0,
																		["maxDist"] = 15000,
																	}, -- end of ["params"]
																}, -- end of ["task"]
																["stopCondition"] = 
																{
																	["duration"] = 1200,
																}, -- end of ["stopCondition"]
															}, -- end of ["params"]
														}, -- end of [1]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Turning Point",
											["ETA"] = 48.55134802904,
											["ETA_locked"] = false,
											["y"] = -46643.393299426,
											["x"] = 52409.203958919,
											["speed_locked"] = true,
											["formation_template"] = "",
										}, -- end of [2]
										[3] = 
										{
											["alt"] = 11,
											["action"] = "Landing",
											["alt_type"] = "BARO",
											["speed"] = 138.88888888889,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Land",
											["ETA"] = 160.92541215928,
											["ETA_locked"] = false,
											["y"] = -50427.826172,
											["x"] = 58521.96875,
											["speed_locked"] = true,
											["formation_template"] = "",
											["airdromeId"] = 10,
										}, -- end of [3]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 109,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["alt"] = 10,
										["alt_type"] = "BARO",
										["livery_id"] = "raf standard",
										["skill"] = "Random",
										["parking"] = "22",
										["speed"] = 138.88888888889,
										["type"] = "SpitfireLFMkIX",
										["unitId"] = 218,
										["psi"] = -2.5506347108632,
										["onboard_num"] = "UOD",
										["parking_id"] = "37",
										["x"] = 58277.6171875,
										["name"] = "266 Squadron Yellow Section 1",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 277.59853044,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["y"] = -50580.76953125,
										["heading"] = 2.5506347108632,
										["callsign"] = 
										{
											[2] = 2,
											["name"] = "Dodge21",
											[3] = 1,
											[1] = 5,
											[4] = "Dodge21",
										}, -- end of ["callsign"]
									}, -- end of [1]
									[2] = 
									{
										["alt"] = 10,
										["alt_type"] = "BARO",
										["livery_id"] = "raf standard",
										["skill"] = "Random",
										["parking"] = "21",
										["speed"] = 138.88888888889,
										["type"] = "SpitfireLFMkIX",
										["unitId"] = 219,
										["psi"] = -2.5506347108632,
										["onboard_num"] = "UOE",
										["parking_id"] = "39",
										["x"] = 58242.15234375,
										["name"] = "266 Squadron Yellow Section 2",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 277.59853044,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["y"] = -50528.56640625,
										["heading"] = 2.5506347108632,
										["callsign"] = 
										{
											[2] = 2,
											["name"] = "Dodge22",
											[3] = 2,
											[1] = 5,
											[4] = "Dodge22",
										}, -- end of ["callsign"]
									}, -- end of [2]
									[3] = 
									{
										["alt"] = 10,
										["alt_type"] = "BARO",
										["livery_id"] = "raf standard",
										["skill"] = "Random",
										["parking"] = "23",
										["speed"] = 138.88888888889,
										["type"] = "SpitfireLFMkIX",
										["unitId"] = 220,
										["psi"] = -2.5506347108632,
										["onboard_num"] = "UOF",
										["parking_id"] = "36",
										["x"] = 58310.1953125,
										["name"] = "266 Squadron Yellow Section 3",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 277.59853044,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["y"] = -50641.140625,
										["heading"] = 2.5506347108632,
										["callsign"] = 
										{
											[2] = 2,
											["name"] = "Dodge23",
											[3] = 3,
											[1] = 5,
											[4] = "Dodge23",
										}, -- end of ["callsign"]
									}, -- end of [3]
								}, -- end of ["units"]
								["y"] = -50580.76953125,
								["x"] = 58277.6171875,
								["name"] = "266 Squadron Yellow Section",
								["communication"] = true,
								["start_time"] = 0,
								["uncontrollable"] = false,
								["frequency"] = 124,
							}, -- end of [15]
						}, -- end of ["group"]
					}, -- end of ["plane"]
					["static"] = 
					{
						["group"] = 
						{
							[1] = 
							{
								["heading"] = 0.34906585039887,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = -39758.0092862,
											["speed"] = 0,
											["x"] = 23493.114027853,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 5,
								["units"] = 
								{
									[1] = 
									{
										["tasks"] = {},
										["category"] = "Fortifications",
										["shape_name"] = "M92_Tent01",
										["type"] = "Tent01",
										["unitId"] = 13,
										["rate"] = 1,
										["y"] = -39758.0092862,
										["x"] = 23493.114027853,
										["name"] = "Static M92 Tent 01-1",
										["heading"] = 0.34906585039887,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = -39758.0092862,
								["x"] = 23493.114027853,
								["name"] = "Static M92 Tent 01-1",
								["dead"] = false,
							}, -- end of [1]
							[2] = 
							{
								["heading"] = 6.0562925044203,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = -39723.150025155,
											["speed"] = 0,
											["x"] = 23640.919126451,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 6,
								["units"] = 
								{
									[1] = 
									{
										["tasks"] = {},
										["category"] = "Fortifications",
										["shape_name"] = "M92_Tent01",
										["type"] = "Tent01",
										["unitId"] = 14,
										["rate"] = 1,
										["y"] = -39723.150025155,
										["x"] = 23640.919126451,
										["name"] = "Static M92 Tent 01-2-1",
										["heading"] = 6.0562925044203,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = -39723.150025155,
								["x"] = 23640.919126451,
								["name"] = "Static M92 Tent 01-2",
								["dead"] = false,
							}, -- end of [2]
							[3] = 
							{
								["heading"] = 6.0562925044203,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = -39727.170103308,
											["speed"] = 0,
											["x"] = 23655.230604676,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 8,
								["units"] = 
								{
									[1] = 
									{
										["tasks"] = {},
										["category"] = "Fortifications",
										["shape_name"] = "M92_Tent02",
										["type"] = "Tent02",
										["unitId"] = 16,
										["rate"] = 1,
										["y"] = -39727.170103308,
										["x"] = 23655.230604676,
										["name"] = "Static M92 Tent 02-1",
										["heading"] = 6.0562925044203,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = -39727.170103308,
								["x"] = 23655.230604676,
								["name"] = "Static M92 Tent 02-1",
								["dead"] = false,
							}, -- end of [3]
							[4] = 
							{
								["heading"] = 1.9373154697137,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = -39755.139885061,
											["speed"] = 0,
											["x"] = 23500.936625564,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 9,
								["units"] = 
								{
									[1] = 
									{
										["tasks"] = {},
										["category"] = "Unarmed",
										["type"] = "Land_Rover_101_FC",
										["unitId"] = 17,
										["rate"] = 3,
										["y"] = -39755.139885061,
										["x"] = 23500.936625564,
										["name"] = "Static Truck Land Rover 101 FC-1",
										["heading"] = 1.9373154697137,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = -39755.139885061,
								["x"] = 23500.936625564,
								["name"] = "Static Truck Land Rover 101 FC-1",
								["dead"] = false,
							}, -- end of [4]
							[5] = 
							{
								["heading"] = 1.2740903539559,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = -39761.911065398,
											["speed"] = 0,
											["x"] = 23483.562251003,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 11,
								["units"] = 
								{
									[1] = 
									{
										["tasks"] = {},
										["livery_id"] = "autumn",
										["category"] = "Unarmed",
										["type"] = "Bedford_MWD",
										["unitId"] = 19,
										["rate"] = 5,
										["y"] = -39761.911065398,
										["x"] = 23483.562251003,
										["name"] = "Static Truck Bedford-1",
										["heading"] = 1.2740903539559,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = -39761.911065398,
								["x"] = 23483.562251003,
								["name"] = "Static Truck Bedford-1",
								["dead"] = false,
							}, -- end of [5]
							[6] = 
							{
								["heading"] = 0.19198621771938,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = -39802.498348545,
											["speed"] = 0,
											["x"] = 23457.801800864,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 21,
								["units"] = 
								{
									[1] = 
									{
										["tasks"] = {},
										["category"] = "Fortifications",
										["shape_name"] = "M92_Sandbag_02",
										["type"] = "Sandbag_02",
										["unitId"] = 31,
										["rate"] = 1,
										["y"] = -39802.498348545,
										["x"] = 23457.801800864,
										["name"] = "Static M92 Sandbag 02-1",
										["heading"] = 0.19198621771938,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = -39802.498348545,
								["x"] = 23457.801800864,
								["name"] = "Static M92 Sandbag 02-1",
								["dead"] = false,
							}, -- end of [6]
							[7] = 
							{
								["heading"] = 3.3335788713092,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = -39812.391815821,
											["speed"] = 0,
											["x"] = 23460.148077689,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 22,
								["units"] = 
								{
									[1] = 
									{
										["tasks"] = {},
										["category"] = "Fortifications",
										["shape_name"] = "M92_Sandbag_02",
										["type"] = "Sandbag_02",
										["unitId"] = 32,
										["rate"] = 1,
										["y"] = -39812.391815821,
										["x"] = 23460.148077689,
										["name"] = "Static M92 Sandbag 02-2-1",
										["heading"] = 3.3335788713092,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = -39812.391815821,
								["x"] = 23460.148077689,
								["name"] = "Static M92 Sandbag 02-2",
								["dead"] = false,
							}, -- end of [7]
							[8] = 
							{
								["heading"] = 0.19198621771938,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = -39744.586150311,
											["speed"] = 0,
											["x"] = 23693.891753214,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 23,
								["units"] = 
								{
									[1] = 
									{
										["tasks"] = {},
										["category"] = "Fortifications",
										["shape_name"] = "M92_Sandbag_02",
										["type"] = "Sandbag_02",
										["unitId"] = 33,
										["rate"] = 1,
										["y"] = -39744.586150311,
										["x"] = 23693.891753214,
										["name"] = "Static M92 Sandbag 02-3-1",
										["heading"] = 0.19198621771938,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = -39744.586150311,
								["x"] = 23693.891753214,
								["name"] = "Static M92 Sandbag 02-3",
								["dead"] = false,
							}, -- end of [8]
							[9] = 
							{
								["heading"] = 3.3684854563491,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = -39753.042696914,
											["speed"] = 0,
											["x"] = 23695.762325734,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 24,
								["units"] = 
								{
									[1] = 
									{
										["tasks"] = {},
										["category"] = "Fortifications",
										["shape_name"] = "M92_Sandbag_02",
										["type"] = "Sandbag_02",
										["unitId"] = 34,
										["rate"] = 1,
										["y"] = -39753.042696914,
										["x"] = 23695.762325734,
										["name"] = "Static M92 Sandbag 02-4-1",
										["heading"] = 3.3684854563491,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = -39753.042696914,
								["x"] = 23695.762325734,
								["name"] = "Static M92 Sandbag 02-4",
								["dead"] = false,
							}, -- end of [9]
							[10] = 
							{
								["heading"] = 1.221730476396,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = -39743.391780642,
											["speed"] = 0,
											["x"] = 23534.977144595,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 26,
								["units"] = 
								{
									[1] = 
									{
										["tasks"] = {},
										["livery_id"] = "raf standard",
										["category"] = "Planes",
										["type"] = "SpitfireLFMkIX",
										["unitId"] = 36,
										["rate"] = 20,
										["y"] = -39743.391780642,
										["x"] = 23534.977144595,
										["name"] = "Static Spitfire LF Mk. IX-1",
										["heading"] = 1.221730476396,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = -39743.391780642,
								["x"] = 23534.977144595,
								["name"] = "Static Spitfire LF Mk. IX-1",
								["dead"] = false,
							}, -- end of [10]
							[11] = 
							{
								["heading"] = 2.0943951023932,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = -39747.749328542,
											["speed"] = 0,
											["x"] = 23527.593241153,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 27,
								["units"] = 
								{
									[1] = 
									{
										["tasks"] = {},
										["livery_id"] = "spring",
										["category"] = "Unarmed",
										["type"] = "Land_Rover_101_FC",
										["unitId"] = 37,
										["rate"] = 3,
										["y"] = -39747.749328542,
										["x"] = 23527.593241153,
										["name"] = "Static Truck Land Rover 101 FC-2-1",
										["heading"] = 2.0943951023932,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = -39747.749328542,
								["x"] = 23527.593241153,
								["name"] = "Static Truck Land Rover 101 FC-2",
								["dead"] = false,
							}, -- end of [11]
							[12] = 
							{
								["heading"] = 2.7925268031909,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = -39740.330084396,
											["speed"] = 0,
											["x"] = 23531.567561815,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 31,
								["units"] = 
								{
									[1] = 
									{
										["tasks"] = {},
										["mass"] = 1500,
										["category"] = "Cargos",
										["canCargo"] = true,
										["shape_name"] = "ammo_box_cargo",
										["type"] = "ammo_cargo",
										["unitId"] = 41,
										["rate"] = 100,
										["y"] = -39740.330084396,
										["x"] = 23531.567561815,
										["name"] = "Static Ammo-2",
										["heading"] = 2.7925268031909,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = -39740.330084396,
								["x"] = 23531.567561815,
								["name"] = "Static Ammo-2",
								["dead"] = false,
							}, -- end of [12]
							[13] = 
							{
								["heading"] = 2.7925268031909,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = -39738.983615827,
											["speed"] = 0,
											["x"] = 23532.060172267,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 32,
								["units"] = 
								{
									[1] = 
									{
										["tasks"] = {},
										["mass"] = 112,
										["category"] = "Cargos",
										["canCargo"] = true,
										["shape_name"] = "M92_Cargo03",
										["type"] = "M92_Ammo_Pallet",
										["unitId"] = 42,
										["rate"] = 1,
										["y"] = -39738.983615827,
										["x"] = 23532.060172267,
										["name"] = "Static Ammo Pallet-2",
										["heading"] = 2.7925268031909,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = -39738.983615827,
								["x"] = 23532.060172267,
								["name"] = "Static Ammo Pallet-2",
								["dead"] = false,
							}, -- end of [13]
							[14] = 
							{
								["heading"] = 1.7802358370342,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = -39741.147854542,
											["speed"] = 0,
											["x"] = 23526.315536507,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 33,
								["units"] = 
								{
									[1] = 
									{
										["tasks"] = {},
										["category"] = "Unarmed",
										["type"] = "Land_Rover_101_FC",
										["unitId"] = 43,
										["rate"] = 3,
										["y"] = -39741.147854542,
										["x"] = 23526.315536507,
										["name"] = "Static Truck Land Rover 101 FC-3-1",
										["heading"] = 1.7802358370342,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = -39741.147854542,
								["x"] = 23526.315536507,
								["name"] = "Static Truck Land Rover 101 FC-3",
								["dead"] = false,
							}, -- end of [14]
							[15] = 
							{
								["heading"] = 0.85521133347722,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = -39735.784007974,
											["speed"] = 0,
											["x"] = 23553.124465327,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 35,
								["units"] = 
								{
									[1] = 
									{
										["tasks"] = {},
										["category"] = "Fortifications",
										["shape_name"] = "M92_Sandbag_16",
										["type"] = "Sandbag_16",
										["unitId"] = 47,
										["rate"] = 1,
										["y"] = -39735.784007974,
										["x"] = 23553.124465327,
										["name"] = "Static M92 Sandbag 16-1",
										["heading"] = 0.85521133347722,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = -39735.784007974,
								["x"] = 23553.124465327,
								["name"] = "Static M92 Sandbag 16-1",
								["dead"] = false,
							}, -- end of [15]
							[16] = 
							{
								["heading"] = 2.6703537555513,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = -39731.650372982,
											["speed"] = 0,
											["x"] = 23583.680943597,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 36,
								["units"] = 
								{
									[1] = 
									{
										["tasks"] = {},
										["category"] = "Fortifications",
										["shape_name"] = "M92_Sandbag_16",
										["type"] = "Sandbag_16",
										["unitId"] = 48,
										["rate"] = 1,
										["y"] = -39731.650372982,
										["x"] = 23583.680943597,
										["name"] = "Static M92 Sandbag 16-2-1",
										["heading"] = 2.6703537555513,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = -39731.650372982,
								["x"] = 23583.680943597,
								["name"] = "Static M92 Sandbag 16-2",
								["dead"] = false,
							}, -- end of [16]
							[17] = 
							{
								["heading"] = 0.78539816339745,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = -39795.710965251,
											["speed"] = 0,
											["x"] = 23784.546948741,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 38,
								["units"] = 
								{
									[1] = 
									{
										["tasks"] = {},
										["livery_id"] = "605 sqn",
										["category"] = "Planes",
										["type"] = "MosquitoFBMkVI",
										["unitId"] = 50,
										["rate"] = 40,
										["y"] = -39795.710965251,
										["x"] = 23784.546948741,
										["name"] = "Static Mosquito FB Mk. VI-1",
										["heading"] = 0.78539816339745,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = -39795.710965251,
								["x"] = 23784.546948741,
								["name"] = "Static Mosquito FB Mk. VI-1",
								["dead"] = false,
							}, -- end of [17]
							[18] = 
							{
								["heading"] = 0.78539816339745,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = -39831.172660099,
											["speed"] = 0,
											["x"] = 23824.48801557,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 39,
								["units"] = 
								{
									[1] = 
									{
										["tasks"] = {},
										["livery_id"] = "605 sqn",
										["category"] = "Planes",
										["type"] = "MosquitoFBMkVI",
										["unitId"] = 51,
										["rate"] = 40,
										["y"] = -39831.172660099,
										["x"] = 23824.48801557,
										["name"] = "Static Mosquito FB Mk. VI-2-1",
										["heading"] = 0.78539816339745,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = -39831.172660099,
								["x"] = 23824.48801557,
								["name"] = "Static Mosquito FB Mk. VI-2",
								["dead"] = false,
							}, -- end of [18]
							[19] = 
							{
								["heading"] = 0.78539816339745,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = -39868.323038056,
											["speed"] = 0,
											["x"] = 23864.566119453,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 40,
								["units"] = 
								{
									[1] = 
									{
										["tasks"] = {},
										["livery_id"] = "605 sqn",
										["category"] = "Planes",
										["type"] = "MosquitoFBMkVI",
										["unitId"] = 52,
										["rate"] = 40,
										["y"] = -39868.323038056,
										["x"] = 23864.566119453,
										["name"] = "Static Mosquito FB Mk. VI-3-1",
										["heading"] = 0.78539816339745,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = -39868.323038056,
								["x"] = 23864.566119453,
								["name"] = "Static Mosquito FB Mk. VI-3",
								["dead"] = false,
							}, -- end of [19]
							[20] = 
							{
								["heading"] = 0.78539816339745,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = -39895.225519994,
											["speed"] = 0,
											["x"] = 23895.225931271,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 41,
								["units"] = 
								{
									[1] = 
									{
										["tasks"] = {},
										["livery_id"] = "605 sqn",
										["category"] = "Planes",
										["type"] = "MosquitoFBMkVI",
										["unitId"] = 53,
										["rate"] = 40,
										["y"] = -39895.225519994,
										["x"] = 23895.225931271,
										["name"] = "Static Mosquito FB Mk. VI-4-1",
										["heading"] = 0.78539816339745,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = -39895.225519994,
								["x"] = 23895.225931271,
								["name"] = "Static Mosquito FB Mk. VI-4",
								["dead"] = false,
							}, -- end of [20]
							[21] = 
							{
								["heading"] = 0.19198621771938,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = -39166.654964031,
											["speed"] = 0,
											["x"] = 23204.827234096,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 43,
								["units"] = 
								{
									[1] = 
									{
										["tasks"] = {},
										["category"] = "Fortifications",
										["shape_name"] = "M92_Sandbag_02",
										["type"] = "Sandbag_02",
										["unitId"] = 56,
										["rate"] = 1,
										["y"] = -39166.654964031,
										["x"] = 23204.827234096,
										["name"] = "Static M92 Sandbag 02-5-1",
										["heading"] = 0.19198621771938,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = -39166.654964031,
								["x"] = 23204.827234096,
								["name"] = "Static M92 Sandbag 02-5",
								["dead"] = false,
							}, -- end of [21]
							[22] = 
							{
								["heading"] = 3.4557519189488,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = -39165.559379894,
											["speed"] = 0,
											["x"] = 23258.13961018,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 44,
								["units"] = 
								{
									[1] = 
									{
										["tasks"] = {},
										["category"] = "Fortifications",
										["shape_name"] = "M92_Sandbag_02",
										["type"] = "Sandbag_02",
										["unitId"] = 57,
										["rate"] = 1,
										["y"] = -39165.559379894,
										["x"] = 23258.13961018,
										["name"] = "Static M92 Sandbag 02-6-1",
										["heading"] = 3.4557519189488,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = -39165.559379894,
								["x"] = 23258.13961018,
								["name"] = "Static M92 Sandbag 02-6",
								["dead"] = false,
							}, -- end of [22]
							[23] = 
							{
								["heading"] = 0.19198621771938,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = -39154.062032135,
											["speed"] = 0,
											["x"] = 23255.397934945,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 45,
								["units"] = 
								{
									[1] = 
									{
										["tasks"] = {},
										["category"] = "Fortifications",
										["shape_name"] = "M92_Sandbag_02",
										["type"] = "Sandbag_02",
										["unitId"] = 60,
										["rate"] = 1,
										["y"] = -39154.062032135,
										["x"] = 23255.397934945,
										["name"] = "Static M92 Sandbag 02-7-1",
										["heading"] = 0.19198621771938,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = -39154.062032135,
								["x"] = 23255.397934945,
								["name"] = "Static M92 Sandbag 02-7",
								["dead"] = false,
							}, -- end of [23]
							[24] = 
							{
								["heading"] = 3.4557519189488,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = -39177.233609926,
											["speed"] = 0,
											["x"] = 23207.462838904,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 46,
								["units"] = 
								{
									[1] = 
									{
										["tasks"] = {},
										["category"] = "Fortifications",
										["shape_name"] = "M92_Sandbag_02",
										["type"] = "Sandbag_02",
										["unitId"] = 61,
										["rate"] = 1,
										["y"] = -39177.233609926,
										["x"] = 23207.462838904,
										["name"] = "Static M92 Sandbag 02-8-1",
										["heading"] = 3.4557519189488,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = -39177.233609926,
								["x"] = 23207.462838904,
								["name"] = "Static M92 Sandbag 02-8",
								["dead"] = false,
							}, -- end of [24]
							[25] = 
							{
								["heading"] = 4.1189770347066,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = -29233.931764635,
											["speed"] = 0,
											["x"] = 26579.312222546,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 50,
								["units"] = 
								{
									[1] = 
									{
										["tasks"] = {},
										["category"] = "Fortifications",
										["shape_name"] = "M92_Sandbag_02",
										["type"] = "Sandbag_02",
										["unitId"] = 84,
										["rate"] = 1,
										["y"] = -29233.931764635,
										["x"] = 26579.312222546,
										["name"] = "Static M92 Sandbag 02-9-1",
										["heading"] = 4.1189770347066,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = -29233.931764635,
								["x"] = 26579.312222546,
								["name"] = "Static M92 Sandbag 02-9",
								["dead"] = false,
							}, -- end of [25]
							[26] = 
							{
								["heading"] = 0.97738438111682,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = -29229.239478619,
											["speed"] = 0,
											["x"] = 26572.627321921,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 51,
								["units"] = 
								{
									[1] = 
									{
										["tasks"] = {},
										["category"] = "Fortifications",
										["shape_name"] = "M92_Sandbag_02",
										["type"] = "Sandbag_02",
										["unitId"] = 85,
										["rate"] = 1,
										["y"] = -29229.239478619,
										["x"] = 26572.627321921,
										["name"] = "Static M92 Sandbag 02-10-1",
										["heading"] = 0.97738438111682,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = -29229.239478619,
								["x"] = 26572.627321921,
								["name"] = "Static M92 Sandbag 02-10",
								["dead"] = false,
							}, -- end of [26]
							[27] = 
							{
								["heading"] = 0.97738438111682,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = -29049.85185543,
											["speed"] = 0,
											["x"] = 26643.74194199,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 52,
								["units"] = 
								{
									[1] = 
									{
										["tasks"] = {},
										["category"] = "Fortifications",
										["shape_name"] = "M92_Sandbag_02",
										["type"] = "Sandbag_02",
										["unitId"] = 86,
										["rate"] = 1,
										["y"] = -29049.85185543,
										["x"] = 26643.74194199,
										["name"] = "Static M92 Sandbag 02-11-1",
										["heading"] = 0.97738438111682,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = -29049.85185543,
								["x"] = 26643.74194199,
								["name"] = "Static M92 Sandbag 02-11",
								["dead"] = false,
							}, -- end of [27]
							[28] = 
							{
								["heading"] = 4.1189770347066,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = -29054.903263365,
											["speed"] = 0,
											["x"] = 26650.704560798,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 53,
								["units"] = 
								{
									[1] = 
									{
										["tasks"] = {},
										["category"] = "Fortifications",
										["shape_name"] = "M92_Sandbag_02",
										["type"] = "Sandbag_02",
										["unitId"] = 87,
										["rate"] = 1,
										["y"] = -29054.903263365,
										["x"] = 26650.704560798,
										["name"] = "Static M92 Sandbag 02-12-1",
										["heading"] = 4.1189770347066,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = -29054.903263365,
								["x"] = 26650.704560798,
								["name"] = "Static M92 Sandbag 02-12",
								["dead"] = false,
							}, -- end of [28]
							[29] = 
							{
								["heading"] = 4.1189770347066,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = -30119.572992279,
											["speed"] = 0,
											["x"] = 26818.845435125,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 54,
								["units"] = 
								{
									[1] = 
									{
										["tasks"] = {},
										["category"] = "Fortifications",
										["shape_name"] = "M92_Sandbag_02",
										["type"] = "Sandbag_02",
										["unitId"] = 88,
										["rate"] = 1,
										["y"] = -30119.572992279,
										["x"] = 26818.845435125,
										["name"] = "Static M92 Sandbag 02-13-1",
										["heading"] = 4.1189770347066,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = -30119.572992279,
								["x"] = 26818.845435125,
								["name"] = "Static M92 Sandbag 02-13",
								["dead"] = false,
							}, -- end of [29]
							[30] = 
							{
								["heading"] = 1.0821041362365,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = -30115.425573879,
											["speed"] = 0,
											["x"] = 26811.482602459,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 55,
								["units"] = 
								{
									[1] = 
									{
										["tasks"] = {},
										["category"] = "Fortifications",
										["shape_name"] = "M92_Sandbag_02",
										["type"] = "Sandbag_02",
										["unitId"] = 89,
										["rate"] = 1,
										["y"] = -30115.425573879,
										["x"] = 26811.482602459,
										["name"] = "Static M92 Sandbag 02-14-1",
										["heading"] = 1.0821041362365,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = -30115.425573879,
								["x"] = 26811.482602459,
								["name"] = "Static M92 Sandbag 02-14",
								["dead"] = false,
							}, -- end of [30]
							[31] = 
							{
								["heading"] = 4.1189770347066,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = -30025.985457321,
											["speed"] = 0,
											["x"] = 26945.615299981,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 56,
								["units"] = 
								{
									[1] = 
									{
										["tasks"] = {},
										["category"] = "Fortifications",
										["shape_name"] = "M92_Sandbag_02",
										["type"] = "Sandbag_02",
										["unitId"] = 90,
										["rate"] = 1,
										["y"] = -30025.985457321,
										["x"] = 26945.615299981,
										["name"] = "Static M92 Sandbag 02-15-1",
										["heading"] = 4.1189770347066,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = -30025.985457321,
								["x"] = 26945.615299981,
								["name"] = "Static M92 Sandbag 02-15",
								["dead"] = false,
							}, -- end of [31]
							[32] = 
							{
								["heading"] = 0.82030474843733,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = -30020.839255178,
											["speed"] = 0,
											["x"] = 26940.169319073,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 57,
								["units"] = 
								{
									[1] = 
									{
										["tasks"] = {},
										["category"] = "Fortifications",
										["shape_name"] = "M92_Sandbag_02",
										["type"] = "Sandbag_02",
										["unitId"] = 91,
										["rate"] = 1,
										["y"] = -30020.839255178,
										["x"] = 26940.169319073,
										["name"] = "Static M92 Sandbag 02-16-1",
										["heading"] = 0.82030474843733,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = -30020.839255178,
								["x"] = 26940.169319073,
								["name"] = "Static M92 Sandbag 02-16",
								["dead"] = false,
							}, -- end of [32]
							[33] = 
							{
								["heading"] = 4.2411500823462,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = -29340.561327194,
											["speed"] = 0,
											["x"] = 27473.260569423,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 58,
								["units"] = 
								{
									[1] = 
									{
										["tasks"] = {},
										["category"] = "Fortifications",
										["shape_name"] = "M92_Sandbag_02",
										["type"] = "Sandbag_02",
										["unitId"] = 92,
										["rate"] = 1,
										["y"] = -29340.561327194,
										["x"] = 27473.260569423,
										["name"] = "Static M92 Sandbag 02-17-1",
										["heading"] = 4.2411500823462,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = -29340.561327194,
								["x"] = 27473.260569423,
								["name"] = "Static M92 Sandbag 02-17",
								["dead"] = false,
							}, -- end of [33]
							[34] = 
							{
								["heading"] = 1.0821041362365,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = -29336.741233659,
											["speed"] = 0,
											["x"] = 27466.217271969,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 59,
								["units"] = 
								{
									[1] = 
									{
										["tasks"] = {},
										["category"] = "Fortifications",
										["shape_name"] = "M92_Sandbag_02",
										["type"] = "Sandbag_02",
										["unitId"] = 93,
										["rate"] = 1,
										["y"] = -29336.741233659,
										["x"] = 27466.217271969,
										["name"] = "Static M92 Sandbag 02-18-1",
										["heading"] = 1.0821041362365,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = -29336.741233659,
								["x"] = 27466.217271969,
								["name"] = "Static M92 Sandbag 02-18",
								["dead"] = false,
							}, -- end of [34]
							[35] = 
							{
								["heading"] = 0.75049157835756,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = -29893.221014812,
											["speed"] = 0,
											["x"] = 27024.827764146,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 60,
								["units"] = 
								{
									[1] = 
									{
										["tasks"] = {},
										["category"] = "Fortifications",
										["shape_name"] = "M92_Sandbag_04",
										["type"] = "Sandbag_04",
										["unitId"] = 94,
										["rate"] = 1,
										["y"] = -29893.221014812,
										["x"] = 27024.827764146,
										["name"] = "Static M92 Sandbag 04-1",
										["heading"] = 0.75049157835756,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = -29893.221014812,
								["x"] = 27024.827764146,
								["name"] = "Static M92 Sandbag 04-1",
								["dead"] = false,
							}, -- end of [35]
							[36] = 
							{
								["heading"] = 2.2863813201126,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = -29901.245058487,
											["speed"] = 0,
											["x"] = 27014.730842522,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 61,
								["units"] = 
								{
									[1] = 
									{
										["tasks"] = {},
										["category"] = "Fortifications",
										["shape_name"] = "M92_Sandbag_04",
										["type"] = "Sandbag_04",
										["unitId"] = 95,
										["rate"] = 1,
										["y"] = -29901.245058487,
										["x"] = 27014.730842522,
										["name"] = "Static M92 Sandbag 04-2-1",
										["heading"] = 2.2863813201126,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = -29901.245058487,
								["x"] = 27014.730842522,
								["name"] = "Static M92 Sandbag 04-2",
								["dead"] = false,
							}, -- end of [36]
							[37] = 
							{
								["heading"] = 1.7627825445143,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = -14600.843257408,
											["speed"] = 0,
											["x"] = 51839.626554313,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 63,
								["units"] = 
								{
									[1] = 
									{
										["tasks"] = {},
										["category"] = "Fortifications",
										["shape_name"] = "M92_Sandbag_02",
										["type"] = "Sandbag_02",
										["unitId"] = 105,
										["rate"] = 1,
										["y"] = -14600.843257408,
										["x"] = 51839.626554313,
										["name"] = "Static M92 Sandbag 02-19-1",
										["heading"] = 1.7627825445143,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = -14600.843257408,
								["x"] = 51839.626554313,
								["name"] = "Static M92 Sandbag 02-19",
								["dead"] = false,
							}, -- end of [37]
							[38] = 
							{
								["heading"] = 1.7627825445143,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = -15839.497270239,
											["speed"] = 0,
											["x"] = 52109.739031682,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 64,
								["units"] = 
								{
									[1] = 
									{
										["tasks"] = {},
										["category"] = "Fortifications",
										["shape_name"] = "M92_Sandbag_02",
										["type"] = "Sandbag_02",
										["unitId"] = 106,
										["rate"] = 1,
										["y"] = -15839.497270239,
										["x"] = 52109.739031682,
										["name"] = "Static M92 Sandbag 02-20-1",
										["heading"] = 1.7627825445143,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = -15839.497270239,
								["x"] = 52109.739031682,
								["name"] = "Static M92 Sandbag 02-20",
								["dead"] = false,
							}, -- end of [38]
							[39] = 
							{
								["heading"] = 1.6406094968747,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = -15174.905023216,
											["speed"] = 0,
											["x"] = 52293.861571026,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 65,
								["units"] = 
								{
									[1] = 
									{
										["tasks"] = {},
										["category"] = "Fortifications",
										["shape_name"] = "M92_Sandbag_02",
										["type"] = "Sandbag_02",
										["unitId"] = 107,
										["rate"] = 1,
										["y"] = -15174.905023216,
										["x"] = 52293.861571026,
										["name"] = "Static M92 Sandbag 02-21-1",
										["heading"] = 1.6406094968747,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = -15174.905023216,
								["x"] = 52293.861571026,
								["name"] = "Static M92 Sandbag 02-21",
								["dead"] = false,
							}, -- end of [39]
							[40] = 
							{
								["heading"] = 4.8694686130642,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = -15173.942922992,
											["speed"] = 0,
											["x"] = 52301.896244931,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 66,
								["units"] = 
								{
									[1] = 
									{
										["tasks"] = {},
										["category"] = "Fortifications",
										["shape_name"] = "M92_Sandbag_02",
										["type"] = "Sandbag_02",
										["unitId"] = 108,
										["rate"] = 1,
										["y"] = -15173.942922992,
										["x"] = 52301.896244931,
										["name"] = "Static M92 Sandbag 02-22-1",
										["heading"] = 4.8694686130642,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = -15173.942922992,
								["x"] = 52301.896244931,
								["name"] = "Static M92 Sandbag 02-22",
								["dead"] = false,
							}, -- end of [40]
							[41] = 
							{
								["heading"] = 4.8694686130642,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = -14599.285990972,
											["speed"] = 0,
											["x"] = 51847.757916337,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 67,
								["units"] = 
								{
									[1] = 
									{
										["tasks"] = {},
										["category"] = "Fortifications",
										["shape_name"] = "M92_Sandbag_02",
										["type"] = "Sandbag_02",
										["unitId"] = 109,
										["rate"] = 1,
										["y"] = -14599.285990972,
										["x"] = 51847.757916337,
										["name"] = "Static M92 Sandbag 02-23-1",
										["heading"] = 4.8694686130642,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = -14599.285990972,
								["x"] = 51847.757916337,
								["name"] = "Static M92 Sandbag 02-23",
								["dead"] = false,
							}, -- end of [41]
							[42] = 
							{
								["heading"] = 4.8694686130642,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = -15838.226040564,
											["speed"] = 0,
											["x"] = 52117.903925886,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 68,
								["units"] = 
								{
									[1] = 
									{
										["tasks"] = {},
										["category"] = "Fortifications",
										["shape_name"] = "M92_Sandbag_02",
										["type"] = "Sandbag_02",
										["unitId"] = 110,
										["rate"] = 1,
										["y"] = -15838.226040564,
										["x"] = 52117.903925886,
										["name"] = "Static M92 Sandbag 02-24-1",
										["heading"] = 4.8694686130642,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = -15838.226040564,
								["x"] = 52117.903925886,
								["name"] = "Static M92 Sandbag 02-24",
								["dead"] = false,
							}, -- end of [42]
							[43] = 
							{
								["heading"] = 4.8694686130642,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = -14974.887487342,
											["speed"] = 0,
											["x"] = 52926.604213842,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 69,
								["units"] = 
								{
									[1] = 
									{
										["tasks"] = {},
										["category"] = "Fortifications",
										["shape_name"] = "M92_Sandbag_02",
										["type"] = "Sandbag_02",
										["unitId"] = 111,
										["rate"] = 1,
										["y"] = -14974.887487342,
										["x"] = 52926.604213842,
										["name"] = "Static M92 Sandbag 02-25-1",
										["heading"] = 4.8694686130642,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = -14974.887487342,
								["x"] = 52926.604213842,
								["name"] = "Static M92 Sandbag 02-25",
								["dead"] = false,
							}, -- end of [43]
							[44] = 
							{
								["heading"] = 1.6406094968747,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = -14975.944551531,
											["speed"] = 0,
											["x"] = 52918.891560314,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 70,
								["units"] = 
								{
									[1] = 
									{
										["tasks"] = {},
										["category"] = "Fortifications",
										["shape_name"] = "M92_Sandbag_02",
										["type"] = "Sandbag_02",
										["unitId"] = 112,
										["rate"] = 1,
										["y"] = -14975.944551531,
										["x"] = 52918.891560314,
										["name"] = "Static M92 Sandbag 02-26-1",
										["heading"] = 1.6406094968747,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = -14975.944551531,
								["x"] = 52918.891560314,
								["name"] = "Static M92 Sandbag 02-26",
								["dead"] = false,
							}, -- end of [44]
							[45] = 
							{
								["heading"] = 2.0420352248334,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = -14515.363655254,
											["speed"] = 0,
											["x"] = 53467.781287636,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 71,
								["units"] = 
								{
									[1] = 
									{
										["tasks"] = {},
										["category"] = "Fortifications",
										["shape_name"] = "M92_Sandbag_02",
										["type"] = "Sandbag_02",
										["unitId"] = 113,
										["rate"] = 1,
										["y"] = -14515.363655254,
										["x"] = 53467.781287636,
										["name"] = "Static M92 Sandbag 02-27-1",
										["heading"] = 2.0420352248334,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = -14515.363655254,
								["x"] = 53467.781287636,
								["name"] = "Static M92 Sandbag 02-27",
								["dead"] = false,
							}, -- end of [45]
							[46] = 
							{
								["heading"] = 5.1836278784232,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = -14512.050670339,
											["speed"] = 0,
											["x"] = 53473.84659848,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 72,
								["units"] = 
								{
									[1] = 
									{
										["tasks"] = {},
										["category"] = "Fortifications",
										["shape_name"] = "M92_Sandbag_02",
										["type"] = "Sandbag_02",
										["unitId"] = 114,
										["rate"] = 1,
										["y"] = -14512.050670339,
										["x"] = 53473.84659848,
										["name"] = "Static M92 Sandbag 02-28-1",
										["heading"] = 5.1836278784232,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = -14512.050670339,
								["x"] = 53473.84659848,
								["name"] = "Static M92 Sandbag 02-28",
								["dead"] = false,
							}, -- end of [46]
							[47] = 
							{
								["heading"] = 4.0317105721069,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = -15107.543713534,
											["speed"] = 0,
											["x"] = 53506.174835693,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 73,
								["units"] = 
								{
									[1] = 
									{
										["tasks"] = {},
										["category"] = "Fortifications",
										["shape_name"] = "M92_Sandbag_16",
										["type"] = "Sandbag_16",
										["unitId"] = 115,
										["rate"] = 1,
										["y"] = -15107.543713534,
										["x"] = 53506.174835693,
										["name"] = "Static M92 Sandbag 16-3",
										["heading"] = 4.0317105721069,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = -15107.543713534,
								["x"] = 53506.174835693,
								["name"] = "Static M92 Sandbag 16-3",
								["dead"] = false,
							}, -- end of [47]
							[48] = 
							{
								["heading"] = 4.0317105721069,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = -15152.118345596,
											["speed"] = 0,
											["x"] = 53479.860819707,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 74,
								["units"] = 
								{
									[1] = 
									{
										["tasks"] = {},
										["category"] = "Fortifications",
										["shape_name"] = "M92_Sandbag_16",
										["type"] = "Sandbag_16",
										["unitId"] = 116,
										["rate"] = 1,
										["y"] = -15152.118345596,
										["x"] = 53479.860819707,
										["name"] = "Static M92 Sandbag 16-4-1",
										["heading"] = 4.0317105721069,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = -15152.118345596,
								["x"] = 53479.860819707,
								["name"] = "Static M92 Sandbag 16-4",
								["dead"] = false,
							}, -- end of [48]
							[49] = 
							{
								["heading"] = 5.5676003138619,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = -15105.670829834,
											["speed"] = 0,
											["x"] = 53513.479082123,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 75,
								["units"] = 
								{
									[1] = 
									{
										["tasks"] = {},
										["category"] = "Fortifications",
										["shape_name"] = "M92_Sandbag_16",
										["type"] = "Sandbag_16",
										["unitId"] = 117,
										["rate"] = 1,
										["y"] = -15105.670829834,
										["x"] = 53513.479082123,
										["name"] = "Static M92 Sandbag 16-5-1",
										["heading"] = 5.5676003138619,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = -15105.670829834,
								["x"] = 53513.479082123,
								["name"] = "Static M92 Sandbag 16-5",
								["dead"] = false,
							}, -- end of [49]
							[50] = 
							{
								["heading"] = 5.5676003138619,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = -15159.797168766,
											["speed"] = 0,
											["x"] = 53479.392598782,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 76,
								["units"] = 
								{
									[1] = 
									{
										["tasks"] = {},
										["category"] = "Fortifications",
										["shape_name"] = "M92_Sandbag_16",
										["type"] = "Sandbag_16",
										["unitId"] = 118,
										["rate"] = 1,
										["y"] = -15159.797168766,
										["x"] = 53479.392598782,
										["name"] = "Static M92 Sandbag 16-6-1",
										["heading"] = 5.5676003138619,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = -15159.797168766,
								["x"] = 53479.392598782,
								["name"] = "Static M92 Sandbag 16-6",
								["dead"] = false,
							}, -- end of [50]
							[51] = 
							{
								["heading"] = 0.62831853071796,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = -29899.455746276,
											["speed"] = 0,
											["x"] = 27081.426776273,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 95,
								["units"] = 
								{
									[1] = 
									{
										["tasks"] = {},
										["category"] = "Fortifications",
										["shape_name"] = "M92_Tent01",
										["type"] = "Tent01",
										["unitId"] = 174,
										["rate"] = 1,
										["y"] = -29899.455746276,
										["x"] = 27081.426776273,
										["name"] = "Static M92 Tent 01-3-1",
										["heading"] = 0.62831853071796,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = -29899.455746276,
								["x"] = 27081.426776273,
								["name"] = "Static M92 Tent 01-3",
								["dead"] = false,
							}, -- end of [51]
							[52] = 
							{
								["heading"] = 0.66322511575785,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = -29875.609925116,
											["speed"] = 0,
											["x"] = 27106.310692603,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 96,
								["units"] = 
								{
									[1] = 
									{
										["tasks"] = {},
										["category"] = "Fortifications",
										["shape_name"] = "M92_Tent02",
										["type"] = "Tent02",
										["unitId"] = 175,
										["rate"] = 1,
										["y"] = -29875.609925116,
										["x"] = 27106.310692603,
										["name"] = "Static M92 Tent 02-2",
										["heading"] = 0.66322511575785,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = -29875.609925116,
								["x"] = 27106.310692603,
								["name"] = "Static M92 Tent 02-2",
								["dead"] = false,
							}, -- end of [52]
						}, -- end of ["group"]
					}, -- end of ["static"]
				}, -- end of [1]
				[2] = 
				{
					["id"] = 2,
					["static"] = 
					{
						["group"] = 
						{
							[1] = 
							{
								["heading"] = 5.2010811709431,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = -39740.263045949,
											["speed"] = 0,
											["x"] = 23533.150022002,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 28,
								["units"] = 
								{
									[1] = 
									{
										["tasks"] = {},
										["category"] = "Personnel",
										["shape_name"] = "carrier_seaman_USA",
										["type"] = "Carrier Seaman",
										["unitId"] = 38,
										["rate"] = 20,
										["y"] = -39740.263045949,
										["x"] = 23533.150022002,
										["name"] = "Static Carrier Seaman-1",
										["heading"] = 5.2010811709431,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = -39740.263045949,
								["x"] = 23533.150022002,
								["name"] = "Static Carrier Seaman-1",
								["dead"] = false,
							}, -- end of [1]
							[2] = 
							{
								["heading"] = 0.43633231299858,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = -39745.840536188,
											["speed"] = 0,
											["x"] = 23532.457924673,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 29,
								["units"] = 
								{
									[1] = 
									{
										["tasks"] = {},
										["category"] = "Personnel",
										["shape_name"] = "carrier_seaman_USA",
										["type"] = "Carrier Seaman",
										["unitId"] = 39,
										["rate"] = 20,
										["y"] = -39745.840536188,
										["x"] = 23532.457924673,
										["name"] = "Static Carrier Seaman-2-1",
										["heading"] = 0.43633231299858,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = -39745.840536188,
								["x"] = 23532.457924673,
								["name"] = "Static Carrier Seaman-2",
								["dead"] = false,
							}, -- end of [2]
							[3] = 
							{
								["heading"] = 5.1138147083434,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = -39739.435243261,
											["speed"] = 0,
											["x"] = 23534.113530049,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 30,
								["units"] = 
								{
									[1] = 
									{
										["tasks"] = {},
										["category"] = "Personnel",
										["shape_name"] = "carrier_seaman_USA",
										["type"] = "Carrier Seaman",
										["unitId"] = 40,
										["rate"] = 20,
										["y"] = -39739.435243261,
										["x"] = 23534.113530049,
										["name"] = "Static Carrier Seaman-3-1",
										["heading"] = 5.1138147083434,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = -39739.435243261,
								["x"] = 23534.113530049,
								["name"] = "Static Carrier Seaman-3",
								["dead"] = false,
							}, -- end of [3]
						}, -- end of ["group"]
					}, -- end of ["static"]
					["name"] = "USA",
				}, -- end of [2]
			}, -- end of ["country"]
		}, -- end of ["blue"]
		["neutrals"] = 
		{
			["bullseye"] = 
			{
				["y"] = 0,
				["x"] = 0,
			}, -- end of ["bullseye"]
			["nav_points"] = {},
			["name"] = "neutrals",
			["country"] = {},
		}, -- end of ["neutrals"]
		["red"] = 
		{
			["bullseye"] = 
			{
				["y"] = 0,
				["x"] = 0,
			}, -- end of ["bullseye"]
			["nav_points"] = {},
			["name"] = "red",
			["country"] = 
			{
				[1] = 
				{
					["id"] = 66,
					["name"] = "Third Reich",
					["plane"] = 
					{
						["group"] = 
						{
							[1] = 
							{
								["dynSpawnTemplate"] = false,
								["lateActivation"] = true,
								["tasks"] = {},
								["radioSet"] = false,
								["task"] = "Ground Attack",
								["uncontrolled"] = false,
								["taskSelected"] = true,
								["route"] = 
								{
									["routeRelativeTOT"] = true,
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 1828.8,
											["action"] = "Turning Point",
											["alt_type"] = "BARO",
											["speed"] = 123.33333333333,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["number"] = 1,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 1,
																		["name"] = 1,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [1]
														[2] = 
														{
															["number"] = 2,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 1,
																		["name"] = 3,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [2]
														[3] = 
														{
															["number"] = 3,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["variantIndex"] = 1,
																		["name"] = 5,
																		["formationIndex"] = 12,
																		["value"] = 786433,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [3]
														[4] = 
														{
															["number"] = 4,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 15,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [4]
														[5] = 
														{
															["number"] = 5,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["targetTypes"] = {},
																		["name"] = 21,
																		["value"] = "none;",
																		["noTargetTypes"] = 
																		{
																			[1] = "Fighters",
																			[2] = "Multirole fighters",
																			[3] = "Bombers",
																			[4] = "Helicopters",
																			[5] = "UAVs",
																			[6] = "Infantry",
																			[7] = "Fortifications",
																			[8] = "Tanks",
																			[9] = "IFV",
																			[10] = "APC",
																			[11] = "Artillery",
																			[12] = "Unarmed vehicles",
																			[13] = "AAA",
																			[14] = "SR SAM",
																			[15] = "MR SAM",
																			[16] = "LR SAM",
																			[17] = "Aircraft Carriers",
																			[18] = "Cruisers",
																			[19] = "Destroyers",
																			[20] = "Frigates",
																			[21] = "Corvettes",
																			[22] = "Light armed ships",
																			[23] = "Unarmed ships",
																			[24] = "Submarines",
																			[25] = "Cruise missiles",
																			[26] = "Antiship Missiles",
																			[27] = "AA Missiles",
																			[28] = "AG Missiles",
																			[29] = "SA Missiles",
																		}, -- end of ["noTargetTypes"]
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [5]
														[6] = 
														{
															["number"] = 6,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 35,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [6]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Turning Point",
											["ETA"] = 0,
											["ETA_locked"] = true,
											["y"] = 6488.2005899705,
											["x"] = -23289.085545723,
											["speed_locked"] = true,
											["formation_template"] = "",
										}, -- end of [1]
										[2] = 
										{
											["alt"] = 1828.8,
											["action"] = "Turning Point",
											["alt_type"] = "BARO",
											["speed"] = 123.33333333333,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["number"] = 1,
															["auto"] = false,
															["id"] = "CarpetBombing",
															["enabled"] = true,
															["params"] = 
															{
																["attackType"] = "Carpet",
																["attackQtyLimit"] = false,
																["attackQty"] = 1,
																["expend"] = "All",
																["altitude"] = 1828.8,
																["x"] = 23803.035636474,
																["carpetLength"] = 152.4,
																["groupAttack"] = false,
																["altitudeEnabled"] = false,
																["weaponType"] = 2032,
																["y"] = -40028.696585322,
															}, -- end of ["params"]
														}, -- end of [1]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Turning Point",
											["ETA"] = 504.52387191585,
											["ETA_locked"] = false,
											["y"] = -31694.747738485,
											["x"] = 18187.412331975,
											["speed_locked"] = true,
											["formation_template"] = "",
										}, -- end of [2]
										[3] = 
										{
											["alt"] = 1828.8,
											["action"] = "Turning Point",
											["alt_type"] = "BARO",
											["speed"] = 123.33333333333,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Turning Point",
											["ETA"] = 758.99127889954,
											["ETA_locked"] = false,
											["y"] = -19182.380473672,
											["x"] = -10594.800943822,
											["speed_locked"] = true,
											["formation_template"] = "",
										}, -- end of [3]
										[4] = 
										{
											["alt"] = 56,
											["action"] = "Landing",
											["alt_type"] = "BARO",
											["speed"] = 138.88888888889,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Land",
											["ETA"] = 1358.1187863837,
											["ETA_locked"] = false,
											["y"] = 15915.37745,
											["x"] = -81655.472418,
											["speed_locked"] = true,
											["formation_template"] = "",
											["airdromeId"] = 1,
										}, -- end of [4]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 80,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["alt"] = 1828.8,
										["alt_type"] = "BARO",
										["livery_id"] = "ju-88a4",
										["skill"] = "Random",
										["speed"] = 123.33333333333,
										["AddPropAircraft"] = {},
										["type"] = "Ju-88A4",
										["unitId"] = 127,
										["psi"] = 0.74407632499415,
										["onboard_num"] = "010",
										["y"] = 6488.2005899705,
										["x"] = -23289.085545723,
										["name"] = "KG 51 RED",
										["payload"] = 
										{
											["pylons"] = 
											{
												[2] = 
												{
													["CLSID"] = "{JU88A4TORP_10xSC50_on_InvCountedAttachmentPoints}",
												}, -- end of [2]
											}, -- end of ["pylons"]
											["fuel"] = 2120,
											["flare"] = 0,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = -0.74407632499415,
										["callsign"] = 
										{
											[1] = 1,
											[2] = 1,
											["name"] = "Enfield11",
											[3] = 1,
										}, -- end of ["callsign"]
									}, -- end of [1]
									[2] = 
									{
										["alt"] = 1828.8,
										["alt_type"] = "BARO",
										["livery_id"] = "ju-88a4",
										["skill"] = "Random",
										["speed"] = 123.33333333333,
										["AddPropAircraft"] = {},
										["type"] = "Ju-88A4",
										["unitId"] = 128,
										["psi"] = 0.74407632499415,
										["onboard_num"] = "011",
										["y"] = 6528.2005899705,
										["x"] = -23329.085545723,
										["name"] = "KG 51 RED-1",
										["payload"] = 
										{
											["pylons"] = 
											{
												[2] = 
												{
													["CLSID"] = "{JU88A4TORP_10xSC50_on_InvCountedAttachmentPoints}",
												}, -- end of [2]
											}, -- end of ["pylons"]
											["fuel"] = 2120,
											["flare"] = 0,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = -0.74407632499415,
										["callsign"] = 
										{
											[1] = 1,
											[2] = 1,
											["name"] = "Enfield12",
											[3] = 2,
										}, -- end of ["callsign"]
									}, -- end of [2]
									[3] = 
									{
										["alt"] = 1828.8,
										["alt_type"] = "BARO",
										["livery_id"] = "ju-88a4",
										["skill"] = "Random",
										["speed"] = 123.33333333333,
										["AddPropAircraft"] = {},
										["type"] = "Ju-88A4",
										["unitId"] = 129,
										["psi"] = 0.74407632499415,
										["onboard_num"] = "012",
										["y"] = 6568.2005899705,
										["x"] = -23369.085545723,
										["name"] = "KG 51 RED-2",
										["payload"] = 
										{
											["pylons"] = 
											{
												[2] = 
												{
													["CLSID"] = "{JU88A4TORP_10xSC50_on_InvCountedAttachmentPoints}",
												}, -- end of [2]
											}, -- end of ["pylons"]
											["fuel"] = 2120,
											["flare"] = 0,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = -0.74407632499415,
										["callsign"] = 
										{
											[1] = 1,
											[2] = 1,
											["name"] = "Enfield13",
											[3] = 3,
										}, -- end of ["callsign"]
									}, -- end of [3]
									[4] = 
									{
										["alt"] = 1828.8,
										["alt_type"] = "BARO",
										["livery_id"] = "ju-88a4",
										["skill"] = "Random",
										["speed"] = 123.33333333333,
										["AddPropAircraft"] = {},
										["type"] = "Ju-88A4",
										["unitId"] = 130,
										["psi"] = 0.74407632499415,
										["onboard_num"] = "013",
										["y"] = 6608.2005899705,
										["x"] = -23409.085545723,
										["name"] = "KG 51 RED-3",
										["payload"] = 
										{
											["pylons"] = 
											{
												[2] = 
												{
													["CLSID"] = "{JU88A4TORP_10xSC50_on_InvCountedAttachmentPoints}",
												}, -- end of [2]
											}, -- end of ["pylons"]
											["fuel"] = 2120,
											["flare"] = 0,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = -0.74407632499415,
										["callsign"] = 
										{
											[1] = 1,
											[2] = 1,
											["name"] = "Enfield14",
											[3] = 4,
										}, -- end of ["callsign"]
									}, -- end of [4]
								}, -- end of ["units"]
								["y"] = 6488.2005899705,
								["x"] = -23289.085545723,
								["name"] = "KG 51 RED",
								["communication"] = true,
								["start_time"] = 0,
								["modulation"] = 0,
								["frequency"] = 251,
							}, -- end of [1]
							[2] = 
							{
								["dynSpawnTemplate"] = false,
								["lateActivation"] = true,
								["tasks"] = {},
								["radioSet"] = false,
								["task"] = "Ground Attack",
								["uncontrolled"] = false,
								["taskSelected"] = true,
								["route"] = 
								{
									["routeRelativeTOT"] = true,
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 304.8,
											["action"] = "Turning Point",
											["alt_type"] = "BARO",
											["speed"] = 123.33333333333,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["number"] = 1,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 1,
																		["name"] = 1,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [1]
														[2] = 
														{
															["number"] = 2,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 1,
																		["name"] = 3,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [2]
														[3] = 
														{
															["number"] = 3,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["variantIndex"] = 1,
																		["name"] = 5,
																		["formationIndex"] = 12,
																		["value"] = 786433,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [3]
														[4] = 
														{
															["number"] = 4,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 15,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [4]
														[5] = 
														{
															["number"] = 5,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["targetTypes"] = {},
																		["name"] = 21,
																		["value"] = "none;",
																		["noTargetTypes"] = 
																		{
																			[1] = "Fighters",
																			[2] = "Multirole fighters",
																			[3] = "Bombers",
																			[4] = "Helicopters",
																			[5] = "UAVs",
																			[6] = "Infantry",
																			[7] = "Fortifications",
																			[8] = "Tanks",
																			[9] = "IFV",
																			[10] = "APC",
																			[11] = "Artillery",
																			[12] = "Unarmed vehicles",
																			[13] = "AAA",
																			[14] = "SR SAM",
																			[15] = "MR SAM",
																			[16] = "LR SAM",
																			[17] = "Aircraft Carriers",
																			[18] = "Cruisers",
																			[19] = "Destroyers",
																			[20] = "Frigates",
																			[21] = "Corvettes",
																			[22] = "Light armed ships",
																			[23] = "Unarmed ships",
																			[24] = "Submarines",
																			[25] = "Cruise missiles",
																			[26] = "Antiship Missiles",
																			[27] = "AA Missiles",
																			[28] = "AG Missiles",
																			[29] = "SA Missiles",
																		}, -- end of ["noTargetTypes"]
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [5]
														[6] = 
														{
															["number"] = 6,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 35,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [6]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Turning Point",
											["ETA"] = 0,
											["ETA_locked"] = true,
											["y"] = 1811.3110380581,
											["x"] = -37604.656631841,
											["speed_locked"] = true,
											["formation_template"] = "",
										}, -- end of [1]
										[2] = 
										{
											["alt"] = 304.8,
											["action"] = "Turning Point",
											["alt_type"] = "BARO",
											["speed"] = 123.33333333333,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["number"] = 1,
															["auto"] = false,
															["id"] = "CarpetBombing",
															["enabled"] = true,
															["params"] = 
															{
																["groupAttack"] = false,
																["attackQtyLimit"] = false,
																["attackQty"] = 1,
																["expend"] = "All",
																["y"] = -45912.039653234,
																["x"] = 20196.799367248,
																["carpetLength"] = 152.4,
																["attackType"] = "Carpet",
																["altitudeEnabled"] = false,
																["weaponType"] = 2032,
																["altitude"] = 304.8,
															}, -- end of ["params"]
														}, -- end of [1]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Turning Point",
											["ETA"] = 534.48956601912,
											["ETA_locked"] = false,
											["y"] = -39995.853624757,
											["x"] = 13362.562804009,
											["speed_locked"] = true,
											["formation_template"] = "",
										}, -- end of [2]
										[3] = 
										{
											["alt"] = 1828.8,
											["action"] = "Turning Point",
											["alt_type"] = "BARO",
											["speed"] = 123.33333333333,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Turning Point",
											["ETA"] = 792.71660525372,
											["ETA_locked"] = false,
											["y"] = -24443.95280236,
											["x"] = -14430.126535294,
											["speed_locked"] = true,
											["formation_template"] = "",
										}, -- end of [3]
										[4] = 
										{
											["alt"] = 56,
											["action"] = "Landing",
											["alt_type"] = "BARO",
											["speed"] = 138.88888888889,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Land",
											["ETA"] = 1329.1406120955,
											["ETA_locked"] = false,
											["y"] = 15915.37745,
											["x"] = -81655.472418,
											["speed_locked"] = true,
											["formation_template"] = "",
											["airdromeId"] = 1,
										}, -- end of [4]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 83,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["alt"] = 304.8,
										["alt_type"] = "BARO",
										["livery_id"] = "ju-88a4",
										["skill"] = "Random",
										["speed"] = 123.33333333333,
										["AddPropAircraft"] = {},
										["type"] = "Ju-88A4",
										["unitId"] = 133,
										["psi"] = 0.68698239901939,
										["onboard_num"] = "014",
										["y"] = 1811.3110380581,
										["x"] = -37604.656631841,
										["name"] = "KG 51 BLUE 1",
										["payload"] = 
										{
											["pylons"] = 
											{
												[2] = 
												{
													["CLSID"] = "{JU88A4TORP_10xSC50_on_InvCountedAttachmentPoints}",
												}, -- end of [2]
											}, -- end of ["pylons"]
											["fuel"] = 2120,
											["flare"] = 0,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = -0.68698239901939,
										["callsign"] = 
										{
											[1] = 2,
											[2] = 1,
											["name"] = "Springfield11",
											[3] = 1,
										}, -- end of ["callsign"]
									}, -- end of [1]
									[2] = 
									{
										["alt"] = 304.8,
										["alt_type"] = "BARO",
										["livery_id"] = "ju-88a4",
										["skill"] = "Random",
										["speed"] = 123.33333333333,
										["AddPropAircraft"] = {},
										["type"] = "Ju-88A4",
										["unitId"] = 134,
										["psi"] = 0.68698239901939,
										["onboard_num"] = "015",
										["y"] = 1851.3110380581,
										["x"] = -37644.656631841,
										["name"] = "KG 51 BLUE 2",
										["payload"] = 
										{
											["pylons"] = 
											{
												[2] = 
												{
													["CLSID"] = "{JU88A4TORP_10xSC50_on_InvCountedAttachmentPoints}",
												}, -- end of [2]
											}, -- end of ["pylons"]
											["fuel"] = 2120,
											["flare"] = 0,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = -0.68698239901939,
										["callsign"] = 
										{
											[1] = 2,
											[2] = 1,
											["name"] = "Springfield12",
											[3] = 2,
										}, -- end of ["callsign"]
									}, -- end of [2]
									[3] = 
									{
										["alt"] = 304.8,
										["alt_type"] = "BARO",
										["livery_id"] = "ju-88a4",
										["skill"] = "Random",
										["speed"] = 123.33333333333,
										["AddPropAircraft"] = {},
										["type"] = "Ju-88A4",
										["unitId"] = 135,
										["psi"] = 0.68698239901939,
										["onboard_num"] = "016",
										["y"] = 1891.3110380581,
										["x"] = -37684.656631841,
										["name"] = "KG 51 BLUE 3",
										["payload"] = 
										{
											["pylons"] = 
											{
												[2] = 
												{
													["CLSID"] = "{JU88A4TORP_10xSC50_on_InvCountedAttachmentPoints}",
												}, -- end of [2]
											}, -- end of ["pylons"]
											["fuel"] = 2120,
											["flare"] = 0,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = -0.68698239901939,
										["callsign"] = 
										{
											[1] = 2,
											[2] = 1,
											["name"] = "Springfield13",
											[3] = 3,
										}, -- end of ["callsign"]
									}, -- end of [3]
									[4] = 
									{
										["alt"] = 304.8,
										["alt_type"] = "BARO",
										["livery_id"] = "ju-88a4",
										["skill"] = "Random",
										["speed"] = 123.33333333333,
										["AddPropAircraft"] = {},
										["type"] = "Ju-88A4",
										["unitId"] = 136,
										["psi"] = 0.68698239901939,
										["onboard_num"] = "017",
										["y"] = 1931.3110380581,
										["x"] = -37724.656631841,
										["name"] = "KG 51 BLUE 4",
										["payload"] = 
										{
											["pylons"] = 
											{
												[2] = 
												{
													["CLSID"] = "{JU88A4TORP_10xSC50_on_InvCountedAttachmentPoints}",
												}, -- end of [2]
											}, -- end of ["pylons"]
											["fuel"] = 2120,
											["flare"] = 0,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = -0.68698239901939,
										["callsign"] = 
										{
											[1] = 2,
											[2] = 1,
											["name"] = "Springfield14",
											[3] = 4,
										}, -- end of ["callsign"]
									}, -- end of [4]
								}, -- end of ["units"]
								["y"] = 1811.3110380581,
								["x"] = -37604.656631841,
								["name"] = "KG 51 BLUE",
								["communication"] = true,
								["start_time"] = 0,
								["modulation"] = 0,
								["frequency"] = 251,
							}, -- end of [2]
							[3] = 
							{
								["dynSpawnTemplate"] = false,
								["lateActivation"] = true,
								["tasks"] = {},
								["radioSet"] = false,
								["task"] = "Ground Attack",
								["uncontrolled"] = false,
								["taskSelected"] = true,
								["route"] = 
								{
									["routeRelativeTOT"] = true,
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 1828.8,
											["action"] = "Turning Point",
											["alt_type"] = "BARO",
											["speed"] = 123.33333333333,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["number"] = 1,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 1,
																		["name"] = 1,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [1]
														[2] = 
														{
															["number"] = 2,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 1,
																		["name"] = 3,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [2]
														[3] = 
														{
															["number"] = 3,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["variantIndex"] = 1,
																		["name"] = 5,
																		["formationIndex"] = 12,
																		["value"] = 786433,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [3]
														[4] = 
														{
															["number"] = 4,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 15,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [4]
														[5] = 
														{
															["number"] = 5,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["targetTypes"] = {},
																		["name"] = 21,
																		["value"] = "none;",
																		["noTargetTypes"] = 
																		{
																			[1] = "Fighters",
																			[2] = "Multirole fighters",
																			[3] = "Bombers",
																			[4] = "Helicopters",
																			[5] = "UAVs",
																			[6] = "Infantry",
																			[7] = "Fortifications",
																			[8] = "Tanks",
																			[9] = "IFV",
																			[10] = "APC",
																			[11] = "Artillery",
																			[12] = "Unarmed vehicles",
																			[13] = "AAA",
																			[14] = "SR SAM",
																			[15] = "MR SAM",
																			[16] = "LR SAM",
																			[17] = "Aircraft Carriers",
																			[18] = "Cruisers",
																			[19] = "Destroyers",
																			[20] = "Frigates",
																			[21] = "Corvettes",
																			[22] = "Light armed ships",
																			[23] = "Unarmed ships",
																			[24] = "Submarines",
																			[25] = "Cruise missiles",
																			[26] = "Antiship Missiles",
																			[27] = "AA Missiles",
																			[28] = "AG Missiles",
																			[29] = "SA Missiles",
																		}, -- end of ["noTargetTypes"]
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [5]
														[6] = 
														{
															["number"] = 6,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 35,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [6]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Turning Point",
											["ETA"] = 0,
											["ETA_locked"] = true,
											["y"] = 22532.448377581,
											["x"] = -11928.628218732,
											["speed_locked"] = true,
											["formation_template"] = "",
										}, -- end of [1]
										[2] = 
										{
											["alt"] = 1828.8,
											["action"] = "Turning Point",
											["alt_type"] = "BARO",
											["speed"] = 123.33333333333,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["number"] = 1,
															["auto"] = false,
															["id"] = "CarpetBombing",
															["enabled"] = true,
															["params"] = 
															{
																["groupAttack"] = false,
																["attackQtyLimit"] = false,
																["attackQty"] = 1,
																["expend"] = "All",
																["y"] = -29804.007721553,
																["x"] = 27263.736775395,
																["carpetLength"] = 152.4,
																["attackType"] = "Carpet",
																["altitudeEnabled"] = false,
																["weaponType"] = 2032,
																["altitude"] = 1828.8,
															}, -- end of ["params"]
														}, -- end of [1]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Turning Point",
											["ETA"] = 453.87366693237,
											["ETA_locked"] = false,
											["y"] = -20479.214876659,
											["x"] = 21030.978009121,
											["speed_locked"] = true,
											["formation_template"] = "",
										}, -- end of [2]
										[3] = 
										{
											["alt"] = 1828.8,
											["action"] = "Turning Point",
											["alt_type"] = "BARO",
											["speed"] = 123.33333333333,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Turning Point",
											["ETA"] = 930.41210426831,
											["ETA_locked"] = false,
											["y"] = 23977.876106195,
											["x"] = -17411.723267914,
											["speed_locked"] = true,
											["formation_template"] = "",
										}, -- end of [3]
										[4] = 
										{
											["alt"] = 16,
											["action"] = "Landing",
											["alt_type"] = "BARO",
											["speed"] = 138.88888888889,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Land",
											["ETA"] = 1247.8391099725,
											["ETA_locked"] = false,
											["y"] = 73776.745175,
											["x"] = -29311.714574,
											["speed_locked"] = true,
											["formation_template"] = "",
											["airdromeId"] = 2,
										}, -- end of [4]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 87,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["alt"] = 1828.8,
										["alt_type"] = "BARO",
										["livery_id"] = "ju-88a4",
										["skill"] = "Random",
										["speed"] = 123.33333333333,
										["AddPropAircraft"] = {},
										["type"] = "Ju-88A4",
										["unitId"] = 146,
										["psi"] = 0.91694796242685,
										["onboard_num"] = "018",
										["y"] = 22532.448377581,
										["x"] = -11928.628218732,
										["name"] = "KG 4 RED 1",
										["payload"] = 
										{
											["pylons"] = 
											{
												[2] = 
												{
													["CLSID"] = "{JU88A4TORP_10xSC50_on_InvCountedAttachmentPoints}",
												}, -- end of [2]
											}, -- end of ["pylons"]
											["fuel"] = 2120,
											["flare"] = 0,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = -0.91694796242685,
										["callsign"] = 
										{
											[1] = 3,
											[2] = 1,
											["name"] = "Uzi11",
											[3] = 1,
										}, -- end of ["callsign"]
									}, -- end of [1]
									[2] = 
									{
										["alt"] = 1828.8,
										["alt_type"] = "BARO",
										["livery_id"] = "ju-88a4",
										["skill"] = "Random",
										["speed"] = 123.33333333333,
										["AddPropAircraft"] = {},
										["type"] = "Ju-88A4",
										["unitId"] = 147,
										["psi"] = 0.91694796242685,
										["onboard_num"] = "019",
										["y"] = 22572.448377581,
										["x"] = -11968.628218732,
										["name"] = "KG 4 RED 2",
										["payload"] = 
										{
											["pylons"] = 
											{
												[2] = 
												{
													["CLSID"] = "{JU88A4TORP_10xSC50_on_InvCountedAttachmentPoints}",
												}, -- end of [2]
											}, -- end of ["pylons"]
											["fuel"] = 2120,
											["flare"] = 0,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = -0.91694796242685,
										["callsign"] = 
										{
											[1] = 3,
											[2] = 1,
											["name"] = "Uzi12",
											[3] = 2,
										}, -- end of ["callsign"]
									}, -- end of [2]
									[3] = 
									{
										["alt"] = 1828.8,
										["alt_type"] = "BARO",
										["livery_id"] = "ju-88a4",
										["skill"] = "Random",
										["speed"] = 123.33333333333,
										["AddPropAircraft"] = {},
										["type"] = "Ju-88A4",
										["unitId"] = 148,
										["psi"] = 0.91694796242685,
										["onboard_num"] = "020",
										["y"] = 22612.448377581,
										["x"] = -12008.628218732,
										["name"] = "KG 4 RED 3",
										["payload"] = 
										{
											["pylons"] = 
											{
												[2] = 
												{
													["CLSID"] = "{JU88A4TORP_10xSC50_on_InvCountedAttachmentPoints}",
												}, -- end of [2]
											}, -- end of ["pylons"]
											["fuel"] = 2120,
											["flare"] = 0,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = -0.91694796242685,
										["callsign"] = 
										{
											[1] = 3,
											[2] = 1,
											["name"] = "Uzi13",
											[3] = 3,
										}, -- end of ["callsign"]
									}, -- end of [3]
									[4] = 
									{
										["alt"] = 1828.8,
										["alt_type"] = "BARO",
										["livery_id"] = "ju-88a4",
										["skill"] = "Random",
										["speed"] = 123.33333333333,
										["AddPropAircraft"] = {},
										["type"] = "Ju-88A4",
										["unitId"] = 149,
										["psi"] = 0.91694796242685,
										["onboard_num"] = "021",
										["y"] = 22652.448377581,
										["x"] = -12048.628218732,
										["name"] = "KG 4 RED 4",
										["payload"] = 
										{
											["pylons"] = 
											{
												[2] = 
												{
													["CLSID"] = "{JU88A4TORP_10xSC50_on_InvCountedAttachmentPoints}",
												}, -- end of [2]
											}, -- end of ["pylons"]
											["fuel"] = 2120,
											["flare"] = 0,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = -0.91694796242685,
										["callsign"] = 
										{
											[1] = 3,
											[2] = 1,
											["name"] = "Uzi14",
											[3] = 4,
										}, -- end of ["callsign"]
									}, -- end of [4]
								}, -- end of ["units"]
								["y"] = 22532.448377581,
								["x"] = -11928.628218732,
								["name"] = "KG 4 RED",
								["communication"] = true,
								["start_time"] = 0,
								["modulation"] = 0,
								["frequency"] = 251,
							}, -- end of [3]
							[4] = 
							{
								["dynSpawnTemplate"] = false,
								["lateActivation"] = true,
								["tasks"] = {},
								["radioSet"] = false,
								["task"] = "Ground Attack",
								["uncontrolled"] = false,
								["taskSelected"] = true,
								["route"] = 
								{
									["routeRelativeTOT"] = true,
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 304.8,
											["action"] = "Turning Point",
											["alt_type"] = "BARO",
											["speed"] = 123.33333333333,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["number"] = 1,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 1,
																		["name"] = 1,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [1]
														[2] = 
														{
															["number"] = 2,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 1,
																		["name"] = 3,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [2]
														[3] = 
														{
															["number"] = 3,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["variantIndex"] = 1,
																		["name"] = 5,
																		["formationIndex"] = 12,
																		["value"] = 786433,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [3]
														[4] = 
														{
															["number"] = 4,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 15,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [4]
														[5] = 
														{
															["number"] = 5,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["targetTypes"] = {},
																		["name"] = 21,
																		["value"] = "none;",
																		["noTargetTypes"] = 
																		{
																			[1] = "Fighters",
																			[2] = "Multirole fighters",
																			[3] = "Bombers",
																			[4] = "Helicopters",
																			[5] = "UAVs",
																			[6] = "Infantry",
																			[7] = "Fortifications",
																			[8] = "Tanks",
																			[9] = "IFV",
																			[10] = "APC",
																			[11] = "Artillery",
																			[12] = "Unarmed vehicles",
																			[13] = "AAA",
																			[14] = "SR SAM",
																			[15] = "MR SAM",
																			[16] = "LR SAM",
																			[17] = "Aircraft Carriers",
																			[18] = "Cruisers",
																			[19] = "Destroyers",
																			[20] = "Frigates",
																			[21] = "Corvettes",
																			[22] = "Light armed ships",
																			[23] = "Unarmed ships",
																			[24] = "Submarines",
																			[25] = "Cruise missiles",
																			[26] = "Antiship Missiles",
																			[27] = "AA Missiles",
																			[28] = "AG Missiles",
																			[29] = "SA Missiles",
																		}, -- end of ["noTargetTypes"]
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [5]
														[6] = 
														{
															["number"] = 6,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 35,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [6]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Turning Point",
											["ETA"] = 0,
											["ETA_locked"] = true,
											["y"] = 30626.843657817,
											["x"] = -8604.144442921,
											["speed_locked"] = true,
											["formation_template"] = "",
										}, -- end of [1]
										[2] = 
										{
											["alt"] = 304.8,
											["action"] = "Turning Point",
											["alt_type"] = "BARO",
											["speed"] = 123.33333333333,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["number"] = 1,
															["auto"] = false,
															["id"] = "CarpetBombing",
															["enabled"] = true,
															["params"] = 
															{
																["attackType"] = "Carpet",
																["attackQtyLimit"] = false,
																["attackQty"] = 1,
																["expend"] = "All",
																["altitude"] = 304.8,
																["x"] = 29578.013609862,
																["carpetLength"] = 152.4,
																["groupAttack"] = false,
																["altitudeEnabled"] = false,
																["weaponType"] = 2032,
																["y"] = -17073.734525046,
															}, -- end of ["params"]
														}, -- end of [1]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Turning Point",
											["ETA"] = 453.87366693237,
											["ETA_locked"] = false,
											["y"] = -16333.643048836,
											["x"] = 26700.152327119,
											["speed_locked"] = true,
											["formation_template"] = "",
										}, -- end of [2]
										[3] = 
										{
											["alt"] = 1828.8,
											["action"] = "Turning Point",
											["alt_type"] = "BARO",
											["speed"] = 123.33333333333,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Turning Point",
											["ETA"] = 930.41210426831,
											["ETA_locked"] = false,
											["y"] = 28123.447934018,
											["x"] = -11742.548949917,
											["speed_locked"] = true,
											["formation_template"] = "",
										}, -- end of [3]
										[4] = 
										{
											["alt"] = 16,
											["action"] = "Landing",
											["alt_type"] = "BARO",
											["speed"] = 138.88888888889,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Land",
											["ETA"] = 1282.6164354223,
											["ETA_locked"] = false,
											["y"] = 73776.745175,
											["x"] = -29311.714574,
											["speed_locked"] = true,
											["formation_template"] = "",
											["airdromeId"] = 2,
										}, -- end of [4]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 88,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["alt"] = 304.8,
										["alt_type"] = "BARO",
										["livery_id"] = "ju-88a4",
										["skill"] = "Random",
										["speed"] = 123.33333333333,
										["AddPropAircraft"] = {},
										["type"] = "Ju-88A4",
										["unitId"] = 150,
										["psi"] = 0.92615233702882,
										["onboard_num"] = "022",
										["y"] = 30626.843657817,
										["x"] = -8604.144442921,
										["name"] = "KG 4 BLUE 1",
										["payload"] = 
										{
											["pylons"] = 
											{
												[2] = 
												{
													["CLSID"] = "{JU88A4TORP_10xSC50_on_InvCountedAttachmentPoints}",
												}, -- end of [2]
											}, -- end of ["pylons"]
											["fuel"] = 2120,
											["flare"] = 0,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = -0.92615233702882,
										["callsign"] = 
										{
											[1] = 4,
											[2] = 1,
											["name"] = "Colt11",
											[3] = 1,
										}, -- end of ["callsign"]
									}, -- end of [1]
									[2] = 
									{
										["alt"] = 304.8,
										["alt_type"] = "BARO",
										["livery_id"] = "ju-88a4",
										["skill"] = "Random",
										["speed"] = 123.33333333333,
										["AddPropAircraft"] = {},
										["type"] = "Ju-88A4",
										["unitId"] = 151,
										["psi"] = 0.92615233702882,
										["onboard_num"] = "023",
										["y"] = 30666.843657817,
										["x"] = -8644.144442921,
										["name"] = "KG 4 BLUE 2",
										["payload"] = 
										{
											["pylons"] = 
											{
												[2] = 
												{
													["CLSID"] = "{JU88A4TORP_10xSC50_on_InvCountedAttachmentPoints}",
												}, -- end of [2]
											}, -- end of ["pylons"]
											["fuel"] = 2120,
											["flare"] = 0,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = -0.92615233702882,
										["callsign"] = 
										{
											[1] = 4,
											[2] = 1,
											["name"] = "Colt12",
											[3] = 2,
										}, -- end of ["callsign"]
									}, -- end of [2]
									[3] = 
									{
										["alt"] = 304.8,
										["alt_type"] = "BARO",
										["livery_id"] = "ju-88a4",
										["skill"] = "Random",
										["speed"] = 123.33333333333,
										["AddPropAircraft"] = {},
										["type"] = "Ju-88A4",
										["unitId"] = 152,
										["psi"] = 0.92615233702882,
										["onboard_num"] = "024",
										["y"] = 30706.843657817,
										["x"] = -8684.144442921,
										["name"] = "KG 4 BLUE 3",
										["payload"] = 
										{
											["pylons"] = 
											{
												[2] = 
												{
													["CLSID"] = "{JU88A4TORP_10xSC50_on_InvCountedAttachmentPoints}",
												}, -- end of [2]
											}, -- end of ["pylons"]
											["fuel"] = 2120,
											["flare"] = 0,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = -0.92615233702882,
										["callsign"] = 
										{
											[1] = 4,
											[2] = 1,
											["name"] = "Colt13",
											[3] = 3,
										}, -- end of ["callsign"]
									}, -- end of [3]
									[4] = 
									{
										["alt"] = 304.8,
										["alt_type"] = "BARO",
										["livery_id"] = "ju-88a4",
										["skill"] = "Random",
										["speed"] = 123.33333333333,
										["AddPropAircraft"] = {},
										["type"] = "Ju-88A4",
										["unitId"] = 153,
										["psi"] = 0.92615233702882,
										["onboard_num"] = "025",
										["y"] = 30746.843657817,
										["x"] = -8724.144442921,
										["name"] = "KG 4 BLUE 4",
										["payload"] = 
										{
											["pylons"] = 
											{
												[2] = 
												{
													["CLSID"] = "{JU88A4TORP_10xSC50_on_InvCountedAttachmentPoints}",
												}, -- end of [2]
											}, -- end of ["pylons"]
											["fuel"] = 2120,
											["flare"] = 0,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = -0.92615233702882,
										["callsign"] = 
										{
											[1] = 4,
											[2] = 1,
											["name"] = "Colt14",
											[3] = 4,
										}, -- end of ["callsign"]
									}, -- end of [4]
								}, -- end of ["units"]
								["y"] = 30626.843657817,
								["x"] = -8604.144442921,
								["name"] = "KG 4 BLUE",
								["communication"] = true,
								["start_time"] = 0,
								["modulation"] = 0,
								["frequency"] = 251,
							}, -- end of [4]
							[5] = 
							{
								["dynSpawnTemplate"] = false,
								["lateActivation"] = true,
								["tasks"] = {},
								["radioSet"] = false,
								["task"] = "Ground Attack",
								["uncontrolled"] = false,
								["taskSelected"] = true,
								["route"] = 
								{
									["routeRelativeTOT"] = true,
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 1828.8,
											["action"] = "Turning Point",
											["alt_type"] = "BARO",
											["speed"] = 123.33333333333,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["number"] = 1,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 1,
																		["name"] = 1,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [1]
														[2] = 
														{
															["number"] = 2,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 1,
																		["name"] = 3,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [2]
														[3] = 
														{
															["number"] = 3,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["variantIndex"] = 1,
																		["name"] = 5,
																		["formationIndex"] = 12,
																		["value"] = 786433,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [3]
														[4] = 
														{
															["number"] = 4,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 15,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [4]
														[5] = 
														{
															["number"] = 5,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["targetTypes"] = {},
																		["name"] = 21,
																		["value"] = "none;",
																		["noTargetTypes"] = 
																		{
																			[1] = "Fighters",
																			[2] = "Multirole fighters",
																			[3] = "Bombers",
																			[4] = "Helicopters",
																			[5] = "UAVs",
																			[6] = "Infantry",
																			[7] = "Fortifications",
																			[8] = "Tanks",
																			[9] = "IFV",
																			[10] = "APC",
																			[11] = "Artillery",
																			[12] = "Unarmed vehicles",
																			[13] = "AAA",
																			[14] = "SR SAM",
																			[15] = "MR SAM",
																			[16] = "LR SAM",
																			[17] = "Aircraft Carriers",
																			[18] = "Cruisers",
																			[19] = "Destroyers",
																			[20] = "Frigates",
																			[21] = "Corvettes",
																			[22] = "Light armed ships",
																			[23] = "Unarmed ships",
																			[24] = "Submarines",
																			[25] = "Cruise missiles",
																			[26] = "Antiship Missiles",
																			[27] = "AA Missiles",
																			[28] = "AG Missiles",
																			[29] = "SA Missiles",
																		}, -- end of ["noTargetTypes"]
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [5]
														[6] = 
														{
															["number"] = 6,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 35,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [6]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Turning Point",
											["ETA"] = 0,
											["ETA_locked"] = true,
											["y"] = 58668.14159292,
											["x"] = 23740.699248741,
											["speed_locked"] = true,
											["formation_template"] = "",
										}, -- end of [1]
										[2] = 
										{
											["alt"] = 1828.8,
											["action"] = "Turning Point",
											["alt_type"] = "BARO",
											["speed"] = 123.33333333333,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["number"] = 1,
															["auto"] = false,
															["id"] = "CarpetBombing",
															["enabled"] = true,
															["params"] = 
															{
																["attackType"] = "Carpet",
																["attackQtyLimit"] = false,
																["attackQty"] = 1,
																["expend"] = "All",
																["altitude"] = 1828.8,
																["x"] = 52794.563167,
																["carpetLength"] = 152.4,
																["groupAttack"] = false,
																["altitudeEnabled"] = false,
																["weaponType"] = 2032,
																["y"] = -16104.521893798,
															}, -- end of ["params"]
														}, -- end of [1]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Turning Point",
											["ETA"] = 542.28847026826,
											["ETA_locked"] = false,
											["y"] = -2907.0796460177,
											["x"] = 45007.374631268,
											["speed_locked"] = true,
											["formation_template"] = "",
										}, -- end of [2]
										[3] = 
										{
											["alt"] = 1828.8,
											["action"] = "Turning Point",
											["alt_type"] = "BARO",
											["speed"] = 123.33333333333,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Turning Point",
											["ETA"] = 930.41210426831,
											["ETA_locked"] = false,
											["y"] = 58901.415382396,
											["x"] = 20973.009126258,
											["speed_locked"] = true,
											["formation_template"] = "",
										}, -- end of [3]
										[4] = 
										{
											["alt"] = 16,
											["action"] = "Landing",
											["alt_type"] = "BARO",
											["speed"] = 138.88888888889,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Land",
											["ETA"] = 1247.8391099725,
											["ETA_locked"] = false,
											["y"] = 73776.745175,
											["x"] = -29311.714574,
											["speed_locked"] = true,
											["formation_template"] = "",
											["airdromeId"] = 2,
										}, -- end of [4]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 89,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["alt"] = 1828.8,
										["alt_type"] = "BARO",
										["livery_id"] = "ju-88a4",
										["skill"] = "Random",
										["speed"] = 123.33333333333,
										["AddPropAircraft"] = {},
										["type"] = "Ju-88A4",
										["unitId"] = 154,
										["psi"] = 1.2382457668389,
										["onboard_num"] = "026",
										["y"] = 58668.14159292,
										["x"] = 23740.699248741,
										["name"] = "KG 4 GREEN 1",
										["payload"] = 
										{
											["pylons"] = 
											{
												[2] = 
												{
													["CLSID"] = "{JU88A4TORP_10xSC50_on_InvCountedAttachmentPoints}",
												}, -- end of [2]
											}, -- end of ["pylons"]
											["fuel"] = 2120,
											["flare"] = 0,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = -1.2382457668389,
										["callsign"] = 
										{
											[1] = 5,
											[2] = 1,
											["name"] = "Dodge11",
											[3] = 1,
										}, -- end of ["callsign"]
									}, -- end of [1]
									[2] = 
									{
										["alt"] = 1828.8,
										["alt_type"] = "BARO",
										["livery_id"] = "ju-88a4",
										["skill"] = "Random",
										["speed"] = 123.33333333333,
										["AddPropAircraft"] = {},
										["type"] = "Ju-88A4",
										["unitId"] = 155,
										["psi"] = 1.2382457668389,
										["onboard_num"] = "027",
										["y"] = 58708.14159292,
										["x"] = 23700.699248741,
										["name"] = "KG 4 GREEN 2",
										["payload"] = 
										{
											["pylons"] = 
											{
												[2] = 
												{
													["CLSID"] = "{JU88A4TORP_10xSC50_on_InvCountedAttachmentPoints}",
												}, -- end of [2]
											}, -- end of ["pylons"]
											["fuel"] = 2120,
											["flare"] = 0,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = -1.2382457668389,
										["callsign"] = 
										{
											[1] = 5,
											[2] = 1,
											["name"] = "Dodge12",
											[3] = 2,
										}, -- end of ["callsign"]
									}, -- end of [2]
									[3] = 
									{
										["alt"] = 1828.8,
										["alt_type"] = "BARO",
										["livery_id"] = "ju-88a4",
										["skill"] = "Random",
										["speed"] = 123.33333333333,
										["AddPropAircraft"] = {},
										["type"] = "Ju-88A4",
										["unitId"] = 156,
										["psi"] = 1.2382457668389,
										["onboard_num"] = "028",
										["y"] = 58748.14159292,
										["x"] = 23660.699248741,
										["name"] = "KG 4 GREEN 3",
										["payload"] = 
										{
											["pylons"] = 
											{
												[2] = 
												{
													["CLSID"] = "{JU88A4TORP_10xSC50_on_InvCountedAttachmentPoints}",
												}, -- end of [2]
											}, -- end of ["pylons"]
											["fuel"] = 2120,
											["flare"] = 0,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = -1.2382457668389,
										["callsign"] = 
										{
											[1] = 5,
											[2] = 1,
											["name"] = "Dodge13",
											[3] = 3,
										}, -- end of ["callsign"]
									}, -- end of [3]
									[4] = 
									{
										["alt"] = 1828.8,
										["alt_type"] = "BARO",
										["livery_id"] = "ju-88a4",
										["skill"] = "Random",
										["speed"] = 123.33333333333,
										["AddPropAircraft"] = {},
										["type"] = "Ju-88A4",
										["unitId"] = 157,
										["psi"] = 1.2382457668389,
										["onboard_num"] = "029",
										["y"] = 58788.14159292,
										["x"] = 23620.699248741,
										["name"] = "KG 4 GREEN 4",
										["payload"] = 
										{
											["pylons"] = 
											{
												[2] = 
												{
													["CLSID"] = "{JU88A4TORP_10xSC50_on_InvCountedAttachmentPoints}",
												}, -- end of [2]
											}, -- end of ["pylons"]
											["fuel"] = 2120,
											["flare"] = 0,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = -1.2382457668389,
										["callsign"] = 
										{
											[1] = 5,
											[2] = 1,
											["name"] = "Dodge14",
											[3] = 4,
										}, -- end of ["callsign"]
									}, -- end of [4]
								}, -- end of ["units"]
								["y"] = 58668.14159292,
								["x"] = 23740.699248741,
								["name"] = "KG 4 GREEN",
								["communication"] = true,
								["start_time"] = 0,
								["modulation"] = 0,
								["frequency"] = 251,
							}, -- end of [5]
							[6] = 
							{
								["dynSpawnTemplate"] = false,
								["lateActivation"] = true,
								["tasks"] = {},
								["radioSet"] = false,
								["task"] = "Ground Attack",
								["uncontrolled"] = false,
								["taskSelected"] = true,
								["route"] = 
								{
									["routeRelativeTOT"] = true,
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 304.8,
											["action"] = "Turning Point",
											["alt_type"] = "BARO",
											["speed"] = 123.33333333333,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["number"] = 1,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 1,
																		["name"] = 1,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [1]
														[2] = 
														{
															["number"] = 2,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 1,
																		["name"] = 3,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [2]
														[3] = 
														{
															["number"] = 3,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["variantIndex"] = 1,
																		["name"] = 5,
																		["formationIndex"] = 12,
																		["value"] = 786433,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [3]
														[4] = 
														{
															["number"] = 4,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 15,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [4]
														[5] = 
														{
															["number"] = 5,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["targetTypes"] = {},
																		["name"] = 21,
																		["value"] = "none;",
																		["noTargetTypes"] = 
																		{
																			[1] = "Fighters",
																			[2] = "Multirole fighters",
																			[3] = "Bombers",
																			[4] = "Helicopters",
																			[5] = "UAVs",
																			[6] = "Infantry",
																			[7] = "Fortifications",
																			[8] = "Tanks",
																			[9] = "IFV",
																			[10] = "APC",
																			[11] = "Artillery",
																			[12] = "Unarmed vehicles",
																			[13] = "AAA",
																			[14] = "SR SAM",
																			[15] = "MR SAM",
																			[16] = "LR SAM",
																			[17] = "Aircraft Carriers",
																			[18] = "Cruisers",
																			[19] = "Destroyers",
																			[20] = "Frigates",
																			[21] = "Corvettes",
																			[22] = "Light armed ships",
																			[23] = "Unarmed ships",
																			[24] = "Submarines",
																			[25] = "Cruise missiles",
																			[26] = "Antiship Missiles",
																			[27] = "AA Missiles",
																			[28] = "AG Missiles",
																			[29] = "SA Missiles",
																		}, -- end of ["noTargetTypes"]
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [5]
														[6] = 
														{
															["number"] = 6,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 35,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [6]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Turning Point",
											["ETA"] = 0,
											["ETA_locked"] = true,
											["y"] = 66762.536873156,
											["x"] = 33299.410029499,
											["speed_locked"] = true,
											["formation_template"] = "",
										}, -- end of [1]
										[2] = 
										{
											["alt"] = 304.8,
											["action"] = "Turning Point",
											["alt_type"] = "BARO",
											["speed"] = 123.33333333333,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["number"] = 1,
															["auto"] = false,
															["id"] = "CarpetBombing",
															["enabled"] = true,
															["params"] = 
															{
																["groupAttack"] = false,
																["attackQtyLimit"] = false,
																["attackQty"] = 1,
																["expend"] = "All",
																["y"] = -10133.642704631,
																["x"] = 57688.225472212,
																["carpetLength"] = 152.4,
																["attackType"] = "Carpet",
																["altitudeEnabled"] = false,
																["weaponType"] = 2032,
																["altitude"] = 304.8,
															}, -- end of ["params"]
														}, -- end of [1]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Turning Point",
											["ETA"] = 560.89005845741,
											["ETA_locked"] = false,
											["y"] = 634.21828908553,
											["x"] = 53607.669616519,
											["speed_locked"] = true,
											["formation_template"] = "",
										}, -- end of [2]
										[3] = 
										{
											["alt"] = 1828.8,
											["action"] = "Turning Point",
											["alt_type"] = "BARO",
											["speed"] = 123.33333333333,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Turning Point",
											["ETA"] = 1075.2402484853,
											["ETA_locked"] = false,
											["y"] = 65317.109144543,
											["x"] = 30119.469026549,
											["speed_locked"] = true,
											["formation_template"] = "",
										}, -- end of [3]
										[4] = 
										{
											["alt"] = 16,
											["action"] = "Landing",
											["alt_type"] = "BARO",
											["speed"] = 138.88888888889,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Land",
											["ETA"] = 1282.6164354223,
											["ETA_locked"] = false,
											["y"] = 73776.745175,
											["x"] = -29311.714574,
											["speed_locked"] = true,
											["formation_template"] = "",
											["airdromeId"] = 2,
										}, -- end of [4]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 90,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["alt"] = 304.8,
										["alt_type"] = "BARO",
										["livery_id"] = "ju-88a4",
										["skill"] = "Random",
										["speed"] = 123.33333333333,
										["AddPropAircraft"] = {},
										["type"] = "Ju-88A4",
										["unitId"] = 158,
										["psi"] = 1.2728350708617,
										["onboard_num"] = "030",
										["y"] = 66762.536873156,
										["x"] = 33299.410029499,
										["name"] = "KG 4 YELLOW 1",
										["payload"] = 
										{
											["pylons"] = 
											{
												[2] = 
												{
													["CLSID"] = "{JU88A4TORP_10xSC50_on_InvCountedAttachmentPoints}",
												}, -- end of [2]
											}, -- end of ["pylons"]
											["fuel"] = 2120,
											["flare"] = 0,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = -1.2728350708617,
										["callsign"] = 
										{
											[1] = 6,
											[2] = 1,
											["name"] = "Ford11",
											[3] = 1,
										}, -- end of ["callsign"]
									}, -- end of [1]
									[2] = 
									{
										["alt"] = 304.8,
										["alt_type"] = "BARO",
										["livery_id"] = "ju-88a4",
										["skill"] = "Random",
										["speed"] = 123.33333333333,
										["AddPropAircraft"] = {},
										["type"] = "Ju-88A4",
										["unitId"] = 159,
										["psi"] = 1.2728350708617,
										["onboard_num"] = "031",
										["y"] = 66802.536873156,
										["x"] = 33259.410029499,
										["name"] = "KG 4 YELLOW 2",
										["payload"] = 
										{
											["pylons"] = 
											{
												[2] = 
												{
													["CLSID"] = "{JU88A4TORP_10xSC50_on_InvCountedAttachmentPoints}",
												}, -- end of [2]
											}, -- end of ["pylons"]
											["fuel"] = 2120,
											["flare"] = 0,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = -1.2728350708617,
										["callsign"] = 
										{
											[1] = 6,
											[2] = 1,
											["name"] = "Ford12",
											[3] = 2,
										}, -- end of ["callsign"]
									}, -- end of [2]
									[3] = 
									{
										["alt"] = 304.8,
										["alt_type"] = "BARO",
										["livery_id"] = "ju-88a4",
										["skill"] = "Random",
										["speed"] = 123.33333333333,
										["AddPropAircraft"] = {},
										["type"] = "Ju-88A4",
										["unitId"] = 160,
										["psi"] = 1.2728350708617,
										["onboard_num"] = "032",
										["y"] = 66842.536873156,
										["x"] = 33219.410029499,
										["name"] = "KG 4 YELLOW 3",
										["payload"] = 
										{
											["pylons"] = 
											{
												[2] = 
												{
													["CLSID"] = "{JU88A4TORP_10xSC50_on_InvCountedAttachmentPoints}",
												}, -- end of [2]
											}, -- end of ["pylons"]
											["fuel"] = 2120,
											["flare"] = 0,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = -1.2728350708617,
										["callsign"] = 
										{
											[1] = 6,
											[2] = 1,
											["name"] = "Ford13",
											[3] = 3,
										}, -- end of ["callsign"]
									}, -- end of [3]
									[4] = 
									{
										["alt"] = 304.8,
										["alt_type"] = "BARO",
										["livery_id"] = "ju-88a4",
										["skill"] = "Random",
										["speed"] = 123.33333333333,
										["AddPropAircraft"] = {},
										["type"] = "Ju-88A4",
										["unitId"] = 161,
										["psi"] = 1.2728350708617,
										["onboard_num"] = "033",
										["y"] = 66882.536873156,
										["x"] = 33179.410029499,
										["name"] = "KG 4 YELLOW 4",
										["payload"] = 
										{
											["pylons"] = 
											{
												[2] = 
												{
													["CLSID"] = "{JU88A4TORP_10xSC50_on_InvCountedAttachmentPoints}",
												}, -- end of [2]
											}, -- end of ["pylons"]
											["fuel"] = 2120,
											["flare"] = 0,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = -1.2728350708617,
										["callsign"] = 
										{
											[1] = 6,
											[2] = 1,
											["name"] = "Ford14",
											[3] = 4,
										}, -- end of ["callsign"]
									}, -- end of [4]
								}, -- end of ["units"]
								["y"] = 66762.536873156,
								["x"] = 33299.410029499,
								["name"] = "KG 4 YELLOW",
								["communication"] = true,
								["start_time"] = 0,
								["modulation"] = 0,
								["frequency"] = 251,
							}, -- end of [6]
							[7] = 
							{
								["dynSpawnTemplate"] = false,
								["lateActivation"] = true,
								["tasks"] = {},
								["radioSet"] = false,
								["task"] = "Ground Attack",
								["uncontrolled"] = false,
								["taskSelected"] = true,
								["route"] = 
								{
									["routeRelativeTOT"] = true,
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 6096,
											["action"] = "Turning Point",
											["alt_type"] = "BARO",
											["speed"] = 123.33333333333,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["number"] = 1,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 1,
																		["name"] = 1,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [1]
														[2] = 
														{
															["number"] = 2,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 1,
																		["name"] = 3,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [2]
														[3] = 
														{
															["number"] = 3,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["variantIndex"] = 1,
																		["name"] = 5,
																		["formationIndex"] = 12,
																		["value"] = 786433,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [3]
														[4] = 
														{
															["number"] = 4,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 15,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [4]
														[5] = 
														{
															["number"] = 5,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["targetTypes"] = {},
																		["name"] = 21,
																		["value"] = "none;",
																		["noTargetTypes"] = 
																		{
																			[1] = "Fighters",
																			[2] = "Multirole fighters",
																			[3] = "Bombers",
																			[4] = "Helicopters",
																			[5] = "UAVs",
																			[6] = "Infantry",
																			[7] = "Fortifications",
																			[8] = "Tanks",
																			[9] = "IFV",
																			[10] = "APC",
																			[11] = "Artillery",
																			[12] = "Unarmed vehicles",
																			[13] = "AAA",
																			[14] = "SR SAM",
																			[15] = "MR SAM",
																			[16] = "LR SAM",
																			[17] = "Aircraft Carriers",
																			[18] = "Cruisers",
																			[19] = "Destroyers",
																			[20] = "Frigates",
																			[21] = "Corvettes",
																			[22] = "Light armed ships",
																			[23] = "Unarmed ships",
																			[24] = "Submarines",
																			[25] = "Cruise missiles",
																			[26] = "Antiship Missiles",
																			[27] = "AA Missiles",
																			[28] = "AG Missiles",
																			[29] = "SA Missiles",
																		}, -- end of ["noTargetTypes"]
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [5]
														[6] = 
														{
															["number"] = 6,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 35,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [6]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Turning Point",
											["ETA"] = 0,
											["ETA_locked"] = true,
											["y"] = 6271.3864306785,
											["x"] = -38018.598720207,
											["speed_locked"] = true,
											["formation_template"] = "",
										}, -- end of [1]
										[2] = 
										{
											["alt"] = 6096,
											["action"] = "Turning Point",
											["alt_type"] = "BARO",
											["speed"] = 123.33333333333,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["number"] = 1,
															["auto"] = false,
															["id"] = "CarpetBombing",
															["enabled"] = true,
															["params"] = 
															{
																["groupAttack"] = false,
																["attackQtyLimit"] = false,
																["attackQty"] = 1,
																["expend"] = "All",
																["y"] = -67890.599940248,
																["x"] = 50398.719973922,
																["carpetLength"] = 152.4,
																["attackType"] = "Carpet",
																["altitudeEnabled"] = false,
																["weaponType"] = 2032,
																["altitude"] = 1828.8,
															}, -- end of ["params"]
														}, -- end of [1]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Turning Point",
											["ETA"] = 833.51600327453,
											["ETA_locked"] = false,
											["y"] = -58917.404129793,
											["x"] = 41469.291672334,
											["speed_locked"] = true,
											["formation_template"] = "",
										}, -- end of [2]
										[3] = 
										{
											["alt"] = 6096,
											["action"] = "Turning Point",
											["alt_type"] = "BARO",
											["speed"] = 123.33333333333,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Turning Point",
											["ETA"] = 1431.4376738949,
											["ETA_locked"] = false,
											["y"] = -18507.078879277,
											["x"] = -20216.483656211,
											["speed_locked"] = true,
											["formation_template"] = "",
										}, -- end of [3]
										[4] = 
										{
											["alt"] = 56,
											["action"] = "Landing",
											["alt_type"] = "BARO",
											["speed"] = 138.88888888889,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Land",
											["ETA"] = 1938.4963558005,
											["ETA_locked"] = false,
											["y"] = 15915.37745,
											["x"] = -81655.472418,
											["speed_locked"] = true,
											["formation_template"] = "",
											["airdromeId"] = 1,
										}, -- end of [4]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 102,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["alt"] = 6096,
										["alt_type"] = "BARO",
										["livery_id"] = "ju-88a4",
										["skill"] = "Random",
										["speed"] = 123.33333333333,
										["AddPropAircraft"] = {},
										["type"] = "Ju-88A4",
										["unitId"] = 187,
										["psi"] = 0.68688324522695,
										["onboard_num"] = "034",
										["y"] = 6271.3864306785,
										["x"] = -38018.598720207,
										["name"] = "KG 52 RED 1",
										["payload"] = 
										{
											["pylons"] = 
											{
												[2] = 
												{
													["CLSID"] = "{JU88A4TORP_10xSC50_on_InvCountedAttachmentPoints}",
												}, -- end of [2]
											}, -- end of ["pylons"]
											["fuel"] = 2120,
											["flare"] = 0,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = -0.68688324522695,
										["callsign"] = 
										{
											[1] = 7,
											[2] = 1,
											["name"] = "Chevy11",
											[3] = 1,
										}, -- end of ["callsign"]
									}, -- end of [1]
									[2] = 
									{
										["alt"] = 6096,
										["alt_type"] = "BARO",
										["livery_id"] = "ju-88a4",
										["skill"] = "Random",
										["speed"] = 123.33333333333,
										["AddPropAircraft"] = {},
										["type"] = "Ju-88A4",
										["unitId"] = 188,
										["psi"] = 0.68688324522695,
										["onboard_num"] = "035",
										["y"] = 6311.3864306785,
										["x"] = -38058.598720207,
										["name"] = "KG 52 RED 2",
										["payload"] = 
										{
											["pylons"] = 
											{
												[2] = 
												{
													["CLSID"] = "{JU88A4TORP_10xSC50_on_InvCountedAttachmentPoints}",
												}, -- end of [2]
											}, -- end of ["pylons"]
											["fuel"] = 2120,
											["flare"] = 0,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = -0.68688324522695,
										["callsign"] = 
										{
											[1] = 7,
											[2] = 1,
											["name"] = "Chevy12",
											[3] = 2,
										}, -- end of ["callsign"]
									}, -- end of [2]
									[3] = 
									{
										["alt"] = 6096,
										["alt_type"] = "BARO",
										["livery_id"] = "ju-88a4",
										["skill"] = "Random",
										["speed"] = 123.33333333333,
										["AddPropAircraft"] = {},
										["type"] = "Ju-88A4",
										["unitId"] = 189,
										["psi"] = 0.68688324522695,
										["onboard_num"] = "036",
										["y"] = 6351.3864306785,
										["x"] = -38098.598720207,
										["name"] = "KG 52 RED 3",
										["payload"] = 
										{
											["pylons"] = 
											{
												[2] = 
												{
													["CLSID"] = "{JU88A4TORP_10xSC50_on_InvCountedAttachmentPoints}",
												}, -- end of [2]
											}, -- end of ["pylons"]
											["fuel"] = 2120,
											["flare"] = 0,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = -0.68688324522695,
										["callsign"] = 
										{
											[1] = 7,
											[2] = 1,
											["name"] = "Chevy13",
											[3] = 3,
										}, -- end of ["callsign"]
									}, -- end of [3]
									[4] = 
									{
										["alt"] = 6096,
										["alt_type"] = "BARO",
										["livery_id"] = "ju-88a4",
										["skill"] = "Random",
										["speed"] = 123.33333333333,
										["AddPropAircraft"] = {},
										["type"] = "Ju-88A4",
										["unitId"] = 190,
										["psi"] = 0.68688324522695,
										["onboard_num"] = "037",
										["y"] = 6391.3864306785,
										["x"] = -38138.598720207,
										["name"] = "KG 52 RED 4",
										["payload"] = 
										{
											["pylons"] = 
											{
												[2] = 
												{
													["CLSID"] = "{JU88A4TORP_10xSC50_on_InvCountedAttachmentPoints}",
												}, -- end of [2]
											}, -- end of ["pylons"]
											["fuel"] = 2120,
											["flare"] = 0,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = -0.68688324522695,
										["callsign"] = 
										{
											[1] = 7,
											[2] = 1,
											["name"] = "Chevy14",
											[3] = 4,
										}, -- end of ["callsign"]
									}, -- end of [4]
								}, -- end of ["units"]
								["y"] = 6271.3864306785,
								["x"] = -38018.598720207,
								["name"] = "KG 52 RED",
								["communication"] = true,
								["start_time"] = 0,
								["modulation"] = 0,
								["frequency"] = 251,
							}, -- end of [7]
							[8] = 
							{
								["dynSpawnTemplate"] = false,
								["lateActivation"] = true,
								["tasks"] = {},
								["radioSet"] = false,
								["task"] = "Ground Attack",
								["uncontrolled"] = false,
								["taskSelected"] = true,
								["route"] = 
								{
									["routeRelativeTOT"] = true,
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 6096,
											["action"] = "Turning Point",
											["alt_type"] = "BARO",
											["speed"] = 123.33333333333,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["number"] = 1,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 1,
																		["name"] = 1,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [1]
														[2] = 
														{
															["number"] = 2,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 1,
																		["name"] = 3,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [2]
														[3] = 
														{
															["number"] = 3,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["variantIndex"] = 1,
																		["name"] = 5,
																		["formationIndex"] = 12,
																		["value"] = 786433,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [3]
														[4] = 
														{
															["number"] = 4,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 15,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [4]
														[5] = 
														{
															["number"] = 5,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["targetTypes"] = {},
																		["name"] = 21,
																		["value"] = "none;",
																		["noTargetTypes"] = 
																		{
																			[1] = "Fighters",
																			[2] = "Multirole fighters",
																			[3] = "Bombers",
																			[4] = "Helicopters",
																			[5] = "UAVs",
																			[6] = "Infantry",
																			[7] = "Fortifications",
																			[8] = "Tanks",
																			[9] = "IFV",
																			[10] = "APC",
																			[11] = "Artillery",
																			[12] = "Unarmed vehicles",
																			[13] = "AAA",
																			[14] = "SR SAM",
																			[15] = "MR SAM",
																			[16] = "LR SAM",
																			[17] = "Aircraft Carriers",
																			[18] = "Cruisers",
																			[19] = "Destroyers",
																			[20] = "Frigates",
																			[21] = "Corvettes",
																			[22] = "Light armed ships",
																			[23] = "Unarmed ships",
																			[24] = "Submarines",
																			[25] = "Cruise missiles",
																			[26] = "Antiship Missiles",
																			[27] = "AA Missiles",
																			[28] = "AG Missiles",
																			[29] = "SA Missiles",
																		}, -- end of ["noTargetTypes"]
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [5]
														[6] = 
														{
															["number"] = 6,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 35,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [6]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Turning Point",
											["ETA"] = 0,
											["ETA_locked"] = true,
											["y"] = 39155.359849219,
											["x"] = -10633.535972198,
											["speed_locked"] = true,
											["formation_template"] = "",
										}, -- end of [1]
										[2] = 
										{
											["alt"] = 6096,
											["action"] = "Turning Point",
											["alt_type"] = "BARO",
											["speed"] = 123.33333333333,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["number"] = 1,
															["auto"] = false,
															["id"] = "CarpetBombing",
															["enabled"] = true,
															["params"] = 
															{
																["attackType"] = "Carpet",
																["attackQtyLimit"] = false,
																["attackQty"] = 1,
																["expend"] = "All",
																["altitude"] = 4572,
																["x"] = 59229.491783245,
																["carpetLength"] = 152.4,
																["groupAttack"] = false,
																["altitudeEnabled"] = false,
																["weaponType"] = 2032,
																["y"] = -50382.784972407,
															}, -- end of ["params"]
														}, -- end of [1]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Turning Point",
											["ETA"] = 801.11008908846,
											["ETA_locked"] = false,
											["y"] = -38909.474065733,
											["x"] = 49930.716381056,
											["speed_locked"] = true,
											["formation_template"] = "",
										}, -- end of [2]
										[3] = 
										{
											["alt"] = 6096,
											["action"] = "Turning Point",
											["alt_type"] = "BARO",
											["speed"] = 123.33333333333,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Turning Point",
											["ETA"] = 1361.1696629929,
											["ETA_locked"] = false,
											["y"] = 17328.908554572,
											["x"] = 9825.0590969019,
											["speed_locked"] = true,
											["formation_template"] = "",
										}, -- end of [3]
										[4] = 
										{
											["alt"] = 16,
											["action"] = "Landing",
											["alt_type"] = "BARO",
											["speed"] = 138.88888888889,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Land",
											["ETA"] = 1855.7234709852,
											["ETA_locked"] = false,
											["y"] = 73776.745175,
											["x"] = -29311.714574,
											["speed_locked"] = true,
											["formation_template"] = "",
											["airdromeId"] = 2,
										}, -- end of [4]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 103,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["alt"] = 6096,
										["alt_type"] = "BARO",
										["livery_id"] = "ju-88a4",
										["skill"] = "Random",
										["speed"] = 123.33333333333,
										["AddPropAircraft"] = {},
										["type"] = "Ju-88A4",
										["unitId"] = 191,
										["psi"] = 0.91097421867652,
										["onboard_num"] = "038",
										["y"] = 39155.359849219,
										["x"] = -10633.535972198,
										["name"] = "KG 53 RED 1",
										["payload"] = 
										{
											["pylons"] = 
											{
												[2] = 
												{
													["CLSID"] = "{JU88A4TORP_10xSC50_on_InvCountedAttachmentPoints}",
												}, -- end of [2]
											}, -- end of ["pylons"]
											["fuel"] = 2120,
											["flare"] = 0,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = -0.91097421867652,
										["callsign"] = 
										{
											[1] = 8,
											[2] = 1,
											["name"] = "Pontiac11",
											[3] = 1,
										}, -- end of ["callsign"]
									}, -- end of [1]
									[2] = 
									{
										["alt"] = 6096,
										["alt_type"] = "BARO",
										["livery_id"] = "ju-88a4",
										["skill"] = "Random",
										["speed"] = 123.33333333333,
										["AddPropAircraft"] = {},
										["type"] = "Ju-88A4",
										["unitId"] = 192,
										["psi"] = 0.91097421867652,
										["onboard_num"] = "039",
										["y"] = 39195.359849219,
										["x"] = -10673.535972198,
										["name"] = "KG 53 RED 2",
										["payload"] = 
										{
											["pylons"] = 
											{
												[2] = 
												{
													["CLSID"] = "{JU88A4TORP_10xSC50_on_InvCountedAttachmentPoints}",
												}, -- end of [2]
											}, -- end of ["pylons"]
											["fuel"] = 2120,
											["flare"] = 0,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = -0.91097421867652,
										["callsign"] = 
										{
											[1] = 8,
											[2] = 1,
											["name"] = "Pontiac12",
											[3] = 2,
										}, -- end of ["callsign"]
									}, -- end of [2]
									[3] = 
									{
										["alt"] = 6096,
										["alt_type"] = "BARO",
										["livery_id"] = "ju-88a4",
										["skill"] = "Random",
										["speed"] = 123.33333333333,
										["AddPropAircraft"] = {},
										["type"] = "Ju-88A4",
										["unitId"] = 193,
										["psi"] = 0.91097421867652,
										["onboard_num"] = "040",
										["y"] = 39235.359849219,
										["x"] = -10713.535972198,
										["name"] = "KG 53 RED 3",
										["payload"] = 
										{
											["pylons"] = 
											{
												[2] = 
												{
													["CLSID"] = "{JU88A4TORP_10xSC50_on_InvCountedAttachmentPoints}",
												}, -- end of [2]
											}, -- end of ["pylons"]
											["fuel"] = 2120,
											["flare"] = 0,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = -0.91097421867652,
										["callsign"] = 
										{
											[1] = 8,
											[2] = 1,
											["name"] = "Pontiac13",
											[3] = 3,
										}, -- end of ["callsign"]
									}, -- end of [3]
									[4] = 
									{
										["alt"] = 6096,
										["alt_type"] = "BARO",
										["livery_id"] = "ju-88a4",
										["skill"] = "Random",
										["speed"] = 123.33333333333,
										["AddPropAircraft"] = {},
										["type"] = "Ju-88A4",
										["unitId"] = 194,
										["psi"] = 0.91097421867652,
										["onboard_num"] = "041",
										["y"] = 39275.359849219,
										["x"] = -10753.535972198,
										["name"] = "KG 53 RED 4",
										["payload"] = 
										{
											["pylons"] = 
											{
												[2] = 
												{
													["CLSID"] = "{JU88A4TORP_10xSC50_on_InvCountedAttachmentPoints}",
												}, -- end of [2]
											}, -- end of ["pylons"]
											["fuel"] = 2120,
											["flare"] = 0,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = -0.91097421867652,
										["callsign"] = 
										{
											[1] = 8,
											[2] = 1,
											["name"] = "Pontiac14",
											[3] = 4,
										}, -- end of ["callsign"]
									}, -- end of [4]
								}, -- end of ["units"]
								["y"] = 39155.359849219,
								["x"] = -10633.535972198,
								["name"] = "KG 53 RED",
								["communication"] = true,
								["start_time"] = 0,
								["modulation"] = 0,
								["frequency"] = 251,
							}, -- end of [8]
							[9] = 
							{
								["dynSpawnTemplate"] = false,
								["lateActivation"] = true,
								["tasks"] = {},
								["radioSet"] = false,
								["task"] = "Escort",
								["uncontrolled"] = false,
								["taskSelected"] = true,
								["route"] = 
								{
									["routeRelativeTOT"] = true,
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 6096,
											["action"] = "Turning Point",
											["alt_type"] = "BARO",
											["speed"] = 123.33333333333,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["number"] = 1,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 17,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [1]
														[2] = 
														{
															["number"] = 2,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 4,
																		["name"] = 18,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [2]
														[3] = 
														{
															["number"] = 3,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 19,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [3]
														[4] = 
														{
															["number"] = 4,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["targetTypes"] = {},
																		["name"] = 21,
																		["value"] = "none;",
																		["noTargetTypes"] = 
																		{
																			[1] = "Fighters",
																			[2] = "Multirole fighters",
																			[3] = "Bombers",
																			[4] = "Helicopters",
																			[5] = "UAVs",
																			[6] = "Infantry",
																			[7] = "Fortifications",
																			[8] = "Tanks",
																			[9] = "IFV",
																			[10] = "APC",
																			[11] = "Artillery",
																			[12] = "Unarmed vehicles",
																			[13] = "AAA",
																			[14] = "SR SAM",
																			[15] = "MR SAM",
																			[16] = "LR SAM",
																			[17] = "Aircraft Carriers",
																			[18] = "Cruisers",
																			[19] = "Destroyers",
																			[20] = "Frigates",
																			[21] = "Corvettes",
																			[22] = "Light armed ships",
																			[23] = "Unarmed ships",
																			[24] = "Submarines",
																			[25] = "Cruise missiles",
																			[26] = "Antiship Missiles",
																			[27] = "AA Missiles",
																			[28] = "AG Missiles",
																			[29] = "SA Missiles",
																		}, -- end of ["noTargetTypes"]
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [4]
														[5] = 
														{
															["number"] = 5,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 35,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [5]
														[6] = 
														{
															["number"] = 6,
															["auto"] = false,
															["id"] = "Escort",
															["enabled"] = true,
															["params"] = 
															{
																["groupId"] = 102,
																["noTargetTypes"] = 
																{
																	[1] = "Helicopters",
																	[2] = "UAVs",
																}, -- end of ["noTargetTypes"]
																["lastWptIndexFlagChangedManually"] = true,
																["engagementDistMax"] = 14800,
																["targetTypes"] = 
																{
																	[1] = "Planes",
																}, -- end of ["targetTypes"]
																["lastWptIndex"] = 4,
																["lastWptIndexFlag"] = true,
																["value"] = "Planes;",
																["pos"] = 
																{
																	["y"] = 0,
																	["x"] = -152.4,
																	["z"] = 152.4,
																}, -- end of ["pos"]
															}, -- end of ["params"]
														}, -- end of [6]
														[7] = 
														{
															["enabled"] = true,
															["auto"] = false,
															["id"] = "WrappedAction",
															["number"] = 7,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["variantIndex"] = 1,
																		["name"] = 5,
																		["formationIndex"] = 6,
																		["value"] = 393217,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [7]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Turning Point",
											["ETA"] = 0,
											["ETA_locked"] = true,
											["y"] = 6563.5874984639,
											["x"] = -38092.430345196,
											["speed_locked"] = true,
											["formation_template"] = "",
										}, -- end of [1]
										[2] = 
										{
											["alt"] = 56,
											["action"] = "Landing",
											["alt_type"] = "BARO",
											["speed"] = 138.88888888889,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Land",
											["ETA"] = 361.26099548944,
											["ETA_locked"] = false,
											["y"] = 15915.37745,
											["x"] = -81655.472418,
											["speed_locked"] = true,
											["formation_template"] = "",
											["airdromeId"] = 1,
										}, -- end of [2]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 110,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["alt"] = 6096,
										["alt_type"] = "BARO",
										["livery_id"] = "Bf-109 K4 G10 of Tibor Tobak RHAF",
										["skill"] = "Random",
										["speed"] = 123.33333333333,
										["AddPropAircraft"] = 
										{
											["MW50TankContents"] = 1,
										}, -- end of ["AddPropAircraft"]
										["type"] = "Bf-109K-4",
										["unitId"] = 221,
										["psi"] = -2.9301294833178,
										["onboard_num"] = "010",
										["y"] = 6563.5874984639,
										["x"] = -38092.430345196,
										["name"] = "JG 26 RED 1",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 296,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = 2.9301294833178,
										["callsign"] = 
										{
											[1] = 1,
											[2] = 1,
											["name"] = "Enfield11",
											[3] = 1,
										}, -- end of ["callsign"]
									}, -- end of [1]
									[2] = 
									{
										["alt"] = 6096,
										["alt_type"] = "BARO",
										["livery_id"] = "Bf-109 K4 G10 of Tibor Tobak RHAF",
										["skill"] = "Random",
										["speed"] = 123.33333333333,
										["AddPropAircraft"] = 
										{
											["MW50TankContents"] = 1,
										}, -- end of ["AddPropAircraft"]
										["type"] = "Bf-109K-4",
										["unitId"] = 222,
										["psi"] = -2.9301294833178,
										["onboard_num"] = "042",
										["y"] = 6603.5874984639,
										["x"] = -38132.430345196,
										["name"] = "JG 26 RED 2",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 296,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = 2.9301294833178,
										["callsign"] = 
										{
											[1] = 1,
											[2] = 1,
											["name"] = "Enfield12",
											[3] = 2,
										}, -- end of ["callsign"]
									}, -- end of [2]
									[3] = 
									{
										["alt"] = 6096,
										["alt_type"] = "BARO",
										["livery_id"] = "Bf-109 K4 G10 of Tibor Tobak RHAF",
										["skill"] = "Random",
										["speed"] = 123.33333333333,
										["AddPropAircraft"] = 
										{
											["MW50TankContents"] = 1,
										}, -- end of ["AddPropAircraft"]
										["type"] = "Bf-109K-4",
										["unitId"] = 223,
										["psi"] = -2.9301294833178,
										["onboard_num"] = "043",
										["y"] = 6643.5874984639,
										["x"] = -38172.430345196,
										["name"] = "JG 26 RED 3",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 296,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = 2.9301294833178,
										["callsign"] = 
										{
											[1] = 1,
											[2] = 1,
											["name"] = "Enfield13",
											[3] = 3,
										}, -- end of ["callsign"]
									}, -- end of [3]
									[4] = 
									{
										["alt"] = 6096,
										["alt_type"] = "BARO",
										["livery_id"] = "Bf-109 K4 G10 of Tibor Tobak RHAF",
										["skill"] = "Random",
										["speed"] = 123.33333333333,
										["AddPropAircraft"] = 
										{
											["MW50TankContents"] = 1,
										}, -- end of ["AddPropAircraft"]
										["type"] = "Bf-109K-4",
										["unitId"] = 224,
										["psi"] = -2.9301294833178,
										["onboard_num"] = "044",
										["y"] = 6683.5874984639,
										["x"] = -38212.430345196,
										["name"] = "JG 26 RED 4",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 296,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = 2.9301294833178,
										["callsign"] = 
										{
											[1] = 1,
											[2] = 1,
											["name"] = "Enfield14",
											[3] = 4,
										}, -- end of ["callsign"]
									}, -- end of [4]
								}, -- end of ["units"]
								["y"] = 6563.5874984639,
								["x"] = -38092.430345196,
								["name"] = "JG 26 RED",
								["communication"] = true,
								["start_time"] = 0,
								["modulation"] = 0,
								["frequency"] = 40,
							}, -- end of [9]
							[10] = 
							{
								["dynSpawnTemplate"] = false,
								["lateActivation"] = true,
								["tasks"] = {},
								["radioSet"] = false,
								["task"] = "Escort",
								["uncontrolled"] = false,
								["taskSelected"] = true,
								["route"] = 
								{
									["routeRelativeTOT"] = true,
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 1828.8,
											["action"] = "Turning Point",
											["alt_type"] = "BARO",
											["speed"] = 123.33333333333,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["number"] = 1,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 17,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [1]
														[2] = 
														{
															["number"] = 2,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 4,
																		["name"] = 18,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [2]
														[3] = 
														{
															["number"] = 3,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 19,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [3]
														[4] = 
														{
															["number"] = 4,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["targetTypes"] = {},
																		["name"] = 21,
																		["value"] = "none;",
																		["noTargetTypes"] = 
																		{
																			[1] = "Fighters",
																			[2] = "Multirole fighters",
																			[3] = "Bombers",
																			[4] = "Helicopters",
																			[5] = "UAVs",
																			[6] = "Infantry",
																			[7] = "Fortifications",
																			[8] = "Tanks",
																			[9] = "IFV",
																			[10] = "APC",
																			[11] = "Artillery",
																			[12] = "Unarmed vehicles",
																			[13] = "AAA",
																			[14] = "SR SAM",
																			[15] = "MR SAM",
																			[16] = "LR SAM",
																			[17] = "Aircraft Carriers",
																			[18] = "Cruisers",
																			[19] = "Destroyers",
																			[20] = "Frigates",
																			[21] = "Corvettes",
																			[22] = "Light armed ships",
																			[23] = "Unarmed ships",
																			[24] = "Submarines",
																			[25] = "Cruise missiles",
																			[26] = "Antiship Missiles",
																			[27] = "AA Missiles",
																			[28] = "AG Missiles",
																			[29] = "SA Missiles",
																		}, -- end of ["noTargetTypes"]
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [4]
														[5] = 
														{
															["number"] = 5,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 35,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [5]
														[6] = 
														{
															["number"] = 6,
															["auto"] = false,
															["id"] = "Escort",
															["enabled"] = true,
															["params"] = 
															{
																["groupId"] = 80,
																["noTargetTypes"] = 
																{
																	[1] = "Helicopters",
																	[2] = "UAVs",
																}, -- end of ["noTargetTypes"]
																["lastWptIndexFlagChangedManually"] = true,
																["engagementDistMax"] = 14800,
																["targetTypes"] = 
																{
																	[1] = "Planes",
																}, -- end of ["targetTypes"]
																["lastWptIndex"] = 4,
																["lastWptIndexFlag"] = true,
																["value"] = "Planes;",
																["pos"] = 
																{
																	["y"] = 0,
																	["x"] = -152.4,
																	["z"] = 152.4,
																}, -- end of ["pos"]
															}, -- end of ["params"]
														}, -- end of [6]
														[7] = 
														{
															["enabled"] = true,
															["auto"] = false,
															["id"] = "WrappedAction",
															["number"] = 7,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["variantIndex"] = 1,
																		["name"] = 5,
																		["formationIndex"] = 6,
																		["value"] = 393217,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [7]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Turning Point",
											["ETA"] = 0,
											["ETA_locked"] = true,
											["y"] = 6781.0030587123,
											["x"] = -23413.872039384,
											["speed_locked"] = true,
											["formation_template"] = "",
										}, -- end of [1]
										[2] = 
										{
											["alt"] = 56,
											["action"] = "Landing",
											["alt_type"] = "BARO",
											["speed"] = 138.88888888889,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Land",
											["ETA"] = 361.26099548944,
											["ETA_locked"] = false,
											["y"] = 15915.37745,
											["x"] = -81655.472418,
											["speed_locked"] = true,
											["formation_template"] = "",
											["airdromeId"] = 1,
										}, -- end of [2]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 111,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["alt"] = 1828.8,
										["alt_type"] = "BARO",
										["livery_id"] = "Bf-109 K4 G10 of Tibor Tobak RHAF",
										["skill"] = "Random",
										["speed"] = 123.33333333333,
										["AddPropAircraft"] = 
										{
											["MW50TankContents"] = 1,
										}, -- end of ["AddPropAircraft"]
										["type"] = "Bf-109K-4",
										["unitId"] = 225,
										["psi"] = -2.9860240164394,
										["onboard_num"] = "045",
										["y"] = 6781.0030587123,
										["x"] = -23413.872039384,
										["name"] = "JG 26 BLUE 1",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 296,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = 2.9860240164394,
										["callsign"] = 
										{
											[1] = 1,
											[2] = 2,
											["name"] = "Enfield21",
											[3] = 1,
										}, -- end of ["callsign"]
									}, -- end of [1]
									[2] = 
									{
										["alt"] = 1828.8,
										["alt_type"] = "BARO",
										["livery_id"] = "Bf-109 K4 G10 of Tibor Tobak RHAF",
										["skill"] = "Random",
										["speed"] = 123.33333333333,
										["AddPropAircraft"] = 
										{
											["MW50TankContents"] = 1,
										}, -- end of ["AddPropAircraft"]
										["type"] = "Bf-109K-4",
										["unitId"] = 226,
										["psi"] = -2.9860240164394,
										["onboard_num"] = "046",
										["y"] = 6821.0030587123,
										["x"] = -23453.872039384,
										["name"] = "JG 26 BLUE 2",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 296,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = 2.9860240164394,
										["callsign"] = 
										{
											[1] = 1,
											[2] = 2,
											["name"] = "Enfield22",
											[3] = 2,
										}, -- end of ["callsign"]
									}, -- end of [2]
									[3] = 
									{
										["alt"] = 1828.8,
										["alt_type"] = "BARO",
										["livery_id"] = "Bf-109 K4 G10 of Tibor Tobak RHAF",
										["skill"] = "Random",
										["speed"] = 123.33333333333,
										["AddPropAircraft"] = 
										{
											["MW50TankContents"] = 1,
										}, -- end of ["AddPropAircraft"]
										["type"] = "Bf-109K-4",
										["unitId"] = 227,
										["psi"] = -2.9860240164394,
										["onboard_num"] = "047",
										["y"] = 6861.0030587123,
										["x"] = -23493.872039384,
										["name"] = "JG 26 BLUE 3",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 296,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = 2.9860240164394,
										["callsign"] = 
										{
											[1] = 1,
											[2] = 2,
											["name"] = "Enfield23",
											[3] = 3,
										}, -- end of ["callsign"]
									}, -- end of [3]
									[4] = 
									{
										["alt"] = 1828.8,
										["alt_type"] = "BARO",
										["livery_id"] = "Bf-109 K4 G10 of Tibor Tobak RHAF",
										["skill"] = "Random",
										["speed"] = 123.33333333333,
										["AddPropAircraft"] = 
										{
											["MW50TankContents"] = 1,
										}, -- end of ["AddPropAircraft"]
										["type"] = "Bf-109K-4",
										["unitId"] = 228,
										["psi"] = -2.9860240164394,
										["onboard_num"] = "048",
										["y"] = 6901.0030587123,
										["x"] = -23533.872039384,
										["name"] = "JG 26 BLUE 4",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 296,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = 2.9860240164394,
										["callsign"] = 
										{
											[1] = 1,
											[2] = 2,
											["name"] = "Enfield24",
											[3] = 4,
										}, -- end of ["callsign"]
									}, -- end of [4]
								}, -- end of ["units"]
								["y"] = 6781.0030587123,
								["x"] = -23413.872039384,
								["name"] = "JG 26 BLUE",
								["communication"] = true,
								["start_time"] = 0,
								["modulation"] = 0,
								["frequency"] = 40,
							}, -- end of [10]
							[11] = 
							{
								["dynSpawnTemplate"] = false,
								["lateActivation"] = true,
								["tasks"] = {},
								["radioSet"] = false,
								["task"] = "Escort",
								["uncontrolled"] = false,
								["taskSelected"] = true,
								["route"] = 
								{
									["routeRelativeTOT"] = true,
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 304.8,
											["action"] = "Turning Point",
											["alt_type"] = "BARO",
											["speed"] = 123.33333333333,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["number"] = 1,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 17,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [1]
														[2] = 
														{
															["number"] = 2,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 4,
																		["name"] = 18,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [2]
														[3] = 
														{
															["number"] = 3,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 19,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [3]
														[4] = 
														{
															["number"] = 4,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["targetTypes"] = {},
																		["name"] = 21,
																		["value"] = "none;",
																		["noTargetTypes"] = 
																		{
																			[1] = "Fighters",
																			[2] = "Multirole fighters",
																			[3] = "Bombers",
																			[4] = "Helicopters",
																			[5] = "UAVs",
																			[6] = "Infantry",
																			[7] = "Fortifications",
																			[8] = "Tanks",
																			[9] = "IFV",
																			[10] = "APC",
																			[11] = "Artillery",
																			[12] = "Unarmed vehicles",
																			[13] = "AAA",
																			[14] = "SR SAM",
																			[15] = "MR SAM",
																			[16] = "LR SAM",
																			[17] = "Aircraft Carriers",
																			[18] = "Cruisers",
																			[19] = "Destroyers",
																			[20] = "Frigates",
																			[21] = "Corvettes",
																			[22] = "Light armed ships",
																			[23] = "Unarmed ships",
																			[24] = "Submarines",
																			[25] = "Cruise missiles",
																			[26] = "Antiship Missiles",
																			[27] = "AA Missiles",
																			[28] = "AG Missiles",
																			[29] = "SA Missiles",
																		}, -- end of ["noTargetTypes"]
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [4]
														[5] = 
														{
															["number"] = 5,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 35,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [5]
														[6] = 
														{
															["number"] = 6,
															["auto"] = false,
															["id"] = "Escort",
															["enabled"] = true,
															["params"] = 
															{
																["groupId"] = 83,
																["noTargetTypes"] = 
																{
																	[1] = "Helicopters",
																	[2] = "UAVs",
																}, -- end of ["noTargetTypes"]
																["lastWptIndexFlagChangedManually"] = true,
																["engagementDistMax"] = 14800,
																["targetTypes"] = 
																{
																	[1] = "Planes",
																}, -- end of ["targetTypes"]
																["lastWptIndex"] = 4,
																["lastWptIndexFlag"] = true,
																["value"] = "Planes;",
																["pos"] = 
																{
																	["y"] = 0,
																	["x"] = -152.4,
																	["z"] = 152.4,
																}, -- end of ["pos"]
															}, -- end of ["params"]
														}, -- end of [6]
														[7] = 
														{
															["enabled"] = true,
															["auto"] = false,
															["id"] = "WrappedAction",
															["number"] = 7,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["variantIndex"] = 1,
																		["name"] = 5,
																		["formationIndex"] = 6,
																		["value"] = 393217,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [7]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Turning Point",
											["ETA"] = 0,
											["ETA_locked"] = true,
											["y"] = 2035.806228943,
											["x"] = -37767.594175235,
											["speed_locked"] = true,
											["formation_template"] = "",
										}, -- end of [1]
										[2] = 
										{
											["alt"] = 56,
											["action"] = "Landing",
											["alt_type"] = "BARO",
											["speed"] = 138.88888888889,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Land",
											["ETA"] = 361.26099548944,
											["ETA_locked"] = false,
											["y"] = 15915.37745,
											["x"] = -81655.472418,
											["speed_locked"] = true,
											["formation_template"] = "",
											["airdromeId"] = 1,
										}, -- end of [2]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 112,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["alt"] = 304.8,
										["alt_type"] = "BARO",
										["livery_id"] = "Bf-109 K4 G10 of Tibor Tobak RHAF",
										["skill"] = "Random",
										["speed"] = 123.33333333333,
										["AddPropAircraft"] = 
										{
											["MW50TankContents"] = 1,
										}, -- end of ["AddPropAircraft"]
										["type"] = "Bf-109K-4",
										["unitId"] = 229,
										["psi"] = -2.8352944560865,
										["onboard_num"] = "049",
										["y"] = 2035.806228943,
										["x"] = -37767.594175235,
										["name"] = "JG 26 YELLOW 1",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 296,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = 2.8352944560865,
										["callsign"] = 
										{
											[1] = 2,
											[2] = 2,
											["name"] = "Springfield21",
											[3] = 1,
										}, -- end of ["callsign"]
									}, -- end of [1]
									[2] = 
									{
										["alt"] = 304.8,
										["alt_type"] = "BARO",
										["livery_id"] = "Bf-109 K4 G10 of Tibor Tobak RHAF",
										["skill"] = "Random",
										["speed"] = 123.33333333333,
										["AddPropAircraft"] = 
										{
											["MW50TankContents"] = 1,
										}, -- end of ["AddPropAircraft"]
										["type"] = "Bf-109K-4",
										["unitId"] = 230,
										["psi"] = -2.8352944560865,
										["onboard_num"] = "050",
										["y"] = 2075.806228943,
										["x"] = -37807.594175235,
										["name"] = "JG 26 YELLOW 2",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 296,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = 2.8352944560865,
										["callsign"] = 
										{
											[1] = 2,
											[2] = 2,
											["name"] = "Springfield22",
											[3] = 2,
										}, -- end of ["callsign"]
									}, -- end of [2]
									[3] = 
									{
										["alt"] = 304.8,
										["alt_type"] = "BARO",
										["livery_id"] = "Bf-109 K4 G10 of Tibor Tobak RHAF",
										["skill"] = "Random",
										["speed"] = 123.33333333333,
										["AddPropAircraft"] = 
										{
											["MW50TankContents"] = 1,
										}, -- end of ["AddPropAircraft"]
										["type"] = "Bf-109K-4",
										["unitId"] = 231,
										["psi"] = -2.8352944560865,
										["onboard_num"] = "051",
										["y"] = 2115.806228943,
										["x"] = -37847.594175235,
										["name"] = "JG 26 YELLOW 3",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 296,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = 2.8352944560865,
										["callsign"] = 
										{
											[1] = 2,
											[2] = 2,
											["name"] = "Springfield23",
											[3] = 3,
										}, -- end of ["callsign"]
									}, -- end of [3]
									[4] = 
									{
										["alt"] = 304.8,
										["alt_type"] = "BARO",
										["livery_id"] = "Bf-109 K4 G10 of Tibor Tobak RHAF",
										["skill"] = "Random",
										["speed"] = 123.33333333333,
										["AddPropAircraft"] = 
										{
											["MW50TankContents"] = 1,
										}, -- end of ["AddPropAircraft"]
										["type"] = "Bf-109K-4",
										["unitId"] = 232,
										["psi"] = -2.8352944560865,
										["onboard_num"] = "052",
										["y"] = 2155.806228943,
										["x"] = -37887.594175235,
										["name"] = "JG 26 YELLOW 4",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 296,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = 2.8352944560865,
										["callsign"] = 
										{
											[1] = 2,
											[2] = 2,
											["name"] = "Springfield24",
											[3] = 4,
										}, -- end of ["callsign"]
									}, -- end of [4]
								}, -- end of ["units"]
								["y"] = 2035.806228943,
								["x"] = -37767.594175235,
								["name"] = "JG 26 YELLOW",
								["communication"] = true,
								["start_time"] = 0,
								["modulation"] = 0,
								["frequency"] = 40,
							}, -- end of [11]
							[12] = 
							{
								["dynSpawnTemplate"] = false,
								["lateActivation"] = true,
								["tasks"] = {},
								["radioSet"] = false,
								["task"] = "Escort",
								["uncontrolled"] = false,
								["taskSelected"] = true,
								["route"] = 
								{
									["routeRelativeTOT"] = true,
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 1828.8,
											["action"] = "Turning Point",
											["alt_type"] = "BARO",
											["speed"] = 123.33333333333,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 1,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 17,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [1]
														[2] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 2,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 4,
																		["name"] = 18,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [2]
														[3] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 3,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 19,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [3]
														[4] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 4,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["targetTypes"] = {},
																		["name"] = 21,
																		["value"] = "none;",
																		["noTargetTypes"] = 
																		{
																			[1] = "Fighters",
																			[2] = "Multirole fighters",
																			[3] = "Bombers",
																			[4] = "Helicopters",
																			[5] = "UAVs",
																			[6] = "Infantry",
																			[7] = "Fortifications",
																			[8] = "Tanks",
																			[9] = "IFV",
																			[10] = "APC",
																			[11] = "Artillery",
																			[12] = "Unarmed vehicles",
																			[13] = "AAA",
																			[14] = "SR SAM",
																			[15] = "MR SAM",
																			[16] = "LR SAM",
																			[17] = "Aircraft Carriers",
																			[18] = "Cruisers",
																			[19] = "Destroyers",
																			[20] = "Frigates",
																			[21] = "Corvettes",
																			[22] = "Light armed ships",
																			[23] = "Unarmed ships",
																			[24] = "Submarines",
																			[25] = "Cruise missiles",
																			[26] = "Antiship Missiles",
																			[27] = "AA Missiles",
																			[28] = "AG Missiles",
																			[29] = "SA Missiles",
																		}, -- end of ["noTargetTypes"]
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [4]
														[5] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 5,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 35,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [5]
														[6] = 
														{
															["enabled"] = true,
															["auto"] = false,
															["id"] = "Escort",
															["number"] = 6,
															["params"] = 
															{
																["groupId"] = 87,
																["noTargetTypes"] = 
																{
																	[1] = "Helicopters",
																	[2] = "UAVs",
																}, -- end of ["noTargetTypes"]
																["targetTypes"] = 
																{
																	[1] = "Planes",
																}, -- end of ["targetTypes"]
																["engagementDistMax"] = 14800,
																["lastWptIndexFlagChangedManually"] = true,
																["lastWptIndex"] = 4,
																["lastWptIndexFlag"] = true,
																["value"] = "Planes;",
																["pos"] = 
																{
																	["y"] = 0,
																	["x"] = -152.4,
																	["z"] = 152.4,
																}, -- end of ["pos"]
															}, -- end of ["params"]
														}, -- end of [6]
														[7] = 
														{
															["enabled"] = true,
															["auto"] = false,
															["id"] = "WrappedAction",
															["number"] = 7,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["variantIndex"] = 1,
																		["name"] = 5,
																		["formationIndex"] = 6,
																		["value"] = 393217,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [7]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Turning Point",
											["ETA"] = 0,
											["ETA_locked"] = true,
											["y"] = 23278.535059152,
											["x"] = -12261.767751631,
											["speed_locked"] = true,
											["formation_template"] = "",
										}, -- end of [1]
										[2] = 
										{
											["alt"] = 16,
											["action"] = "Landing",
											["alt_type"] = "BARO",
											["speed"] = 138.88888888889,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Land",
											["ETA"] = 383.7518888745,
											["ETA_locked"] = false,
											["y"] = 73776.745175,
											["x"] = -29311.714574,
											["speed_locked"] = true,
											["formation_template"] = "",
											["airdromeId"] = 2,
										}, -- end of [2]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 113,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["alt"] = 1828.8,
										["alt_type"] = "BARO",
										["livery_id"] = "Bf-109 K4 G10 of Tibor Tobak RHAF",
										["skill"] = "Random",
										["speed"] = 123.33333333333,
										["AddPropAircraft"] = 
										{
											["MW50TankContents"] = 1,
										}, -- end of ["AddPropAircraft"]
										["type"] = "Bf-109K-4",
										["unitId"] = 233,
										["psi"] = -1.896413081549,
										["onboard_num"] = "053",
										["y"] = 23278.535059152,
										["x"] = -12261.767751631,
										["name"] = "JG 27 RED 1",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 296,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = 1.896413081549,
										["callsign"] = 
										{
											[1] = 3,
											[2] = 2,
											["name"] = "Uzi21",
											[3] = 1,
										}, -- end of ["callsign"]
									}, -- end of [1]
									[2] = 
									{
										["alt"] = 1828.8,
										["alt_type"] = "BARO",
										["livery_id"] = "Bf-109 K4 G10 of Tibor Tobak RHAF",
										["skill"] = "Random",
										["speed"] = 123.33333333333,
										["AddPropAircraft"] = 
										{
											["MW50TankContents"] = 1,
										}, -- end of ["AddPropAircraft"]
										["type"] = "Bf-109K-4",
										["unitId"] = 234,
										["psi"] = -1.896413081549,
										["onboard_num"] = "054",
										["y"] = 23318.535059152,
										["x"] = -12301.767751631,
										["name"] = "JG 27 RED 2",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 296,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = 1.896413081549,
										["callsign"] = 
										{
											[1] = 3,
											[2] = 2,
											["name"] = "Uzi22",
											[3] = 2,
										}, -- end of ["callsign"]
									}, -- end of [2]
									[3] = 
									{
										["alt"] = 1828.8,
										["alt_type"] = "BARO",
										["livery_id"] = "Bf-109 K4 G10 of Tibor Tobak RHAF",
										["skill"] = "Random",
										["speed"] = 123.33333333333,
										["AddPropAircraft"] = 
										{
											["MW50TankContents"] = 1,
										}, -- end of ["AddPropAircraft"]
										["type"] = "Bf-109K-4",
										["unitId"] = 235,
										["psi"] = -1.896413081549,
										["onboard_num"] = "055",
										["y"] = 23358.535059152,
										["x"] = -12341.767751631,
										["name"] = "JG 27 RED 3",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 296,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = 1.896413081549,
										["callsign"] = 
										{
											[1] = 3,
											[2] = 2,
											["name"] = "Uzi23",
											[3] = 3,
										}, -- end of ["callsign"]
									}, -- end of [3]
									[4] = 
									{
										["alt"] = 1828.8,
										["alt_type"] = "BARO",
										["livery_id"] = "Bf-109 K4 G10 of Tibor Tobak RHAF",
										["skill"] = "Random",
										["speed"] = 123.33333333333,
										["AddPropAircraft"] = 
										{
											["MW50TankContents"] = 1,
										}, -- end of ["AddPropAircraft"]
										["type"] = "Bf-109K-4",
										["unitId"] = 236,
										["psi"] = -1.896413081549,
										["onboard_num"] = "056",
										["y"] = 23398.535059152,
										["x"] = -12381.767751631,
										["name"] = "JG 27 RED 4",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 296,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = 1.896413081549,
										["callsign"] = 
										{
											[1] = 3,
											[2] = 2,
											["name"] = "Uzi24",
											[3] = 4,
										}, -- end of ["callsign"]
									}, -- end of [4]
								}, -- end of ["units"]
								["y"] = 23278.535059152,
								["x"] = -12261.767751631,
								["name"] = "JG 27 RED",
								["communication"] = true,
								["start_time"] = 0,
								["modulation"] = 0,
								["frequency"] = 40,
							}, -- end of [12]
							[13] = 
							{
								["dynSpawnTemplate"] = false,
								["lateActivation"] = true,
								["tasks"] = {},
								["radioSet"] = false,
								["task"] = "Escort",
								["uncontrolled"] = false,
								["taskSelected"] = true,
								["route"] = 
								{
									["routeRelativeTOT"] = true,
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 304.8,
											["action"] = "Turning Point",
											["alt_type"] = "BARO",
											["speed"] = 123.33333333333,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 1,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 17,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [1]
														[2] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 2,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 4,
																		["name"] = 18,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [2]
														[3] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 3,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 19,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [3]
														[4] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 4,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["targetTypes"] = {},
																		["name"] = 21,
																		["value"] = "none;",
																		["noTargetTypes"] = 
																		{
																			[1] = "Fighters",
																			[2] = "Multirole fighters",
																			[3] = "Bombers",
																			[4] = "Helicopters",
																			[5] = "UAVs",
																			[6] = "Infantry",
																			[7] = "Fortifications",
																			[8] = "Tanks",
																			[9] = "IFV",
																			[10] = "APC",
																			[11] = "Artillery",
																			[12] = "Unarmed vehicles",
																			[13] = "AAA",
																			[14] = "SR SAM",
																			[15] = "MR SAM",
																			[16] = "LR SAM",
																			[17] = "Aircraft Carriers",
																			[18] = "Cruisers",
																			[19] = "Destroyers",
																			[20] = "Frigates",
																			[21] = "Corvettes",
																			[22] = "Light armed ships",
																			[23] = "Unarmed ships",
																			[24] = "Submarines",
																			[25] = "Cruise missiles",
																			[26] = "Antiship Missiles",
																			[27] = "AA Missiles",
																			[28] = "AG Missiles",
																			[29] = "SA Missiles",
																		}, -- end of ["noTargetTypes"]
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [4]
														[5] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 5,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 35,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [5]
														[6] = 
														{
															["enabled"] = true,
															["auto"] = false,
															["id"] = "Escort",
															["number"] = 6,
															["params"] = 
															{
																["groupId"] = 88,
																["noTargetTypes"] = 
																{
																	[1] = "Helicopters",
																	[2] = "UAVs",
																}, -- end of ["noTargetTypes"]
																["targetTypes"] = 
																{
																	[1] = "Planes",
																}, -- end of ["targetTypes"]
																["engagementDistMax"] = 14800,
																["lastWptIndexFlagChangedManually"] = true,
																["lastWptIndex"] = 4,
																["lastWptIndexFlag"] = true,
																["value"] = "Planes;",
																["pos"] = 
																{
																	["y"] = 0,
																	["x"] = -152.4,
																	["z"] = 152.4,
																}, -- end of ["pos"]
															}, -- end of ["params"]
														}, -- end of [6]
														[7] = 
														{
															["enabled"] = true,
															["auto"] = false,
															["id"] = "WrappedAction",
															["number"] = 7,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["variantIndex"] = 1,
																		["name"] = 5,
																		["formationIndex"] = 6,
																		["value"] = 393217,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [7]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Turning Point",
											["ETA"] = 0,
											["ETA_locked"] = true,
											["y"] = 30937.74007452,
											["x"] = -8707.9161178158,
											["speed_locked"] = true,
											["formation_template"] = "",
										}, -- end of [1]
										[2] = 
										{
											["alt"] = 16,
											["action"] = "Landing",
											["alt_type"] = "BARO",
											["speed"] = 138.88888888889,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Land",
											["ETA"] = 383.7518888745,
											["ETA_locked"] = false,
											["y"] = 73776.745175,
											["x"] = -29311.714574,
											["speed_locked"] = true,
											["formation_template"] = "",
											["airdromeId"] = 2,
										}, -- end of [2]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 114,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["alt"] = 304.8,
										["alt_type"] = "BARO",
										["livery_id"] = "Bf-109 K4 G10 of Tibor Tobak RHAF",
										["skill"] = "Random",
										["speed"] = 123.33333333333,
										["AddPropAircraft"] = 
										{
											["MW50TankContents"] = 1,
										}, -- end of ["AddPropAircraft"]
										["type"] = "Bf-109K-4",
										["unitId"] = 237,
										["psi"] = -2.0190953065483,
										["onboard_num"] = "057",
										["y"] = 30937.74007452,
										["x"] = -8707.9161178158,
										["name"] = "JG 27 YELLOW 1",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 296,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = 2.0190953065483,
										["callsign"] = 
										{
											[1] = 4,
											[2] = 2,
											["name"] = "Colt21",
											[3] = 1,
										}, -- end of ["callsign"]
									}, -- end of [1]
									[2] = 
									{
										["alt"] = 304.8,
										["alt_type"] = "BARO",
										["livery_id"] = "Bf-109 K4 G10 of Tibor Tobak RHAF",
										["skill"] = "Random",
										["speed"] = 123.33333333333,
										["AddPropAircraft"] = 
										{
											["MW50TankContents"] = 1,
										}, -- end of ["AddPropAircraft"]
										["type"] = "Bf-109K-4",
										["unitId"] = 238,
										["psi"] = -2.0190953065483,
										["onboard_num"] = "058",
										["y"] = 30977.74007452,
										["x"] = -8747.9161178158,
										["name"] = "JG 27 YELLOW 2",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 296,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = 2.0190953065483,
										["callsign"] = 
										{
											[1] = 4,
											[2] = 2,
											["name"] = "Colt22",
											[3] = 2,
										}, -- end of ["callsign"]
									}, -- end of [2]
									[3] = 
									{
										["alt"] = 304.8,
										["alt_type"] = "BARO",
										["livery_id"] = "Bf-109 K4 G10 of Tibor Tobak RHAF",
										["skill"] = "Random",
										["speed"] = 123.33333333333,
										["AddPropAircraft"] = 
										{
											["MW50TankContents"] = 1,
										}, -- end of ["AddPropAircraft"]
										["type"] = "Bf-109K-4",
										["unitId"] = 239,
										["psi"] = -2.0190953065483,
										["onboard_num"] = "059",
										["y"] = 31017.74007452,
										["x"] = -8787.9161178158,
										["name"] = "JG 27 YELLOW 3",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 296,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = 2.0190953065483,
										["callsign"] = 
										{
											[1] = 4,
											[2] = 2,
											["name"] = "Colt23",
											[3] = 3,
										}, -- end of ["callsign"]
									}, -- end of [3]
									[4] = 
									{
										["alt"] = 304.8,
										["alt_type"] = "BARO",
										["livery_id"] = "Bf-109 K4 G10 of Tibor Tobak RHAF",
										["skill"] = "Random",
										["speed"] = 123.33333333333,
										["AddPropAircraft"] = 
										{
											["MW50TankContents"] = 1,
										}, -- end of ["AddPropAircraft"]
										["type"] = "Bf-109K-4",
										["unitId"] = 240,
										["psi"] = -2.0190953065483,
										["onboard_num"] = "060",
										["y"] = 31057.74007452,
										["x"] = -8827.9161178158,
										["name"] = "JG 27 YELLOW 4",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 296,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = 2.0190953065483,
										["callsign"] = 
										{
											[1] = 4,
											[2] = 2,
											["name"] = "Colt24",
											[3] = 4,
										}, -- end of ["callsign"]
									}, -- end of [4]
								}, -- end of ["units"]
								["y"] = 30937.74007452,
								["x"] = -8707.9161178158,
								["name"] = "JG 27 YELLOW",
								["communication"] = true,
								["start_time"] = 0,
								["modulation"] = 0,
								["frequency"] = 40,
							}, -- end of [13]
							[14] = 
							{
								["dynSpawnTemplate"] = false,
								["lateActivation"] = true,
								["tasks"] = {},
								["radioSet"] = false,
								["task"] = "Escort",
								["uncontrolled"] = false,
								["taskSelected"] = true,
								["route"] = 
								{
									["routeRelativeTOT"] = true,
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 6096,
											["action"] = "Turning Point",
											["alt_type"] = "BARO",
											["speed"] = 123.33333333333,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 1,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 17,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [1]
														[2] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 2,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 4,
																		["name"] = 18,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [2]
														[3] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 3,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 19,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [3]
														[4] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 4,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["targetTypes"] = {},
																		["name"] = 21,
																		["value"] = "none;",
																		["noTargetTypes"] = 
																		{
																			[1] = "Fighters",
																			[2] = "Multirole fighters",
																			[3] = "Bombers",
																			[4] = "Helicopters",
																			[5] = "UAVs",
																			[6] = "Infantry",
																			[7] = "Fortifications",
																			[8] = "Tanks",
																			[9] = "IFV",
																			[10] = "APC",
																			[11] = "Artillery",
																			[12] = "Unarmed vehicles",
																			[13] = "AAA",
																			[14] = "SR SAM",
																			[15] = "MR SAM",
																			[16] = "LR SAM",
																			[17] = "Aircraft Carriers",
																			[18] = "Cruisers",
																			[19] = "Destroyers",
																			[20] = "Frigates",
																			[21] = "Corvettes",
																			[22] = "Light armed ships",
																			[23] = "Unarmed ships",
																			[24] = "Submarines",
																			[25] = "Cruise missiles",
																			[26] = "Antiship Missiles",
																			[27] = "AA Missiles",
																			[28] = "AG Missiles",
																			[29] = "SA Missiles",
																		}, -- end of ["noTargetTypes"]
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [4]
														[5] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 5,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 35,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [5]
														[6] = 
														{
															["enabled"] = true,
															["auto"] = false,
															["id"] = "Escort",
															["number"] = 6,
															["params"] = 
															{
																["groupId"] = 103,
																["noTargetTypes"] = 
																{
																	[1] = "Helicopters",
																	[2] = "UAVs",
																}, -- end of ["noTargetTypes"]
																["targetTypes"] = 
																{
																	[1] = "Planes",
																}, -- end of ["targetTypes"]
																["engagementDistMax"] = 14800,
																["lastWptIndexFlagChangedManually"] = true,
																["lastWptIndex"] = 4,
																["lastWptIndexFlag"] = true,
																["value"] = "Planes;",
																["pos"] = 
																{
																	["y"] = 0,
																	["x"] = -152.4,
																	["z"] = 152.4,
																}, -- end of ["pos"]
															}, -- end of ["params"]
														}, -- end of [6]
														[7] = 
														{
															["enabled"] = true,
															["auto"] = false,
															["id"] = "WrappedAction",
															["number"] = 7,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["variantIndex"] = 1,
																		["name"] = 5,
																		["formationIndex"] = 6,
																		["value"] = 393217,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [7]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Turning Point",
											["ETA"] = 0,
											["ETA_locked"] = true,
											["y"] = 39427.354462337,
											["x"] = -10735.292173567,
											["speed_locked"] = true,
											["formation_template"] = "",
										}, -- end of [1]
										[2] = 
										{
											["alt"] = 16,
											["action"] = "Landing",
											["alt_type"] = "BARO",
											["speed"] = 138.88888888889,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Land",
											["ETA"] = 383.7518888745,
											["ETA_locked"] = false,
											["y"] = 73776.745175,
											["x"] = -29311.714574,
											["speed_locked"] = true,
											["formation_template"] = "",
											["airdromeId"] = 2,
										}, -- end of [2]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 115,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["alt"] = 6096,
										["alt_type"] = "BARO",
										["livery_id"] = "Bf-109 K4 G10 of Tibor Tobak RHAF",
										["skill"] = "Random",
										["speed"] = 123.33333333333,
										["AddPropAircraft"] = 
										{
											["MW50TankContents"] = 1,
										}, -- end of ["AddPropAircraft"]
										["type"] = "Bf-109K-4",
										["unitId"] = 241,
										["psi"] = -2.0665548944549,
										["onboard_num"] = "061",
										["y"] = 39427.354462337,
										["x"] = -10735.292173567,
										["name"] = "JG 27 BLUE 1",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 296,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = 2.0665548944549,
										["callsign"] = 
										{
											[1] = 5,
											[2] = 2,
											["name"] = "Dodge21",
											[3] = 1,
										}, -- end of ["callsign"]
									}, -- end of [1]
									[2] = 
									{
										["alt"] = 6096,
										["alt_type"] = "BARO",
										["livery_id"] = "Bf-109 K4 G10 of Tibor Tobak RHAF",
										["skill"] = "Random",
										["speed"] = 123.33333333333,
										["AddPropAircraft"] = 
										{
											["MW50TankContents"] = 1,
										}, -- end of ["AddPropAircraft"]
										["type"] = "Bf-109K-4",
										["unitId"] = 242,
										["psi"] = -2.0665548944549,
										["onboard_num"] = "062",
										["y"] = 39467.354462337,
										["x"] = -10775.292173567,
										["name"] = "JG 27 BLUE 2",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 296,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = 2.0665548944549,
										["callsign"] = 
										{
											[1] = 5,
											[2] = 2,
											["name"] = "Dodge22",
											[3] = 2,
										}, -- end of ["callsign"]
									}, -- end of [2]
									[3] = 
									{
										["alt"] = 6096,
										["alt_type"] = "BARO",
										["livery_id"] = "Bf-109 K4 G10 of Tibor Tobak RHAF",
										["skill"] = "Random",
										["speed"] = 123.33333333333,
										["AddPropAircraft"] = 
										{
											["MW50TankContents"] = 1,
										}, -- end of ["AddPropAircraft"]
										["type"] = "Bf-109K-4",
										["unitId"] = 243,
										["psi"] = -2.0665548944549,
										["onboard_num"] = "063",
										["y"] = 39507.354462337,
										["x"] = -10815.292173567,
										["name"] = "JG 27 BLUE 3",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 296,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = 2.0665548944549,
										["callsign"] = 
										{
											[1] = 5,
											[2] = 2,
											["name"] = "Dodge23",
											[3] = 3,
										}, -- end of ["callsign"]
									}, -- end of [3]
									[4] = 
									{
										["alt"] = 6096,
										["alt_type"] = "BARO",
										["livery_id"] = "Bf-109 K4 G10 of Tibor Tobak RHAF",
										["skill"] = "Random",
										["speed"] = 123.33333333333,
										["AddPropAircraft"] = 
										{
											["MW50TankContents"] = 1,
										}, -- end of ["AddPropAircraft"]
										["type"] = "Bf-109K-4",
										["unitId"] = 244,
										["psi"] = -2.0665548944549,
										["onboard_num"] = "064",
										["y"] = 39547.354462337,
										["x"] = -10855.292173567,
										["name"] = "JG 27 BLUE 4",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 296,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = 2.0665548944549,
										["callsign"] = 
										{
											[1] = 5,
											[2] = 2,
											["name"] = "Dodge24",
											[3] = 4,
										}, -- end of ["callsign"]
									}, -- end of [4]
								}, -- end of ["units"]
								["y"] = 39427.354462337,
								["x"] = -10735.292173567,
								["name"] = "JG 27 BLUE",
								["communication"] = true,
								["start_time"] = 0,
								["modulation"] = 0,
								["frequency"] = 40,
							}, -- end of [14]
							[15] = 
							{
								["dynSpawnTemplate"] = false,
								["lateActivation"] = true,
								["tasks"] = {},
								["radioSet"] = false,
								["task"] = "Escort",
								["uncontrolled"] = false,
								["taskSelected"] = true,
								["route"] = 
								{
									["routeRelativeTOT"] = true,
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 1828.8,
											["action"] = "Turning Point",
											["alt_type"] = "BARO",
											["speed"] = 123.33333333333,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["number"] = 1,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 17,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [1]
														[2] = 
														{
															["number"] = 2,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 4,
																		["name"] = 18,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [2]
														[3] = 
														{
															["number"] = 3,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 19,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [3]
														[4] = 
														{
															["number"] = 4,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["targetTypes"] = {},
																		["name"] = 21,
																		["value"] = "none;",
																		["noTargetTypes"] = 
																		{
																			[1] = "Fighters",
																			[2] = "Multirole fighters",
																			[3] = "Bombers",
																			[4] = "Helicopters",
																			[5] = "UAVs",
																			[6] = "Infantry",
																			[7] = "Fortifications",
																			[8] = "Tanks",
																			[9] = "IFV",
																			[10] = "APC",
																			[11] = "Artillery",
																			[12] = "Unarmed vehicles",
																			[13] = "AAA",
																			[14] = "SR SAM",
																			[15] = "MR SAM",
																			[16] = "LR SAM",
																			[17] = "Aircraft Carriers",
																			[18] = "Cruisers",
																			[19] = "Destroyers",
																			[20] = "Frigates",
																			[21] = "Corvettes",
																			[22] = "Light armed ships",
																			[23] = "Unarmed ships",
																			[24] = "Submarines",
																			[25] = "Cruise missiles",
																			[26] = "Antiship Missiles",
																			[27] = "AA Missiles",
																			[28] = "AG Missiles",
																			[29] = "SA Missiles",
																		}, -- end of ["noTargetTypes"]
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [4]
														[5] = 
														{
															["number"] = 5,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 35,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [5]
														[6] = 
														{
															["number"] = 6,
															["auto"] = false,
															["id"] = "Escort",
															["enabled"] = true,
															["params"] = 
															{
																["groupId"] = 89,
																["noTargetTypes"] = 
																{
																	[1] = "Helicopters",
																	[2] = "UAVs",
																}, -- end of ["noTargetTypes"]
																["lastWptIndexFlagChangedManually"] = true,
																["engagementDistMax"] = 14800,
																["targetTypes"] = 
																{
																	[1] = "Planes",
																}, -- end of ["targetTypes"]
																["lastWptIndex"] = 4,
																["lastWptIndexFlag"] = true,
																["value"] = "Planes;",
																["pos"] = 
																{
																	["y"] = 0,
																	["x"] = -152.4,
																	["z"] = 152.4,
																}, -- end of ["pos"]
															}, -- end of ["params"]
														}, -- end of [6]
														[7] = 
														{
															["number"] = 7,
															["auto"] = false,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["variantIndex"] = 1,
																		["name"] = 5,
																		["formationIndex"] = 6,
																		["value"] = 393217,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [7]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Turning Point",
											["ETA"] = 0,
											["ETA_locked"] = true,
											["y"] = 59867.14110873,
											["x"] = 23808.087033131,
											["speed_locked"] = true,
											["formation_template"] = "",
										}, -- end of [1]
										[2] = 
										{
											["alt"] = 16,
											["action"] = "Landing",
											["alt_type"] = "BARO",
											["speed"] = 138.88888888889,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Land",
											["ETA"] = 383.7518888745,
											["ETA_locked"] = false,
											["y"] = 73776.745175,
											["x"] = -29311.714574,
											["speed_locked"] = true,
											["formation_template"] = "",
											["airdromeId"] = 2,
										}, -- end of [2]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 116,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["alt"] = 1828.8,
										["alt_type"] = "BARO",
										["livery_id"] = "Bf-109 K4 G10 of Tibor Tobak RHAF",
										["skill"] = "Random",
										["speed"] = 123.33333333333,
										["AddPropAircraft"] = 
										{
											["MW50TankContents"] = 1,
										}, -- end of ["AddPropAircraft"]
										["type"] = "Bf-109K-4",
										["unitId"] = 245,
										["psi"] = -2.8854892765208,
										["onboard_num"] = "065",
										["y"] = 59867.14110873,
										["x"] = 23808.087033131,
										["name"] = "JG 28 RED 1",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 296,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = 2.8854892765208,
										["callsign"] = 
										{
											[1] = 6,
											[2] = 2,
											["name"] = "Ford21",
											[3] = 1,
										}, -- end of ["callsign"]
									}, -- end of [1]
									[2] = 
									{
										["alt"] = 1828.8,
										["alt_type"] = "BARO",
										["livery_id"] = "Bf-109 K4 G10 of Tibor Tobak RHAF",
										["skill"] = "Random",
										["speed"] = 123.33333333333,
										["AddPropAircraft"] = 
										{
											["MW50TankContents"] = 1,
										}, -- end of ["AddPropAircraft"]
										["type"] = "Bf-109K-4",
										["unitId"] = 246,
										["psi"] = -2.8854892765208,
										["onboard_num"] = "066",
										["y"] = 59907.14110873,
										["x"] = 23768.087033131,
										["name"] = "JG 28 RED 2",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 296,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = 2.8854892765208,
										["callsign"] = 
										{
											[1] = 6,
											[2] = 2,
											["name"] = "Ford22",
											[3] = 2,
										}, -- end of ["callsign"]
									}, -- end of [2]
									[3] = 
									{
										["alt"] = 1828.8,
										["alt_type"] = "BARO",
										["livery_id"] = "Bf-109 K4 G10 of Tibor Tobak RHAF",
										["skill"] = "Random",
										["speed"] = 123.33333333333,
										["AddPropAircraft"] = 
										{
											["MW50TankContents"] = 1,
										}, -- end of ["AddPropAircraft"]
										["type"] = "Bf-109K-4",
										["unitId"] = 247,
										["psi"] = -2.8854892765208,
										["onboard_num"] = "067",
										["y"] = 59947.14110873,
										["x"] = 23728.087033131,
										["name"] = "JG 28 RED 3",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 296,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = 2.8854892765208,
										["callsign"] = 
										{
											[1] = 6,
											[2] = 2,
											["name"] = "Ford23",
											[3] = 3,
										}, -- end of ["callsign"]
									}, -- end of [3]
									[4] = 
									{
										["alt"] = 1828.8,
										["alt_type"] = "BARO",
										["livery_id"] = "Bf-109 K4 G10 of Tibor Tobak RHAF",
										["skill"] = "Random",
										["speed"] = 123.33333333333,
										["AddPropAircraft"] = 
										{
											["MW50TankContents"] = 1,
										}, -- end of ["AddPropAircraft"]
										["type"] = "Bf-109K-4",
										["unitId"] = 248,
										["psi"] = -2.8854892765208,
										["onboard_num"] = "068",
										["y"] = 59987.14110873,
										["x"] = 23688.087033131,
										["name"] = "JG 28 RED 4",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 296,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = 2.8854892765208,
										["callsign"] = 
										{
											[1] = 6,
											[2] = 2,
											["name"] = "Ford24",
											[3] = 4,
										}, -- end of ["callsign"]
									}, -- end of [4]
								}, -- end of ["units"]
								["y"] = 59867.14110873,
								["x"] = 23808.087033131,
								["name"] = "JG 28 RED",
								["communication"] = true,
								["start_time"] = 0,
								["modulation"] = 0,
								["frequency"] = 40,
							}, -- end of [15]
							[16] = 
							{
								["dynSpawnTemplate"] = false,
								["lateActivation"] = true,
								["tasks"] = {},
								["radioSet"] = false,
								["task"] = "Escort",
								["uncontrolled"] = false,
								["taskSelected"] = true,
								["route"] = 
								{
									["routeRelativeTOT"] = true,
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 304.8,
											["action"] = "Turning Point",
											["alt_type"] = "BARO",
											["speed"] = 123.33333333333,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["number"] = 1,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 17,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [1]
														[2] = 
														{
															["number"] = 2,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 4,
																		["name"] = 18,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [2]
														[3] = 
														{
															["number"] = 3,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 19,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [3]
														[4] = 
														{
															["number"] = 4,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["targetTypes"] = {},
																		["name"] = 21,
																		["value"] = "none;",
																		["noTargetTypes"] = 
																		{
																			[1] = "Fighters",
																			[2] = "Multirole fighters",
																			[3] = "Bombers",
																			[4] = "Helicopters",
																			[5] = "UAVs",
																			[6] = "Infantry",
																			[7] = "Fortifications",
																			[8] = "Tanks",
																			[9] = "IFV",
																			[10] = "APC",
																			[11] = "Artillery",
																			[12] = "Unarmed vehicles",
																			[13] = "AAA",
																			[14] = "SR SAM",
																			[15] = "MR SAM",
																			[16] = "LR SAM",
																			[17] = "Aircraft Carriers",
																			[18] = "Cruisers",
																			[19] = "Destroyers",
																			[20] = "Frigates",
																			[21] = "Corvettes",
																			[22] = "Light armed ships",
																			[23] = "Unarmed ships",
																			[24] = "Submarines",
																			[25] = "Cruise missiles",
																			[26] = "Antiship Missiles",
																			[27] = "AA Missiles",
																			[28] = "AG Missiles",
																			[29] = "SA Missiles",
																		}, -- end of ["noTargetTypes"]
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [4]
														[5] = 
														{
															["number"] = 5,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 35,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [5]
														[6] = 
														{
															["number"] = 6,
															["auto"] = false,
															["id"] = "Escort",
															["enabled"] = true,
															["params"] = 
															{
																["groupId"] = 90,
																["noTargetTypes"] = 
																{
																	[1] = "Helicopters",
																	[2] = "UAVs",
																}, -- end of ["noTargetTypes"]
																["lastWptIndexFlagChangedManually"] = true,
																["engagementDistMax"] = 14800,
																["targetTypes"] = 
																{
																	[1] = "Planes",
																}, -- end of ["targetTypes"]
																["lastWptIndex"] = 4,
																["lastWptIndexFlag"] = true,
																["value"] = "Planes;",
																["pos"] = 
																{
																	["y"] = 0,
																	["x"] = -152.4,
																	["z"] = 152.4,
																}, -- end of ["pos"]
															}, -- end of ["params"]
														}, -- end of [6]
														[7] = 
														{
															["number"] = 7,
															["auto"] = false,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["variantIndex"] = 1,
																		["name"] = 5,
																		["formationIndex"] = 6,
																		["value"] = 393217,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [7]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Turning Point",
											["ETA"] = 0,
											["ETA_locked"] = true,
											["y"] = 67638.523053009,
											["x"] = 33334.091284568,
											["speed_locked"] = true,
											["formation_template"] = "",
										}, -- end of [1]
										[2] = 
										{
											["alt"] = 16,
											["action"] = "Landing",
											["alt_type"] = "BARO",
											["speed"] = 138.88888888889,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Land",
											["ETA"] = 383.7518888745,
											["ETA_locked"] = false,
											["y"] = 73776.745175,
											["x"] = -29311.714574,
											["speed_locked"] = true,
											["formation_template"] = "",
											["airdromeId"] = 2,
										}, -- end of [2]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 117,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["alt"] = 304.8,
										["alt_type"] = "BARO",
										["livery_id"] = "Bf-109 K4 G10 of Tibor Tobak RHAF",
										["skill"] = "Random",
										["speed"] = 123.33333333333,
										["AddPropAircraft"] = 
										{
											["MW50TankContents"] = 1,
										}, -- end of ["AddPropAircraft"]
										["type"] = "Bf-109K-4",
										["unitId"] = 249,
										["psi"] = -3.0439214566587,
										["onboard_num"] = "069",
										["y"] = 67638.523053009,
										["x"] = 33334.091284568,
										["name"] = "JG 28 BLUE 1",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 296,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = 3.0439214566587,
										["callsign"] = 
										{
											[1] = 7,
											[2] = 2,
											["name"] = "Chevy21",
											[3] = 1,
										}, -- end of ["callsign"]
									}, -- end of [1]
									[2] = 
									{
										["alt"] = 304.8,
										["alt_type"] = "BARO",
										["livery_id"] = "Bf-109 K4 G10 of Tibor Tobak RHAF",
										["skill"] = "Random",
										["speed"] = 123.33333333333,
										["AddPropAircraft"] = 
										{
											["MW50TankContents"] = 1,
										}, -- end of ["AddPropAircraft"]
										["type"] = "Bf-109K-4",
										["unitId"] = 250,
										["psi"] = -3.0439214566587,
										["onboard_num"] = "070",
										["y"] = 67678.523053009,
										["x"] = 33294.091284568,
										["name"] = "JG 28 BLUE 2",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 296,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = 3.0439214566587,
										["callsign"] = 
										{
											[1] = 7,
											[2] = 2,
											["name"] = "Chevy22",
											[3] = 2,
										}, -- end of ["callsign"]
									}, -- end of [2]
									[3] = 
									{
										["alt"] = 304.8,
										["alt_type"] = "BARO",
										["livery_id"] = "Bf-109 K4 G10 of Tibor Tobak RHAF",
										["skill"] = "Random",
										["speed"] = 123.33333333333,
										["AddPropAircraft"] = 
										{
											["MW50TankContents"] = 1,
										}, -- end of ["AddPropAircraft"]
										["type"] = "Bf-109K-4",
										["unitId"] = 251,
										["psi"] = -3.0439214566587,
										["onboard_num"] = "071",
										["y"] = 67718.523053009,
										["x"] = 33254.091284568,
										["name"] = "JG 28 BLUE 3",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 296,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = 3.0439214566587,
										["callsign"] = 
										{
											[1] = 7,
											[2] = 2,
											["name"] = "Chevy23",
											[3] = 3,
										}, -- end of ["callsign"]
									}, -- end of [3]
									[4] = 
									{
										["alt"] = 304.8,
										["alt_type"] = "BARO",
										["livery_id"] = "Bf-109 K4 G10 of Tibor Tobak RHAF",
										["skill"] = "Random",
										["speed"] = 123.33333333333,
										["AddPropAircraft"] = 
										{
											["MW50TankContents"] = 1,
										}, -- end of ["AddPropAircraft"]
										["type"] = "Bf-109K-4",
										["unitId"] = 252,
										["psi"] = -3.0439214566587,
										["onboard_num"] = "072",
										["y"] = 67758.523053009,
										["x"] = 33214.091284568,
										["name"] = "JG 28 BLUE 4",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 296,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = 3.0439214566587,
										["callsign"] = 
										{
											[1] = 7,
											[2] = 2,
											["name"] = "Chevy24",
											[3] = 4,
										}, -- end of ["callsign"]
									}, -- end of [4]
								}, -- end of ["units"]
								["y"] = 67638.523053009,
								["x"] = 33334.091284568,
								["name"] = "JG 28 BLUE",
								["communication"] = true,
								["start_time"] = 0,
								["modulation"] = 0,
								["frequency"] = 40,
							}, -- end of [16]
						}, -- end of ["group"]
					}, -- end of ["plane"]
				}, -- end of [1]
			}, -- end of ["country"]
		}, -- end of ["red"]
	}, -- end of ["coalition"]
	["sortie"] = "DictKey_sortie_5",
	["version"] = 23,
	["trigrules"] = 
	{
		[1] = 
		{
			["rules"] = {},
			["eventlist"] = "",
			["comment"] = "Load MIST Script",
			["predicate"] = "triggerStart",
			["actions"] = 
			{
				[1] = 
				{
					["predicate"] = "a_do_script_file",
					["file"] = "ResKey_Action_12",
				}, -- end of [1]
			}, -- end of ["actions"]
			["colorItem"] = "0x808080ff",
		}, -- end of [1]
		[2] = 
		{
			["rules"] = {},
			["eventlist"] = "",
			["comment"] = "Roll Dice Lympne",
			["predicate"] = "triggerStart",
			["actions"] = 
			{
				[1] = 
				{
					["flag"] = "4",
					["min_value"] = 1,
					["predicate"] = "a_set_flag_random",
					["max_value"] = 4,
				}, -- end of [1]
			}, -- end of ["actions"]
			["colorItem"] = "0x808080ff",
		}, -- end of [2]
		[3] = 
		{
			["rules"] = {},
			["comment"] = "Roll Dice Hawkinge",
			["eventlist"] = "",
			["actions"] = 
			{
				[1] = 
				{
					["flag"] = "5",
					["min_value"] = 1,
					["predicate"] = "a_set_flag_random",
					["max_value"] = 4,
				}, -- end of [1]
			}, -- end of ["actions"]
			["predicate"] = "triggerStart",
			["colorItem"] = "0x808080ff",
		}, -- end of [3]
		[4] = 
		{
			["rules"] = {},
			["eventlist"] = "",
			["comment"] = "Roll Dice Manston",
			["predicate"] = "triggerStart",
			["actions"] = 
			{
				[1] = 
				{
					["flag"] = "6",
					["min_value"] = 1,
					["predicate"] = "a_set_flag_random",
					["max_value"] = 4,
				}, -- end of [1]
			}, -- end of ["actions"]
			["colorItem"] = "0x808080ff",
		}, -- end of [4]
		[5] = 
		{
			["rules"] = {},
			["eventlist"] = "",
			["comment"] = "Reset Radio",
			["actions"] = 
			{
				[1] = 
				{
					["flag"] = "21",
					["predicate"] = "a_clear_flag",
				}, -- end of [1]
				[2] = 
				{
					["flag"] = "22",
					["predicate"] = "a_clear_flag",
				}, -- end of [2]
				[3] = 
				{
					["flag"] = "23",
					["predicate"] = "a_clear_flag",
				}, -- end of [3]
			}, -- end of ["actions"]
			["predicate"] = "triggerStart",
			["colorItem"] = "0x808080ff",
		}, -- end of [5]
		[6] = 
		{
			["rules"] = {},
			["eventlist"] = "",
			["comment"] = "Radio Option Light",
			["actions"] = 
			{
				[1] = 
				{
					["value"] = 1,
					["flag"] = "21",
					["KeyDict_radiotext"] = "DictKey_ActionRadioText_6",
					["radiotext"] = "DictKey_ActionRadioText_6",
					["predicate"] = "a_add_radio_item",
				}, -- end of [1]
			}, -- end of ["actions"]
			["predicate"] = "triggerOnce",
			["colorItem"] = "0x00ff00ff",
		}, -- end of [6]
		[7] = 
		{
			["rules"] = {},
			["eventlist"] = "",
			["comment"] = "Radio Option Medium",
			["actions"] = 
			{
				[1] = 
				{
					["value"] = 1,
					["flag"] = "22",
					["KeyDict_radiotext"] = "DictKey_ActionRadioText_7",
					["radiotext"] = "DictKey_ActionRadioText_7",
					["predicate"] = "a_add_radio_item",
				}, -- end of [1]
			}, -- end of ["actions"]
			["predicate"] = "triggerOnce",
			["colorItem"] = "0x00ff00ff",
		}, -- end of [7]
		[8] = 
		{
			["rules"] = {},
			["eventlist"] = "",
			["comment"] = "Radio Option Heavy",
			["actions"] = 
			{
				[1] = 
				{
					["value"] = 1,
					["flag"] = "23",
					["KeyDict_radiotext"] = "DictKey_ActionRadioText_8",
					["radiotext"] = "DictKey_ActionRadioText_8",
					["predicate"] = "a_add_radio_item",
				}, -- end of [1]
			}, -- end of ["actions"]
			["predicate"] = "triggerOnce",
			["colorItem"] = "0x00ff00ff",
		}, -- end of [8]
		[9] = 
		{
			["rules"] = 
			{
				[1] = 
				{
					["flag"] = "21",
					["predicate"] = "c_flag_equals",
					["value"] = 1,
				}, -- end of [1]
				[2] = 
				{
					["flag"] = "4",
					["predicate"] = "c_flag_equals",
					["value"] = 1,
				}, -- end of [2]
			}, -- end of ["rules"]
			["eventlist"] = "",
			["comment"] = "Spawn Lympne Light A",
			["predicate"] = "triggerOnce",
			["actions"] = 
			{
				[1] = 
				{
					["group"] = 80,
					["predicate"] = "a_activate_group",
				}, -- end of [1]
			}, -- end of ["actions"]
			["colorItem"] = "0x008000ff",
		}, -- end of [9]
		[10] = 
		{
			["rules"] = 
			{
				[1] = 
				{
					["flag"] = "22",
					["predicate"] = "c_flag_equals",
					["value"] = 1,
				}, -- end of [1]
				[2] = 
				{
					["flag"] = "4",
					["predicate"] = "c_flag_equals",
					["value"] = 1,
				}, -- end of [2]
			}, -- end of ["rules"]
			["comment"] = "Spawn Lympne Medium A",
			["eventlist"] = "",
			["actions"] = 
			{
				[1] = 
				{
					["group"] = 80,
					["predicate"] = "a_activate_group",
				}, -- end of [1]
				[2] = 
				{
					["group"] = 111,
					["predicate"] = "a_activate_group",
				}, -- end of [2]
			}, -- end of ["actions"]
			["predicate"] = "triggerOnce",
			["colorItem"] = "0x008000ff",
		}, -- end of [10]
		[11] = 
		{
			["rules"] = 
			{
				[1] = 
				{
					["flag"] = "21",
					["predicate"] = "c_flag_equals",
					["value"] = 1,
				}, -- end of [1]
				[2] = 
				{
					["flag"] = "4",
					["predicate"] = "c_flag_equals",
					["value"] = 2,
				}, -- end of [2]
			}, -- end of ["rules"]
			["comment"] = "Spawn Lympne Light B",
			["eventlist"] = "",
			["actions"] = 
			{
				[1] = 
				{
					["group"] = 83,
					["predicate"] = "a_activate_group",
				}, -- end of [1]
			}, -- end of ["actions"]
			["predicate"] = "triggerOnce",
			["colorItem"] = "0x008000ff",
		}, -- end of [11]
		[12] = 
		{
			["rules"] = 
			{
				[1] = 
				{
					["flag"] = "22",
					["predicate"] = "c_flag_equals",
					["value"] = 1,
				}, -- end of [1]
				[2] = 
				{
					["flag"] = "4",
					["predicate"] = "c_flag_equals",
					["value"] = 2,
				}, -- end of [2]
			}, -- end of ["rules"]
			["eventlist"] = "",
			["comment"] = "Spawn Lympne Medium B",
			["predicate"] = "triggerOnce",
			["actions"] = 
			{
				[1] = 
				{
					["group"] = 83,
					["predicate"] = "a_activate_group",
				}, -- end of [1]
				[2] = 
				{
					["group"] = 112,
					["predicate"] = "a_activate_group",
				}, -- end of [2]
			}, -- end of ["actions"]
			["colorItem"] = "0x008000ff",
		}, -- end of [12]
		[13] = 
		{
			["rules"] = 
			{
				[1] = 
				{
					["flag"] = "21",
					["predicate"] = "c_flag_equals",
					["value"] = 1,
				}, -- end of [1]
				[2] = 
				{
					["flag"] = "4",
					["predicate"] = "c_flag_equals",
					["value"] = 3,
				}, -- end of [2]
			}, -- end of ["rules"]
			["eventlist"] = "",
			["comment"] = "Spawn Lympne Light C",
			["predicate"] = "triggerOnce",
			["actions"] = 
			{
				[1] = 
				{
					["group"] = 83,
					["predicate"] = "a_activate_group",
				}, -- end of [1]
				[2] = 
				{
					["group"] = 80,
					["predicate"] = "a_activate_group",
				}, -- end of [2]
			}, -- end of ["actions"]
			["colorItem"] = "0x008000ff",
		}, -- end of [13]
		[14] = 
		{
			["rules"] = 
			{
				[1] = 
				{
					["flag"] = "22",
					["predicate"] = "c_flag_equals",
					["value"] = 1,
				}, -- end of [1]
				[2] = 
				{
					["flag"] = "4",
					["predicate"] = "c_flag_equals",
					["value"] = 3,
				}, -- end of [2]
			}, -- end of ["rules"]
			["comment"] = "Spawn Lympne Medium C",
			["eventlist"] = "",
			["actions"] = 
			{
				[1] = 
				{
					["group"] = 83,
					["predicate"] = "a_activate_group",
				}, -- end of [1]
				[2] = 
				{
					["group"] = 80,
					["predicate"] = "a_activate_group",
				}, -- end of [2]
				[3] = 
				{
					["group"] = 111,
					["predicate"] = "a_activate_group",
				}, -- end of [3]
				[4] = 
				{
					["group"] = 112,
					["predicate"] = "a_activate_group",
				}, -- end of [4]
			}, -- end of ["actions"]
			["predicate"] = "triggerOnce",
			["colorItem"] = "0x008000ff",
		}, -- end of [14]
		[15] = 
		{
			["rules"] = 
			{
				[1] = 
				{
					["value"] = 1,
					["predicate"] = "c_flag_equals",
					["flag"] = "21",
				}, -- end of [1]
				[2] = 
				{
					["flag"] = "4",
					["predicate"] = "c_flag_equals",
					["value"] = 4,
				}, -- end of [2]
			}, -- end of ["rules"]
			["eventlist"] = "",
			["comment"] = "Spawn Lympne Light D",
			["predicate"] = "triggerOnce",
			["actions"] = 
			{
				[1] = 
				{
					["group"] = 102,
					["predicate"] = "a_activate_group",
				}, -- end of [1]
			}, -- end of ["actions"]
			["colorItem"] = "0x008000ff",
		}, -- end of [15]
		[16] = 
		{
			["rules"] = 
			{
				[1] = 
				{
					["value"] = 1,
					["predicate"] = "c_flag_equals",
					["flag"] = "22",
				}, -- end of [1]
				[2] = 
				{
					["flag"] = "4",
					["predicate"] = "c_flag_equals",
					["value"] = 4,
				}, -- end of [2]
			}, -- end of ["rules"]
			["comment"] = "Spawn Lympne Medium D",
			["eventlist"] = "",
			["actions"] = 
			{
				[1] = 
				{
					["group"] = 102,
					["predicate"] = "a_activate_group",
				}, -- end of [1]
				[2] = 
				{
					["group"] = 110,
					["predicate"] = "a_activate_group",
				}, -- end of [2]
			}, -- end of ["actions"]
			["predicate"] = "triggerOnce",
			["colorItem"] = "0x008000ff",
		}, -- end of [16]
		[17] = 
		{
			["rules"] = 
			{
				[1] = 
				{
					["flag"] = "21",
					["predicate"] = "c_flag_equals",
					["value"] = 1,
				}, -- end of [1]
				[2] = 
				{
					["flag"] = "5",
					["predicate"] = "c_flag_equals",
					["value"] = 1,
				}, -- end of [2]
			}, -- end of ["rules"]
			["comment"] = "Spawn Hawkinge Light A",
			["eventlist"] = "",
			["actions"] = 
			{
				[1] = 
				{
					["group"] = 87,
					["predicate"] = "a_activate_group",
				}, -- end of [1]
			}, -- end of ["actions"]
			["predicate"] = "triggerOnce",
			["colorItem"] = "0x008000ff",
		}, -- end of [17]
		[18] = 
		{
			["rules"] = 
			{
				[1] = 
				{
					["flag"] = "22",
					["predicate"] = "c_flag_equals",
					["value"] = 1,
				}, -- end of [1]
				[2] = 
				{
					["flag"] = "5",
					["predicate"] = "c_flag_equals",
					["value"] = 1,
				}, -- end of [2]
			}, -- end of ["rules"]
			["eventlist"] = "",
			["comment"] = "Spawn Hawkinge Medium A",
			["predicate"] = "triggerOnce",
			["actions"] = 
			{
				[1] = 
				{
					["group"] = 87,
					["predicate"] = "a_activate_group",
				}, -- end of [1]
				[2] = 
				{
					["group"] = 113,
					["predicate"] = "a_activate_group",
				}, -- end of [2]
			}, -- end of ["actions"]
			["colorItem"] = "0x008000ff",
		}, -- end of [18]
		[19] = 
		{
			["rules"] = 
			{
				[1] = 
				{
					["flag"] = "21",
					["predicate"] = "c_flag_equals",
					["value"] = 1,
				}, -- end of [1]
				[2] = 
				{
					["flag"] = "5",
					["predicate"] = "c_flag_equals",
					["value"] = 2,
				}, -- end of [2]
			}, -- end of ["rules"]
			["eventlist"] = "",
			["comment"] = "Spawn Hawkinge Light B",
			["predicate"] = "triggerOnce",
			["actions"] = 
			{
				[1] = 
				{
					["group"] = 88,
					["predicate"] = "a_activate_group",
				}, -- end of [1]
			}, -- end of ["actions"]
			["colorItem"] = "0x008000ff",
		}, -- end of [19]
		[20] = 
		{
			["rules"] = 
			{
				[1] = 
				{
					["flag"] = "22",
					["predicate"] = "c_flag_equals",
					["value"] = 1,
				}, -- end of [1]
				[2] = 
				{
					["flag"] = "5",
					["predicate"] = "c_flag_equals",
					["value"] = 2,
				}, -- end of [2]
			}, -- end of ["rules"]
			["comment"] = "Spawn Hawkinge Medium B",
			["eventlist"] = "",
			["actions"] = 
			{
				[1] = 
				{
					["group"] = 88,
					["predicate"] = "a_activate_group",
				}, -- end of [1]
				[2] = 
				{
					["group"] = 114,
					["predicate"] = "a_activate_group",
				}, -- end of [2]
			}, -- end of ["actions"]
			["predicate"] = "triggerOnce",
			["colorItem"] = "0x008000ff",
		}, -- end of [20]
		[21] = 
		{
			["rules"] = 
			{
				[1] = 
				{
					["flag"] = "21",
					["predicate"] = "c_flag_equals",
					["value"] = 1,
				}, -- end of [1]
				[2] = 
				{
					["flag"] = "5",
					["predicate"] = "c_flag_equals",
					["value"] = 3,
				}, -- end of [2]
			}, -- end of ["rules"]
			["comment"] = "Spawn Hawkinge Light C",
			["eventlist"] = "",
			["actions"] = 
			{
				[1] = 
				{
					["group"] = 88,
					["predicate"] = "a_activate_group",
				}, -- end of [1]
				[2] = 
				{
					["group"] = 87,
					["predicate"] = "a_activate_group",
				}, -- end of [2]
			}, -- end of ["actions"]
			["predicate"] = "triggerOnce",
			["colorItem"] = "0x008000ff",
		}, -- end of [21]
		[22] = 
		{
			["rules"] = 
			{
				[1] = 
				{
					["flag"] = "22",
					["predicate"] = "c_flag_equals",
					["value"] = 1,
				}, -- end of [1]
				[2] = 
				{
					["flag"] = "5",
					["predicate"] = "c_flag_equals",
					["value"] = 3,
				}, -- end of [2]
			}, -- end of ["rules"]
			["eventlist"] = "",
			["comment"] = "Spawn Hawkinge Medium C",
			["predicate"] = "triggerOnce",
			["actions"] = 
			{
				[1] = 
				{
					["group"] = 88,
					["predicate"] = "a_activate_group",
				}, -- end of [1]
				[2] = 
				{
					["group"] = 87,
					["predicate"] = "a_activate_group",
				}, -- end of [2]
				[3] = 
				{
					["group"] = 114,
					["predicate"] = "a_activate_group",
				}, -- end of [3]
				[4] = 
				{
					["group"] = 113,
					["predicate"] = "a_activate_group",
				}, -- end of [4]
			}, -- end of ["actions"]
			["colorItem"] = "0x008000ff",
		}, -- end of [22]
		[23] = 
		{
			["rules"] = 
			{
				[1] = 
				{
					["value"] = 1,
					["predicate"] = "c_flag_equals",
					["flag"] = "21",
				}, -- end of [1]
				[2] = 
				{
					["flag"] = "5",
					["predicate"] = "c_flag_equals",
					["value"] = 4,
				}, -- end of [2]
			}, -- end of ["rules"]
			["comment"] = "Spawn Hawkinge Light D",
			["eventlist"] = "",
			["actions"] = 
			{
				[1] = 
				{
					["group"] = 103,
					["predicate"] = "a_activate_group",
				}, -- end of [1]
			}, -- end of ["actions"]
			["predicate"] = "triggerOnce",
			["colorItem"] = "0x008000ff",
		}, -- end of [23]
		[24] = 
		{
			["rules"] = 
			{
				[1] = 
				{
					["value"] = 1,
					["predicate"] = "c_flag_equals",
					["flag"] = "22",
				}, -- end of [1]
				[2] = 
				{
					["flag"] = "5",
					["predicate"] = "c_flag_equals",
					["value"] = 4,
				}, -- end of [2]
			}, -- end of ["rules"]
			["eventlist"] = "",
			["comment"] = "Spawn Hawkinge Medium D",
			["predicate"] = "triggerOnce",
			["actions"] = 
			{
				[1] = 
				{
					["group"] = 103,
					["predicate"] = "a_activate_group",
				}, -- end of [1]
				[2] = 
				{
					["group"] = 115,
					["predicate"] = "a_activate_group",
				}, -- end of [2]
			}, -- end of ["actions"]
			["colorItem"] = "0x008000ff",
		}, -- end of [24]
		[25] = 
		{
			["rules"] = 
			{
				[1] = 
				{
					["flag"] = "21",
					["predicate"] = "c_flag_equals",
					["value"] = 1,
				}, -- end of [1]
				[2] = 
				{
					["flag"] = "6",
					["predicate"] = "c_flag_equals",
					["value"] = 1,
				}, -- end of [2]
			}, -- end of ["rules"]
			["eventlist"] = "",
			["comment"] = "Spawn Manston Light A",
			["predicate"] = "triggerOnce",
			["actions"] = 
			{
				[1] = 
				{
					["group"] = 89,
					["predicate"] = "a_activate_group",
				}, -- end of [1]
			}, -- end of ["actions"]
			["colorItem"] = "0x008000ff",
		}, -- end of [25]
		[26] = 
		{
			["rules"] = 
			{
				[1] = 
				{
					["flag"] = "22",
					["predicate"] = "c_flag_equals",
					["value"] = 1,
				}, -- end of [1]
				[2] = 
				{
					["flag"] = "6",
					["predicate"] = "c_flag_equals",
					["value"] = 1,
				}, -- end of [2]
			}, -- end of ["rules"]
			["comment"] = "Spawn Manston Medium A",
			["eventlist"] = "",
			["actions"] = 
			{
				[1] = 
				{
					["group"] = 89,
					["predicate"] = "a_activate_group",
				}, -- end of [1]
				[2] = 
				{
					["group"] = 116,
					["predicate"] = "a_activate_group",
				}, -- end of [2]
			}, -- end of ["actions"]
			["predicate"] = "triggerOnce",
			["colorItem"] = "0x008000ff",
		}, -- end of [26]
		[27] = 
		{
			["rules"] = 
			{
				[1] = 
				{
					["flag"] = "21",
					["predicate"] = "c_flag_equals",
					["value"] = 1,
				}, -- end of [1]
				[2] = 
				{
					["flag"] = "6",
					["predicate"] = "c_flag_equals",
					["value"] = 2,
				}, -- end of [2]
			}, -- end of ["rules"]
			["comment"] = "Spawn Manston Light B",
			["eventlist"] = "",
			["actions"] = 
			{
				[1] = 
				{
					["group"] = 90,
					["predicate"] = "a_activate_group",
				}, -- end of [1]
			}, -- end of ["actions"]
			["predicate"] = "triggerOnce",
			["colorItem"] = "0x008000ff",
		}, -- end of [27]
		[28] = 
		{
			["rules"] = 
			{
				[1] = 
				{
					["flag"] = "22",
					["predicate"] = "c_flag_equals",
					["value"] = 1,
				}, -- end of [1]
				[2] = 
				{
					["flag"] = "6",
					["predicate"] = "c_flag_equals",
					["value"] = 2,
				}, -- end of [2]
			}, -- end of ["rules"]
			["eventlist"] = "",
			["comment"] = "Spawn Manston Medium B",
			["predicate"] = "triggerOnce",
			["actions"] = 
			{
				[1] = 
				{
					["group"] = 90,
					["predicate"] = "a_activate_group",
				}, -- end of [1]
				[2] = 
				{
					["group"] = 117,
					["predicate"] = "a_activate_group",
				}, -- end of [2]
			}, -- end of ["actions"]
			["colorItem"] = "0x008000ff",
		}, -- end of [28]
		[29] = 
		{
			["rules"] = 
			{
				[1] = 
				{
					["flag"] = "21",
					["predicate"] = "c_flag_equals",
					["value"] = 1,
				}, -- end of [1]
				[2] = 
				{
					["flag"] = "6",
					["predicate"] = "c_flag_equals",
					["value"] = 3,
				}, -- end of [2]
			}, -- end of ["rules"]
			["eventlist"] = "",
			["comment"] = "Spawn Manston Light c",
			["predicate"] = "triggerOnce",
			["actions"] = 
			{
				[1] = 
				{
					["group"] = 90,
					["predicate"] = "a_activate_group",
				}, -- end of [1]
				[2] = 
				{
					["group"] = 89,
					["predicate"] = "a_activate_group",
				}, -- end of [2]
			}, -- end of ["actions"]
			["colorItem"] = "0x008000ff",
		}, -- end of [29]
		[30] = 
		{
			["rules"] = 
			{
				[1] = 
				{
					["flag"] = "22",
					["predicate"] = "c_flag_equals",
					["value"] = 1,
				}, -- end of [1]
				[2] = 
				{
					["flag"] = "6",
					["predicate"] = "c_flag_equals",
					["value"] = 3,
				}, -- end of [2]
			}, -- end of ["rules"]
			["comment"] = "Spawn Manston Medium c",
			["eventlist"] = "",
			["actions"] = 
			{
				[1] = 
				{
					["group"] = 90,
					["predicate"] = "a_activate_group",
				}, -- end of [1]
				[2] = 
				{
					["group"] = 89,
					["predicate"] = "a_activate_group",
				}, -- end of [2]
				[3] = 
				{
					["group"] = 117,
					["predicate"] = "a_activate_group",
				}, -- end of [3]
				[4] = 
				{
					["group"] = 116,
					["predicate"] = "a_activate_group",
				}, -- end of [4]
			}, -- end of ["actions"]
			["predicate"] = "triggerOnce",
			["colorItem"] = "0x008000ff",
		}, -- end of [30]
		[31] = 
		{
			["rules"] = 
			{
				[1] = 
				{
					["flag"] = "23",
					["predicate"] = "c_flag_equals",
					["value"] = 1,
				}, -- end of [1]
			}, -- end of ["rules"]
			["eventlist"] = "",
			["comment"] = "Spawn Heavy",
			["predicate"] = "triggerOnce",
			["actions"] = 
			{
				[1] = 
				{
					["group"] = 111,
					["predicate"] = "a_activate_group",
				}, -- end of [1]
				[2] = 
				{
					["group"] = 110,
					["predicate"] = "a_activate_group",
				}, -- end of [2]
				[3] = 
				{
					["group"] = 112,
					["predicate"] = "a_activate_group",
				}, -- end of [3]
				[4] = 
				{
					["group"] = 115,
					["predicate"] = "a_activate_group",
				}, -- end of [4]
				[5] = 
				{
					["group"] = 113,
					["predicate"] = "a_activate_group",
				}, -- end of [5]
				[6] = 
				{
					["group"] = 114,
					["predicate"] = "a_activate_group",
				}, -- end of [6]
				[7] = 
				{
					["group"] = 117,
					["predicate"] = "a_activate_group",
				}, -- end of [7]
				[8] = 
				{
					["group"] = 116,
					["predicate"] = "a_activate_group",
				}, -- end of [8]
				[9] = 
				{
					["group"] = 88,
					["predicate"] = "a_activate_group",
				}, -- end of [9]
				[10] = 
				{
					["group"] = 89,
					["predicate"] = "a_activate_group",
				}, -- end of [10]
				[11] = 
				{
					["group"] = 87,
					["predicate"] = "a_activate_group",
				}, -- end of [11]
				[12] = 
				{
					["group"] = 90,
					["predicate"] = "a_activate_group",
				}, -- end of [12]
				[13] = 
				{
					["group"] = 83,
					["predicate"] = "a_activate_group",
				}, -- end of [13]
				[14] = 
				{
					["group"] = 80,
					["predicate"] = "a_activate_group",
				}, -- end of [14]
				[15] = 
				{
					["group"] = 102,
					["predicate"] = "a_activate_group",
				}, -- end of [15]
				[16] = 
				{
					["group"] = 103,
					["predicate"] = "a_activate_group",
				}, -- end of [16]
			}, -- end of ["actions"]
			["colorItem"] = "0x008000ff",
		}, -- end of [31]
		[32] = 
		{
			["rules"] = 
			{
				[1] = 
				{
					["predicate"] = "c_time_after",
					["seconds"] = 30,
				}, -- end of [1]
			}, -- end of ["rules"]
			["eventlist"] = "",
			["comment"] = "Count Lympne Sector",
			["actions"] = 
			{
				[1] = 
				{
					["text"] = "-- 1. Define the units to look for (RED coalition, PLANES and HELOS)\
local redAirUnits = mist.makeUnitTable({ '[red][plane]', '[red][helicopter]' })\
\
-- 2. Define the zone to check\
local zoneName = 'LympneSector'\
\
-- 3. Get a table of matching units currently in that zone\
local unitsInZone = mist.getUnitsInZones(redAirUnits, {zoneName})\
\
-- 4. Set Flag 10 to the number of units found\
trigger.action.setUserFlag(10, #unitsInZone)\
\
-- Optional: Display the count on screen for testing\
-- trigger.action.outText(\"Red Air in Zone: \" .. #unitsInZone, 1)",
					["predicate"] = "a_do_script",
				}, -- end of [1]
			}, -- end of ["actions"]
			["predicate"] = "triggerContinious",
			["colorItem"] = "0xffff00ff",
		}, -- end of [32]
		[33] = 
		{
			["rules"] = 
			{
				[1] = 
				{
					["value"] = 2,
					["predicate"] = "c_flag_more",
					["flag"] = "10",
				}, -- end of [1]
			}, -- end of ["rules"]
			["eventlist"] = "",
			["comment"] = "Scamble Lympne Small Group",
			["actions"] = 
			{
				[1] = 
				{
					["altitude"] = 1,
					["zone"] = 7,
					["color"] = "1",
					["predicate"] = "a_signal_flare",
					["bearing"] = "0",
				}, -- end of [1]
				[2] = 
				{
					["predicate"] = "a_ai_task",
					["ai_task"] = 
					{
						[1] = 4,
						[2] = 1,
					}, -- end of ["ai_task"]
				}, -- end of [2]
				[3] = 
				{
					["modulation"] = true,
					["zone"] = 11,
					["frequency"] = 124,
					["text"] = "DictKey_ActionText_26",
					["KeyDict_text"] = "DictKey_ActionText_26",
					["predicate"] = "a_radio_transmission",
					["subtitles_duration"] = 0,
					["loop"] = false,
					["name"] = "",
					["power"] = 10000,
					["start_delay"] = 0,
					["file"] = "ResKey_Action_25",
					["squelch_effects"] = true,
					["mic_effects"] = false,
				}, -- end of [3]
			}, -- end of ["actions"]
			["predicate"] = "triggerOnce",
			["colorItem"] = "0xffff00ff",
		}, -- end of [33]
		[34] = 
		{
			["rules"] = 
			{
				[1] = 
				{
					["flag"] = "10",
					["predicate"] = "c_flag_more",
					["value"] = 4,
				}, -- end of [1]
			}, -- end of ["rules"]
			["eventlist"] = "",
			["comment"] = "Scramble Lympne Medium Group",
			["predicate"] = "triggerOnce",
			["actions"] = 
			{
				[1] = 
				{
					["altitude"] = 1,
					["zone"] = 7,
					["color"] = "3",
					["predicate"] = "a_signal_flare",
					["bearing"] = "0",
				}, -- end of [1]
				[2] = 
				{
					["predicate"] = "a_ai_task",
					["ai_task"] = 
					{
						[1] = 3,
						[2] = 1,
					}, -- end of ["ai_task"]
				}, -- end of [2]
			}, -- end of ["actions"]
			["colorItem"] = "0xffff00ff",
		}, -- end of [34]
		[35] = 
		{
			["rules"] = 
			{
				[1] = 
				{
					["flag"] = "10",
					["predicate"] = "c_flag_more",
					["value"] = 2,
				}, -- end of [1]
				[2] = 
				{
					["unit"] = 1,
					["predicate"] = "c_unit_in_zone",
					["zone"] = 7,
				}, -- end of [2]
			}, -- end of ["rules"]
			["eventlist"] = "",
			["comment"] = "Scramble Alarm 41 Squadron Blue Section",
			["predicate"] = "triggerOnce",
			["actions"] = 
			{
				[1] = 
				{
					["predicate"] = "a_out_sound_u",
					["file"] = "ResKey_Action_20",
					["start_delay"] = 0,
					["unit"] = 1,
				}, -- end of [1]
			}, -- end of ["actions"]
			["colorItem"] = "0xffffffff",
		}, -- end of [35]
		[36] = 
		{
			["rules"] = 
			{
				[1] = 
				{
					["flag"] = "10",
					["predicate"] = "c_flag_more",
					["value"] = 2,
				}, -- end of [1]
				[2] = 
				{
					["zone"] = 7,
					["predicate"] = "c_unit_in_zone",
					["unit"] = 3,
				}, -- end of [2]
			}, -- end of ["rules"]
			["comment"] = "Scramble Alarm 41 Squadron Green Section",
			["eventlist"] = "",
			["actions"] = 
			{
				[1] = 
				{
					["start_delay"] = 0,
					["file"] = "ResKey_Action_31",
					["predicate"] = "a_out_sound_u",
					["unit"] = 3,
				}, -- end of [1]
			}, -- end of ["actions"]
			["predicate"] = "triggerOnce",
			["colorItem"] = "0xffffffff",
		}, -- end of [36]
		[37] = 
		{
			["rules"] = 
			{
				[1] = 
				{
					["predicate"] = "c_time_after",
					["seconds"] = 30,
				}, -- end of [1]
			}, -- end of ["rules"]
			["comment"] = "Count Hawkinge Sector",
			["eventlist"] = "",
			["predicate"] = "triggerContinious",
			["actions"] = 
			{
				[1] = 
				{
					["text"] = "-- 1. Define the units to look for (RED coalition, PLANES and HELOS)\
local redAirUnits = mist.makeUnitTable({ '[red][plane]', '[red][helicopter]' })\
\
-- 2. Define the zone to check\
local zoneName = 'HawkingeSector'\
\
-- 3. Get a table of matching units currently in that zone\
local unitsInZone = mist.getUnitsInZones(redAirUnits, {zoneName})\
\
-- 4. Set Flag 11 to the number of units found\
trigger.action.setUserFlag(11, #unitsInZone)\
\
-- Optional: Display the count on screen for testing\
-- trigger.action.outText(\"Red Air in Zone: \" .. #unitsInZone, 1)",
					["predicate"] = "a_do_script",
				}, -- end of [1]
			}, -- end of ["actions"]
			["colorItem"] = "0x808040ff",
		}, -- end of [37]
		[38] = 
		{
			["rules"] = 
			{
				[1] = 
				{
					["value"] = 2,
					["predicate"] = "c_flag_more",
					["flag"] = "11",
				}, -- end of [1]
			}, -- end of ["rules"]
			["comment"] = "Scamble Hawkinge Small Group",
			["eventlist"] = "",
			["predicate"] = "triggerOnce",
			["actions"] = 
			{
				[1] = 
				{
					["altitude"] = 1,
					["zone"] = 9,
					["color"] = "1",
					["predicate"] = "a_signal_flare",
					["bearing"] = "0",
				}, -- end of [1]
				[2] = 
				{
					["predicate"] = "a_ai_task",
					["ai_task"] = 
					{
						[1] = 84,
						[2] = 1,
					}, -- end of ["ai_task"]
				}, -- end of [2]
				[3] = 
				{
					["modulation"] = true,
					["zone"] = 11,
					["frequency"] = 124,
					["text"] = "DictKey_ActionText_28",
					["KeyDict_text"] = "DictKey_ActionText_28",
					["predicate"] = "a_radio_transmission",
					["subtitles_duration"] = 0,
					["loop"] = false,
					["name"] = "",
					["power"] = 10000,
					["start_delay"] = 0,
					["file"] = "ResKey_Action_27",
					["squelch_effects"] = true,
					["mic_effects"] = false,
				}, -- end of [3]
			}, -- end of ["actions"]
			["colorItem"] = "0x808040ff",
		}, -- end of [38]
		[39] = 
		{
			["rules"] = 
			{
				[1] = 
				{
					["flag"] = "11",
					["predicate"] = "c_flag_more",
					["value"] = 4,
				}, -- end of [1]
			}, -- end of ["rules"]
			["comment"] = "Scramble Hawkinge Medium Group",
			["eventlist"] = "",
			["actions"] = 
			{
				[1] = 
				{
					["altitude"] = 1,
					["zone"] = 9,
					["color"] = "3",
					["predicate"] = "a_signal_flare",
					["bearing"] = "0",
				}, -- end of [1]
				[2] = 
				{
					["predicate"] = "a_ai_task",
					["ai_task"] = 
					{
						[1] = 85,
						[2] = 1,
					}, -- end of ["ai_task"]
				}, -- end of [2]
			}, -- end of ["actions"]
			["predicate"] = "triggerOnce",
			["colorItem"] = "0x808040ff",
		}, -- end of [39]
		[40] = 
		{
			["rules"] = 
			{
				[1] = 
				{
					["flag"] = "11",
					["predicate"] = "c_flag_more",
					["value"] = 8,
				}, -- end of [1]
			}, -- end of ["rules"]
			["eventlist"] = "",
			["comment"] = "Scramble Hawkinge Large Group",
			["predicate"] = "triggerOnce",
			["actions"] = 
			{
				[1] = 
				{
					["altitude"] = 1,
					["zone"] = 9,
					["color"] = "0",
					["predicate"] = "a_signal_flare",
					["bearing"] = "0",
				}, -- end of [1]
				[2] = 
				{
					["predicate"] = "a_ai_task",
					["ai_task"] = 
					{
						[1] = 86,
						[2] = 1,
					}, -- end of ["ai_task"]
				}, -- end of [2]
			}, -- end of ["actions"]
			["colorItem"] = "0x808040ff",
		}, -- end of [40]
		[41] = 
		{
			["rules"] = 
			{
				[1] = 
				{
					["flag"] = "11",
					["predicate"] = "c_flag_more",
					["value"] = 2,
				}, -- end of [1]
				[2] = 
				{
					["zone"] = 9,
					["predicate"] = "c_unit_in_zone",
					["unit"] = 171,
				}, -- end of [2]
			}, -- end of ["rules"]
			["comment"] = "Scramble Alarm 91 Squadron Blue Section 1",
			["eventlist"] = "",
			["actions"] = 
			{
				[1] = 
				{
					["start_delay"] = 0,
					["file"] = "ResKey_Action_32",
					["predicate"] = "a_out_sound_u",
					["unit"] = 171,
				}, -- end of [1]
			}, -- end of ["actions"]
			["predicate"] = "triggerOnce",
			["colorItem"] = "0xffffffff",
		}, -- end of [41]
		[42] = 
		{
			["rules"] = 
			{
				[1] = 
				{
					["flag"] = "11",
					["predicate"] = "c_flag_more",
					["value"] = 2,
				}, -- end of [1]
				[2] = 
				{
					["unit"] = 172,
					["predicate"] = "c_unit_in_zone",
					["zone"] = 9,
				}, -- end of [2]
			}, -- end of ["rules"]
			["eventlist"] = "",
			["comment"] = "Scramble Alarm 91 Squadron Blue Section 2",
			["predicate"] = "triggerOnce",
			["actions"] = 
			{
				[1] = 
				{
					["predicate"] = "a_out_sound_u",
					["file"] = "ResKey_Action_33",
					["start_delay"] = 0,
					["unit"] = 172,
				}, -- end of [1]
			}, -- end of ["actions"]
			["colorItem"] = "0xffffffff",
		}, -- end of [42]
		[43] = 
		{
			["rules"] = 
			{
				[1] = 
				{
					["flag"] = "11",
					["predicate"] = "c_flag_more",
					["value"] = 2,
				}, -- end of [1]
				[2] = 
				{
					["zone"] = 9,
					["predicate"] = "c_unit_in_zone",
					["unit"] = 173,
				}, -- end of [2]
			}, -- end of ["rules"]
			["comment"] = "Scramble Alarm 91 Squadron Blue Section 3",
			["eventlist"] = "",
			["actions"] = 
			{
				[1] = 
				{
					["start_delay"] = 0,
					["file"] = "ResKey_Action_34",
					["predicate"] = "a_out_sound_u",
					["unit"] = 173,
				}, -- end of [1]
			}, -- end of ["actions"]
			["predicate"] = "triggerOnce",
			["colorItem"] = "0xffffffff",
		}, -- end of [43]
		[44] = 
		{
			["rules"] = 
			{
				[1] = 
				{
					["predicate"] = "c_time_after",
					["seconds"] = 30,
				}, -- end of [1]
			}, -- end of ["rules"]
			["eventlist"] = "",
			["comment"] = "Count Manston Sector",
			["actions"] = 
			{
				[1] = 
				{
					["text"] = "-- 1. Define the units to look for (RED coalition, PLANES and HELOS)\
local redAirUnits = mist.makeUnitTable({ '[red][plane]', '[red][helicopter]' })\
\
-- 2. Define the zone to check\
local zoneName = 'ManstonSector'\
\
-- 3. Get a table of matching units currently in that zone\
local unitsInZone = mist.getUnitsInZones(redAirUnits, {zoneName})\
\
-- 4. Set Flag 12 to the number of units found\
trigger.action.setUserFlag(12, #unitsInZone)\
\
-- Optional: Display the count on screen for testing\
-- trigger.action.outText(\"Red Air in Zone: \" .. #unitsInZone, 1)",
					["predicate"] = "a_do_script",
				}, -- end of [1]
			}, -- end of ["actions"]
			["predicate"] = "triggerContinious",
			["colorItem"] = "0xffff80ff",
		}, -- end of [44]
		[45] = 
		{
			["rules"] = 
			{
				[1] = 
				{
					["value"] = 2,
					["predicate"] = "c_flag_more",
					["flag"] = "12",
				}, -- end of [1]
			}, -- end of ["rules"]
			["eventlist"] = "",
			["comment"] = "Scamble Manston Small Group",
			["actions"] = 
			{
				[1] = 
				{
					["altitude"] = 1,
					["zone"] = 10,
					["color"] = "1",
					["predicate"] = "a_signal_flare",
					["bearing"] = "0",
				}, -- end of [1]
				[2] = 
				{
					["predicate"] = "a_ai_task",
					["ai_task"] = 
					{
						[1] = 91,
						[2] = 1,
					}, -- end of ["ai_task"]
				}, -- end of [2]
				[3] = 
				{
					["modulation"] = true,
					["zone"] = 11,
					["frequency"] = 124,
					["text"] = "DictKey_ActionText_30",
					["KeyDict_text"] = "DictKey_ActionText_30",
					["predicate"] = "a_radio_transmission",
					["subtitles_duration"] = 0,
					["loop"] = false,
					["name"] = "",
					["power"] = 10000,
					["start_delay"] = 0,
					["file"] = "ResKey_Action_29",
					["squelch_effects"] = true,
					["mic_effects"] = false,
				}, -- end of [3]
			}, -- end of ["actions"]
			["predicate"] = "triggerOnce",
			["colorItem"] = "0xffff80ff",
		}, -- end of [45]
		[46] = 
		{
			["rules"] = 
			{
				[1] = 
				{
					["flag"] = "12",
					["predicate"] = "c_flag_more",
					["value"] = 4,
				}, -- end of [1]
			}, -- end of ["rules"]
			["eventlist"] = "",
			["comment"] = "Scramble Manston Medium Group",
			["predicate"] = "triggerOnce",
			["actions"] = 
			{
				[1] = 
				{
					["altitude"] = 1,
					["zone"] = 10,
					["color"] = "3",
					["predicate"] = "a_signal_flare",
					["bearing"] = "0",
				}, -- end of [1]
				[2] = 
				{
					["predicate"] = "a_ai_task",
					["ai_task"] = 
					{
						[1] = 92,
						[2] = 1,
					}, -- end of ["ai_task"]
				}, -- end of [2]
			}, -- end of ["actions"]
			["colorItem"] = "0xffff80ff",
		}, -- end of [46]
		[47] = 
		{
			["rules"] = 
			{
				[1] = 
				{
					["flag"] = "12",
					["predicate"] = "c_flag_more",
					["value"] = 8,
				}, -- end of [1]
			}, -- end of ["rules"]
			["comment"] = "Scramble Manston Large Group",
			["eventlist"] = "",
			["actions"] = 
			{
				[1] = 
				{
					["altitude"] = 1,
					["zone"] = 10,
					["color"] = "0",
					["predicate"] = "a_signal_flare",
					["bearing"] = "0",
				}, -- end of [1]
				[2] = 
				{
					["predicate"] = "a_ai_task",
					["ai_task"] = 
					{
						[1] = 93,
						[2] = 1,
					}, -- end of ["ai_task"]
				}, -- end of [2]
			}, -- end of ["actions"]
			["predicate"] = "triggerOnce",
			["colorItem"] = "0xffff80ff",
		}, -- end of [47]
		[48] = 
		{
			["rules"] = 
			{
				[1] = 
				{
					["predicate"] = "c_time_after",
					["seconds"] = 30,
				}, -- end of [1]
			}, -- end of ["rules"]
			["comment"] = "Count Detling Sector",
			["eventlist"] = "",
			["predicate"] = "triggerContinious",
			["actions"] = 
			{
				[1] = 
				{
					["text"] = "-- 1. Define the units to look for (RED coalition, PLANES and HELOS)\
local redAirUnits = mist.makeUnitTable({ '[red][plane]', '[red][helicopter]' })\
\
-- 2. Define the zone to check\
local zoneName = 'DetlingSector'\
\
-- 3. Get a table of matching units currently in that zone\
local unitsInZone = mist.getUnitsInZones(redAirUnits, {zoneName})\
\
-- 4. Set Flag 13 to the number of units found\
trigger.action.setUserFlag(13, #unitsInZone)\
\
-- Optional: Display the count on screen for testing\
-- trigger.action.outText(\"Red Air in Zone: \" .. #unitsInZone, 1)",
					["predicate"] = "a_do_script",
				}, -- end of [1]
			}, -- end of ["actions"]
			["colorItem"] = "0x8080ffff",
		}, -- end of [48]
		[49] = 
		{
			["rules"] = 
			{
				[1] = 
				{
					["value"] = 2,
					["predicate"] = "c_flag_more",
					["flag"] = "13",
				}, -- end of [1]
			}, -- end of ["rules"]
			["comment"] = "Scamble Detling Small Group",
			["eventlist"] = "",
			["predicate"] = "triggerOnce",
			["actions"] = 
			{
				[1] = 
				{
					["altitude"] = 1,
					["zone"] = 12,
					["color"] = "1",
					["predicate"] = "a_signal_flare",
					["bearing"] = "0",
				}, -- end of [1]
				[2] = 
				{
					["predicate"] = "a_ai_task",
					["ai_task"] = 
					{
						[1] = 105,
						[2] = 1,
					}, -- end of ["ai_task"]
				}, -- end of [2]
				[3] = 
				{
					["modulation"] = true,
					["zone"] = 11,
					["mic_effects"] = false,
					["text"] = "DictKey_ActionText_37",
					["KeyDict_text"] = "DictKey_ActionText_37",
					["squelch_effects"] = true,
					["subtitles_duration"] = 0,
					["loop"] = false,
					["name"] = "",
					["start_delay"] = 0,
					["power"] = 10000,
					["file"] = "ResKey_Action_36",
					["predicate"] = "a_radio_transmission",
					["frequency"] = 124,
				}, -- end of [3]
			}, -- end of ["actions"]
			["colorItem"] = "0x8080ffff",
		}, -- end of [49]
		[50] = 
		{
			["rules"] = 
			{
				[1] = 
				{
					["flag"] = "13",
					["predicate"] = "c_flag_more",
					["value"] = 4,
				}, -- end of [1]
			}, -- end of ["rules"]
			["comment"] = "Scramble Detling Medium Group",
			["eventlist"] = "",
			["actions"] = 
			{
				[1] = 
				{
					["altitude"] = 1,
					["zone"] = 12,
					["color"] = "3",
					["predicate"] = "a_signal_flare",
					["bearing"] = "0",
				}, -- end of [1]
				[2] = 
				{
					["predicate"] = "a_ai_task",
					["ai_task"] = 
					{
						[1] = 106,
						[2] = 1,
					}, -- end of ["ai_task"]
				}, -- end of [2]
			}, -- end of ["actions"]
			["predicate"] = "triggerOnce",
			["colorItem"] = "0x8080ffff",
		}, -- end of [50]
		[51] = 
		{
			["rules"] = 
			{
				[1] = 
				{
					["predicate"] = "c_time_after",
					["seconds"] = 30,
				}, -- end of [1]
			}, -- end of ["rules"]
			["eventlist"] = "",
			["comment"] = "Count Eastchurch Sector",
			["actions"] = 
			{
				[1] = 
				{
					["text"] = "-- 1. Define the units to look for (RED coalition, PLANES and HELOS)\
local redAirUnits = mist.makeUnitTable({ '[red][plane]', '[red][helicopter]' })\
\
-- 2. Define the zone to check\
local zoneName = 'EastchurchSector'\
\
-- 3. Get a table of matching units currently in that zone\
local unitsInZone = mist.getUnitsInZones(redAirUnits, {zoneName})\
\
-- 4. Set Flag 14 to the number of units found\
trigger.action.setUserFlag(14, #unitsInZone)\
\
-- Optional: Display the count on screen for testing\
-- trigger.action.outText(\"Red Air in Zone: \" .. #unitsInZone, 1)",
					["predicate"] = "a_do_script",
				}, -- end of [1]
			}, -- end of ["actions"]
			["predicate"] = "triggerContinious",
			["colorItem"] = "0x8000ffff",
		}, -- end of [51]
		[52] = 
		{
			["rules"] = 
			{
				[1] = 
				{
					["value"] = 2,
					["predicate"] = "c_flag_more",
					["flag"] = "14",
				}, -- end of [1]
			}, -- end of ["rules"]
			["eventlist"] = "",
			["comment"] = "Scamble Eastchurch Small Group",
			["actions"] = 
			{
				[1] = 
				{
					["altitude"] = 1,
					["zone"] = 13,
					["color"] = "1",
					["predicate"] = "a_signal_flare",
					["bearing"] = "0",
				}, -- end of [1]
				[2] = 
				{
					["predicate"] = "a_ai_task",
					["ai_task"] = 
					{
						[1] = 108,
						[2] = 1,
					}, -- end of ["ai_task"]
				}, -- end of [2]
				[3] = 
				{
					["modulation"] = true,
					["zone"] = 11,
					["frequency"] = 124,
					["text"] = "DictKey_ActionText_40",
					["KeyDict_text"] = "DictKey_ActionText_40",
					["predicate"] = "a_radio_transmission",
					["subtitles_duration"] = 0,
					["loop"] = false,
					["name"] = "",
					["power"] = 10000,
					["start_delay"] = 0,
					["file"] = "ResKey_Action_39",
					["squelch_effects"] = true,
					["mic_effects"] = false,
				}, -- end of [3]
			}, -- end of ["actions"]
			["predicate"] = "triggerOnce",
			["colorItem"] = "0x8000ffff",
		}, -- end of [52]
		[53] = 
		{
			["rules"] = 
			{
				[1] = 
				{
					["flag"] = "14",
					["predicate"] = "c_flag_more",
					["value"] = 4,
				}, -- end of [1]
			}, -- end of ["rules"]
			["eventlist"] = "",
			["comment"] = "Scramble Eastchruch Medium Group",
			["predicate"] = "triggerOnce",
			["actions"] = 
			{
				[1] = 
				{
					["altitude"] = 1,
					["zone"] = 13,
					["color"] = "3",
					["predicate"] = "a_signal_flare",
					["bearing"] = "0",
				}, -- end of [1]
				[2] = 
				{
					["predicate"] = "a_ai_task",
					["ai_task"] = 
					{
						[1] = 109,
						[2] = 1,
					}, -- end of ["ai_task"]
				}, -- end of [2]
			}, -- end of ["actions"]
			["colorItem"] = "0x8000ffff",
		}, -- end of [53]
		[54] = 
		{
			["rules"] = 
			{
				[1] = 
				{
					["predicate"] = "c_time_after",
					["seconds"] = 30,
				}, -- end of [1]
			}, -- end of ["rules"]
			["eventlist"] = "",
			["comment"] = "Return To Base",
			["actions"] = 
			{
				[1] = 
				{
					["text"] = "local function BlueRTBCheck()\
    -- Create a table of all blue airplanes and helicopters\
    local blueUnits = mist.makeUnitTable({'[blue][plane]', '[blue][helicopter]'})\
    \
    -- Find units in the specific zone\
    local unitsInZone = mist.getUnitsInZones(blueUnits, {'RetunToBase'})\
    \
    for i = 1, #unitsInZone do\
        local unit = unitsInZone[i]\
        local group = unit:getGroup()\
        \
        -- Command the group to switch to the last waypoint (RTB)\
        -- Assuming last waypoint is the landing waypoint\
        local lastWP = #group:getController():getTask().params.waypoints\
        group:getController():pushTask({\
            id = 'SwitchWaypoint', \
            params = {\
                fromWayPointIndex = 1,\
                goToWayPointIndex = lastWP\
            }\
        })\
    end\
end\
\
-- Run this check every 10 seconds\
mist.scheduleFunction(BlueRTBCheck, {}, timer.getTime() + 1, 10)",
					["predicate"] = "a_do_script",
				}, -- end of [1]
			}, -- end of ["actions"]
			["predicate"] = "triggerContinious",
			["colorItem"] = "0x00ffffff",
		}, -- end of [54]
	}, -- end of ["trigrules"]
	["currentKey"] = 103188,
	["failures"] = {},
	["forcedOptions"] = {},
	["start_time"] = 28800,
} -- end of mission
