mission = 
{
    ["trig"] = 
    {
        ["actions"] = 
        {
            [1] = "a_set_flag(98); mission.trig.func[1]=nil;",
            [2] = "a_activate_group(12); mission.trig.func[2]=nil;",
            [3] = "a_out_text_delay(\"TARGET ALFA CONQUISTADO!\", 20);a_out_sound(\"Police_Scanner.ogg\"); mission.trig.func[3]=nil;",
            [4] = "a_set_flag(97); mission.trig.func[4]=nil;",
            [5] = "a_out_text_delay(\"TARGET BRAVO CONQUISTADO!\", 30);a_out_sound(\"Police_Scanner.ogg\"); mission.trig.func[5]=nil;",
            [6] = "a_set_flag(96); mission.trig.func[6]=nil;",
            [7] = "a_activate_group(20); mission.trig.func[7]=nil;",
            [8] = "a_activate_group(21); mission.trig.func[8]=nil;",
            [9] = "a_out_text_delay(\"REGIÃO LIMPA - CONDUZA O GRUPO COMBOIO ATÉ A ÁREA CHARLIE\", 30);a_out_sound(\"Police_Scanner.ogg\"); mission.trig.func[9]=nil;",
            [10] = "a_out_text_delay(\"Grupo Comboio-1 chegou até a área CHARLIE.\\\
\\\
BOM TRABALHO SUCESSO\", 30);a_out_sound(\"Police_Scanner.ogg\"); mission.trig.func[10]=nil;",
            [11] = "a_out_text_delay(\"Perdemos o grupo Comando-1. FIM DA MISSÃO - DERROTA!\", 30);a_out_sound(\"RADIO.ogg\"); mission.trig.func[11]=nil;",
            [12] = "a_out_text_delay(\"CAS-1 STAND BY\", 30);a_out_sound(\"Police_Scanner.ogg\");a_add_radio_item(\"CAS-1 MISSION\", 11, 1); mission.trig.func[12]=nil;",
            [13] = "a_remove_radio_item(\"CAS-1 MISSION\"); mission.trig.func[13]=nil;",
        }, -- end of ["actions"]
        ["events"] = 
        {
        }, -- end of ["events"]
        ["custom"] = 
        {
        }, -- end of ["custom"]
        ["func"] = 
        {
            [1] = "if mission.trig.conditions[1]() then mission.trig.actions[1]() end",
            [2] = "if mission.trig.conditions[2]() then mission.trig.actions[2]() end",
            [3] = "if mission.trig.conditions[3]() then mission.trig.actions[3]() end",
            [4] = "if mission.trig.conditions[4]() then mission.trig.actions[4]() end",
            [5] = "if mission.trig.conditions[5]() then mission.trig.actions[5]() end",
            [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",
        }, -- 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,
        }, -- end of ["flag"]
        ["conditions"] = 
        {
            [1] = "return(c_part_of_group_out_zone(3, 2) or c_part_of_group_out_zone(2, 2) )",
            [2] = "return(c_group_dead(2) )",
            [3] = "return(c_part_of_group_in_zone(18, 2) )",
            [4] = "return(c_part_of_group_out_zone(13, 3) )",
            [5] = "return(c_part_of_group_in_zone(18, 3) )",
            [6] = "return(c_unit_dead(62) or c_unit_dead(63) or c_unit_dead(64) or c_unit_dead(65) )",
            [7] = "return(c_time_since_flag(96, 20) and c_random_less(60) )",
            [8] = "return(c_time_since_flag(96, 22) and c_random_less(60) )",
            [9] = "return(c_group_dead(2) and c_group_dead(5) and c_group_dead(3) and c_group_dead(11) and c_group_dead(19) and c_group_dead(13) and c_group_dead(20) and c_group_dead(21) and c_group_dead(14) and c_group_dead(12) and c_group_dead(15) and c_group_dead(16) )",
            [10] = "return(c_part_of_group_in_zone(18, 4) )",
            [11] = "return(c_group_dead(18) )",
            [12] = "return(c_part_of_group_in_zone(6, 5) )",
            [13] = "return(c_flag_is_true(11) )",
        }, -- end of ["conditions"]
        ["customStartup"] = 
        {
        }, -- end of ["customStartup"]
        ["funcStartup"] = 
        {
        }, -- 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"] = 
            {
                ["name"] = "ARTILLERY CMD",
                ["blue"] = 0,
                ["red"] = 1,
            }, -- end of ["artillery_commander"]
            ["instructor"] = 
            {
                ["name"] = "INSTRUCTOR",
                ["blue"] = 0,
                ["red"] = 0,
            }, -- end of ["instructor"]
            ["observer"] = 
            {
                ["name"] = "OBSERVER",
                ["blue"] = 0,
                ["red"] = 0,
            }, -- end of ["observer"]
            ["forward_observer"] = 
            {
                ["name"] = "JTAC",
                ["blue"] = 0,
                ["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-25T by Eagle Dynamics"] = true,
        ["F-15C"] = true,
        ["Mi-8MTV2 Hip by Belsimtek"] = true,
        ["Ka-50 Black Shark by Eagle Dynamics"] = true,
        ["Su-25A by Eagle Dynamics"] = false,
        ["P-51D Mustang by Eagle Dynamics"] = true,
        ["World War II AI Units by Eagle Dynamics"] = true,
        ["A-10A by Eagle Dynamics"] = false,
        ["Flaming Cliffs by Eagle Dynamics"] = true,
    }, -- end of ["usedModules"]
    ["resourceCounter"] = 
    {
        ["Police_Scanner.ogg"] = 5,
        ["RADIO.ogg"] = 1,
    }, -- end of ["resourceCounter"]
    ["triggers"] = 
    {
        ["zones"] = 
        {
            [1] = 
            {
                ["y"] = 564492.85714285,
                ["radius"] = 4000,
                ["zoneId"] = 1,
                ["color"] = 
                {
                    [1] = 1,
                    [2] = 0,
                    [3] = 0,
                    [4] = 0.14901960784314,
                }, -- end of ["color"]
                ["x"] = -220487.14285714,
                ["hidden"] = false,
                ["name"] = "1",
            }, -- end of [1]
            [2] = 
            {
                ["y"] = 570283.42857145,
                ["radius"] = 400,
                ["zoneId"] = 2,
                ["color"] = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.14901960784314,
                }, -- end of ["color"]
                ["x"] = -222915.14285714,
                ["hidden"] = false,
                ["name"] = "ALFA",
            }, -- end of [2]
            [3] = 
            {
                ["y"] = 579692.00000002,
                ["radius"] = 400,
                ["zoneId"] = 3,
                ["color"] = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.14901960784314,
                }, -- end of ["color"]
                ["x"] = -225870.85714285,
                ["hidden"] = false,
                ["name"] = "BRAVO",
            }, -- end of [3]
            [4] = 
            {
                ["y"] = 589413.42857147,
                ["radius"] = 400,
                ["zoneId"] = 4,
                ["color"] = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.14901960784314,
                }, -- end of ["color"]
                ["x"] = -227332.28571428,
                ["hidden"] = false,
                ["name"] = "CHARLIE",
            }, -- end of [4]
            [5] = 
            {
                ["y"] = 554854.28571433,
                ["radius"] = 1000,
                ["zoneId"] = 5,
                ["color"] = 
                {
                    [1] = 1,
                    [2] = 0,
                    [3] = 0,
                    [4] = 0.14901960784314,
                }, -- end of ["color"]
                ["x"] = -217280.57142857,
                ["hidden"] = false,
                ["name"] = "CAS-1",
            }, -- end of [5]
        }, -- end of ["zones"]
    }, -- end of ["triggers"]
    ["weather"] = 
    {
        ["atmosphere_type"] = 0,
        ["wind"] = 
        {
            ["at8000"] = 
            {
                ["speed"] = 0,
                ["dir"] = 0,
            }, -- end of ["at8000"]
            ["atGround"] = 
            {
                ["speed"] = 0,
                ["dir"] = 0,
            }, -- end of ["atGround"]
            ["at2000"] = 
            {
                ["speed"] = 0,
                ["dir"] = 0,
            }, -- end of ["at2000"]
        }, -- end of ["wind"]
        ["enable_fog"] = false,
        ["turbulence"] = 
        {
            ["at8000"] = 0,
            ["atGround"] = 0,
            ["at2000"] = 0,
        }, -- end of ["turbulence"]
        ["season"] = 
        {
            ["iseason"] = 1,
            ["temperature"] = 20,
        }, -- end of ["season"]
        ["type_weather"] = 0,
        ["qnh"] = 760,
        ["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"] = 200,
            ["density"] = 0,
            ["base"] = 300,
            ["iprecptns"] = 0,
        }, -- end of ["clouds"]
    }, -- end of ["weather"]
    ["theatre"] = "Caucasus",
    ["needModules"] = 
    {
    }, -- end of ["needModules"]
    ["map"] = 
    {
        ["centerY"] = 573727.14285717,
        ["zoom"] = 100000,
        ["centerX"] = -222789.14285714,
    }, -- end of ["map"]
    ["coalitions"] = 
    {
        ["blue"] = 
        {
            [1] = 11,
            [2] = 8,
            [3] = 13,
            [4] = 5,
            [5] = 16,
            [6] = 6,
            [7] = 20,
            [8] = 12,
            [9] = 9,
            [10] = 10,
            [11] = 3,
            [12] = 4,
            [13] = 2,
            [14] = 1,
        }, -- end of ["blue"]
        ["red"] = 
        {
            [1] = 15,
            [2] = 0,
        }, -- end of ["red"]
    }, -- end of ["coalitions"]
    ["descriptionText"] = "O comboio \"COMANDO-1\" precisa chegar até a região CHARLIE.\
Para isso ser possível você tem que guiar os grupos de solo até o local CHARLIE.\
TANTO NO COMBINADO ARMAS OU NO KA-50.",
    ["pictureFileNameR"] = 
    {
    }, -- end of ["pictureFileNameR"]
    ["descriptionBlueTask"] = "",
    ["descriptionRedTask"] = "DICA!\
\
É prioritário decolar e ir direto ao wpt-1:FENCE em baixíssima altitude, depois suba até 1000mts ao wpt-2:IP (ponto de ingresso), senqo que uma vez neste comece a procura por alvos inimigos na região ALFA.\
\
GRUPOS ALIADOS\
\
T-90\
IFV\
ARTILHARIAS",
    ["pictureFileNameB"] = 
    {
    }, -- end of ["pictureFileNameB"]
    ["trigrules"] = 
    {
        [1] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 3,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_part_of_group_out_zone",
                    ["zone"] = 2,
                }, -- end of [1]
                [2] = 
                {
                    ["predicate"] = "or",
                }, -- end of [2]
                [3] = 
                {
                    ["group"] = 2,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_part_of_group_out_zone",
                    ["zone"] = 2,
                }, -- end of [3]
            }, -- end of ["rules"]
            ["comment"] = "ALFA",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["flag"] = 98,
                    ["predicate"] = "a_set_flag",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [1]
        [2] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 2,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = 1,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["group"] = 12,
                    ["flag"] = 99,
                    ["predicate"] = "a_activate_group",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
            ["comment"] = "ALFA",
        }, -- end of [2]
        [3] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 18,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_part_of_group_in_zone",
                    ["zone"] = 2,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["comment"] = "ALFA - CONQUISTADA",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["seconds"] = 20,
                    ["flag"] = 99,
                    ["text"] = "TARGET ALFA CONQUISTADO!",
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["file"] = "Police_Scanner.ogg",
                    ["predicate"] = "a_out_sound",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
            }, -- end of ["actions"]
        }, -- end of [3]
        [4] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 13,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_part_of_group_out_zone",
                    ["zone"] = 3,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["flag"] = 97,
                    ["predicate"] = "a_set_flag",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
            ["comment"] = "BRAVO",
        }, -- end of [4]
        [5] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 18,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_part_of_group_in_zone",
                    ["zone"] = 3,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "BRAVO",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["seconds"] = 30,
                    ["flag"] = 97,
                    ["text"] = "TARGET BRAVO CONQUISTADO!",
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["file"] = "Police_Scanner.ogg",
                    ["predicate"] = "a_out_sound",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [5]
        [6] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["zone"] = 1,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_unit_dead",
                    ["unit"] = 62,
                }, -- end of [1]
                [2] = 
                {
                    ["predicate"] = "or",
                }, -- end of [2]
                [3] = 
                {
                    ["unit"] = 63,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_unit_dead",
                    ["zone"] = 1,
                }, -- end of [3]
                [4] = 
                {
                    ["predicate"] = "or",
                }, -- end of [4]
                [5] = 
                {
                    ["zone"] = 1,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_unit_dead",
                    ["unit"] = 64,
                }, -- end of [5]
                [6] = 
                {
                    ["predicate"] = "or",
                }, -- end of [6]
                [7] = 
                {
                    ["unit"] = 65,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_unit_dead",
                    ["zone"] = 1,
                }, -- end of [7]
            }, -- end of ["rules"]
            ["comment"] = "CHARLIE",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["flag"] = 96,
                    ["predicate"] = "a_set_flag",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [6]
        [7] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["seconds"] = 20,
                    ["zone"] = 1,
                    ["flag"] = 96,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_time_since_flag",
                    ["unit"] = 65,
                }, -- end of [1]
                [2] = 
                {
                    ["predicate"] = "c_random_less",
                    ["coalitionlist"] = "red",
                    ["percent"] = 60,
                    ["zone"] = 1,
                }, -- end of [2]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["group"] = 20,
                    ["flag"] = 96,
                    ["predicate"] = "a_activate_group",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
            ["comment"] = "CHARLIE-RANDOM",
        }, -- end of [7]
        [8] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 1,
                    ["flag"] = 96,
                    ["seconds"] = 22,
                    ["predicate"] = "c_time_since_flag",
                    ["unit"] = 65,
                }, -- end of [1]
                [2] = 
                {
                    ["percent"] = 60,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_random_less",
                    ["zone"] = 1,
                }, -- end of [2]
            }, -- end of ["rules"]
            ["comment"] = "CHARLIE-RANDOM",
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["flag"] = 96,
                    ["group"] = 21,
                    ["predicate"] = "a_activate_group",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
        }, -- end of [8]
        [9] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 2,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = 1,
                }, -- end of [1]
                [2] = 
                {
                    ["group"] = 5,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = 1,
                }, -- end of [2]
                [3] = 
                {
                    ["group"] = 3,
                    ["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]
                [5] = 
                {
                    ["group"] = 19,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = 1,
                }, -- end of [5]
                [6] = 
                {
                    ["group"] = 13,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = 1,
                }, -- end of [6]
                [7] = 
                {
                    ["group"] = 20,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = 1,
                }, -- end of [7]
                [8] = 
                {
                    ["group"] = 21,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = 1,
                }, -- end of [8]
                [9] = 
                {
                    ["group"] = 14,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = 1,
                }, -- end of [9]
                [10] = 
                {
                    ["group"] = 12,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = 1,
                }, -- end of [10]
                [11] = 
                {
                    ["group"] = 15,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = 1,
                }, -- end of [11]
                [12] = 
                {
                    ["group"] = 16,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = 1,
                }, -- end of [12]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["seconds"] = 30,
                    ["text"] = "REGIÃO LIMPA - CONDUZA O GRUPO COMBOIO ATÉ A ÁREA CHARLIE",
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["file"] = "Police_Scanner.ogg",
                    ["predicate"] = "a_out_sound",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
            }, -- end of ["actions"]
            ["comment"] = "MENSAGEM PARA FINAL",
        }, -- end of [9]
        [10] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 18,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_part_of_group_in_zone",
                    ["zone"] = 4,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["seconds"] = 30,
                    ["text"] = "Grupo Comboio-1 chegou até a área CHARLIE.\
\
BOM TRABALHO SUCESSO",
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["file"] = "Police_Scanner.ogg",
                    ["predicate"] = "a_out_sound",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
            }, -- end of ["actions"]
            ["comment"] = "SUCESSO",
        }, -- end of [10]
        [11] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 18,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = 1,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["seconds"] = 30,
                    ["text"] = "Perdemos o grupo Comando-1. FIM DA MISSÃO - DERROTA!",
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["file"] = "RADIO.ogg",
                    ["predicate"] = "a_out_sound",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
            }, -- end of ["actions"]
            ["comment"] = "FALHA",
        }, -- end of [11]
        [12] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 6,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_part_of_group_in_zone",
                    ["zone"] = 5,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "CAS-1 Chamada",
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["text"] = "CAS-1 STAND BY",
                    ["seconds"] = 30,
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["file"] = "Police_Scanner.ogg",
                    ["predicate"] = "a_out_sound",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
                [3] = 
                {
                    ["predicate"] = "a_add_radio_item",
                    ["flag"] = 11,
                    ["value"] = 1,
                    ["radiotext"] = "CAS-1 MISSION",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [3]
            }, -- end of ["actions"]
        }, -- end of [12]
        [13] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 5,
                    ["group"] = 6,
                    ["predicate"] = "c_flag_is_true",
                    ["flag"] = 11,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["radiotext"] = "CAS-1 MISSION",
                    ["flag"] = 11,
                    ["value"] = 1,
                    ["predicate"] = "a_remove_radio_item",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
            ["comment"] = "CAS-1 Inicia suporte",
        }, -- end of [13]
    }, -- end of ["trigrules"]
    ["coalition"] = 
    {
        ["blue"] = 
        {
            ["bullseye"] = 
            {
                ["y"] = 617414,
                ["x"] = -291014,
            }, -- end of ["bullseye"]
            ["nav_points"] = 
            {
            }, -- end of ["nav_points"]
            ["name"] = "BLUE",
            ["country"] = 
            {
                [1] = 
                {
                    ["id"] = 11,
                    ["name"] = "Belgium",
                }, -- end of [1]
                [2] = 
                {
                    ["id"] = 8,
                    ["name"] = "Canada",
                }, -- end of [2]
                [3] = 
                {
                    ["id"] = 13,
                    ["name"] = "Denmark",
                }, -- end of [3]
                [4] = 
                {
                    ["id"] = 5,
                    ["name"] = "France",
                }, -- end of [4]
                [5] = 
                {
                    ["id"] = 16,
                    ["name"] = "Georgia",
                }, -- end of [5]
                [6] = 
                {
                    ["id"] = 6,
                    ["vehicle"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 19,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 579625.71428572,
                                            ["x"] = -225680.28571429,
                                            ["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"] = 
                                                                    {
                                                                        ["name"] = 8,
                                                                    }, -- 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"] = 13,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 579625.71428572,
                                        ["type"] = "Leopard-2",
                                        ["name"] = "Unit #044",
                                        ["unitId"] = 56,
                                        ["heading"] = 5.2708943410229,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Excellent",
                                        ["x"] = -225680.28571429,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 579547.14285715,
                                        ["type"] = "Leopard-2",
                                        ["name"] = "Unit #045",
                                        ["unitId"] = 57,
                                        ["heading"] = 5.2708943410229,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Excellent",
                                        ["x"] = -225808.85714286,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 579512.85714287,
                                        ["type"] = "Leopard-2",
                                        ["name"] = "Unit #046",
                                        ["unitId"] = 58,
                                        ["heading"] = 4.7123889803847,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Excellent",
                                        ["x"] = -225983.14285715,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 579500.00000001,
                                        ["type"] = "Leopard-2",
                                        ["name"] = "Unit #047",
                                        ["unitId"] = 59,
                                        ["heading"] = 4.6949356878647,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Excellent",
                                        ["x"] = -226144.57142858,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 579815.71428572,
                                        ["type"] = "Gepard",
                                        ["name"] = "Unit #048",
                                        ["unitId"] = 60,
                                        ["heading"] = 5.2708943410229,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Excellent",
                                        ["x"] = -225593.14285715,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["y"] = 579658.57142858,
                                        ["type"] = "Gepard",
                                        ["name"] = "Unit #049",
                                        ["unitId"] = 61,
                                        ["heading"] = 5.2708943410229,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Excellent",
                                        ["x"] = -226184.57142858,
                                    }, -- end of [6]
                                }, -- end of ["units"]
                                ["y"] = 579625.71428572,
                                ["x"] = -225680.28571429,
                                ["name"] = "2-GER LEOPARD",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 581249.14285717,
                                                ["x"] = -225500.85714285,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 580894.85714289,
                                                ["x"] = -225915.14285714,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 580894.85714289,
                                                ["x"] = -225915.14285714,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 579907.71428574,
                                                ["x"] = -225883.71428571,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 579943.42857146,
                                                ["x"] = -225796.57142857,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 579943.42857146,
                                                ["x"] = -225796.57142857,
                                            }, -- end of [2]
                                        }, -- end of [3]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 27,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 581249.14285717,
                                            ["x"] = -225500.85714285,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 8.3333333333333,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = false,
                                                            ["id"] = "ControlledTask",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["task"] = 
                                                                {
                                                                    ["id"] = "Hold",
                                                                    ["params"] = 
                                                                    {
                                                                        ["templateId"] = "",
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["task"]
                                                                ["stopCondition"] = 
                                                                {
                                                                    ["userFlag"] = "97",
                                                                }, -- end of ["stopCondition"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["number"] = 2,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["name"] = 8,
                                                                    }, -- 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"] = 21,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 77.722205478753,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 580894.85714289,
                                            ["x"] = -225915.14285714,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 8.3333333333333,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 18,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 183.93103719971,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 579907.71428574,
                                            ["x"] = -225883.71428571,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 8.3333333333333,
                                            ["action"] = "Rank",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 19,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 581249.14285717,
                                        ["type"] = "Leopard-2",
                                        ["name"] = "Unit #067",
                                        ["unitId"] = 89,
                                        ["heading"] = -2.4341033906498,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Excellent",
                                        ["x"] = -225500.85714285,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 581289.14285717,
                                        ["type"] = "Leopard-2",
                                        ["name"] = "Unit #068",
                                        ["unitId"] = 90,
                                        ["heading"] = -2.4341033906498,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Excellent",
                                        ["x"] = -225540.85714285,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 581319.14285717,
                                        ["type"] = "Leopard-2",
                                        ["name"] = "Unit #069",
                                        ["unitId"] = 91,
                                        ["heading"] = -2.4341033906498,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Excellent",
                                        ["x"] = -225460.85714285,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 581366.28571432,
                                        ["type"] = "Leopard-2",
                                        ["name"] = "Unit #070",
                                        ["unitId"] = 92,
                                        ["heading"] = -2.4341033906498,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Excellent",
                                        ["x"] = -225399.42857142,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 581407.71428574,
                                        ["type"] = "Gepard",
                                        ["name"] = "Unit #071",
                                        ["unitId"] = 93,
                                        ["heading"] = -2.4341033906498,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Excellent",
                                        ["x"] = -225343.71428571,
                                    }, -- end of [5]
                                }, -- end of ["units"]
                                ["y"] = 581249.14285717,
                                ["x"] = -225500.85714285,
                                ["name"] = "2-GER IFV",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["lateActivation"] = true,
                                ["groupId"] = 20,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 589662.00000004,
                                        ["type"] = "Gepard",
                                        ["name"] = "Unit #050",
                                        ["unitId"] = 94,
                                        ["heading"] = 4.9916416607038,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Excellent",
                                        ["x"] = -226862.28571428,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 589662.00000004,
                                ["x"] = -226862.28571428,
                                ["name"] = "3-GER AAA-1",
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 30,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 589662.00000004,
                                            ["x"] = -226862.28571428,
                                            ["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"]
                                    ["routeRelativeTOT"] = true,
                                }, -- end of ["route"]
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [3]
                            [4] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 21,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 589173.42857147,
                                            ["x"] = -227776.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"] = 21,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 589173.42857147,
                                        ["type"] = "Gepard",
                                        ["name"] = "Unit #051",
                                        ["unitId"] = 95,
                                        ["heading"] = 4.7996554429844,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Excellent",
                                        ["x"] = -227776.57142856,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 589173.42857147,
                                ["x"] = -227776.57142856,
                                ["name"] = "3-GER AAA-2",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [4]
                        }, -- end of ["group"]
                    }, -- end of ["vehicle"]
                    ["name"] = "Germany",
                }, -- end of [6]
                [7] = 
                {
                    ["id"] = 20,
                    ["name"] = "Italy",
                }, -- end of [7]
                [8] = 
                {
                    ["id"] = 12,
                    ["name"] = "Norway",
                }, -- end of [8]
                [9] = 
                {
                    ["id"] = 9,
                    ["name"] = "Spain",
                }, -- end of [9]
                [10] = 
                {
                    ["id"] = 10,
                    ["name"] = "The Netherlands",
                }, -- end of [10]
                [11] = 
                {
                    ["id"] = 3,
                    ["name"] = "Turkey",
                }, -- end of [11]
                [12] = 
                {
                    ["id"] = 4,
                    ["name"] = "UK",
                }, -- end of [12]
                [13] = 
                {
                    ["id"] = 2,
                    ["name"] = "USA",
                }, -- end of [13]
                [14] = 
                {
                    ["id"] = 1,
                    ["vehicle"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 569847.56483036,
                                                ["x"] = -222700.62033256,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 563901.42857143,
                                                ["x"] = -220210,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 28,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 570120.57142859,
                                            ["x"] = -222859.42857143,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Custom",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["name"] = 8,
                                                                    }, -- 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"] = 2,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 570120.57142859,
                                        ["type"] = "T-80UD",
                                        ["name"] = "Unit #004",
                                        ["unitId"] = 5,
                                        ["heading"] = 5.1090506240926,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Random",
                                        ["x"] = -222859.42857143,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 570072.00000002,
                                        ["type"] = "T-80UD",
                                        ["name"] = "Unit #005",
                                        ["unitId"] = 6,
                                        ["heading"] = 5.1648335820731,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Random",
                                        ["x"] = -222881.14285714,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 570084.57142859,
                                        ["type"] = "T-80UD",
                                        ["name"] = "Unit #006",
                                        ["unitId"] = 7,
                                        ["heading"] = 5.1648335819441,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Random",
                                        ["x"] = -222933.14285714,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 570495.14285716,
                                        ["type"] = "2S6 Tunguska",
                                        ["name"] = "Unit #020",
                                        ["unitId"] = 25,
                                        ["heading"] = 4.4854961776254,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Random",
                                        ["x"] = -223071.42857142,
                                    }, -- end of [4]
                                }, -- end of ["units"]
                                ["y"] = 570120.57142859,
                                ["x"] = -222859.42857143,
                                ["name"] = "1-UKR T-80",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 570124.06138247,
                                                ["x"] = -222835.01802543,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 564189.36601922,
                                                ["x"] = -220346.93288567,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 28,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 570443.42857145,
                                            ["x"] = -223023.71428571,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Custom",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["name"] = 8,
                                                                    }, -- 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"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 570443.42857145,
                                        ["type"] = "BTR-80",
                                        ["name"] = "Unit #007",
                                        ["unitId"] = 8,
                                        ["heading"] = -0.39698513897953,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Random",
                                        ["x"] = -223023.71428571,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 570381.42857145,
                                        ["type"] = "BTR-80",
                                        ["name"] = "Unit #008",
                                        ["unitId"] = 11,
                                        ["heading"] = 5.1648335818845,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Random",
                                        ["x"] = -223052,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 570401.14285716,
                                        ["type"] = "BTR-80",
                                        ["name"] = "Unit #009",
                                        ["unitId"] = 12,
                                        ["heading"] = 5.1648335821072,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Random",
                                        ["x"] = -223111.14285714,
                                    }, -- end of [3]
                                }, -- end of ["units"]
                                ["y"] = 570443.42857145,
                                ["x"] = -223023.71428571,
                                ["name"] = "1-UKR APC",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["lateActivation"] = false,
                                ["groupId"] = 5,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 571189.71428572,
                                        ["type"] = "BMP-2",
                                        ["name"] = "Unit #013",
                                        ["unitId"] = 18,
                                        ["heading"] = -2.6487562566256,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Random",
                                        ["x"] = -223185.71428572,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 571239.38729886,
                                        ["type"] = "BTR-80",
                                        ["name"] = "Unit #014",
                                        ["unitId"] = 19,
                                        ["heading"] = -2.6487562566256,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Random",
                                        ["x"] = -223101.30215334,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 571225.58412752,
                                        ["type"] = "ZSU-23-4 Shilka",
                                        ["name"] = "Unit #015",
                                        ["unitId"] = 20,
                                        ["heading"] = -2.6487562566256,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Random",
                                        ["x"] = -223023.49231836,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 571194.94497609,
                                        ["type"] = "BTR-80",
                                        ["name"] = "Unit #016",
                                        ["unitId"] = 21,
                                        ["heading"] = -2.6487562566256,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Random",
                                        ["x"] = -223095.93801371,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 571147.97919391,
                                        ["type"] = "BMP-2",
                                        ["name"] = "Unit #017",
                                        ["unitId"] = 22,
                                        ["heading"] = -2.6487562566256,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Random",
                                        ["x"] = -223183.58133948,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["y"] = 571235.44653582,
                                        ["type"] = "BMP-2",
                                        ["name"] = "Unit #018",
                                        ["unitId"] = 23,
                                        ["heading"] = -2.6487562566256,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Random",
                                        ["x"] = -223192.992298,
                                    }, -- end of [6]
                                }, -- end of ["units"]
                                ["y"] = 571189.71428572,
                                ["x"] = -223185.71428572,
                                ["name"] = "1-UKR APC IFV",
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 571140.00000001,
                                                ["x"] = -223278.28571429,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 571003.42857144,
                                                ["x"] = -223316.57142858,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 571003.42857144,
                                                ["x"] = -223316.57142858,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 570817.71428572,
                                                ["x"] = -223294.28571429,
                                            }, -- end of [2]
                                        }, -- end of [3]
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 571189.71428572,
                                                ["x"] = -223185.71428572,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 571140.00000001,
                                                ["x"] = -223278.28571429,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [4] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 570817.71428572,
                                                ["x"] = -223294.28571429,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 570600.00000001,
                                                ["x"] = -223183.42857143,
                                            }, -- end of [2]
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 570600.00000001,
                                                ["x"] = -223183.42857143,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 570600.00000001,
                                                ["x"] = -223183.42857143,
                                            }, -- end of [2]
                                        }, -- end of [5]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 30,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 571189.71428572,
                                            ["x"] = -223185.71428572,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Custom",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = false,
                                                            ["id"] = "ControlledTask",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["task"] = 
                                                                {
                                                                    ["id"] = "Hold",
                                                                    ["params"] = 
                                                                    {
                                                                        ["templateId"] = "",
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["task"]
                                                                ["stopCondition"] = 
                                                                {
                                                                    ["userFlag"] = "98",
                                                                }, -- end of ["stopCondition"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["number"] = 2,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["name"] = 8,
                                                                    }, -- 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"] = 29,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 18.913691833568,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 571140.00000001,
                                            ["x"] = -223278.28571429,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Custom",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 28,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 44.444235366005,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 571003.42857144,
                                            ["x"] = -223316.57142858,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Custom",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 27,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 78.112632223407,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 570817.71428572,
                                            ["x"] = -223294.28571429,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Custom",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 27,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 122.08896277724,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 570600.00000001,
                                            ["x"] = -223183.42857143,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Diamond",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                    }, -- end of ["points"]
                                    ["routeRelativeTOT"] = false,
                                }, -- end of ["route"]
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [3]
                            [4] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["lateActivation"] = false,
                                ["groupId"] = 11,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 570693.42857141,
                                        ["type"] = "T-80UD",
                                        ["name"] = "Unit #010",
                                        ["unitId"] = 45,
                                        ["heading"] = -2.7318347256781,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Random",
                                        ["x"] = -223056.28571429,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 570712.28571427,
                                        ["type"] = "T-80UD",
                                        ["name"] = "Unit #011",
                                        ["unitId"] = 46,
                                        ["heading"] = -2.7318347256781,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Random",
                                        ["x"] = -223024.28571429,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 570728.28571427,
                                        ["type"] = "T-80UD",
                                        ["name"] = "Unit #012",
                                        ["unitId"] = 47,
                                        ["heading"] = -2.7318347256781,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Random",
                                        ["x"] = -222991.71428572,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 570748.85714284,
                                        ["type"] = "ZSU-23-4 Shilka",
                                        ["name"] = "Unit #019",
                                        ["unitId"] = 48,
                                        ["heading"] = -2.7318347256781,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Random",
                                        ["x"] = -222959.14285715,
                                    }, -- end of [4]
                                }, -- end of ["units"]
                                ["y"] = 570693.42857141,
                                ["x"] = -223056.28571429,
                                ["name"] = "1-UKR T-80 #001",
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 570693.42857141,
                                                ["x"] = -223056.28571429,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 570668.85714284,
                                                ["x"] = -223112.85714286,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 570668.85714284,
                                                ["x"] = -223112.85714286,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 570625.99999999,
                                                ["x"] = -223150,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                        [4] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 570192.28571427,
                                                ["x"] = -223002.00000001,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 570192.28571427,
                                                ["x"] = -223002.00000001,
                                            }, -- end of [2]
                                        }, -- end of [4]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 570625.99999999,
                                                ["x"] = -223150,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 570525.99999999,
                                                ["x"] = -223102.85714286,
                                            }, -- end of [2]
                                        }, -- end of [3]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 28,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 5,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 570693.42857141,
                                            ["x"] = -223056.28571429,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = false,
                                                            ["id"] = "ControlledTask",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["task"] = 
                                                                {
                                                                    ["id"] = "Hold",
                                                                    ["params"] = 
                                                                    {
                                                                        ["templateId"] = "",
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["task"]
                                                                ["stopCondition"] = 
                                                                {
                                                                    ["userFlag"] = "98",
                                                                }, -- end of ["stopCondition"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["number"] = 2,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["name"] = 8,
                                                                    }, -- 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"] = 28,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 16.101902759909,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 570668.85714284,
                                            ["x"] = -223112.85714286,
                                            ["ETA_locked"] = false,
                                            ["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 [2]
                                        [3] = 
                                        {
                                            ["alt"] = 28,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 26.310182711265,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 570625.99999999,
                                            ["x"] = -223150,
                                            ["ETA_locked"] = false,
                                            ["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 [3]
                                        [4] = 
                                        {
                                            ["alt"] = 28,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 46.210116051103,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 570525.99999999,
                                            ["x"] = -223102.85714286,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Diamond",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                    }, -- end of ["points"]
                                    ["routeRelativeTOT"] = false,
                                }, -- end of ["route"]
                                ["start_time"] = 5,
                                ["task"] = "Ground Nothing",
                            }, -- end of [4]
                            [5] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["lateActivation"] = true,
                                ["groupId"] = 12,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 590056.00000003,
                                        ["type"] = "SAU Msta",
                                        ["name"] = "Unit #037",
                                        ["unitId"] = 49,
                                        ["heading"] = 5.2708943410229,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Excellent",
                                        ["x"] = -226870,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 590051.71428575,
                                        ["type"] = "SAU Msta",
                                        ["name"] = "Unit #038",
                                        ["unitId"] = 50,
                                        ["heading"] = 5.2708943410229,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Excellent",
                                        ["x"] = -226938.57142857,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 590041.71428575,
                                        ["type"] = "SAU Msta",
                                        ["name"] = "Unit #039",
                                        ["unitId"] = 51,
                                        ["heading"] = 5.2708943410229,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Excellent",
                                        ["x"] = -227011.42857143,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 590030.28571432,
                                        ["type"] = "SAU Msta",
                                        ["name"] = "Unit #040",
                                        ["unitId"] = 52,
                                        ["heading"] = 5.2708943410229,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Excellent",
                                        ["x"] = -227082.85714285,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 590093.14285718,
                                        ["type"] = "Ural-375",
                                        ["name"] = "Unit #041",
                                        ["unitId"] = 53,
                                        ["heading"] = 5.2708943410229,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Excellent",
                                        ["x"] = -226915.71428571,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["y"] = 590080.28571432,
                                        ["type"] = "Ural-375",
                                        ["name"] = "Unit #042",
                                        ["unitId"] = 54,
                                        ["heading"] = 5.2708943410229,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Excellent",
                                        ["x"] = -226981.42857143,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        ["y"] = 590061.71428575,
                                        ["type"] = "Ural-375 PBU",
                                        ["name"] = "Unit #043",
                                        ["unitId"] = 55,
                                        ["heading"] = 5.2708943410229,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Excellent",
                                        ["x"] = -227055.71428571,
                                    }, -- end of [7]
                                }, -- end of ["units"]
                                ["y"] = 590056.00000003,
                                ["x"] = -226870,
                                ["name"] = "UKR ARTILHARIA",
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 32,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 590056.00000003,
                                            ["x"] = -226870,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "FireAtPoint",
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["y"] = 568420.00000006,
                                                                ["x"] = -221709.14285715,
                                                                ["templateId"] = "",
                                                                ["expendQty"] = 1,
                                                                ["expendQtyEnabled"] = false,
                                                                ["zoneRadius"] = 60,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                    ["routeRelativeTOT"] = true,
                                }, -- end of ["route"]
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [5]
                            [6] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 26,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 588754.8571429,
                                            ["x"] = -226913.71428571,
                                            ["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"] = 
                                                                    {
                                                                        ["name"] = 8,
                                                                    }, -- 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"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 588754.8571429,
                                        ["type"] = "T-80UD",
                                        ["name"] = "3-UKR ARTILHARIA T-80-1",
                                        ["unitId"] = 62,
                                        ["heading"] = 4.9741883681838,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Excellent",
                                        ["x"] = -226913.71428571,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 588704.8571429,
                                        ["type"] = "T-80UD",
                                        ["name"] = "3-UKR ARTILHARIA T-80-2",
                                        ["unitId"] = 63,
                                        ["heading"] = 4.9741883681838,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Excellent",
                                        ["x"] = -226982.28571428,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 588702.00000004,
                                        ["type"] = "T-80UD",
                                        ["name"] = "3-UKR ARTILHARIA T-80-3",
                                        ["unitId"] = 64,
                                        ["heading"] = 4.9741883681838,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Excellent",
                                        ["x"] = -227062.28571428,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 588743.42857147,
                                        ["type"] = "T-80UD",
                                        ["name"] = "3-UKR ARTILHARIA T-80-4",
                                        ["unitId"] = 65,
                                        ["heading"] = 4.9741883681838,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Excellent",
                                        ["x"] = -227130.85714285,
                                    }, -- end of [4]
                                }, -- end of ["units"]
                                ["y"] = 588754.8571429,
                                ["x"] = -226913.71428571,
                                ["name"] = "3-UKR ARTILHARIA T-80-",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [6]
                            [7] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["lateActivation"] = false,
                                ["groupId"] = 15,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 590311.88117989,
                                        ["type"] = "BMP-2",
                                        ["name"] = "Unit #054",
                                        ["unitId"] = 66,
                                        ["heading"] = -1.3483455845877,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Excellent",
                                        ["x"] = -227417.1167579,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 590317.70381041,
                                        ["type"] = "BMP-2",
                                        ["name"] = "Unit #055",
                                        ["unitId"] = 67,
                                        ["heading"] = -1.3483455845877,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Excellent",
                                        ["x"] = -227387.69738654,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 590323.47313614,
                                        ["type"] = "BMP-2",
                                        ["name"] = "Unit #056",
                                        ["unitId"] = 68,
                                        ["heading"] = -1.3483455845877,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Excellent",
                                        ["x"] = -227358.26036158,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 590329.24246188,
                                        ["type"] = "BMP-2",
                                        ["name"] = "Unit #057",
                                        ["unitId"] = 69,
                                        ["heading"] = -1.3483455845877,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Excellent",
                                        ["x"] = -227328.82333662,
                                    }, -- end of [4]
                                }, -- end of ["units"]
                                ["y"] = 590311.88117989,
                                ["x"] = -227417.1167579,
                                ["name"] = "UKR ARTILHARIA IFV",
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 590311.875,
                                                ["x"] = -227417.109375,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 590235.4375,
                                                ["x"] = -227800.6875,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                ["y"] = 590229.1875,
                                                ["x"] = -227810.046875,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                ["y"] = 589202.4375,
                                                ["x"] = -227225.21875,
                                            }, -- end of [8]
                                            [16] = 
                                            {
                                                ["y"] = 588904.0625,
                                                ["x"] = -227084.0625,
                                            }, -- end of [16]
                                            [17] = 
                                            {
                                                ["y"] = 588859.25,
                                                ["x"] = -227068.6875,
                                            }, -- end of [17]
                                            [9] = 
                                            {
                                                ["y"] = 589163.375,
                                                ["x"] = -227203.28125,
                                            }, -- end of [9]
                                            [18] = 
                                            {
                                                ["y"] = 588766.75,
                                                ["x"] = -227039.3125,
                                            }, -- end of [18]
                                            [5] = 
                                            {
                                                ["y"] = 590225.625,
                                                ["x"] = -227811.8125,
                                            }, -- end of [5]
                                            [10] = 
                                            {
                                                ["y"] = 589123.75,
                                                ["x"] = -227182.34375,
                                            }, -- end of [10]
                                            [20] = 
                                            {
                                                ["y"] = 588648.125,
                                                ["x"] = -227007.953125,
                                            }, -- end of [20]
                                            [21] = 
                                            {
                                                ["y"] = 588588.125,
                                                ["x"] = -226995.03125,
                                            }, -- end of [21]
                                            [11] = 
                                            {
                                                ["y"] = 589083.5625,
                                                ["x"] = -227162.4375,
                                            }, -- end of [11]
                                            [22] = 
                                            {
                                                ["y"] = 588527.75,
                                                ["x"] = -226983.953125,
                                            }, -- end of [22]
                                            [3] = 
                                            {
                                                ["y"] = 590231.75,
                                                ["x"] = -227807.078125,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                ["y"] = 590221.6875,
                                                ["x"] = -227812.078125,
                                            }, -- end of [6]
                                            [12] = 
                                            {
                                                ["y"] = 589083.5625,
                                                ["x"] = -227162.4375,
                                            }, -- end of [12]
                                            [24] = 
                                            {
                                                ["y"] = 588406.125,
                                                ["x"] = -226967.375,
                                            }, -- end of [24]
                                            [25] = 
                                            {
                                                ["y"] = 588251.8125,
                                                ["x"] = -226951.140625,
                                            }, -- end of [25]
                                            [13] = 
                                            {
                                                ["y"] = 589035.0625,
                                                ["x"] = -227139.09375,
                                            }, -- end of [13]
                                            [7] = 
                                            {
                                                ["y"] = 590218,
                                                ["x"] = -227810.828125,
                                            }, -- end of [7]
                                            [14] = 
                                            {
                                                ["y"] = 588992,
                                                ["x"] = -227119.28125,
                                            }, -- end of [14]
                                            [23] = 
                                            {
                                                ["y"] = 588467.0625,
                                                ["x"] = -226974.71875,
                                            }, -- end of [23]
                                            [19] = 
                                            {
                                                ["y"] = 588707.6875,
                                                ["x"] = -227022.71875,
                                            }, -- end of [19]
                                            [15] = 
                                            {
                                                ["y"] = 588948.3125,
                                                ["x"] = -227100.921875,
                                            }, -- end of [15]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 588252.00000001,
                                                ["x"] = -226949.42857143,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 588252.00000001,
                                                ["x"] = -226949.42857143,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 27,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 590311.88117989,
                                            ["x"] = -227417.1167579,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 11.111111111111,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = false,
                                                            ["id"] = "ControlledTask",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["task"] = 
                                                                {
                                                                    ["id"] = "Hold",
                                                                    ["params"] = 
                                                                    {
                                                                        ["templateId"] = "",
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["task"]
                                                                ["stopCondition"] = 
                                                                {
                                                                    ["userFlag"] = "96",
                                                                }, -- end of ["stopCondition"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 2,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["name"] = 8,
                                                                    }, -- 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"] = 26,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 232.63272856799,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 588251.82136472,
                                            ["x"] = -226951.1433185,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 11.111111111111,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                    }, -- end of ["points"]
                                    ["routeRelativeTOT"] = false,
                                }, -- end of ["route"]
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [7]
                            [8] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["lateActivation"] = false,
                                ["groupId"] = 16,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 590353.11487559,
                                        ["type"] = "BMP-2",
                                        ["name"] = "Unit #058",
                                        ["unitId"] = 70,
                                        ["heading"] = -1.4485312294936,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Excellent",
                                        ["x"] = -227207.41657173,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 590358.90411538,
                                        ["type"] = "BMP-2",
                                        ["name"] = "Unit #059",
                                        ["unitId"] = 71,
                                        ["heading"] = -1.4485312294936,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Excellent",
                                        ["x"] = -227177.97451853,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 590364.71158756,
                                        ["type"] = "BMP-2",
                                        ["name"] = "Unit #060",
                                        ["unitId"] = 72,
                                        ["heading"] = -1.4485312294936,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Excellent",
                                        ["x"] = -227148.53598952,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 590370.4802804,
                                        ["type"] = "BMP-2",
                                        ["name"] = "Unit #061",
                                        ["unitId"] = 73,
                                        ["heading"] = -1.4485312294936,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Excellent",
                                        ["x"] = -227119.10218321,
                                    }, -- end of [4]
                                }, -- end of ["units"]
                                ["y"] = 590353.11487559,
                                ["x"] = -227207.41657173,
                                ["name"] = "UKR ARTILHARIA IFV #001",
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 590353.125,
                                                ["x"] = -227207.421875,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 590235.4375,
                                                ["x"] = -227800.6875,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                ["y"] = 590229.1875,
                                                ["x"] = -227810.046875,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                ["y"] = 589202.4375,
                                                ["x"] = -227225.21875,
                                            }, -- end of [8]
                                            [16] = 
                                            {
                                                ["y"] = 588904.0625,
                                                ["x"] = -227084.0625,
                                            }, -- end of [16]
                                            [17] = 
                                            {
                                                ["y"] = 588859.25,
                                                ["x"] = -227068.6875,
                                            }, -- end of [17]
                                            [9] = 
                                            {
                                                ["y"] = 589163.375,
                                                ["x"] = -227203.28125,
                                            }, -- end of [9]
                                            [18] = 
                                            {
                                                ["y"] = 588766.75,
                                                ["x"] = -227039.3125,
                                            }, -- end of [18]
                                            [5] = 
                                            {
                                                ["y"] = 590225.625,
                                                ["x"] = -227811.8125,
                                            }, -- end of [5]
                                            [10] = 
                                            {
                                                ["y"] = 589123.75,
                                                ["x"] = -227182.34375,
                                            }, -- end of [10]
                                            [20] = 
                                            {
                                                ["y"] = 588663.625,
                                                ["x"] = -227011.625,
                                            }, -- end of [20]
                                            [21] = 
                                            {
                                                ["y"] = 588611.5625,
                                                ["x"] = -226999.859375,
                                            }, -- end of [21]
                                            [11] = 
                                            {
                                                ["y"] = 589083.5625,
                                                ["x"] = -227162.4375,
                                            }, -- end of [11]
                                            [22] = 
                                            {
                                                ["y"] = 588559.1875,
                                                ["x"] = -226989.484375,
                                            }, -- end of [22]
                                            [3] = 
                                            {
                                                ["y"] = 590231.75,
                                                ["x"] = -227807.078125,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                ["y"] = 590221.6875,
                                                ["x"] = -227812.078125,
                                            }, -- end of [6]
                                            [12] = 
                                            {
                                                ["y"] = 589083.5625,
                                                ["x"] = -227162.4375,
                                            }, -- end of [12]
                                            [13] = 
                                            {
                                                ["y"] = 589035.0625,
                                                ["x"] = -227139.09375,
                                            }, -- end of [13]
                                            [7] = 
                                            {
                                                ["y"] = 590218,
                                                ["x"] = -227810.828125,
                                            }, -- end of [7]
                                            [14] = 
                                            {
                                                ["y"] = 588992,
                                                ["x"] = -227119.28125,
                                            }, -- end of [14]
                                            [23] = 
                                            {
                                                ["y"] = 588506.5625,
                                                ["x"] = -226980.515625,
                                            }, -- end of [23]
                                            [19] = 
                                            {
                                                ["y"] = 588715.375,
                                                ["x"] = -227024.78125,
                                            }, -- end of [19]
                                            [15] = 
                                            {
                                                ["y"] = 588948.3125,
                                                ["x"] = -227100.921875,
                                            }, -- end of [15]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 588293.36875627,
                                                ["x"] = -226727.74084632,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 588293.36875627,
                                                ["x"] = -226727.74084632,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 27,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 590353.11487559,
                                            ["x"] = -227207.41657173,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 11.111111111111,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "ControlledTask",
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["task"] = 
                                                                {
                                                                    ["id"] = "Hold",
                                                                    ["params"] = 
                                                                    {
                                                                        ["templateId"] = "",
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["task"]
                                                                ["stopCondition"] = 
                                                                {
                                                                    ["userFlag"] = "0",
                                                                }, -- end of ["stopCondition"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 2,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["name"] = 8,
                                                                    }, -- 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"] = 26,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 228.78456693832,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 588506.58898926,
                                            ["x"] = -226980.51916504,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 11.111111111111,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                    }, -- end of ["points"]
                                    ["routeRelativeTOT"] = false,
                                }, -- end of ["route"]
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [8]
                        }, -- end of ["group"]
                    }, -- end of ["vehicle"]
                    ["name"] = "Ukraine",
                }, -- end of [14]
            }, -- 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"] = 15,
                    ["name"] = "Israel",
                }, -- end of [1]
                [2] = 
                {
                    ["helicopter"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = true,
                                ["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"] = 20,
                                            ["y"] = 563880.4375,
                                            ["x"] = -219773.0625,
                                            ["name"] = "HOME",
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 88,
                                            ["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"] = 159.39679488571,
                                            ["y"] = 557715.71428575,
                                            ["x"] = -217302,
                                            ["name"] = "INGRESS",
                                            ["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"] = 88,
                                            ["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"] = 214.39737521686,
                                            ["y"] = 555605.71428574,
                                            ["x"] = -216407.71428571,
                                            ["name"] = "FENCE-1",
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "ControlledTask",
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["task"] = 
                                                                {
                                                                    ["id"] = "Orbit",
                                                                    ["params"] = 
                                                                    {
                                                                        ["altitudeEdited"] = true,
                                                                        ["pattern"] = "Race-Track",
                                                                        ["speed"] = 61.111111111111,
                                                                        ["altitude"] = 988,
                                                                        ["speedEdited"] = true,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["task"]
                                                                ["stopCondition"] = 
                                                                {
                                                                    ["userFlag"] = "11",
                                                                }, -- end of ["stopCondition"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 88,
                                            ["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"] = 291.982977079,
                                            ["y"] = 553611.42857147,
                                            ["x"] = -218952,
                                            ["name"] = "FENCE-2",
                                            ["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"] = 88,
                                            ["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"] = 329.73659293502,
                                            ["y"] = 554575.71428576,
                                            ["x"] = -217709.14285715,
                                            ["name"] = "IP",
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "EngageTargets",
                                                            ["key"] = "CAS",
                                                            ["number"] = 1,
                                                            ["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"]
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            ["alt"] = 88,
                                            ["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"] = 793.76207298436,
                                            ["y"] = 570356.28571431,
                                            ["x"] = -222762.28571428,
                                            ["name"] = "ALFA",
                                            ["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]
                                        [7] = 
                                        {
                                            ["alt"] = 88,
                                            ["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"] = 1030.0384106806,
                                            ["y"] = 579742.00000003,
                                            ["x"] = -225733.71428571,
                                            ["name"] = "BRAVO",
                                            ["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 [7]
                                        [8] = 
                                        {
                                            ["alt"] = 88,
                                            ["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"] = 1247.5237742416,
                                            ["y"] = 588710.5714286,
                                            ["x"] = -227030.85714286,
                                            ["name"] = "CHARLIE",
                                            ["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 [8]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 6,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["hardpoint_racks"] = true,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "Russia Fictional Tropic Green",
                                        ["skill"] = "Random",
                                        ["parking"] = "30",
                                        ["speed"] = 41.666666666667,
                                        ["type"] = "Ka-50",
                                        ["unitId"] = 26,
                                        ["psi"] = 1.1895667417686,
                                        ["y"] = 563880.4375,
                                        ["x"] = -219773.0625,
                                        ["name"] = "PILOT-1",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}",
                                                }, -- 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"] = -1.1895667417686,
                                        ["callsign"] = 11,
                                        ["onboard_num"] = "11",
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "Russia Fictional Tropic Green",
                                        ["skill"] = "High",
                                        ["parking"] = "31",
                                        ["speed"] = 41.666666666667,
                                        ["type"] = "Ka-50",
                                        ["unitId"] = 28,
                                        ["psi"] = 1.1895667417686,
                                        ["y"] = 563743.375,
                                        ["x"] = -219733.421875,
                                        ["name"] = "PILOT-2",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}",
                                                }, -- 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"] = -1.1895667417686,
                                        ["callsign"] = 12,
                                        ["onboard_num"] = "12",
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "Russia Fictional Tropic Green",
                                        ["skill"] = "Excellent",
                                        ["parking"] = "9",
                                        ["speed"] = 41.666666666667,
                                        ["type"] = "Ka-50",
                                        ["unitId"] = 108,
                                        ["psi"] = 1.1895667417686,
                                        ["y"] = 563508.6875,
                                        ["x"] = -219863.984375,
                                        ["name"] = "PILOT-3",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}",
                                                }, -- 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"] = -1.1895667417686,
                                        ["callsign"] = 13,
                                        ["onboard_num"] = "13",
                                    }, -- end of [3]
                                }, -- end of ["units"]
                                ["y"] = 563880.4375,
                                ["x"] = -219773.0625,
                                ["name"] = "CAS-2",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["NavTargetPoints"] = 
                                {
                                }, -- end of ["NavTargetPoints"]
                                ["frequency"] = 129,
                            }, -- end of [1]
                            [2] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = true,
                                ["task"] = "CAS",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParkingHot",
                                            ["action"] = "From Parking Area Hot",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 20,
                                            ["y"] = 563586.0625,
                                            ["x"] = -219887.796875,
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = true,
                                            ["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"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 88,
                                            ["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"] = 154.06489126967,
                                            ["y"] = 557690.00000006,
                                            ["x"] = -217349.14285715,
                                            ["name"] = "1",
                                            ["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"] = 88,
                                            ["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"] = 207.93302959399,
                                            ["y"] = 555618.57142863,
                                            ["x"] = -216484.85714286,
                                            ["name"] = "2",
                                            ["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"] = 88,
                                            ["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"] = 284.26726777299,
                                            ["y"] = 553661.42857149,
                                            ["x"] = -218992.00000001,
                                            ["name"] = "FENCE",
                                            ["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"] = 88,
                                            ["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"] = 322.17779616906,
                                            ["y"] = 554654.28571435,
                                            ["x"] = -217763.42857143,
                                            ["name"] = "IP",
                                            ["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"] = 88,
                                            ["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"] = 717.73772084311,
                                            ["y"] = 570340.00000006,
                                            ["x"] = -222823.42857143,
                                            ["name"] = "ALFA",
                                            ["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]
                                        [7] = 
                                        {
                                            ["alt"] = 88,
                                            ["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"] = 954.16234112949,
                                            ["y"] = 579728.57142863,
                                            ["x"] = -225806.28571429,
                                            ["name"] = "BRAVO",
                                            ["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 [7]
                                        [8] = 
                                        {
                                            ["alt"] = 88,
                                            ["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"] = 1171.7839709069,
                                            ["y"] = 588701.42857149,
                                            ["x"] = -227113.42857143,
                                            ["name"] = "CHARLIE",
                                            ["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 [8]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 25,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["hardpoint_racks"] = true,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "Russia Standard Army",
                                        ["skill"] = "Player",
                                        ["parking"] = "10",
                                        ["speed"] = 41.666666666667,
                                        ["type"] = "Ka-50",
                                        ["unitId"] = 109,
                                        ["psi"] = 1.1642192624504,
                                        ["y"] = 563586.0625,
                                        ["x"] = -219887.796875,
                                        ["name"] = "Pilot #001",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- 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"] = -1.1642192624504,
                                        ["callsign"] = 1,
                                        ["onboard_num"] = "1",
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["alt"] = 88,
                                        ["hardpoint_racks"] = true,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "Russia Standard Army",
                                        ["skill"] = "High",
                                        ["parking"] = "57",
                                        ["speed"] = 41.666666666667,
                                        ["type"] = "Ka-50",
                                        ["unitId"] = 110,
                                        ["psi"] = 1.1642192624504,
                                        ["y"] = 563934.625,
                                        ["x"] = -219760.46875,
                                        ["name"] = "Pilot #002",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- 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"] = -1.1642192624504,
                                        ["callsign"] = 2,
                                        ["onboard_num"] = "2",
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["alt"] = 88,
                                        ["hardpoint_racks"] = true,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "Russia Standard Army",
                                        ["skill"] = "Random",
                                        ["parking"] = 12,
                                        ["speed"] = 41.666666666667,
                                        ["type"] = "Ka-50",
                                        ["unitId"] = 111,
                                        ["psi"] = 1.1642192624504,
                                        ["y"] = 563654.5625,
                                        ["x"] = -219911.09375,
                                        ["name"] = "Pilot #003",
                                        ["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"] = -1.1642192624504,
                                        ["callsign"] = 3,
                                        ["onboard_num"] = "3",
                                    }, -- end of [3]
                                }, -- end of ["units"]
                                ["y"] = 563586.0625,
                                ["x"] = -219887.796875,
                                ["name"] = "CAS-1",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 129,
                            }, -- end of [2]
                        }, -- end of ["group"]
                    }, -- end of ["helicopter"]
                    ["name"] = "Russia",
                    ["id"] = 0,
                    ["vehicle"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 563915.875,
                                                ["x"] = -220549.0625,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 563941,
                                                ["x"] = -220561.484375,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 12,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 563915.87426253,
                                            ["x"] = -220549.06420029,
                                            ["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"] = 1,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 563915.87426253,
                                        ["type"] = "T-90",
                                        ["name"] = "Unit #1",
                                        ["unitId"] = 1,
                                        ["heading"] = 2.0298902220343,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Random",
                                        ["x"] = -220549.06420029,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 563889.01746884,
                                        ["type"] = "T-90",
                                        ["name"] = "Unit #001",
                                        ["unitId"] = 2,
                                        ["heading"] = 2.0298084010256,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Random",
                                        ["x"] = -220535.7910642,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 563862.14839658,
                                        ["type"] = "T-90",
                                        ["name"] = "Unit #002",
                                        ["unitId"] = 3,
                                        ["heading"] = 2.0297565722062,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Random",
                                        ["x"] = -220522.5135925,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 563835.25620869,
                                        ["type"] = "T-90",
                                        ["name"] = "Unit #003",
                                        ["unitId"] = 4,
                                        ["heading"] = 2.029704809507,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Random",
                                        ["x"] = -220509.22642999,
                                    }, -- end of [4]
                                }, -- end of ["units"]
                                ["y"] = 563915.87426253,
                                ["x"] = -220549.06420029,
                                ["name"] = "T-90",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 563738.125,
                                                ["x"] = -220461.234375,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 563765.75,
                                                ["x"] = -220474.875,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 12,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 563738.12118721,
                                            ["x"] = -220461.22672658,
                                            ["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"] = 7,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 563738.12118721,
                                        ["type"] = "T-90",
                                        ["name"] = "Unit #021",
                                        ["unitId"] = 29,
                                        ["heading"] = 2.0296724104264,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Random",
                                        ["x"] = -220461.22672658,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 563711.21402707,
                                        ["type"] = "T-90",
                                        ["name"] = "Unit #022",
                                        ["unitId"] = 30,
                                        ["heading"] = 2.0297048384893,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Random",
                                        ["x"] = -220447.93216546,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 563684.33240663,
                                        ["type"] = "T-90",
                                        ["name"] = "Unit #023",
                                        ["unitId"] = 31,
                                        ["heading"] = 2.0297565722353,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Random",
                                        ["x"] = -220434.64849302,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 563657.45720287,
                                        ["type"] = "T-90",
                                        ["name"] = "Unit #024",
                                        ["unitId"] = 32,
                                        ["heading"] = 2.0297565725646,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Random",
                                        ["x"] = -220421.3679914,
                                    }, -- end of [4]
                                }, -- end of ["units"]
                                ["y"] = 563738.12118721,
                                ["x"] = -220461.22672658,
                                ["name"] = "T-90 #001",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 563557.75,
                                                ["x"] = -220372.09375,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 563586.5625,
                                                ["x"] = -220386.34375,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 12,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 563557.7555241,
                                            ["x"] = -220372.09823097,
                                            ["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"] = 8,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 563557.7555241,
                                        ["type"] = "T-90",
                                        ["name"] = "Unit #025",
                                        ["unitId"] = 33,
                                        ["heading"] = 2.0300475488338,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Random",
                                        ["x"] = -220372.09823097,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 563530.87178034,
                                        ["type"] = "T-90",
                                        ["name"] = "Unit #026",
                                        ["unitId"] = 34,
                                        ["heading"] = 2.0298083488564,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Random",
                                        ["x"] = -220358.81177739,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 563503.97973505,
                                        ["type"] = "T-90",
                                        ["name"] = "Unit #027",
                                        ["unitId"] = 35,
                                        ["heading"] = 2.029704809126,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Random",
                                        ["x"] = -220345.52468535,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 563477.12335356,
                                        ["type"] = "T-90",
                                        ["name"] = "Unit #028",
                                        ["unitId"] = 36,
                                        ["heading"] = 2.0297565725197,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Random",
                                        ["x"] = -220332.25348484,
                                    }, -- end of [4]
                                }, -- end of ["units"]
                                ["y"] = 563557.7555241,
                                ["x"] = -220372.09823097,
                                ["name"] = "T-90 #002",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [3]
                            [4] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 563360.28571427,
                                                ["x"] = -220135.71428572,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 563407.14285713,
                                                ["x"] = -220157.42857144,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 8,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 563360.28571427,
                                            ["x"] = -220135.71428572,
                                            ["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"] = 9,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 563360.28571427,
                                        ["type"] = "BMP-3",
                                        ["name"] = "Unit #029",
                                        ["unitId"] = 37,
                                        ["heading"] = 2.0047496962653,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Random",
                                        ["x"] = -220135.71428572,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 563327.7142857,
                                        ["type"] = "BMP-3",
                                        ["name"] = "Unit #030",
                                        ["unitId"] = 38,
                                        ["heading"] = 2.0047496962653,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Random",
                                        ["x"] = -220120.85714286,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 563292.28571427,
                                        ["type"] = "BMP-3",
                                        ["name"] = "Unit #031",
                                        ["unitId"] = 39,
                                        ["heading"] = 2.0047496962653,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Random",
                                        ["x"] = -220104.85714286,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 563257.99999999,
                                        ["type"] = "BMP-3",
                                        ["name"] = "Unit #032",
                                        ["unitId"] = 40,
                                        ["heading"] = 2.0047496962653,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Random",
                                        ["x"] = -220089.42857144,
                                    }, -- end of [4]
                                }, -- end of ["units"]
                                ["y"] = 563360.28571427,
                                ["x"] = -220135.71428572,
                                ["name"] = "IFV",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [4]
                            [5] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 563147.99999999,
                                                ["x"] = -220035.71428572,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 563198.85714284,
                                                ["x"] = -220062.57142858,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 8,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 563147.99999999,
                                            ["x"] = -220035.71428572,
                                            ["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"] = 10,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 563147.99999999,
                                        ["type"] = "BMP-3",
                                        ["name"] = "Unit #033",
                                        ["unitId"] = 41,
                                        ["heading"] = 2.0566625012241,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Random",
                                        ["x"] = -220035.71428572,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 563115.42857142,
                                        ["type"] = "BMP-3",
                                        ["name"] = "Unit #034",
                                        ["unitId"] = 42,
                                        ["heading"] = 2.0566625012241,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Random",
                                        ["x"] = -220020.85714286,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 563079.99999999,
                                        ["type"] = "BMP-3",
                                        ["name"] = "Unit #035",
                                        ["unitId"] = 43,
                                        ["heading"] = 2.0566625012241,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Random",
                                        ["x"] = -220004.85714286,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 563045.7142857,
                                        ["type"] = "BMP-3",
                                        ["name"] = "Unit #036",
                                        ["unitId"] = 44,
                                        ["heading"] = 2.0566625012241,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Random",
                                        ["x"] = -219989.42857144,
                                    }, -- end of [4]
                                }, -- end of ["units"]
                                ["y"] = 563147.99999999,
                                ["x"] = -220035.71428572,
                                ["name"] = "IFV #001",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [5]
                            [6] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 7,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 563368.00000001,
                                            ["x"] = -219891.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"] = 18,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 563368.00000001,
                                        ["type"] = "BTR-80",
                                        ["name"] = "Unit #062",
                                        ["unitId"] = 84,
                                        ["heading"] = 1.9547687622336,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Random",
                                        ["x"] = -219891.14285714,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 563328.00000001,
                                        ["type"] = "BTR-80",
                                        ["name"] = "Unit #063",
                                        ["unitId"] = 85,
                                        ["heading"] = 1.9547687622336,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Random",
                                        ["x"] = -219874,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 563287.42857144,
                                        ["type"] = "Ural-375 PBU",
                                        ["name"] = "Unit #064",
                                        ["unitId"] = 86,
                                        ["heading"] = 1.9547687622336,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Random",
                                        ["x"] = -219856.85714286,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 563246.85714287,
                                        ["type"] = "Ural-375 PBU",
                                        ["name"] = "Unit #065",
                                        ["unitId"] = 87,
                                        ["heading"] = 1.9547687622336,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Random",
                                        ["x"] = -219836.85714286,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 563198.85714287,
                                        ["type"] = "BTR_D",
                                        ["name"] = "Unit #066",
                                        ["unitId"] = 88,
                                        ["heading"] = 1.9547687622336,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Random",
                                        ["x"] = -219815.71428571,
                                    }, -- end of [5]
                                }, -- end of ["units"]
                                ["y"] = 563368.00000001,
                                ["x"] = -219891.14285714,
                                ["name"] = "COMMAND - 1",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [6]
                            [7] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 565454.85714288,
                                                ["x"] = -220699.99999999,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 565415.71428574,
                                                ["x"] = -220716.28571428,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 12,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 565936.85714288,
                                            ["x"] = -220933.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"] = 22,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 565936.85714288,
                                        ["type"] = "SAU Msta",
                                        ["name"] = "Unit #052",
                                        ["unitId"] = 96,
                                        ["heading"] = 1.1170107212764,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Excellent",
                                        ["x"] = -220933.42857142,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 565928.00000002,
                                        ["type"] = "SAU Msta",
                                        ["name"] = "Unit #053",
                                        ["unitId"] = 97,
                                        ["heading"] = 1.6580627893946,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Excellent",
                                        ["x"] = -220966.85714285,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 565914.85714288,
                                        ["type"] = "SAU Msta",
                                        ["name"] = "Unit #072",
                                        ["unitId"] = 98,
                                        ["heading"] = 1.6406094968747,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Excellent",
                                        ["x"] = -220996.85714285,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 565890.00000002,
                                        ["type"] = "SAU Msta",
                                        ["name"] = "Unit #073",
                                        ["unitId"] = 99,
                                        ["heading"] = 1.6406094968747,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Excellent",
                                        ["x"] = -221019.42857142,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 565916.28571431,
                                        ["type"] = "Ural-375",
                                        ["name"] = "Unit #074",
                                        ["unitId"] = 100,
                                        ["heading"] = 4.3181162639666,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Excellent",
                                        ["x"] = -220941.99999999,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["y"] = 565890.57142859,
                                        ["type"] = "Ural-375",
                                        ["name"] = "Unit #075",
                                        ["unitId"] = 101,
                                        ["heading"] = 4.3181162639666,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Excellent",
                                        ["x"] = -220993.42857142,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        ["y"] = 565896.28571431,
                                        ["type"] = "SKP-11",
                                        ["name"] = "Unit #076",
                                        ["unitId"] = 102,
                                        ["heading"] = 4.3181162639666,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Excellent",
                                        ["x"] = -220958.57142857,
                                    }, -- end of [7]
                                }, -- end of ["units"]
                                ["y"] = 565936.85714288,
                                ["x"] = -220933.42857142,
                                ["name"] = "RUSS ARTILHARIA",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [7]
                            [8] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 23,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 548014.57142859,
                                            ["x"] = -204425.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"] = 23,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 548014.57142859,
                                        ["type"] = "Smerch",
                                        ["name"] = "Unit #077",
                                        ["unitId"] = 103,
                                        ["heading"] = 1.6406094968747,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Excellent",
                                        ["x"] = -204425.42857142,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 548010.85714287,
                                        ["type"] = "Ural-375 PBU",
                                        ["name"] = "Unit #079",
                                        ["unitId"] = 105,
                                        ["heading"] = 0.43633231299858,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Excellent",
                                        ["x"] = -204404.57142857,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 547996.2857143,
                                        ["type"] = "Ural-375",
                                        ["name"] = "Unit #080",
                                        ["unitId"] = 106,
                                        ["heading"] = 4.4680428851055,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Excellent",
                                        ["x"] = -204429.99999999,
                                    }, -- end of [3]
                                }, -- end of ["units"]
                                ["y"] = 548014.57142859,
                                ["x"] = -204425.42857142,
                                ["name"] = "RUSS ARTILHARIA SMERCH-1",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [8]
                            [9] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 23,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 547446.00000002,
                                            ["x"] = -205086.85714285,
                                            ["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"] = 24,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 547446.00000002,
                                        ["type"] = "Smerch",
                                        ["name"] = "Unit #078",
                                        ["unitId"] = 104,
                                        ["heading"] = 1.6406094968747,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Excellent",
                                        ["x"] = -205086.85714285,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 547460.57142859,
                                        ["type"] = "Ural-375",
                                        ["name"] = "Unit #081",
                                        ["unitId"] = 107,
                                        ["heading"] = 1.6406094968747,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Excellent",
                                        ["x"] = -205063.42857142,
                                    }, -- end of [2]
                                }, -- end of ["units"]
                                ["y"] = 547446.00000002,
                                ["x"] = -205086.85714285,
                                ["name"] = "RUSS ARTILHARIA SMERCH-2",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [9]
                        }, -- end of ["group"]
                    }, -- end of ["vehicle"]
                }, -- end of [2]
            }, -- end of ["country"]
        }, -- end of ["red"]
    }, -- end of ["coalition"]
    ["version"] = 7,
    ["goals"] = 
    {
    }, -- end of ["goals"]
    ["currentKey"] = 79497,
    ["start_time"] = 1681200,
    ["forcedOptions"] = 
    {
        ["externalViews"] = true,
        ["optionsView"] = "optview_allies",
        ["permitCrash"] = false,
    }, -- end of ["forcedOptions"]
    ["failures"] = 
    {
        ["hydro_common"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "HYDRO COMMON",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "hydro_common",
            ["mm"] = 0,
        }, -- end of ["hydro_common"]
        ["hydro_main"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "HYDRO MAIN",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "hydro_main",
            ["mm"] = 0,
        }, -- end of ["hydro_main"]
        ["laser_failure"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "LASER FAILURE",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "laser_failure",
            ["mm"] = 0,
        }, -- end of ["laser_failure"]
        ["l_engine"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "L-ENGINE",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "l_engine",
            ["mm"] = 0,
        }, -- end of ["l_engine"]
        ["abris_software"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ABRIS SOFTWARE",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "abris_software",
            ["mm"] = 0,
        }, -- end of ["abris_software"]
        ["abris_hardware"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ABRIS HARDWARE",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "abris_hardware",
            ["mm"] = 0,
        }, -- end of ["abris_hardware"]
        ["asc_p"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ASC PITCH",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "asc_p",
            ["mm"] = 0,
        }, -- end of ["asc_p"]
        ["asc_a"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ASC ALT",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "asc_a",
            ["mm"] = 0,
        }, -- end of ["asc_a"]
        ["RADAR_ALT_TOTAL_FAILURE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "RALT FAILURE",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "RADAR_ALT_TOTAL_FAILURE",
            ["mm"] = 0,
        }, -- end of ["RADAR_ALT_TOTAL_FAILURE"]
        ["r_engine"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "R-ENGINE",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "r_engine",
            ["mm"] = 0,
        }, -- end of ["r_engine"]
        ["asc_r"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ASC ROLL",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "asc_r",
            ["mm"] = 0,
        }, -- end of ["asc_r"]
        ["asc_y"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ASC YAW",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "asc_y",
            ["mm"] = 0,
        }, -- end of ["asc_y"]
    }, -- end of ["failures"]
} -- end of mission
