mission = 
{
    ["trig"] = 
    {
        ["actions"] = 
        {
            [1] = "a_do_script_file(\"Mistv3_3.lua\");a_do_script(\"automan_config = {\\\
  menu_coalitions = {coalition.side.RED, coalition.side.BLUE}\\\
}\");a_do_script_file(\"automan_v3.4.lua\");a_do_script(\"AIRTraffic_config = {\\\
    -- How many aircrafts active at once, 4*airports is a good number\\\
    craftCount = 2,\\\
    -- seconds to rest after landed, before destroying and spawning a new one\\\
    -- warning, this includes the taxi time\\\
    restTime = 480,\\\
    -- list of airports where to spawn/land (exact name)\\\
    airports = {\\\
        [1] = \\\"Tbilisi-Lochini\\\",\\\
    },\\\
    -- possible aircrafts to spawn (taken from the AIRTraffic_CraftsTable keys)\\\
    aircrafts = {\\\
        [1] = \\\"Georgia:Yak-40\\\",\\\
    },\\\
}\");a_do_script_file(\"AIRTraffic_v1.6.lua\");",
            [2] = "a_out_text_delay(\"Alpha-1 is moving.\", 15);a_out_sound(\"Static.ogg\");",
            [3] = "a_out_text_delay(\"Alpha-1 is stopping.\", 15);a_out_sound(\"Static.ogg\");",
            [4] = "a_out_text_delay(\"Ikoti has been crossed.\\\
Additional enemy defences activating.\", 15);a_out_sound(\"Static.ogg\");a_ai_task(23, 1);a_ai_task(24, 1);a_activate_group(30); mission.trig.func[4]=nil;",
            [5] = "a_out_text_delay(\"SPH1 Group at Tianeti is cleared.\", 15);a_out_sound(\"Static.ogg\"); mission.trig.func[5]=nil;",
            [6] = "a_out_text_delay(\"SPH2 Group at Ikoti is cleared.\", 15);a_out_sound(\"Static.ogg\"); mission.trig.func[6]=nil;",
            [7] = "a_set_flag(11); mission.trig.func[7]=nil;",
            [8] = "a_out_text_delay(\"All SPHs are cleared.\", 15);a_out_sound(\"Static.ogg\"); mission.trig.func[8]=nil;",
            [9] = "a_out_text_delay(\"SHORAD1 is cleared.\", 15);a_out_sound(\"Static.ogg\"); mission.trig.func[9]=nil;",
            [10] = "a_out_text_delay(\"SHORAD2 is cleared.\", 15);a_out_sound(\"Static.ogg\"); mission.trig.func[10]=nil;",
            [11] = "a_set_flag(12); mission.trig.func[11]=nil;",
            [12] = "a_out_text_delay(\"All SHORADs are cleared.\", 15);a_out_sound(\"Static.ogg\"); mission.trig.func[12]=nil;",
            [13] = "a_out_text_delay(\"A-10C Task is complete.\\\
You can follow with convoy escort now.\", 15);a_out_sound(\"Static.ogg\"); mission.trig.func[13]=nil;",
            [14] = "a_out_text_delay(\"Convoy arrived to destination.\\\
Mission is concluded.\", 15);a_out_sound(\"Static.ogg\"); mission.trig.func[14]=nil;",
        }, -- end of ["actions"]
        ["events"] = 
        {
        }, -- end of ["events"]
        ["custom"] = 
        {
        }, -- end of ["custom"]
        ["func"] = 
        {
            [2] = "if mission.trig.conditions[2]() then if not mission.trig.flag[2] then mission.trig.actions[2](); mission.trig.flag[2] = true;end; else mission.trig.flag[2] = false; end;",
            [3] = "if mission.trig.conditions[3]() then if not mission.trig.flag[3] then mission.trig.actions[3](); mission.trig.flag[3] = true;end; else mission.trig.flag[3] = false; 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",
            [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",
        }, -- 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,
        }, -- end of ["flag"]
        ["conditions"] = 
        {
            [1] = "return(c_flag_is_false(1) )",
            [2] = "return(c_unit_speed_higher(1, 1) or c_unit_speed_higher(2, 1) or c_unit_speed_higher(3, 1) or c_unit_speed_higher(4, 1) )",
            [3] = "return(c_unit_speed_lower(1, 1) and c_unit_speed_lower(2, 1) and c_unit_speed_lower(3, 1) and c_unit_speed_lower(4, 1) )",
            [4] = "return(c_part_of_coalition_in_zone(\"blue\", 2) )",
            [5] = "return(c_group_dead(10) and c_group_dead(11) )",
            [6] = "return(c_group_dead(14) and c_group_dead(15) )",
            [7] = "return(c_group_dead(14) and c_group_dead(15) and c_group_dead(10) and c_group_dead(11) )",
            [8] = "return(c_time_since_flag(11, 20) )",
            [9] = "return(c_group_dead(17) and c_group_dead(18) and c_group_dead(19) and c_group_dead(20) )",
            [10] = "return(c_group_dead(22) and c_group_dead(26) and c_group_dead(27) and c_group_dead(28) )",
            [11] = "return(c_group_dead(17) and c_group_dead(18) and c_group_dead(19) and c_group_dead(20) and c_group_dead(22) and c_group_dead(26) and c_group_dead(27) and c_group_dead(28) )",
            [12] = "return(c_time_since_flag(12, 20) )",
            [13] = "return(c_time_since_flag(11, 40) and c_time_since_flag(12, 40) )",
            [14] = "return(c_part_of_group_in_zone(1, 1) )",
        }, -- end of ["conditions"]
        ["customStartup"] = 
        {
        }, -- end of ["customStartup"]
        ["funcStartup"] = 
        {
            [1] = "if mission.trig.conditions[1]() then mission.trig.actions[1]() end",
        }, -- end of ["funcStartup"]
    }, -- end of ["trig"]
    ["result"] = 
    {
        ["offline"] = 
        {
            ["conditions"] = 
            {
            }, -- end of ["conditions"]
            ["actions"] = 
            {
            }, -- end of ["actions"]
            ["func"] = 
            {
            }, -- end of ["func"]
        }, -- end of ["offline"]
        ["total"] = 0,
        ["blue"] = 
        {
            ["conditions"] = 
            {
            }, -- end of ["conditions"]
            ["actions"] = 
            {
            }, -- end of ["actions"]
            ["func"] = 
            {
            }, -- end of ["func"]
        }, -- end of ["blue"]
        ["red"] = 
        {
            ["conditions"] = 
            {
            }, -- end of ["conditions"]
            ["actions"] = 
            {
            }, -- end of ["actions"]
            ["func"] = 
            {
            }, -- end of ["func"]
        }, -- end of ["red"]
    }, -- end of ["result"]
    ["groundControl"] = 
    {
        ["isPilotControlVehicles"] = true,
        ["roles"] = 
        {
            ["artillery_commander"] = 
            {
                ["blue"] = 2,
                ["red"] = 0,
            }, -- end of ["artillery_commander"]
            ["instructor"] = 
            {
                ["blue"] = 2,
                ["red"] = 0,
            }, -- end of ["instructor"]
            ["observer"] = 
            {
                ["blue"] = 2,
                ["red"] = 0,
            }, -- end of ["observer"]
            ["forward_observer"] = 
            {
                ["blue"] = 2,
                ["red"] = 0,
            }, -- end of ["forward_observer"]
        }, -- end of ["roles"]
    }, -- end of ["groundControl"]
    ["usedModules"] = 
    {
        ["A-10C Warthog by Eagle Dynamics"] = true,
        ["UH-1H Huey by Belsimtek"] = true,
        ["TF-51D Mustang by Eagle Dynamics"] = true,
        ["Combined Arms by Eagle Dynamics"] = true,
        ["Su-25A by Eagle Dynamics"] = false,
        ["F-15C"] = true,
        ["Mi-8MTV2 Hip by Belsimtek"] = true,
        ["Su-25T by Eagle Dynamics"] = true,
        ["Ka-50 Black Shark by Eagle Dynamics"] = true,
        ["36 Stormo Virtuale ModPack by 36stormovirtuale.net"] = true,
        ["P-51D Mustang by Eagle Dynamics"] = true,
        ["A-10A by Eagle Dynamics"] = false,
        ["World War II AI Units by Eagle Dynamics"] = true,
        ["Flaming Cliffs by Eagle Dynamics"] = true,
    }, -- end of ["usedModules"]
    ["resourceCounter"] = 
    {
        ["Static.ogg"] = 11,
        ["automan_v3.4.lua"] = 1,
        ["Mistv3_3.lua"] = 1,
        ["AIRTraffic_v1.6.lua"] = 1,
    }, -- end of ["resourceCounter"]
    ["triggers"] = 
    {
        ["zones"] = 
        {
            [1] = 
            {
                ["y"] = 868125.42857143,
                ["radius"] = 300,
                ["zoneId"] = 1,
                ["color"] = 
                {
                    [1] = 0,
                    [2] = 0,
                    [3] = 1,
                    [4] = 0.14901960784314,
                }, -- end of ["color"]
                ["x"] = -271683.14285713,
                ["hidden"] = false,
                ["name"] = "CONVOY ARRIVAL",
            }, -- end of [1]
            [2] = 
            {
                ["y"] = 843572.57142857,
                ["radius"] = 15000,
                ["zoneId"] = 2,
                ["color"] = 
                {
                    [1] = 1,
                    [2] = 0,
                    [3] = 0,
                    [4] = 0.14901960784314,
                }, -- end of ["color"]
                ["x"] = -265743.14285713,
                ["hidden"] = false,
                ["name"] = "SOUTH OSSETIA BORDER",
            }, -- end of [2]
        }, -- end of ["zones"]
    }, -- end of ["triggers"]
    ["weather"] = 
    {
        ["atmosphere_type"] = 0,
        ["wind"] = 
        {
            ["at8000"] = 
            {
                ["speed"] = 2,
                ["dir"] = 90,
            }, -- end of ["at8000"]
            ["atGround"] = 
            {
                ["speed"] = 2,
                ["dir"] = 90,
            }, -- end of ["atGround"]
            ["at2000"] = 
            {
                ["speed"] = 2,
                ["dir"] = 90,
            }, -- end of ["at2000"]
        }, -- end of ["wind"]
        ["enable_fog"] = false,
        ["turbulence"] = 
        {
            ["at8000"] = 0,
            ["atGround"] = 2,
            ["at2000"] = 0,
        }, -- end of ["turbulence"]
        ["season"] = 
        {
            ["iseason"] = 4,
            ["temperature"] = 6,
        }, -- end of ["season"]
        ["type_weather"] = 0,
        ["qnh"] = 755,
        ["cyclones"] = 
        {
        }, -- end of ["cyclones"]
        ["name"] = "Winter, clean sky",
        ["fog"] = 
        {
            ["thickness"] = 0,
            ["visibility"] = 25,
            ["density"] = 7,
        }, -- end of ["fog"]
        ["visibility"] = 
        {
            ["distance"] = 80000,
        }, -- end of ["visibility"]
        ["clouds"] = 
        {
            ["thickness"] = 300,
            ["density"] = 4,
            ["base"] = 3000,
            ["iprecptns"] = 0,
        }, -- end of ["clouds"]
    }, -- end of ["weather"]
    ["theatre"] = "Caucasus",
    ["needModules"] = 
    {
    }, -- end of ["needModules"]
    ["map"] = 
    {
        ["centerY"] = 897564.28571429,
        ["zoom"] = 500000,
        ["centerX"] = -274359.42857141,
    }, -- end of ["map"]
    ["coalitions"] = 
    {
        ["blue"] = 
        {
            [1] = 21,
            [2] = 8,
            [3] = 5,
            [4] = 16,
            [5] = 6,
            [6] = 20,
            [7] = 9,
            [8] = 4,
            [9] = 2,
            [10] = 1,
        }, -- end of ["blue"]
        ["red"] = 
        {
            [1] = 18,
            [2] = 11,
            [3] = 13,
            [4] = 17,
            [5] = 15,
            [6] = 12,
            [7] = 0,
            [8] = 19,
            [9] = 10,
            [10] = 3,
        }, -- end of ["red"]
    }, -- end of ["coalitions"]
    ["descriptionText"] = "BorderCross v1\
\
19th Sept, 19.00: A group of tourists have been declared lost in the hills north of Mukrani, in Georgia.\
\
20th Sept, 13.00: The lost tourists has been found and they have refuged in Dusheti now.\
\
21th Sept, 07.00: Some georgian local hunters of Dusheti are reporting of hostile vehicles moving in the streets. Some viral video on the internet about the vehicles marching to the city is alerting the public opinion.\
\
21th Sept, 14.00: Scouting reveals numerous defenses spread in the area: the government reaction is to prepare a cleansing mission. Contact with Dusheti as been lost in the meanwhile, firearms could be heared from the city.\
\
21th Sept, 17.15: Mission start\
It's not clear from which border the enemy crossed, so the mission will carefully deal only with the georgian territory and the defense of its area.",
    ["pictureFileNameR"] = 
    {
    }, -- end of ["pictureFileNameR"]
    ["descriptionBlueTask"] = "2x Ka-50, 3x A-10C\
\
- A-10C are required.\
\
- A-10C will clear the zone for SPH, AAA and small SAMs.\
- Ka-50 will escort the M1A1 convoy to destination (Dusheti).\
\
- Use the F10 menu items to start/stop the convoy.\
- Crossing South Ossetian border near Ikoti will activate enemy figthers.\
\
- Beware of air traffic in Tbilisi-Lochini. Contact ATC@138AM.\
\
=== Ka-50 ===\
\
The task for the helicopters is to clear the way for the convoy (at WP1), codenamed \"Alpha-1\". Following waypoints indicate the path for the convoy to scout for enemies. Destination is Dusheti.\
\
The area is covered with enemy AAA and IR-SAMs, plus a single Radar SAM is active in the zone. Call A-10C for clearing on these enemy units.\
\
=== A-10C ===\
\
There is a single radar SAM active in the zone, marked by the \"ENEMY SAM\" WP (for A-10C).\
\
All other threats in the WP list must be eliminated by the A-10 squadrons, including SHORADs and SPHs.\
\
A-10C Targets (out of flight plan):\
- ENEMY SAM\
- ENEMY SPH 1\
- ENEMY SPH 2\
- ENEMY SHORAD 1\
- ENEMY SHORAD 2\
\
DO NOT CROSS the south ossetian border near Ikoti. The enemy will be alerted if you do. SAMs would be suddenly activated, and fighters AI will start hunting you.\
You will need to get close to the border in order to eliminate the \"ENEMY SPH 2\" target, but do so with missiles while keeping at range.",
    ["descriptionRedTask"] = "",
    ["pictureFileNameB"] = 
    {
    }, -- end of ["pictureFileNameB"]
    ["trigrules"] = 
    {
        [1] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 1,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_flag_is_false",
                    ["zone"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["predicate"] = "triggerStart",
            ["actions"] = 
            {
                [1] = 
                {
                    ["file"] = "Mistv3_3.lua",
                    ["predicate"] = "a_do_script_file",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["text"] = "automan_config = {\
  menu_coalitions = {coalition.side.RED, coalition.side.BLUE}\
}",
                    ["predicate"] = "a_do_script",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
                [3] = 
                {
                    ["file"] = "automan_v3.4.lua",
                    ["predicate"] = "a_do_script_file",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [3]
                [4] = 
                {
                    ["text"] = "AIRTraffic_config = {\
    -- How many aircrafts active at once, 4*airports is a good number\
    craftCount = 2,\
    -- seconds to rest after landed, before destroying and spawning a new one\
    -- warning, this includes the taxi time\
    restTime = 480,\
    -- list of airports where to spawn/land (exact name)\
    airports = {\
        [1] = \"Tbilisi-Lochini\",\
    },\
    -- possible aircrafts to spawn (taken from the AIRTraffic_CraftsTable keys)\
    aircrafts = {\
        [1] = \"Georgia:Yak-40\",\
    },\
}",
                    ["predicate"] = "a_do_script",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [4]
                [5] = 
                {
                    ["file"] = "AIRTraffic_v1.6.lua",
                    ["predicate"] = "a_do_script_file",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [5]
            }, -- end of ["actions"]
            ["comment"] = "INIT",
        }, -- end of [1]
        [2] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 1,
                    ["speed"] = 1,
                    ["predicate"] = "c_unit_speed_higher",
                    ["unit"] = 1,
                }, -- end of [1]
                [2] = 
                {
                    ["predicate"] = "or",
                }, -- end of [2]
                [3] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 1,
                    ["speed"] = 1,
                    ["predicate"] = "c_unit_speed_higher",
                    ["unit"] = 2,
                }, -- end of [3]
                [4] = 
                {
                    ["predicate"] = "or",
                }, -- end of [4]
                [5] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 1,
                    ["speed"] = 1,
                    ["predicate"] = "c_unit_speed_higher",
                    ["unit"] = 3,
                }, -- end of [5]
                [6] = 
                {
                    ["predicate"] = "or",
                }, -- end of [6]
                [7] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 1,
                    ["speed"] = 1,
                    ["predicate"] = "c_unit_speed_higher",
                    ["unit"] = 4,
                }, -- end of [7]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["seconds"] = 15,
                    ["text"] = "Alpha-1 is moving.",
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["file"] = "Static.ogg",
                    ["predicate"] = "a_out_sound",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
            }, -- end of ["actions"]
            ["predicate"] = "triggerFront",
            ["comment"] = "Alpha-1 Moving",
        }, -- end of [2]
        [3] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 1,
                    ["speed"] = 1,
                    ["predicate"] = "c_unit_speed_lower",
                    ["unit"] = 1,
                }, -- end of [1]
                [2] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 1,
                    ["speed"] = 1,
                    ["predicate"] = "c_unit_speed_lower",
                    ["unit"] = 2,
                }, -- end of [2]
                [3] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 1,
                    ["speed"] = 1,
                    ["predicate"] = "c_unit_speed_lower",
                    ["unit"] = 3,
                }, -- end of [3]
                [4] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 1,
                    ["speed"] = 1,
                    ["predicate"] = "c_unit_speed_lower",
                    ["unit"] = 4,
                }, -- end of [4]
            }, -- end of ["rules"]
            ["comment"] = "Alpha-1 Stopping",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["text"] = "Alpha-1 is stopping.",
                    ["seconds"] = 15,
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["file"] = "Static.ogg",
                    ["predicate"] = "a_out_sound",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
            }, -- end of ["actions"]
            ["predicate"] = "triggerFront",
        }, -- end of [3]
        [4] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "blue",
                    ["predicate"] = "c_part_of_coalition_in_zone",
                    ["zone"] = 2,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "IKOTI CROSSED",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["text"] = "Ikoti has been crossed.\
Additional enemy defences activating.",
                    ["seconds"] = 15,
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["file"] = "Static.ogg",
                    ["predicate"] = "a_out_sound",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
                [3] = 
                {
                    ["predicate"] = "a_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = 23,
                        [2] = 1,
                    }, -- end of ["ai_task"]
                }, -- end of [3]
                [4] = 
                {
                    ["predicate"] = "a_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = 24,
                        [2] = 1,
                    }, -- end of ["ai_task"]
                }, -- end of [4]
                [5] = 
                {
                    ["group"] = 30,
                    ["predicate"] = "a_activate_group",
                    ["ai_task"] = 
                    {
                        [1] = 30,
                        [2] = 1,
                    }, -- end of ["ai_task"]
                }, -- end of [5]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [4]
        [5] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 10,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = 1,
                }, -- end of [1]
                [2] = 
                {
                    ["group"] = 11,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = 1,
                }, -- end of [2]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["seconds"] = 15,
                    ["text"] = "SPH1 Group at Tianeti is cleared.",
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["file"] = "Static.ogg",
                    ["predicate"] = "a_out_sound",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
            ["comment"] = "SPH1 Gone",
        }, -- end of [5]
        [6] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 14,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = 1,
                }, -- end of [1]
                [2] = 
                {
                    ["group"] = 15,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = 1,
                }, -- end of [2]
            }, -- end of ["rules"]
            ["comment"] = "SPH2 Gone",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["text"] = "SPH2 Group at Ikoti is cleared.",
                    ["seconds"] = 15,
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["file"] = "Static.ogg",
                    ["predicate"] = "a_out_sound",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [6]
        [7] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 14,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = 1,
                }, -- end of [1]
                [2] = 
                {
                    ["group"] = 15,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = 1,
                }, -- end of [2]
                [3] = 
                {
                    ["group"] = 10,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = 1,
                }, -- end of [3]
                [4] = 
                {
                    ["group"] = 11,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = 1,
                }, -- end of [4]
            }, -- end of ["rules"]
            ["comment"] = "SPH All Gone F11",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["flag"] = 11,
                    ["predicate"] = "a_set_flag",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
            ["eventlist"] = "",
        }, -- end of [7]
        [8] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 1,
                    ["flag"] = 11,
                    ["predicate"] = "c_time_since_flag",
                    ["seconds"] = 20,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["comment"] = "SPH All Gone MSG",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["text"] = "All SPHs are cleared.",
                    ["seconds"] = 15,
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["file"] = "Static.ogg",
                    ["predicate"] = "a_out_sound",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
            }, -- end of ["actions"]
        }, -- end of [8]
        [9] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 17,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = 1,
                }, -- end of [1]
                [2] = 
                {
                    ["group"] = 18,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = 1,
                }, -- end of [2]
                [3] = 
                {
                    ["group"] = 19,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = 1,
                }, -- end of [3]
                [4] = 
                {
                    ["group"] = 20,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = 1,
                }, -- end of [4]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["comment"] = "SHORAD1 Gone",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["text"] = "SHORAD1 is cleared.",
                    ["seconds"] = 15,
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["file"] = "Static.ogg",
                    ["predicate"] = "a_out_sound",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
            }, -- end of ["actions"]
        }, -- end of [9]
        [10] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 22,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = 1,
                }, -- end of [1]
                [2] = 
                {
                    ["group"] = 26,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = 1,
                }, -- end of [2]
                [3] = 
                {
                    ["group"] = 27,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = 1,
                }, -- end of [3]
                [4] = 
                {
                    ["group"] = 28,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = 1,
                }, -- end of [4]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["seconds"] = 15,
                    ["text"] = "SHORAD2 is cleared.",
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["file"] = "Static.ogg",
                    ["predicate"] = "a_out_sound",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
            ["comment"] = "SHORAD2 Gone",
        }, -- end of [10]
        [11] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 17,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = 1,
                }, -- end of [1]
                [2] = 
                {
                    ["group"] = 18,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = 1,
                }, -- end of [2]
                [3] = 
                {
                    ["group"] = 19,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = 1,
                }, -- end of [3]
                [4] = 
                {
                    ["group"] = 20,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = 1,
                }, -- end of [4]
                [5] = 
                {
                    ["group"] = 22,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = 1,
                }, -- end of [5]
                [6] = 
                {
                    ["group"] = 26,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = 1,
                }, -- end of [6]
                [7] = 
                {
                    ["group"] = 27,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = 1,
                }, -- end of [7]
                [8] = 
                {
                    ["group"] = 28,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = 1,
                }, -- end of [8]
            }, -- end of ["rules"]
            ["comment"] = "SHORAD All Gone F12",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["flag"] = 12,
                    ["predicate"] = "a_set_flag",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [11]
        [12] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 1,
                    ["flag"] = 12,
                    ["predicate"] = "c_time_since_flag",
                    ["seconds"] = 20,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "SHORAD All Gone MSG",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["seconds"] = 15,
                    ["text"] = "All SHORADs are cleared.",
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["file"] = "Static.ogg",
                    ["predicate"] = "a_out_sound",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
            }, -- end of ["actions"]
            ["eventlist"] = "",
        }, -- end of [12]
        [13] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 1,
                    ["flag"] = 11,
                    ["predicate"] = "c_time_since_flag",
                    ["seconds"] = 40,
                }, -- end of [1]
                [2] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 1,
                    ["flag"] = 12,
                    ["predicate"] = "c_time_since_flag",
                    ["seconds"] = 40,
                }, -- end of [2]
            }, -- end of ["rules"]
            ["comment"] = "A-10C Task OK",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["seconds"] = 15,
                    ["text"] = "A-10C Task is complete.\
You can follow with convoy escort now.",
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["file"] = "Static.ogg",
                    ["predicate"] = "a_out_sound",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
            }, -- end of ["actions"]
            ["eventlist"] = "",
        }, -- end of [13]
        [14] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 1,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_part_of_group_in_zone",
                    ["zone"] = 1,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["seconds"] = 15,
                    ["text"] = "Convoy arrived to destination.\
Mission is concluded.",
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["file"] = "Static.ogg",
                    ["predicate"] = "a_out_sound",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
            ["comment"] = "Convoy arrived",
        }, -- end of [14]
    }, -- end of ["trigrules"]
    ["coalition"] = 
    {
        ["blue"] = 
        {
            ["bullseye"] = 
            {
                ["y"] = 617414,
                ["x"] = -291014,
            }, -- end of ["bullseye"]
            ["nav_points"] = 
            {
                [1] = 
                {
                    ["y"] = 891607.14285715,
                    ["x"] = -265968.57142857,
                    ["callsignStr"] = "ENEMY SAM",
                    ["properties"] = 
                    {
                        ["vnav"] = 1,
                        ["scale"] = 0,
                        ["angle"] = 0,
                        ["vangle"] = 0,
                        ["steer"] = 2,
                    }, -- end of ["properties"]
                    ["groupId"] = 40,
                }, -- end of [1]
                [2] = 
                {
                    ["y"] = 849482.57142856,
                    ["x"] = -266961.7142857,
                    ["callsignStr"] = "SPH 2 IKOTI",
                    ["properties"] = 
                    {
                        ["vnav"] = 1,
                        ["scale"] = 0,
                        ["angle"] = 0,
                        ["vangle"] = 0,
                        ["steer"] = 2,
                    }, -- end of ["properties"]
                    ["groupId"] = 13,
                }, -- end of [2]
                [3] = 
                {
                    ["y"] = 873377.42857143,
                    ["x"] = -292563.42857142,
                    ["callsignStr"] = "CONVOY",
                    ["properties"] = 
                    {
                        ["vnav"] = 1,
                        ["scale"] = 0,
                        ["angle"] = 0,
                        ["vangle"] = 0,
                        ["steer"] = 2,
                    }, -- end of ["properties"]
                    ["groupId"] = 9,
                }, -- end of [3]
                [4] = 
                {
                    ["y"] = 891488.28571428,
                    ["x"] = -265323.14285713,
                    ["callsignStr"] = "ENEMY SPH 1",
                    ["properties"] = 
                    {
                        ["vnav"] = 1,
                        ["scale"] = 0,
                        ["angle"] = 0,
                        ["vangle"] = 0,
                        ["steer"] = 2,
                    }, -- end of ["properties"]
                    ["groupId"] = 12,
                }, -- end of [4]
                [5] = 
                {
                    ["y"] = 874682.57142856,
                    ["x"] = -268885.99999999,
                    ["callsignStr"] = "SHORAD 1",
                    ["properties"] = 
                    {
                        ["vnav"] = 1,
                        ["scale"] = 0,
                        ["angle"] = 0,
                        ["vangle"] = 0,
                        ["steer"] = 2,
                    }, -- end of ["properties"]
                    ["groupId"] = 16,
                }, -- end of [5]
                [6] = 
                {
                    ["y"] = 866631.14285713,
                    ["x"] = -274680.28571427,
                    ["callsignStr"] = "SHORAD 2",
                    ["properties"] = 
                    {
                        ["vnav"] = 1,
                        ["scale"] = 0,
                        ["angle"] = 0,
                        ["vangle"] = 0,
                        ["steer"] = 2,
                    }, -- end of ["properties"]
                    ["groupId"] = 21,
                }, -- end of [6]
                [7] = 
                {
                    ["y"] = 868152.85714286,
                    ["x"] = -271678.85714284,
                    ["callsignStr"] = "ARRIVAL",
                    ["properties"] = 
                    {
                        ["vnav"] = 1,
                        ["scale"] = 0,
                        ["angle"] = 0,
                        ["vangle"] = 0,
                        ["steer"] = 2,
                    }, -- end of ["properties"]
                    ["groupId"] = 58,
                }, -- end of [7]
            }, -- end of ["nav_points"]
            ["name"] = "BLUE",
            ["country"] = 
            {
                [1] = 
                {
                    ["id"] = 4,
                    ["name"] = "UK",
                }, -- end of [1]
                [2] = 
                {
                    ["id"] = 21,
                    ["name"] = "Australia",
                }, -- end of [2]
                [3] = 
                {
                    ["id"] = 8,
                    ["name"] = "Canada",
                }, -- end of [3]
                [4] = 
                {
                    ["id"] = 16,
                    ["name"] = "Georgia",
                }, -- end of [4]
                [5] = 
                {
                    ["helicopter"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "CAS",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["speed_locked"] = true,
                                            ["type"] = "TakeOffParking",
                                            ["ETA"] = 0,
                                            ["ETA_locked"] = true,
                                            ["linkUnit"] = 5,
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["alt"] = 88,
                                            ["y"] = 871975.71428571,
                                            ["helipadId"] = 5,
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 41.666666666667,
                                            ["formation_template"] = "",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = true,
                                                            ["id"] = "EngageTargets",
                                                            ["enabled"] = true,
                                                            ["key"] = "CAS",
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Helicopters",
                                                                    [2] = "Ground Units",
                                                                    [3] = "Light armed ships",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["x"] = -291390,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 504,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 42.792923404853,
                                            ["y"] = 873398.57142856,
                                            ["x"] = -292464.57142857,
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 550,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 179.22906679981,
                                            ["y"] = 874291.42857142,
                                            ["x"] = -286850.28571428,
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 590,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 360.75727341223,
                                            ["y"] = 874605.7142857,
                                            ["x"] = -279293.14285714,
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 692,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 489.47307806474,
                                            ["y"] = 872819.99999999,
                                            ["x"] = -274235.99999999,
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            ["alt"] = 857,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 615.83303038755,
                                            ["y"] = 868148.57142856,
                                            ["x"] = -271807.42857142,
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [6]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 4,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["hardpoint_racks"] = true,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "us army",
                                        ["skill"] = "Client",
                                        ["speed"] = 41.666666666667,
                                        ["type"] = "Ka-50",
                                        ["unitId"] = 11,
                                        ["psi"] = -2.2176304360993,
                                        ["y"] = 871975.71428571,
                                        ["x"] = -291390,
                                        ["name"] = "Uzi-1",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [4]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "1450",
                                            ["flare"] = 128,
                                            ["chaff"] = 0,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = 2.2176304360993,
                                        ["callsign"] = 
                                        {
                                            [1] = 3,
                                            [2] = 1,
                                            [3] = 1,
                                            ["name"] = "Uzi11",
                                        }, -- end of ["callsign"]
                                        ["onboard_num"] = "050",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 871975.71428571,
                                ["x"] = -291390,
                                ["name"] = "Uzi-1",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 124,
                            }, -- end of [1]
                            [2] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "CAS",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["speed_locked"] = true,
                                            ["type"] = "TakeOffParking",
                                            ["ETA"] = 0,
                                            ["ETA_locked"] = true,
                                            ["linkUnit"] = 5,
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["alt"] = 88,
                                            ["y"] = 871975.71428571,
                                            ["helipadId"] = 5,
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 41.666666666667,
                                            ["formation_template"] = "",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["key"] = "CAS",
                                                            ["id"] = "EngageTargets",
                                                            ["number"] = 1,
                                                            ["auto"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Helicopters",
                                                                    [2] = "Ground Units",
                                                                    [3] = "Light armed ships",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["x"] = -291390,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 504,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 42.792923404853,
                                            ["y"] = 873398.28571427,
                                            ["x"] = -292464.57142856,
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 550,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 179.22906679981,
                                            ["y"] = 874291.14285713,
                                            ["x"] = -286850.28571427,
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 590,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 360.75727341223,
                                            ["y"] = 874605.42857142,
                                            ["x"] = -279293.14285713,
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 692,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 489.47307806474,
                                            ["y"] = 872819.7142857,
                                            ["x"] = -274235.99999999,
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            ["alt"] = 857,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 615.83303038755,
                                            ["y"] = 868148.28571427,
                                            ["x"] = -271807.42857142,
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [6]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 7,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["hardpoint_racks"] = true,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "us army",
                                        ["skill"] = "Client",
                                        ["speed"] = 41.666666666667,
                                        ["type"] = "Ka-50",
                                        ["unitId"] = 14,
                                        ["psi"] = -2.2177270192431,
                                        ["y"] = 871975.71428571,
                                        ["x"] = -291390,
                                        ["name"] = "Uzi-2",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [4]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "1450",
                                            ["flare"] = 128,
                                            ["chaff"] = 0,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = 2.2177270192431,
                                        ["callsign"] = 
                                        {
                                            [1] = 3,
                                            [2] = 2,
                                            [3] = 1,
                                            ["name"] = "Uzi21",
                                        }, -- end of ["callsign"]
                                        ["onboard_num"] = "050",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 871975.71428571,
                                ["x"] = -291390,
                                ["name"] = "Uzi-2",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 124,
                            }, -- end of [2]
                        }, -- end of ["group"]
                    }, -- end of ["helicopter"]
                    ["name"] = "USA",
                    ["id"] = 2,
                    ["vehicle"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [6] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 868102.85714285,
                                                ["x"] = -271812.85714285,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 868102.85714285,
                                                ["x"] = -271812.85714285,
                                            }, -- end of [2]
                                        }, -- end of [6]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 873405.25,
                                                ["x"] = -292358.625,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 873799.5625,
                                                ["x"] = -289403.03125,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                ["y"] = 874223.3125,
                                                ["x"] = -287278.90625,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                ["y"] = 874444,
                                                ["x"] = -281579,
                                            }, -- end of [8]
                                            [16] = 
                                            {
                                                ["y"] = 873686.75,
                                                ["x"] = -278701,
                                            }, -- end of [16]
                                            [17] = 
                                            {
                                                ["y"] = 873647.6875,
                                                ["x"] = -278503.65625,
                                            }, -- end of [17]
                                            [9] = 
                                            {
                                                ["y"] = 874380.0625,
                                                ["x"] = -280914.65625,
                                            }, -- end of [9]
                                            [5] = 
                                            {
                                                ["y"] = 874462.0625,
                                                ["x"] = -285221,
                                            }, -- end of [5]
                                            [10] = 
                                            {
                                                ["y"] = 874354.5625,
                                                ["x"] = -280805.34375,
                                            }, -- end of [10]
                                            [11] = 
                                            {
                                                ["y"] = 874251.75,
                                                ["x"] = -280084.8125,
                                            }, -- end of [11]
                                            [3] = 
                                            {
                                                ["y"] = 873983,
                                                ["x"] = -288541.4375,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                ["y"] = 874476.5,
                                                ["x"] = -284322.65625,
                                            }, -- end of [6]
                                            [12] = 
                                            {
                                                ["y"] = 874180.75,
                                                ["x"] = -279662.71875,
                                            }, -- end of [12]
                                            [13] = 
                                            {
                                                ["y"] = 874071,
                                                ["x"] = -279351.34375,
                                            }, -- end of [13]
                                            [7] = 
                                            {
                                                ["y"] = 874469.5,
                                                ["x"] = -281902.5,
                                            }, -- end of [7]
                                            [14] = 
                                            {
                                                ["y"] = 874062.75,
                                                ["x"] = -279338.21875,
                                            }, -- end of [14]
                                            [15] = 
                                            {
                                                ["y"] = 873826.25,
                                                ["x"] = -279039.09375,
                                            }, -- end of [15]
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            [13] = 
                                            {
                                                ["y"] = 872884.875,
                                                ["x"] = -274622.9375,
                                            }, -- end of [13]
                                            [7] = 
                                            {
                                                ["y"] = 873191.3125,
                                                ["x"] = -276516.90625,
                                            }, -- end of [7]
                                            [1] = 
                                            {
                                                ["y"] = 873647.6875,
                                                ["x"] = -278503.65625,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 873612.0625,
                                                ["x"] = -278323.875,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                ["y"] = 873328.625,
                                                ["x"] = -277275.71875,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                ["y"] = 873133.5,
                                                ["x"] = -276111.90625,
                                            }, -- end of [8]
                                            [9] = 
                                            {
                                                ["y"] = 873064.4375,
                                                ["x"] = -275773.65625,
                                            }, -- end of [9]
                                            [5] = 
                                            {
                                                ["y"] = 873304.0625,
                                                ["x"] = -277213.84375,
                                            }, -- end of [5]
                                            [10] = 
                                            {
                                                ["y"] = 872990.1875,
                                                ["x"] = -275536.75,
                                            }, -- end of [10]
                                            [14] = 
                                            {
                                                ["y"] = 872857.3125,
                                                ["x"] = -274458.5625,
                                            }, -- end of [14]
                                            [11] = 
                                            {
                                                ["y"] = 872940.8125,
                                                ["x"] = -275188.1875,
                                            }, -- end of [11]
                                            [6] = 
                                            {
                                                ["y"] = 873270.5,
                                                ["x"] = -276980.0625,
                                            }, -- end of [6]
                                            [12] = 
                                            {
                                                ["y"] = 872923.3125,
                                                ["x"] = -274853,
                                            }, -- end of [12]
                                            [3] = 
                                            {
                                                ["y"] = 873434.25,
                                                ["x"] = -277619.28125,
                                            }, -- end of [3]
                                        }, -- end of [3]
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 873373.5625,
                                                ["x"] = -292595.625,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 873405.25,
                                                ["x"] = -292358.625,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [4] = 
                                        {
                                            [27] = 
                                            {
                                                ["y"] = 869432.75,
                                                ["x"] = -272914.71875,
                                            }, -- end of [27]
                                            [2] = 
                                            {
                                                ["y"] = 872835.4375,
                                                ["x"] = -274307.5,
                                            }, -- end of [2]
                                            [38] = 
                                            {
                                                ["y"] = 868781.3125,
                                                ["x"] = -272400.8125,
                                            }, -- end of [38]
                                            [3] = 
                                            {
                                                ["y"] = 872834.125,
                                                ["x"] = -274303.78125,
                                            }, -- end of [3]
                                            [4] = 
                                            {
                                                ["y"] = 872831.5,
                                                ["x"] = -274300.84375,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                ["y"] = 872827.9375,
                                                ["x"] = -274299.125,
                                            }, -- end of [5]
                                            [6] = 
                                            {
                                                ["y"] = 872824,
                                                ["x"] = -274298.9375,
                                            }, -- end of [6]
                                            [7] = 
                                            {
                                                ["y"] = 872802.25,
                                                ["x"] = -274301.4375,
                                            }, -- end of [7]
                                            [8] = 
                                            {
                                                ["y"] = 872700.4375,
                                                ["x"] = -274286.125,
                                            }, -- end of [8]
                                            [10] = 
                                            {
                                                ["y"] = 872040.5,
                                                ["x"] = -274122.5,
                                            }, -- end of [10]
                                            [12] = 
                                            {
                                                ["y"] = 871219.25,
                                                ["x"] = -273658.78125,
                                            }, -- end of [12]
                                            [14] = 
                                            {
                                                ["y"] = 870949.3125,
                                                ["x"] = -273576.8125,
                                            }, -- end of [14]
                                            [16] = 
                                            {
                                                ["y"] = 870939.25,
                                                ["x"] = -273570.875,
                                            }, -- end of [16]
                                            [20] = 
                                            {
                                                ["y"] = 869925.125,
                                                ["x"] = -273079.0625,
                                            }, -- end of [20]
                                            [24] = 
                                            {
                                                ["y"] = 869456.5625,
                                                ["x"] = -272933.28125,
                                            }, -- end of [24]
                                            [28] = 
                                            {
                                                ["y"] = 869426.875,
                                                ["x"] = -272906.46875,
                                            }, -- end of [28]
                                            [32] = 
                                            {
                                                ["y"] = 869272.5625,
                                                ["x"] = -272659.71875,
                                            }, -- end of [32]
                                            [40] = 
                                            {
                                                ["y"] = 868216.4375,
                                                ["x"] = -271836.6875,
                                            }, -- end of [40]
                                            [33] = 
                                            {
                                                ["y"] = 869266.6875,
                                                ["x"] = -272655.21875,
                                            }, -- end of [33]
                                            [41] = 
                                            {
                                                ["y"] = 868209.5,
                                                ["x"] = -271831.875,
                                            }, -- end of [41]
                                            [17] = 
                                            {
                                                ["y"] = 870800.5625,
                                                ["x"] = -273433.625,
                                            }, -- end of [17]
                                            [21] = 
                                            {
                                                ["y"] = 869774.4375,
                                                ["x"] = -272985.96875,
                                            }, -- end of [21]
                                            [25] = 
                                            {
                                                ["y"] = 869447.75,
                                                ["x"] = -272928.28125,
                                            }, -- end of [25]
                                            [29] = 
                                            {
                                                ["y"] = 869287,
                                                ["x"] = -272676.625,
                                            }, -- end of [29]
                                            [34] = 
                                            {
                                                ["y"] = 869260.375,
                                                ["x"] = -272651.34375,
                                            }, -- end of [34]
                                            [42] = 
                                            {
                                                ["y"] = 868202.0625,
                                                ["x"] = -271827.96875,
                                            }, -- end of [42]
                                            [9] = 
                                            {
                                                ["y"] = 872518.1875,
                                                ["x"] = -274230.03125,
                                            }, -- end of [9]
                                            [11] = 
                                            {
                                                ["y"] = 871443.125,
                                                ["x"] = -273826.03125,
                                            }, -- end of [11]
                                            [13] = 
                                            {
                                                ["y"] = 871203.875,
                                                ["x"] = -273652.1875,
                                            }, -- end of [13]
                                            [15] = 
                                            {
                                                ["y"] = 870944.125,
                                                ["x"] = -273574.09375,
                                            }, -- end of [15]
                                            [18] = 
                                            {
                                                ["y"] = 870597.875,
                                                ["x"] = -273290.96875,
                                            }, -- end of [18]
                                            [22] = 
                                            {
                                                ["y"] = 869475.875,
                                                ["x"] = -272939.25,
                                            }, -- end of [22]
                                            [26] = 
                                            {
                                                ["y"] = 869439.75,
                                                ["x"] = -272922.0625,
                                            }, -- end of [26]
                                            [30] = 
                                            {
                                                ["y"] = 869282.8125,
                                                ["x"] = -272670.46875,
                                            }, -- end of [30]
                                            [36] = 
                                            {
                                                ["y"] = 869149.5625,
                                                ["x"] = -272605.75,
                                            }, -- end of [36]
                                            [44] = 
                                            {
                                                ["y"] = 868186,
                                                ["x"] = -271822.9375,
                                            }, -- end of [44]
                                            [46] = 
                                            {
                                                ["y"] = 868079.8125,
                                                ["x"] = -271815.75,
                                            }, -- end of [46]
                                            [39] = 
                                            {
                                                ["y"] = 868222.75,
                                                ["x"] = -271842.25,
                                            }, -- end of [39]
                                            [43] = 
                                            {
                                                ["y"] = 868194.1875,
                                                ["x"] = -271824.96875,
                                            }, -- end of [43]
                                            [37] = 
                                            {
                                                ["y"] = 868791.5,
                                                ["x"] = -272409.25,
                                            }, -- end of [37]
                                            [45] = 
                                            {
                                                ["y"] = 868177.625,
                                                ["x"] = -271821.90625,
                                            }, -- end of [45]
                                            [35] = 
                                            {
                                                ["y"] = 869253.625,
                                                ["x"] = -272648.1875,
                                            }, -- end of [35]
                                            [1] = 
                                            {
                                                ["y"] = 872857.3125,
                                                ["x"] = -274458.5625,
                                            }, -- end of [1]
                                            [19] = 
                                            {
                                                ["y"] = 870584.5625,
                                                ["x"] = -273285.21875,
                                            }, -- end of [19]
                                            [23] = 
                                            {
                                                ["y"] = 869466,
                                                ["x"] = -272936.96875,
                                            }, -- end of [23]
                                            [31] = 
                                            {
                                                ["y"] = 869278,
                                                ["x"] = -272664.84375,
                                            }, -- end of [31]
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 868079.83068555,
                                                ["x"] = -271815.73378542,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 868125.71428571,
                                                ["x"] = -271681.42857142,
                                            }, -- end of [2]
                                        }, -- end of [5]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 502,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 873373.60004222,
                                            ["x"] = -292595.62241575,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 18.5,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 1,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["number"] = 2,
                                                            ["auto"] = false,
                                                            ["id"] = "Hold",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["templateId"] = "",
                                                            }, -- end of ["params"]
                                                        }, -- end of [2]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 504,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 12.618064147215,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 873405.21135419,
                                            ["x"] = -292358.6197937,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 18.5,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 644,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 774.35477472624,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 873647.67313984,
                                            ["x"] = -278503.66650151,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 18.5,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 664,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 998.02537547342,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 872857.33266163,
                                            ["x"] = -274458.55912828,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 18.5,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 857,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 3629.8924005437,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 868079.83068555,
                                            ["x"] = -271815.73378542,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 18.5,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            ["alt"] = 863,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 1313.1864508387,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 868125.71428571,
                                            ["x"] = -271681.42857142,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 18.5,
                                            ["action"] = "Diamond",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [6]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 1,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 873373.60004222,
                                        ["type"] = "M-1 Abrams",
                                        ["name"] = "Alpha-1-1",
                                        ["unitId"] = 1,
                                        ["heading"] = 0.13259697827395,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -292595.62241575,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 873369.64315252,
                                        ["type"] = "M-1 Abrams",
                                        ["name"] = "Alpha-1-2",
                                        ["unitId"] = 2,
                                        ["heading"] = 0.13259697827395,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -292625.34615514,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 873365.68298336,
                                        ["type"] = "M-1 Abrams",
                                        ["name"] = "Alpha-1-3",
                                        ["unitId"] = 3,
                                        ["heading"] = 0.13259697827395,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -292655.09448725,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 873361.73583481,
                                        ["type"] = "M-1 Abrams",
                                        ["name"] = "Alpha-1-4",
                                        ["unitId"] = 4,
                                        ["heading"] = 0.13259697827395,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -292684.84713189,
                                    }, -- end of [4]
                                }, -- end of ["units"]
                                ["y"] = 873373.60004222,
                                ["x"] = -292595.62241575,
                                ["name"] = "__HOLDABLE__Alpha-1",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 514,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 871914,
                                            ["x"] = -291369.42857142,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 2,
                                                                    }, -- 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"] = 3,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 871914,
                                        ["type"] = "Hummer",
                                        ["name"] = "Unit #1",
                                        ["unitId"] = 6,
                                        ["heading"] = 0,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -291369.42857142,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 871921.42857143,
                                        ["type"] = "HEMTT TFFT",
                                        ["name"] = "Unit #001",
                                        ["unitId"] = 7,
                                        ["heading"] = 0,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -291383.14285713,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 871911.71428572,
                                        ["type"] = "M978 HEMTT Tanker",
                                        ["name"] = "Unit #002",
                                        ["unitId"] = 8,
                                        ["heading"] = 0,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -291396.85714285,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 871922.57142857,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #003",
                                        ["unitId"] = 9,
                                        ["heading"] = 0,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -291411.14285713,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 871910.57142857,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #004",
                                        ["unitId"] = 10,
                                        ["heading"] = 0,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -291425.99999999,
                                    }, -- end of [5]
                                }, -- end of ["units"]
                                ["y"] = 871914,
                                ["x"] = -291369.42857142,
                                ["name"] = "FARPVehicles",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 897657.14285714,
                                                ["x"] = -318053.14285714,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 896228.57142857,
                                                ["x"] = -318524.57142857,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 462,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 896764.28571429,
                                            ["x"] = -316474.57142857,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 31,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 896764.28571429,
                                        ["type"] = "Hawk tr",
                                        ["name"] = "(blue) DEFENSE #001",
                                        ["unitId"] = 33,
                                        ["heading"] = 4.3936414199641,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -316474.57142857,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 902157.14285714,
                                        ["type"] = "Hawk tr",
                                        ["name"] = "(blue) DEFENSE #002",
                                        ["unitId"] = 34,
                                        ["heading"] = 4.3936414199641,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -318481.71428571,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 898534.28571429,
                                        ["type"] = "Hawk sr",
                                        ["name"] = "(blue) DEFENSE #003",
                                        ["unitId"] = 35,
                                        ["heading"] = 4.3936414199641,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -315618.85714285,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 899862.85714286,
                                        ["type"] = "Hawk sr",
                                        ["name"] = "(blue) DEFENSE #004",
                                        ["unitId"] = 36,
                                        ["heading"] = 4.3936414199641,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -319654.57142857,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 898291.42857143,
                                        ["type"] = "Hawk ln",
                                        ["name"] = "(blue) DEFENSE #005",
                                        ["unitId"] = 37,
                                        ["heading"] = 4.3936414199641,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -318797.42857142,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["y"] = 895377.14285714,
                                        ["type"] = "Hawk ln",
                                        ["name"] = "(blue) DEFENSE #006",
                                        ["unitId"] = 38,
                                        ["heading"] = 4.3936414199641,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -315368.85714285,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        ["y"] = 899605.71428571,
                                        ["type"] = "Hawk ln",
                                        ["name"] = "(blue) DEFENSE #007",
                                        ["unitId"] = 39,
                                        ["heading"] = 4.3936414199641,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -316083.14285714,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        ["y"] = 901091.42857143,
                                        ["type"] = "Hawk ln",
                                        ["name"] = "(blue) DEFENSE #008",
                                        ["unitId"] = 40,
                                        ["heading"] = 4.3936414199641,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -317754.57142857,
                                    }, -- end of [8]
                                }, -- end of ["units"]
                                ["y"] = 896764.28571429,
                                ["x"] = -316474.57142857,
                                ["name"] = "(blue) DEFENSE",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [3]
                        }, -- end of ["group"]
                    }, -- end of ["vehicle"]
                    ["plane"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "CAS",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParking",
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 29,
                                            ["y"] = 896966.5,
                                            ["x"] = -315171.625,
                                            ["speed"] = 128.47222222222,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["key"] = "CAS",
                                                            ["id"] = "EngageTargets",
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Helicopters",
                                                                    [2] = "Ground Units",
                                                                    [3] = "Light armed ships",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["number"] = 2,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 1,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [2]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 2286,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 118.85601802064,
                                            ["y"] = 882028.57142857,
                                            ["x"] = -310179.99999999,
                                            ["speed"] = 128.47222222222,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 4267.2,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 263.10965880777,
                                            ["y"] = 873342.85714286,
                                            ["x"] = -292522.85714285,
                                            ["speed"] = 128.47222222222,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 4267.2,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 393.14913794025,
                                            ["y"] = 873971.42857143,
                                            ["x"] = -274351.42857142,
                                            ["speed"] = 128.47222222222,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 4267.2,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 432.30314547402,
                                            ["y"] = 868142.85714286,
                                            ["x"] = -271722.85714285,
                                            ["speed"] = 128.47222222222,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 8,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["hardpoint_racks"] = true,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "74th FS Moody AFB, Georgia (FT)",
                                        ["skill"] = "Client",
                                        ["parking"] = 27,
                                        ["speed"] = 128.47222222222,
                                        ["type"] = "A-10C",
                                        ["unitId"] = 15,
                                        ["psi"] = 1.2483039569751,
                                        ["y"] = 896966.5,
                                        ["x"] = -315171.625,
                                        ["name"] = "Hawg-1",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "ALQ_184",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "LAU_88_AGM_65H_2_L",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{GBU-38}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    ["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    ["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    ["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    ["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}",
                                                }, -- end of [11]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 5029,
                                            ["flare"] = 120,
                                            ["ammo_type"] = 1,
                                            ["chaff"] = 240,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = -1.2483039569751,
                                        ["callsign"] = 
                                        {
                                            [1] = 9,
                                            [2] = 1,
                                            [3] = 1,
                                            ["name"] = "Hawg11",
                                        }, -- end of ["callsign"]
                                        ["onboard_num"] = "010",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 896966.5,
                                ["x"] = -315171.625,
                                ["name"] = "Hawg-1",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 251,
                            }, -- end of [1]
                            [2] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "CAS",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParking",
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 29,
                                            ["y"] = 896986.75,
                                            ["x"] = -315142.0625,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["key"] = "CAS",
                                                            ["id"] = "EngageTargets",
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Helicopters",
                                                                    [2] = "Ground Units",
                                                                    [3] = "Light armed ships",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["number"] = 2,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 1,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [2]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 2286,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 118.85601802064,
                                            ["y"] = 882028.92857142,
                                            ["x"] = -310179.59374999,
                                            ["speed"] = 128.47222222222,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 4267.2,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 263.10965880777,
                                            ["y"] = 873343.21428571,
                                            ["x"] = -292522.45089285,
                                            ["speed"] = 128.47222222222,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 4267.2,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 393.14913794025,
                                            ["y"] = 873971.78571428,
                                            ["x"] = -274351.02232142,
                                            ["speed"] = 128.47222222222,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 4267.2,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 432.30314547402,
                                            ["y"] = 868143.21428571,
                                            ["x"] = -271722.45089285,
                                            ["speed"] = 128.47222222222,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 33,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["hardpoint_racks"] = true,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "74th FS Moody AFB, Georgia (FT)",
                                        ["skill"] = "Client",
                                        ["parking"] = 25,
                                        ["speed"] = 138.88888888889,
                                        ["type"] = "A-10C",
                                        ["unitId"] = 42,
                                        ["psi"] = 1.2504587113642,
                                        ["y"] = 896986.75,
                                        ["x"] = -315142.0625,
                                        ["name"] = "Hawg-2",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "ALQ_184",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "LAU_88_AGM_65H_2_L",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{GBU-38}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    ["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    ["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    ["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    ["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}",
                                                }, -- end of [11]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 5029,
                                            ["flare"] = 120,
                                            ["ammo_type"] = 1,
                                            ["chaff"] = 240,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = -1.2504587113642,
                                        ["callsign"] = 
                                        {
                                            [1] = 9,
                                            [2] = 2,
                                            [3] = 1,
                                            ["name"] = "Hawg21",
                                        }, -- end of ["callsign"]
                                        ["onboard_num"] = "010",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 896986.75,
                                ["x"] = -315142.0625,
                                ["name"] = "Hawg-2",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 251,
                            }, -- end of [2]
                            [3] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "CAS",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParking",
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 29,
                                            ["y"] = 897007,
                                            ["x"] = -315112.5,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["key"] = "CAS",
                                                            ["id"] = "EngageTargets",
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Helicopters",
                                                                    [2] = "Ground Units",
                                                                    [3] = "Light armed ships",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["number"] = 2,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 1,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [2]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 2286,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 118.85601802064,
                                            ["y"] = 882028.92857142,
                                            ["x"] = -310179.59374999,
                                            ["speed"] = 128.47222222222,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 4267.2,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 263.10965880777,
                                            ["y"] = 873343.21428571,
                                            ["x"] = -292522.45089285,
                                            ["speed"] = 128.47222222222,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 4267.2,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 393.14913794025,
                                            ["y"] = 873971.78571428,
                                            ["x"] = -274351.02232142,
                                            ["speed"] = 128.47222222222,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 4267.2,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 432.30314547402,
                                            ["y"] = 868143.21428571,
                                            ["x"] = -271722.45089285,
                                            ["speed"] = 128.47222222222,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 37,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["hardpoint_racks"] = true,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "74th FS Moody AFB, Georgia (FT)",
                                        ["skill"] = "Client",
                                        ["parking"] = 23,
                                        ["speed"] = 138.88888888889,
                                        ["type"] = "A-10C",
                                        ["unitId"] = 46,
                                        ["psi"] = 1.2526423687785,
                                        ["y"] = 897007,
                                        ["x"] = -315112.5,
                                        ["name"] = "Hawg-3",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "ALQ_184",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "LAU_88_AGM_65H_2_L",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{GBU-38}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    ["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    ["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    ["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    ["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}",
                                                }, -- end of [11]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 5029,
                                            ["flare"] = 120,
                                            ["ammo_type"] = 1,
                                            ["chaff"] = 240,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = -1.2526423687785,
                                        ["callsign"] = 
                                        {
                                            [1] = 9,
                                            [2] = 3,
                                            [3] = 1,
                                            ["name"] = "Hawg31",
                                        }, -- end of ["callsign"]
                                        ["onboard_num"] = "010",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 897007,
                                ["x"] = -315112.5,
                                ["name"] = "Hawg-3",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 251,
                            }, -- end of [3]
                        }, -- end of ["group"]
                    }, -- end of ["plane"]
                    ["static"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 871975.71428571,
                                            ["speed"] = 0,
                                            ["x"] = -291390,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 2,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "FARP",
                                        ["unitId"] = 5,
                                        ["heliport_modulation"] = 0,
                                        ["y"] = 871975.71428571,
                                        ["x"] = -291390,
                                        ["name"] = "FARP",
                                        ["category"] = "Heliports",
                                        ["canCargo"] = false,
                                        ["heliport_frequency"] = 127.5,
                                        ["heliport_callsign_id"] = 1,
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 871975.71428571,
                                ["x"] = -291390,
                                ["name"] = "FARP",
                                ["dead"] = false,
                            }, -- end of [1]
                        }, -- end of ["group"]
                    }, -- end of ["static"]
                }, -- end of [5]
                [6] = 
                {
                    ["id"] = 1,
                    ["name"] = "Ukraine",
                }, -- end of [6]
                [7] = 
                {
                    ["id"] = 20,
                    ["name"] = "Italy",
                }, -- end of [7]
                [8] = 
                {
                    ["id"] = 6,
                    ["name"] = "Germany",
                }, -- end of [8]
                [9] = 
                {
                    ["id"] = 5,
                    ["name"] = "France",
                }, -- end of [9]
                [10] = 
                {
                    ["id"] = 9,
                    ["name"] = "Spain",
                }, -- end of [10]
            }, -- end of ["country"]
        }, -- end of ["blue"]
        ["red"] = 
        {
            ["bullseye"] = 
            {
                ["y"] = 371700,
                ["x"] = 11557,
            }, -- end of ["bullseye"]
            ["nav_points"] = 
            {
            }, -- end of ["nav_points"]
            ["name"] = "RED",
            ["country"] = 
            {
                [1] = 
                {
                    ["id"] = 13,
                    ["name"] = "Denmark",
                }, -- end of [1]
                [2] = 
                {
                    ["id"] = 18,
                    ["name"] = "Abkhazia",
                }, -- end of [2]
                [3] = 
                {
                    ["name"] = "Russia",
                    ["id"] = 0,
                    ["vehicle"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 1070,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 891462.57142856,
                                            ["x"] = -265275.99999999,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 1,
                                                            ["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"] = 10,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 891462.57142856,
                                        ["type"] = "SAU Msta",
                                        ["name"] = "(red) Tianeti SPH #001",
                                        ["unitId"] = 16,
                                        ["heading"] = 3.9269908169872,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -265275.99999999,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 891462.57142856,
                                ["x"] = -265275.99999999,
                                ["name"] = "(red) Tianeti SPH #001",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 1070,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 891529.7142857,
                                            ["x"] = -265368.85714284,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 1,
                                                            ["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"] = 11,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 891529.7142857,
                                        ["type"] = "SAU Msta",
                                        ["name"] = "(red) Tianeti SPH #002",
                                        ["unitId"] = 17,
                                        ["heading"] = 3.9269908169872,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -265368.85714284,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 891529.7142857,
                                ["x"] = -265368.85714284,
                                ["name"] = "(red) Tianeti SPH #002",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 849436.85714285,
                                                ["x"] = -267033.14285713,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 851643.99999999,
                                                ["x"] = -266104.57142856,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 828,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 849505.42857142,
                                            ["x"] = -266927.42857142,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 1,
                                                            ["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"] = 14,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 849505.42857142,
                                        ["type"] = "SAU Msta",
                                        ["name"] = "(red) Ikoti SPH #001",
                                        ["unitId"] = 18,
                                        ["heading"] = 2.3561944901923,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -266927.42857142,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 849505.42857142,
                                ["x"] = -266927.42857142,
                                ["name"] = "(red) Ikoti SPH #001",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [3]
                            [4] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 849436.85714285,
                                                ["x"] = -267033.14285713,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 851643.99999999,
                                                ["x"] = -266104.57142856,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 827,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 849462.57142856,
                                            ["x"] = -266998.85714284,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 1,
                                                            ["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"] = 15,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 849462.57142856,
                                        ["type"] = "SAU Msta",
                                        ["name"] = "(red) Ikoti SPH #002",
                                        ["unitId"] = 19,
                                        ["heading"] = 2.3561944901923,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -266998.85714284,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 849462.57142856,
                                ["x"] = -266998.85714284,
                                ["name"] = "(red) Ikoti SPH #002",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [4]
                            [5] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 874691.14285713,
                                                ["x"] = -269074.57142856,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 876185.42857142,
                                                ["x"] = -269080.28571427,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 686,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 874656.85714285,
                                            ["x"] = -268933.14285713,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 17,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 874656.85714285,
                                        ["type"] = "ZSU-23-4 Shilka",
                                        ["name"] = "(red) SHORAD 1 #001",
                                        ["unitId"] = 20,
                                        ["heading"] = 3.1415926535898,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -268933.14285713,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 874656.85714285,
                                ["x"] = -268933.14285713,
                                ["name"] = "(red) SHORAD 1 #001",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [5]
                            [6] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 874691.14285713,
                                                ["x"] = -269074.57142856,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 876185.42857142,
                                                ["x"] = -269080.28571427,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 686,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 874721.14285713,
                                            ["x"] = -268833.14285713,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 18,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 874721.14285713,
                                        ["type"] = "Strela-1 9P31",
                                        ["name"] = "(red) SHORAD 1 #002",
                                        ["unitId"] = 21,
                                        ["heading"] = 3.1415926535898,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -268833.14285713,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 874721.14285713,
                                ["x"] = -268833.14285713,
                                ["name"] = "(red) SHORAD 1 #002",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [6]
                            [7] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 874691.14285713,
                                                ["x"] = -269074.57142856,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 876185.42857142,
                                                ["x"] = -269080.28571427,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 686,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 874673.99999999,
                                            ["x"] = -268798.85714284,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 19,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 874673.99999999,
                                        ["type"] = "ZSU-23-4 Shilka",
                                        ["name"] = "(red) SHORAD 1 #003",
                                        ["unitId"] = 22,
                                        ["heading"] = 3.1415926535898,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -268798.85714284,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 874673.99999999,
                                ["x"] = -268798.85714284,
                                ["name"] = "(red) SHORAD 1 #003",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [7]
                            [8] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 874691.14285713,
                                                ["x"] = -269074.57142856,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 876185.42857142,
                                                ["x"] = -269080.28571427,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 686,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 874822.57142856,
                                            ["x"] = -268757.42857141,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 20,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 874822.57142856,
                                        ["type"] = "Strela-10M3",
                                        ["name"] = "(red) SHORAD 1 #004",
                                        ["unitId"] = 23,
                                        ["heading"] = 3.1415926535898,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -268757.42857141,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 874822.57142856,
                                ["x"] = -268757.42857141,
                                ["name"] = "(red) SHORAD 1 #004",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [8]
                            [9] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 866631.14285713,
                                                ["x"] = -274733.14285713,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 868691.14285713,
                                                ["x"] = -273835.99999999,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 893,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 866631.14285713,
                                            ["x"] = -274733.14285713,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 22,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 866631.14285713,
                                        ["type"] = "Strela-10M3",
                                        ["name"] = "(red) SHORAD 2 #001",
                                        ["unitId"] = 24,
                                        ["heading"] = 1.1600605596185,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -274733.14285713,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 866631.14285713,
                                ["x"] = -274733.14285713,
                                ["name"] = "(red) SHORAD 2 #001",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [9]
                            [10] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 884,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 849572.57142857,
                                            ["x"] = -263485.99999999,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = 1,
                                                                        ["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"] = 23,
                                ["tasks"] = 
                                {
                                    [1] = 
                                    {
                                        ["enabled"] = true,
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["number"] = 1,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "Option",
                                                ["params"] = 
                                                {
                                                    ["name"] = 9,
                                                    ["value"] = 2,
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [1]
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 849572.57142857,
                                        ["type"] = "Osa 9A33 ln",
                                        ["name"] = "(red) DORMANT SAM #001",
                                        ["unitId"] = 25,
                                        ["heading"] = 3.1415926535898,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -263485.99999999,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 849572.57142857,
                                ["x"] = -263485.99999999,
                                ["name"] = "(red) DORMANT SAM #001",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [10]
                            [11] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 884,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 849795.42857143,
                                            ["x"] = -269417.42857142,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = 1,
                                                                        ["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"] = 24,
                                ["tasks"] = 
                                {
                                    [1] = 
                                    {
                                        ["enabled"] = true,
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["number"] = 1,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "Option",
                                                ["params"] = 
                                                {
                                                    ["name"] = 9,
                                                    ["value"] = 2,
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [1]
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 849795.42857143,
                                        ["type"] = "2S6 Tunguska",
                                        ["name"] = "(red) DORMANT SAM #002",
                                        ["unitId"] = 26,
                                        ["heading"] = 3.1415926535898,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -269417.42857142,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 849795.42857143,
                                ["x"] = -269417.42857142,
                                ["name"] = "(red) DORMANT SAM #002",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [11]
                            [12] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 866631.14285713,
                                                ["x"] = -274733.14285713,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 868691.14285713,
                                                ["x"] = -273835.99999999,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 896,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 866642.57142857,
                                            ["x"] = -274625.99999999,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 26,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 866642.57142857,
                                        ["type"] = "ZSU-23-4 Shilka",
                                        ["name"] = "(red) SHORAD 2 #002",
                                        ["unitId"] = 28,
                                        ["heading"] = 2.3561944901923,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -274625.99999999,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 866642.57142857,
                                ["x"] = -274625.99999999,
                                ["name"] = "(red) SHORAD 2 #002",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [12]
                            [13] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 866631.14285713,
                                                ["x"] = -274733.14285713,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 868691.14285713,
                                                ["x"] = -273835.99999999,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 898,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 866731.14285715,
                                            ["x"] = -274514.57142856,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 27,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 866731.14285715,
                                        ["type"] = "ZSU-23-4 Shilka",
                                        ["name"] = "(red) SHORAD 2 #003",
                                        ["unitId"] = 29,
                                        ["heading"] = 2.3561944901923,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -274514.57142856,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 866731.14285715,
                                ["x"] = -274514.57142856,
                                ["name"] = "(red) SHORAD 2 #003",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [13]
                            [14] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 866631.14285713,
                                                ["x"] = -274733.14285713,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 868691.14285713,
                                                ["x"] = -273835.99999999,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 895,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 866506.85714286,
                                            ["x"] = -274717.42857142,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 28,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 866506.85714286,
                                        ["type"] = "Strela-1 9P31",
                                        ["name"] = "(red) SHORAD 2 #004",
                                        ["unitId"] = 30,
                                        ["heading"] = 2.3561944901923,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -274717.42857142,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 866506.85714286,
                                ["x"] = -274717.42857142,
                                ["name"] = "(red) SHORAD 2 #004",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [14]
                            [15] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 891678.28571428,
                                                ["x"] = -264935.99999999,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 891209.71428571,
                                                ["x"] = -264930.28571428,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 1069,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 891606.85714286,
                                            ["x"] = -265967.42857142,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 1,
                                                            ["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"] = 29,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 891606.85714286,
                                        ["type"] = "Osa 9A33 ln",
                                        ["name"] = "(red) ACTIVE SAM #001",
                                        ["unitId"] = 31,
                                        ["heading"] = 4.7245834978329,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -265967.42857142,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 891606.85714286,
                                ["x"] = -265967.42857142,
                                ["name"] = "(red) ACTIVE SAM #001",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [15]
                            [16] = 
                            {
                                ["visible"] = false,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 268,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 780122.85714286,
                                            ["x"] = -115696,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 39,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 780122.85714286,
                                        ["type"] = "S-300PS 40B6M tr",
                                        ["name"] = "Unit #005",
                                        ["unitId"] = 48,
                                        ["heading"] = 6.2657320146596,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -115696,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 780132.85714286,
                                        ["type"] = "S-300PS 64H6E sr",
                                        ["name"] = "Unit #006",
                                        ["unitId"] = 49,
                                        ["heading"] = 1.5707963267949,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -115913.14285715,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 780025.71428572,
                                        ["type"] = "S-300PS 40B6MD sr",
                                        ["name"] = "Unit #007",
                                        ["unitId"] = 50,
                                        ["heading"] = 0,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -115967.71428572,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 780232.85714286,
                                        ["type"] = "S-300PS 54K6 cp",
                                        ["name"] = "Unit #008",
                                        ["unitId"] = 51,
                                        ["heading"] = 2.356194490192,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -115970.28571429,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 780055.71428572,
                                        ["type"] = "S-300PS 5P85D ln",
                                        ["name"] = "Unit #009",
                                        ["unitId"] = 52,
                                        ["heading"] = 4.7123889803847,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -115780.57142857,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["y"] = 780059.14285715,
                                        ["type"] = "S-300PS 5P85C ln",
                                        ["name"] = "Unit #010",
                                        ["unitId"] = 53,
                                        ["heading"] = 4.7123889803847,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -115790.28571429,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        ["y"] = 780066.57142858,
                                        ["type"] = "S-300PS 5P85D ln",
                                        ["name"] = "Unit #011",
                                        ["unitId"] = 54,
                                        ["heading"] = 4.7123889803847,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -115803.42857143,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        ["y"] = 780069.42857143,
                                        ["type"] = "S-300PS 5P85C ln",
                                        ["name"] = "Unit #012",
                                        ["unitId"] = 55,
                                        ["heading"] = 4.7123889803847,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -115812.57142857,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        ["y"] = 780198.00000001,
                                        ["type"] = "S-300PS 5P85D ln",
                                        ["name"] = "Unit #013",
                                        ["unitId"] = 56,
                                        ["heading"] = 1.5707963267949,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -115777.71428572,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        ["y"] = 780194.00000001,
                                        ["type"] = "S-300PS 5P85C ln",
                                        ["name"] = "Unit #014",
                                        ["unitId"] = 57,
                                        ["heading"] = 1.5707963267949,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -115786.85714286,
                                    }, -- end of [10]
                                    [11] = 
                                    {
                                        ["y"] = 780188.28571429,
                                        ["type"] = "S-300PS 5P85D ln",
                                        ["name"] = "Unit #015",
                                        ["unitId"] = 58,
                                        ["heading"] = 1.5707963267949,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -115801.71428572,
                                    }, -- end of [11]
                                    [12] = 
                                    {
                                        ["y"] = 780184.28571429,
                                        ["type"] = "S-300PS 5P85C ln",
                                        ["name"] = "Unit #016",
                                        ["unitId"] = 59,
                                        ["heading"] = 1.5707963267949,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -115811.42857143,
                                    }, -- end of [12]
                                }, -- end of ["units"]
                                ["y"] = 780122.85714286,
                                ["x"] = -115696,
                                ["name"] = "(red) DORMANT SAM #003",
                                ["start_time"] = 0,
                            }, -- end of [16]
                            [17] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 597,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 874381.42857144,
                                            ["x"] = -277808.57142857,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 41,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 874381.42857144,
                                        ["type"] = "BTR-80",
                                        ["name"] = "(red) PATH ENEMY #001",
                                        ["unitId"] = 60,
                                        ["heading"] = 3.1415926535898,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -277808.57142857,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 874381.42857144,
                                ["x"] = -277808.57142857,
                                ["name"] = "(red) PATH ENEMY #001",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [17]
                            [18] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 597,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 873845.71428573,
                                            ["x"] = -276580,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 42,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 873845.71428573,
                                        ["type"] = "BMP-2",
                                        ["name"] = "(red) PATH ENEMY #002",
                                        ["unitId"] = 61,
                                        ["heading"] = 3.1415926535898,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -276580,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 873845.71428573,
                                ["x"] = -276580,
                                ["name"] = "(red) PATH ENEMY #002",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [18]
                            [19] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 597,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 875274.2857143,
                                            ["x"] = -281651.42857143,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 43,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 875274.2857143,
                                        ["type"] = "BMP-2",
                                        ["name"] = "(red) PATH ENEMY #003",
                                        ["unitId"] = 62,
                                        ["heading"] = 3.1415926535898,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -281651.42857143,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 875274.2857143,
                                ["x"] = -281651.42857143,
                                ["name"] = "(red) PATH ENEMY #003",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [19]
                            [20] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 597,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 875224.2857143,
                                            ["x"] = -281451.42857143,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 44,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 875224.2857143,
                                        ["type"] = "BTR_D",
                                        ["name"] = "(red) PATH ENEMY #004",
                                        ["unitId"] = 63,
                                        ["heading"] = 3.1415926535898,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -281451.42857143,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 875224.2857143,
                                ["x"] = -281451.42857143,
                                ["name"] = "(red) PATH ENEMY #004",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [20]
                            [21] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 597,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 875495.71428573,
                                            ["x"] = -281394.28571429,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 45,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 875495.71428573,
                                        ["type"] = "T-55",
                                        ["name"] = "(red) PATH ENEMY #005",
                                        ["unitId"] = 64,
                                        ["heading"] = 3.1415926535898,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -281394.28571429,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 875495.71428573,
                                ["x"] = -281394.28571429,
                                ["name"] = "(red) PATH ENEMY #005",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [21]
                            [22] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 602,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 874328.57142858,
                                            ["x"] = -277637.14285715,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 46,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 874328.57142858,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #017",
                                        ["unitId"] = 65,
                                        ["heading"] = 3.1415926535898,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -277637.14285715,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 874437.14285716,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #018",
                                        ["unitId"] = 66,
                                        ["heading"] = 3.1415926535898,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -277608.57142857,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 874534.2857143,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #019",
                                        ["unitId"] = 67,
                                        ["heading"] = 3.1415926535898,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -277642.85714286,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 874408.57142858,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #020",
                                        ["unitId"] = 68,
                                        ["heading"] = 3.1415926535898,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -277697.14285715,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 874548.57142858,
                                        ["type"] = "Paratrooper RPG-16",
                                        ["name"] = "Unit #021",
                                        ["unitId"] = 69,
                                        ["heading"] = 3.1415926535898,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -277780,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["y"] = 874491.42857144,
                                        ["type"] = "Paratrooper RPG-16",
                                        ["name"] = "Unit #022",
                                        ["unitId"] = 70,
                                        ["heading"] = 3.1415926535898,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -277905.71428572,
                                    }, -- end of [6]
                                }, -- end of ["units"]
                                ["y"] = 874328.57142858,
                                ["x"] = -277637.14285715,
                                ["name"] = "(red) PATH ENEMY #006",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [22]
                            [23] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 874018.57142858,
                                                ["x"] = -276418.57142857,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 876497.14285716,
                                                ["x"] = -275225.71428572,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 627,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 874018.57142858,
                                            ["x"] = -276418.57142857,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 47,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 874018.57142858,
                                        ["type"] = "T-80UD",
                                        ["name"] = "Unit #023",
                                        ["unitId"] = 71,
                                        ["heading"] = 1.1222462930077,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -276418.57142857,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 874018.57142858,
                                ["x"] = -276418.57142857,
                                ["name"] = "(red) PATH ENEMY #007",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [23]
                            [24] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 873540.00000001,
                                                ["x"] = -274744.28571429,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 874725.71428573,
                                                ["x"] = -274644.28571429,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 626,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 873540.00000001,
                                            ["x"] = -274744.28571429,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 48,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 873540.00000001,
                                        ["type"] = "BRDM-2",
                                        ["name"] = "Unit #024",
                                        ["unitId"] = 72,
                                        ["heading"] = 1.4866580862637,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -274744.28571429,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 873540.00000001,
                                ["x"] = -274744.28571429,
                                ["name"] = "(red) PATH ENEMY #008",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [24]
                            [25] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 873540.00000001,
                                                ["x"] = -274744.28571429,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 874725.71428573,
                                                ["x"] = -274644.28571429,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 626,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 873911.42857144,
                                            ["x"] = -274361.42857143,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 49,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 873911.42857144,
                                        ["type"] = "Boman",
                                        ["name"] = "Unit #025",
                                        ["unitId"] = 73,
                                        ["heading"] = 1.4866580862637,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -274361.42857143,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 873911.42857144,
                                ["x"] = -274361.42857143,
                                ["name"] = "(red) PATH ENEMY #009",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [25]
                            [26] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 873540.00000001,
                                                ["x"] = -274744.28571429,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 874725.71428573,
                                                ["x"] = -274644.28571429,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 626,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 873200.00000001,
                                            ["x"] = -274104.28571429,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 50,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 873200.00000001,
                                        ["type"] = "Boman",
                                        ["name"] = "Unit #026",
                                        ["unitId"] = 74,
                                        ["heading"] = 1.4866580862637,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -274104.28571429,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 873200.00000001,
                                ["x"] = -274104.28571429,
                                ["name"] = "(red) PATH ENEMY #010",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [26]
                            [27] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 873540.00000001,
                                                ["x"] = -274744.28571429,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 874725.71428573,
                                                ["x"] = -274644.28571429,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 626,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 873514.2857143,
                                            ["x"] = -274358.57142857,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 51,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 873514.2857143,
                                        ["type"] = "BMP-2",
                                        ["name"] = "Unit #027",
                                        ["unitId"] = 75,
                                        ["heading"] = 1.4866580862637,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -274358.57142857,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 873514.2857143,
                                ["x"] = -274358.57142857,
                                ["name"] = "(red) PATH ENEMY #011",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [27]
                            [28] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 873540.00000001,
                                                ["x"] = -274744.28571429,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 874725.71428573,
                                                ["x"] = -274644.28571429,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 626,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 869074.2857143,
                                            ["x"] = -272418.57142857,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 52,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 869074.2857143,
                                        ["type"] = "BRDM-2",
                                        ["name"] = "Unit #028",
                                        ["unitId"] = 76,
                                        ["heading"] = 1.4866580862637,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -272418.57142857,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 869074.2857143,
                                ["x"] = -272418.57142857,
                                ["name"] = "(red) PATH ENEMY #012",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [28]
                            [29] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 873540.00000001,
                                                ["x"] = -274744.28571429,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 874725.71428573,
                                                ["x"] = -274644.28571429,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 626,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 868880.00000001,
                                            ["x"] = -272558.57142857,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 53,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 868880.00000001,
                                        ["type"] = "BMP-3",
                                        ["name"] = "Unit #029",
                                        ["unitId"] = 77,
                                        ["heading"] = 1.4866580862637,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -272558.57142857,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 868880.00000001,
                                ["x"] = -272558.57142857,
                                ["name"] = "(red) PATH ENEMY #013",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [29]
                            [30] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 873540.00000001,
                                                ["x"] = -274744.28571429,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 874725.71428573,
                                                ["x"] = -274644.28571429,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 626,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 868742.85714287,
                                            ["x"] = -272067.14285714,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 54,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 868742.85714287,
                                        ["type"] = "BMD-1",
                                        ["name"] = "Unit #030",
                                        ["unitId"] = 78,
                                        ["heading"] = 1.4866580862637,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -272067.14285714,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 868742.85714287,
                                ["x"] = -272067.14285714,
                                ["name"] = "(red) PATH ENEMY #014",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [30]
                            [31] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 873540.00000001,
                                                ["x"] = -274744.28571429,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 874725.71428573,
                                                ["x"] = -274644.28571429,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 626,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 868308.57142858,
                                            ["x"] = -272410,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 55,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 868308.57142858,
                                        ["type"] = "MTLB",
                                        ["name"] = "Unit #031",
                                        ["unitId"] = 79,
                                        ["heading"] = 1.4866580862637,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -272410,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 868308.57142858,
                                ["x"] = -272410,
                                ["name"] = "(red) PATH ENEMY #015",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [31]
                            [32] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 873540.00000001,
                                                ["x"] = -274744.28571429,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 874725.71428573,
                                                ["x"] = -274644.28571429,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 626,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 867794.2857143,
                                            ["x"] = -271852.85714286,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 56,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 867794.2857143,
                                        ["type"] = "MTLB",
                                        ["name"] = "Unit #032",
                                        ["unitId"] = 80,
                                        ["heading"] = 1.4866580862637,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -271852.85714286,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 867794.2857143,
                                ["x"] = -271852.85714286,
                                ["name"] = "(red) PATH ENEMY #016",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [32]
                            [34] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 561,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 876067.14285714,
                                            ["x"] = -284064.57142856,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 59,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 876067.14285714,
                                        ["type"] = "Ural-375 ZU-23",
                                        ["name"] = "Unit #034",
                                        ["unitId"] = 82,
                                        ["heading"] = 3.9269908169872,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -284064.57142856,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 876067.14285714,
                                ["x"] = -284064.57142856,
                                ["name"] = "(red) PATH ENEMY #018",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [34]
                            [33] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 873540.00000001,
                                                ["x"] = -274744.28571429,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 874725.71428573,
                                                ["x"] = -274644.28571429,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 626,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 868425.71428572,
                                            ["x"] = -271987.14285714,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 57,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 868425.71428572,
                                        ["type"] = "T-72B",
                                        ["name"] = "Unit #033",
                                        ["unitId"] = 81,
                                        ["heading"] = 1.4866580862637,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -271987.14285714,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 868425.71428572,
                                ["x"] = -271987.14285714,
                                ["name"] = "(red) PATH ENEMY #017",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [33]
                            [35] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 565,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 875888.57142857,
                                            ["x"] = -283407.42857142,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 60,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 875888.57142857,
                                        ["type"] = "T-90",
                                        ["name"] = "Unit #035",
                                        ["unitId"] = 83,
                                        ["heading"] = 3.9269908169872,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -283407.42857142,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 875888.57142857,
                                ["x"] = -283407.42857142,
                                ["name"] = "(red) PATH ENEMY #019",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [35]
                            [36] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 869564.28571429,
                                                ["x"] = -273161.7142857,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 870052.85714286,
                                                ["x"] = -273121.7142857,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 851,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 869643.0999986,
                                            ["x"] = -272965.34696764,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 61,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 869643.0999986,
                                        ["type"] = "T-90",
                                        ["name"] = "Unit #036",
                                        ["unitId"] = 84,
                                        ["heading"] = 2.7770397708228,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -272965.34696764,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 869643.0999986,
                                ["x"] = -272965.34696764,
                                ["name"] = "(red) PATH ENEMY #020",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [36]
                        }, -- end of ["group"]
                    }, -- end of ["vehicle"]
                    ["plane"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["lateActivation"] = true,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "CAP",
                                ["uncontrolled"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["routeRelativeTOT"] = true,
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 5486.0952,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["y"] = 784571.42857143,
                                            ["x"] = -199514.28571429,
                                            ["speed"] = 179.86111111111,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["key"] = "CAP",
                                                            ["id"] = "EngageTargets",
                                                            ["number"] = 1,
                                                            ["auto"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Air",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 5486.4,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 370.82161630517,
                                            ["y"] = 818000,
                                            ["x"] = -257228.57142857,
                                            ["speed"] = 179.86111111111,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 5486.4,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 406.66665494145,
                                            ["y"] = 852285.71428572,
                                            ["x"] = -248371.42857143,
                                            ["speed"] = 179.86111111111,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "SwitchWaypoint",
                                                                    ["params"] = 
                                                                    {
                                                                        ["goToWaypointIndex"] = 4,
                                                                        ["fromWaypointIndex"] = 5,
                                                                    }, -- 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 [3]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 30,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 5486.0952,
                                        ["hardpoint_racks"] = true,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "Air Force Standard",
                                        ["skill"] = "Average",
                                        ["speed"] = 179.86111111111,
                                        ["type"] = "Su-27",
                                        ["unitId"] = 32,
                                        ["psi"] = -2.6166017599909,
                                        ["y"] = 784571.42857143,
                                        ["x"] = -199514.28571429,
                                        ["name"] = "(red) Bandit 1",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    ["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    ["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    ["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [10]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 9400,
                                            ["flare"] = 96,
                                            ["chaff"] = 96,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = 2.6166017599909,
                                        ["callsign"] = 103,
                                        ["onboard_num"] = "051",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 784571.42857143,
                                ["x"] = -199514.28571429,
                                ["name"] = "(red) Bandit 1",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["modulation"] = 0,
                                ["frequency"] = 124,
                            }, -- end of [1]
                        }, -- end of ["group"]
                    }, -- end of ["plane"]
                }, -- end of [3]
                [4] = 
                {
                    ["id"] = 10,
                    ["name"] = "The Netherlands",
                }, -- end of [4]
                [5] = 
                {
                    ["id"] = 11,
                    ["name"] = "Belgium",
                }, -- end of [5]
                [6] = 
                {
                    ["id"] = 3,
                    ["name"] = "Turkey",
                }, -- end of [6]
                [7] = 
                {
                    ["id"] = 15,
                    ["name"] = "Israel",
                }, -- end of [7]
                [8] = 
                {
                    ["id"] = 17,
                    ["name"] = "Insurgents",
                }, -- end of [8]
                [9] = 
                {
                    ["id"] = 19,
                    ["name"] = "South Ossetia",
                }, -- end of [9]
                [10] = 
                {
                    ["id"] = 12,
                    ["name"] = "Norway",
                }, -- end of [10]
            }, -- end of ["country"]
        }, -- end of ["red"]
    }, -- end of ["coalition"]
    ["sortie"] = "Border Cross",
    ["version"] = 7,
    ["goals"] = 
    {
    }, -- end of ["goals"]
    ["currentKey"] = 75193,
    ["start_time"] = 9738900,
    ["forcedOptions"] = 
    {
        ["padlock"] = false,
        ["easyRadar"] = false,
        ["miniHUD"] = false,
        ["accidental_failures"] = false,
        ["optionsView"] = "optview_onlyallies",
        ["permitCrash"] = false,
        ["immortal"] = false,
        ["easyCommunication"] = false,
        ["cockpitVisualRM"] = false,
        ["easyFlight"] = false,
        ["radio"] = false,
        ["tips"] = true,
        ["labels"] = false,
        ["externalViews"] = true,
        ["fuel"] = false,
        ["civTraffic"] = "",
        ["weapons"] = false,
        ["birds"] = 0,
        ["geffect"] = "realistic",
    }, -- end of ["forcedOptions"]
    ["failures"] = 
    {
    }, -- end of ["failures"]
} -- end of mission
