mission = 
{
    ["trig"] = 
    {
        ["actions"] = 
        {
            [1] = "a_out_text_delay(\"Don't drop bombs by the school!\", 10);a_out_sound_s(\"blue\", \"Radio Click.wav\"); mission.trig.func[1]=nil;",
            [2] = "a_activate_group(4);a_activate_group(6); mission.trig.func[2]=nil;",
            [3] = "a_ai_task(4, 1);a_activate_group(9); mission.trig.func[3]=nil;",
            [4] = "a_ai_task(13, 2);a_ai_task(4, 2);a_add_radio_item(\"Have F-15's strafe Bad Guys\", 10, 1);a_add_radio_item(\"Have F-15's attack with GBU-38\", 10, 2); mission.trig.func[4]=nil;",
            [5] = "a_set_ai_task(5, 2);a_remove_radio_item(\"Have F-15's strafe Bad Guys\");a_set_ai_task(5, 10); mission.trig.func[5]=nil;",
            [6] = "a_set_ai_task(5, 3);a_remove_radio_item(\"Have F-15's attack with GBU-38\");a_set_ai_task(5, 11); mission.trig.func[6]=nil;",
            [7] = "a_deactivate_group(13); mission.trig.func[7]=nil;",
            [8] = "a_ai_task(4, 3); mission.trig.func[8]=nil;",
            [9] = "a_set_flag_value(1, 1);a_remove_radio_item(\"Have F-15's strafe Bad Guys\");a_remove_radio_item(\"Have F-15's attack with GBU-38\"); mission.trig.func[9]=nil;",
            [10] = "a_ai_task(4, 4); mission.trig.func[10]=nil;",
            [11] = "a_set_ai_task(5, 1);a_activate_group(7);a_add_radio_item(\"Have F-15's strafe Bad Guys 2\", 10, 3);a_add_radio_item(\"Have F-15's attack with GBU-38 2\", 10, 4); mission.trig.func[11]=nil;",
            [12] = "a_set_ai_task(5, 4);a_remove_radio_item(\"Have F-15's strafe Bad Guys 2\");a_set_ai_task(5, 10); mission.trig.func[12]=nil;",
            [13] = "a_set_ai_task(5, 5);a_remove_radio_item(\"Have F-15's attack with GBU-38 2\");a_ai_task(5, 11); mission.trig.func[13]=nil;",
            [14] = "a_set_flag_value(2, 1);a_remove_radio_item(\"Have F-15's strafe Bad Guys 2\");a_remove_radio_item(\"Have F-15's attack with GBU-38 2\"); mission.trig.func[14]=nil;",
            [15] = "a_set_ai_task(4, 5); mission.trig.func[15]=nil;",
            [16] = "a_activate_group(8);a_add_radio_item(\"Have F-15's strafe Bad Guys 3\", 10, 5);a_add_radio_item(\"Have F-15's attack with GBU-38 3\", 10, 6); mission.trig.func[16]=nil;",
            [17] = "a_set_ai_task(5, 6);a_remove_radio_item(\"Have F-15's strafe Bad Guys 3\");a_set_ai_task(5, 10); mission.trig.func[17]=nil;",
            [18] = "a_set_ai_task(5, 7);a_remove_radio_item(\"Have F-15's attack with GBU-38 3\");a_set_ai_task(5, 11); mission.trig.func[18]=nil;",
            [19] = "a_set_flag_value(3, 1);a_remove_radio_item(\"Have F-15's strafe Bad Guys 3\");a_remove_radio_item(\"Have F-15's attack with GBU-38 3\"); mission.trig.func[19]=nil;",
            [20] = "a_ai_task(4, 6); mission.trig.func[20]=nil;",
            [21] = "a_activate_group(11);a_add_radio_item(\"Have F-15's strafe Bad Guys 4\", 10, 7);a_add_radio_item(\"Have F-15's attack with GBU-38 4\", 10, 8); mission.trig.func[21]=nil;",
            [22] = "a_set_ai_task(5, 8);a_remove_radio_item(\"Have F-15's strafe Bad Guys 4\");a_set_ai_task(5, 10); mission.trig.func[22]=nil;",
            [23] = "a_set_ai_task(5, 9);a_remove_radio_item(\"Have F-15's attack with GBU-38 4\");a_set_ai_task(5, 11); mission.trig.func[23]=nil;",
            [24] = "a_out_sound_s(\"blue\", \"Radio Click.wav\");a_out_text_delay_s(\"blue\", \"The US Embassy at Sukhumi (waypoint 3) is reporting a large armed mob threatening to overrun the building. Go check it out and radio back to the Head Shed on AM 135 once you have visual contact.\", 20);a_remove_radio_item(\"Have F-15's strafe Bad Guys 4\");a_remove_radio_item(\"Have F-15's attack with GBU-38 4\"); mission.trig.func[24]=nil;",
            [25] = "a_activate_group(15);a_activate_group(16);a_activate_group(17);a_activate_group(18);a_activate_group(19);a_out_text_delay_s(\"blue\", \"Radio the Head Shed on 135 AM once you have visual contact of the armed mob.\", 15);a_add_radio_item_for_coalition(\"blue\", \"Radio Head Shed\", 10, 1); mission.trig.func[25]=nil;",
            [26] = "a_ai_task(22, 1); mission.trig.func[26]=nil;",
            [27] = "a_ai_task(22, 2);a_remove_radio_item(\"Radio Head Shed\"); mission.trig.func[27]=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",
            [14] = "if mission.trig.conditions[14]() then mission.trig.actions[14]() end",
            [15] = "if mission.trig.conditions[15]() then mission.trig.actions[15]() end",
            [16] = "if mission.trig.conditions[16]() then mission.trig.actions[16]() end",
            [17] = "if mission.trig.conditions[17]() then mission.trig.actions[17]() end",
            [18] = "if mission.trig.conditions[18]() then mission.trig.actions[18]() end",
            [19] = "if mission.trig.conditions[19]() then mission.trig.actions[19]() end",
            [20] = "if mission.trig.conditions[20]() then mission.trig.actions[20]() end",
            [21] = "if mission.trig.conditions[21]() then mission.trig.actions[21]() end",
            [22] = "if mission.trig.conditions[22]() then mission.trig.actions[22]() end",
            [23] = "if mission.trig.conditions[23]() then mission.trig.actions[23]() end",
            [24] = "if mission.trig.conditions[24]() then mission.trig.actions[24]() end",
            [25] = "if mission.trig.conditions[25]() then mission.trig.actions[25]() end",
            [26] = "if mission.trig.conditions[26]() then mission.trig.actions[26]() end",
            [27] = "if mission.trig.conditions[27]() then mission.trig.actions[27]() end",
        }, -- end of ["func"]
        ["flag"] = 
        {
            [1] = true,
            [2] = true,
            [3] = true,
            [4] = true,
            [5] = true,
            [6] = true,
            [7] = true,
            [8] = true,
            [9] = true,
            [10] = true,
            [11] = true,
            [12] = true,
            [13] = true,
            [14] = true,
            [15] = true,
            [16] = true,
            [17] = true,
            [18] = true,
            [19] = true,
            [20] = true,
            [21] = true,
            [22] = true,
            [23] = true,
            [24] = true,
            [25] = true,
            [26] = true,
            [27] = true,
        }, -- end of ["flag"]
        ["conditions"] = 
        {
            [1] = "return(c_bomb_in_zone(67438878, 1, 4) or c_bomb_in_zone(67438879, 1, 4) or c_bomb_in_zone(67438880, 1, 4) or c_bomb_in_zone(67438881, 1, 4) or c_bomb_in_zone(67438923, 1, 4) or c_bomb_in_zone(67438927, 1, 4) or c_bomb_in_zone(67446307, 1, 4) or c_bomb_in_zone(67446349, 1, 4) or c_bomb_in_zone(67446359, 1, 4) or c_bomb_in_zone(67446360, 1, 4) )",
            [2] = "return(c_part_of_group_in_zone(1, 1) or c_part_of_group_in_zone(23, 1) )",
            [3] = "return(c_part_of_group_in_zone(1, 2) or c_part_of_group_in_zone(23, 2) )",
            [4] = "return(c_part_of_group_in_zone(1, 3) or c_part_of_group_in_zone(23, 3) )",
            [5] = "return(c_flag_equals(10, 1) )",
            [6] = "return(c_flag_equals(10, 2) )",
            [7] = "return(c_unit_dead(68) or c_group_life_less(1, 99) )",
            [8] = "return(c_all_of_group_in_zone(1, 5) or c_all_of_group_in_zone(23, 5) )",
            [9] = "return(c_group_life_less(3, 65) or c_group_dead(3) )",
            [10] = "return(c_time_since_flag(1, 3) )",
            [11] = "return(c_time_since_flag(1, 25) )",
            [12] = "return(c_flag_equals(10, 3) )",
            [13] = "return(c_flag_equals(10, 4) )",
            [14] = "return(c_group_life_less(7, 65) or c_group_dead(7) )",
            [15] = "return(c_time_since_flag(2, 3) )",
            [16] = "return(c_time_since_flag(2, 20) )",
            [17] = "return(c_flag_equals(10, 5) )",
            [18] = "return(c_flag_equals(10, 6) )",
            [19] = "return(c_group_life_less(8, 60) or c_group_dead(8) )",
            [20] = "return(c_time_since_flag(3, 3) )",
            [21] = "return(c_time_since_flag(3, 20) )",
            [22] = "return(c_flag_equals(10, 7) )",
            [23] = "return(c_flag_equals(10, 8) )",
            [24] = "return(c_group_life_less(11, 50) or c_group_dead(11) )",
            [25] = "return(c_group_life_less(11, 50) and c_part_of_group_in_zone(1, 6) or c_part_of_group_in_zone(1, 6) and c_group_dead(11) or c_group_life_less(11, 50) and c_part_of_group_in_zone(23, 6) or c_part_of_group_in_zone(23, 6) and c_group_dead(11) )",
            [26] = "return(c_flag_equals(10, 1) )",
            [27] = "return(c_group_life_less(15, 90) or c_group_life_less(16, 90) or c_group_life_less(17, 90) or c_group_life_less(18, 90) or c_group_life_less(19, 90) )",
        }, -- 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"] = 
            {
                ["blue"] = 1,
                ["red"] = 1,
            }, -- end of ["artillery_commander"]
            ["instructor"] = 
            {
                ["blue"] = 1,
                ["red"] = 1,
            }, -- end of ["instructor"]
            ["observer"] = 
            {
                ["blue"] = 1,
                ["red"] = 1,
            }, -- end of ["observer"]
            ["forward_observer"] = 
            {
                ["blue"] = 1,
                ["red"] = 1,
            }, -- 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"] = 
    {
        ["1WeHaveBad3.ogg"] = 1,
        ["fallujah{EDCBDFD5-53B7-47e0-A8AC-03DBE2C550BD}.jpg"] = 1,
        ["6ConfirmTheHostiles.ogg"] = 1,
        ["5TheySureAreAntsy.ogg"] = 2,
        ["4IRequestReattack.ogg"] = 1,
        ["RgrAttackingGBU.ogg"] = 1,
        ["french{98D81193-F635-4fbc-998C-B7F34EBFBA2D}.jpg"] = 1,
        ["1WeHaveBad.mp3"] = 1,
        ["1OnTheRoad.ogg"] = 1,
        ["Radio Click.wav"] = 2,
        ["1WeHaveBad.ogg"] = 1,
        ["7ConfirmWhereTheBullets.ogg"] = 1,
        ["DamageSchool{2FE0894F-3539-4dfe-82FE-E3EADC301025}.jpg"] = 1,
        ["3ClearHot.ogg"] = 1,
        ["4.wav"] = 1,
        ["2Impact.ogg"] = 1,
        ["RgrAttackingStraffe.ogg"] = 1,
        ["2IRequestAttack3.ogg"] = 1,
    }, -- end of ["resourceCounter"]
    ["triggers"] = 
    {
        ["zones"] = 
        {
            [1] = 
            {
                ["y"] = 498217.42857143,
                ["radius"] = 7500,
                ["zoneId"] = 5,
                ["color"] = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.14901960784314,
                }, -- end of ["color"]
                ["x"] = -183888.57142857,
                ["hidden"] = false,
                ["name"] = "Clear hot",
            }, -- end of [1]
            [2] = 
            {
                ["y"] = 498091.71428572,
                ["radius"] = 15000,
                ["zoneId"] = 3,
                ["color"] = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.14901960784314,
                }, -- end of ["color"]
                ["x"] = -183760,
                ["hidden"] = false,
                ["name"] = "I Request Attack",
            }, -- end of [2]
            [3] = 
            {
                ["y"] = 498461.42857143,
                ["radius"] = 300,
                ["zoneId"] = 4,
                ["color"] = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.14901960784314,
                }, -- end of ["color"]
                ["x"] = -184412.85714286,
                ["hidden"] = false,
                ["name"] = "No Bomb",
            }, -- end of [3]
            [4] = 
            {
                ["y"] = 497786,
                ["radius"] = 70000,
                ["zoneId"] = 1,
                ["color"] = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.14901960784314,
                }, -- end of ["color"]
                ["x"] = -183491.42857143,
                ["hidden"] = false,
                ["name"] = "Spawn French",
            }, -- end of [4]
            [5] = 
            {
                ["y"] = 497948.85714286,
                ["radius"] = 20000,
                ["zoneId"] = 2,
                ["color"] = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.14901960784314,
                }, -- end of ["color"]
                ["x"] = -183628.57142857,
                ["hidden"] = false,
                ["name"] = "We have bad guy",
            }, -- end of [5]
            [6] = 
            {
                ["y"] = 552457.14285714,
                ["radius"] = 25000,
                ["zoneId"] = 6,
                ["color"] = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.14901960784314,
                }, -- end of ["color"]
                ["x"] = -205009.80580357,
                ["hidden"] = false,
                ["name"] = "Mob Zone",
            }, -- end of [6]
            [7] = 
            {
                ["y"] = 552489.14285714,
                ["radius"] = 15000,
                ["zoneId"] = 7,
                ["color"] = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.14901960784314,
                }, -- end of ["color"]
                ["x"] = -204483.52008929,
                ["hidden"] = false,
                ["name"] = "Mob Radio",
            }, -- end of [7]
        }, -- end of ["zones"]
    }, -- end of ["triggers"]
    ["weather"] = 
    {
        ["atmosphere_type"] = 0,
        ["wind"] = 
        {
            ["at8000"] = 
            {
                ["speed"] = 0,
                ["dir"] = 0,
            }, -- end of ["at8000"]
            ["at2000"] = 
            {
                ["speed"] = 0,
                ["dir"] = 0,
            }, -- end of ["at2000"]
            ["atGround"] = 
            {
                ["speed"] = 0,
                ["dir"] = 0,
            }, -- end of ["atGround"]
        }, -- end of ["wind"]
        ["enable_fog"] = false,
        ["turbulence"] = 
        {
            ["at8000"] = 0,
            ["at2000"] = 0,
            ["atGround"] = 0,
        }, -- end of ["turbulence"]
        ["season"] = 
        {
            ["temperature"] = 20,
            ["iseason"] = 1,
        }, -- 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"] = 516142.85714286,
        ["zoom"] = 200000,
        ["centerX"] = -189342.85714286,
    }, -- end of ["map"]
    ["coalitions"] = 
    {
        ["blue"] = 
        {
            [1] = 11,
            [2] = 8,
            [3] = 13,
            [4] = 5,
            [5] = 16,
            [6] = 6,
            [7] = 15,
            [8] = 20,
            [9] = 12,
            [10] = 9,
            [11] = 10,
            [12] = 3,
            [13] = 4,
            [14] = 2,
        }, -- end of ["blue"]
        ["red"] = 
        {
            [1] = 18,
            [2] = 0,
            [3] = 19,
            [4] = 1,
        }, -- end of ["red"]
    }, -- end of ["coalitions"]
    ["descriptionText"] = "Help provide CAS with F-15's (Dodge) for a French convoy (Ferret).\
\
If you fly over Gudauta less that 10k ft., you are going to have a bad time\
If you fly too close to Sochi-Adler, you are going to have a bad time.",
    ["pictureFileNameR"] = 
    {
    }, -- end of ["pictureFileNameR"]
    ["descriptionBlueTask"] = "French JTAC (Ferret) on FM 30\
F-15's (Dodge) on AM 126\
Head Shed (Death Star) on AM 135",
    ["descriptionRedTask"] = "",
    ["pictureFileNameB"] = 
    {
        [1] = "french{98D81193-F635-4fbc-998C-B7F34EBFBA2D}.jpg",
        [2] = "DamageSchool{2FE0894F-3539-4dfe-82FE-E3EADC301025}.jpg",
        [3] = "fallujah{EDCBDFD5-53B7-47e0-A8AC-03DBE2C550BD}.jpg",
    }, -- end of ["pictureFileNameB"]
    ["trigrules"] = 
    {
        [1] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 4,
                    ["numbombs"] = 1,
                    ["typebomb"] = 
                    {
                        [1] = 4,
                        [2] = 5,
                        [3] = 9,
                        [4] = 30,
                    }, -- end of ["typebomb"]
                    ["predicate"] = "c_bomb_in_zone",
                    ["unit"] = 3,
                }, -- end of [1]
                [2] = 
                {
                    ["predicate"] = "or",
                }, -- end of [2]
                [3] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 4,
                    ["numbombs"] = 1,
                    ["predicate"] = "c_bomb_in_zone",
                    ["typebomb"] = 
                    {
                        [1] = 4,
                        [2] = 5,
                        [3] = 9,
                        [4] = 31,
                    }, -- end of ["typebomb"]
                    ["unit"] = 3,
                }, -- end of [3]
                [4] = 
                {
                    ["predicate"] = "or",
                }, -- end of [4]
                [5] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 4,
                    ["numbombs"] = 1,
                    ["typebomb"] = 
                    {
                        [1] = 4,
                        [2] = 5,
                        [3] = 9,
                        [4] = 32,
                    }, -- end of ["typebomb"]
                    ["predicate"] = "c_bomb_in_zone",
                    ["unit"] = 3,
                }, -- end of [5]
                [6] = 
                {
                    ["predicate"] = "or",
                }, -- end of [6]
                [7] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 4,
                    ["numbombs"] = 1,
                    ["predicate"] = "c_bomb_in_zone",
                    ["typebomb"] = 
                    {
                        [1] = 4,
                        [2] = 5,
                        [3] = 9,
                        [4] = 33,
                    }, -- end of ["typebomb"]
                    ["unit"] = 3,
                }, -- end of [7]
                [8] = 
                {
                    ["predicate"] = "or",
                }, -- end of [8]
                [9] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 4,
                    ["numbombs"] = 1,
                    ["typebomb"] = 
                    {
                        [1] = 4,
                        [2] = 5,
                        [3] = 9,
                        [4] = 75,
                    }, -- end of ["typebomb"]
                    ["predicate"] = "c_bomb_in_zone",
                    ["unit"] = 3,
                }, -- end of [9]
                [10] = 
                {
                    ["predicate"] = "or",
                }, -- end of [10]
                [11] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 4,
                    ["numbombs"] = 1,
                    ["predicate"] = "c_bomb_in_zone",
                    ["typebomb"] = 
                    {
                        [1] = 4,
                        [2] = 5,
                        [3] = 9,
                        [4] = 79,
                    }, -- end of ["typebomb"]
                    ["unit"] = 3,
                }, -- end of [11]
                [12] = 
                {
                    ["predicate"] = "or",
                }, -- end of [12]
                [13] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 4,
                    ["numbombs"] = 1,
                    ["typebomb"] = 
                    {
                        [1] = 4,
                        [2] = 5,
                        [3] = 38,
                        [4] = 35,
                    }, -- end of ["typebomb"]
                    ["predicate"] = "c_bomb_in_zone",
                    ["unit"] = 3,
                }, -- end of [13]
                [14] = 
                {
                    ["predicate"] = "or",
                }, -- end of [14]
                [15] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 4,
                    ["numbombs"] = 1,
                    ["predicate"] = "c_bomb_in_zone",
                    ["typebomb"] = 
                    {
                        [1] = 4,
                        [2] = 5,
                        [3] = 38,
                        [4] = 77,
                    }, -- end of ["typebomb"]
                    ["unit"] = 3,
                }, -- end of [15]
                [16] = 
                {
                    ["predicate"] = "or",
                }, -- end of [16]
                [17] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 4,
                    ["numbombs"] = 1,
                    ["typebomb"] = 
                    {
                        [1] = 4,
                        [2] = 5,
                        [3] = 38,
                        [4] = 87,
                    }, -- end of ["typebomb"]
                    ["predicate"] = "c_bomb_in_zone",
                    ["unit"] = 3,
                }, -- end of [17]
                [18] = 
                {
                    ["predicate"] = "or",
                }, -- end of [18]
                [19] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 4,
                    ["numbombs"] = 1,
                    ["predicate"] = "c_bomb_in_zone",
                    ["typebomb"] = 
                    {
                        [1] = 4,
                        [2] = 5,
                        [3] = 38,
                        [4] = 88,
                    }, -- end of ["typebomb"]
                    ["unit"] = 3,
                }, -- end of [19]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["seconds"] = 10,
                    ["text"] = "Don't drop bombs by the school!",
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["file"] = "Radio Click.wav",
                    ["coalitionlist"] = "blue",
                    ["predicate"] = "a_out_sound_s",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
            ["comment"] = "School bomb",
        }, -- end of [1]
        [2] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 1,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_part_of_group_in_zone",
                    ["zone"] = 1,
                }, -- end of [1]
                [2] = 
                {
                    ["predicate"] = "or",
                }, -- end of [2]
                [3] = 
                {
                    ["group"] = 23,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_part_of_group_in_zone",
                    ["zone"] = 1,
                }, -- end of [3]
            }, -- end of ["rules"]
            ["comment"] = "Spaw French",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["group"] = 4,
                    ["predicate"] = "a_activate_group",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["group"] = 6,
                    ["predicate"] = "a_activate_group",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [2]
        [3] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 2,
                    ["group"] = 1,
                    ["predicate"] = "c_part_of_group_in_zone",
                    ["unit"] = 1,
                }, -- end of [1]
                [2] = 
                {
                    ["predicate"] = "or",
                }, -- end of [2]
                [3] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 2,
                    ["group"] = 23,
                    ["predicate"] = "c_part_of_group_in_zone",
                    ["unit"] = 1,
                }, -- end of [3]
            }, -- end of ["rules"]
            ["comment"] = "1 We have bad guy",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["predicate"] = "a_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = 4,
                        [2] = 1,
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["group"] = 9,
                    ["predicate"] = "a_activate_group",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [3]
        [4] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 1,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_part_of_group_in_zone",
                    ["zone"] = 3,
                }, -- end of [1]
                [2] = 
                {
                    ["predicate"] = "or",
                }, -- end of [2]
                [3] = 
                {
                    ["group"] = 23,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_part_of_group_in_zone",
                    ["zone"] = 3,
                }, -- end of [3]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["predicate"] = "a_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = 13,
                        [2] = 2,
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["seconds"] = 30,
                    ["coalitionlist"] = "blue",
                    ["text"] = "French JTAC (Ferret): I request an attack heading 3-4-0 degrees.\
\
F-15 (Dodge): Confirm you guys are still taking effective fire.\
\
French JTAC (Ferret): They are very close. Imminent attack. We just see one more RPG. I request one GBU-38.\
\
F-15 (Dodge): It's going to cause significant damage to that school. Recommend strafe pass on those trees first.",
                    ["predicate"] = "a_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = 4,
                        [2] = 2,
                    }, -- end of ["ai_task"]
                }, -- end of [2]
                [3] = 
                {
                    ["radiotext"] = "Have F-15's strafe Bad Guys",
                    ["flag"] = 10,
                    ["value"] = 1,
                    ["predicate"] = "a_add_radio_item",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [3]
                [4] = 
                {
                    ["predicate"] = "a_add_radio_item",
                    ["value"] = 2,
                    ["flag"] = 10,
                    ["radiotext"] = "Have F-15's attack with GBU-38",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [4]
            }, -- end of ["actions"]
            ["comment"] = "2 I Request an attack",
        }, -- end of [4]
        [5] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 5,
                    ["flag"] = 10,
                    ["predicate"] = "c_flag_equals",
                    ["value"] = 1,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["set_ai_task"] = 
                    {
                        [1] = 5,
                        [2] = 2,
                    }, -- end of ["set_ai_task"]
                    ["predicate"] = "a_set_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["predicate"] = "a_remove_radio_item",
                    ["radiotext"] = "Have F-15's strafe Bad Guys",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
                [3] = 
                {
                    ["set_ai_task"] = 
                    {
                        [1] = 5,
                        [2] = 10,
                    }, -- end of ["set_ai_task"]
                    ["predicate"] = "a_set_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [3]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
            ["comment"] = "10-1 Radio strafe",
        }, -- end of [5]
        [6] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 5,
                    ["flag"] = 10,
                    ["predicate"] = "c_flag_equals",
                    ["value"] = 2,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "10-2 Radio GBU-38",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                    ["predicate"] = "a_set_ai_task",
                    ["set_ai_task"] = 
                    {
                        [1] = 5,
                        [2] = 3,
                    }, -- end of ["set_ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["predicate"] = "a_remove_radio_item",
                    ["radiotext"] = "Have F-15's attack with GBU-38",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
                [3] = 
                {
                    ["set_ai_task"] = 
                    {
                        [1] = 5,
                        [2] = 11,
                    }, -- end of ["set_ai_task"]
                    ["predicate"] = "a_set_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [3]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [6]
        [7] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["zone"] = 6,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_unit_dead",
                    ["unit"] = 68,
                }, -- end of [1]
                [2] = 
                {
                    ["predicate"] = "or",
                }, -- end of [2]
                [3] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 5,
                    ["group"] = 1,
                    ["predicate"] = "c_group_life_less",
                    ["percent"] = 99,
                }, -- end of [3]
            }, -- end of ["rules"]
            ["comment"] = "Truck dead",
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["group"] = 13,
                    ["predicate"] = "a_deactivate_group",
                    ["ai_task"] = 
                    {
                        [1] = 13,
                        [2] = 1,
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
        }, -- end of [7]
        [8] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 1,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_all_of_group_in_zone",
                    ["zone"] = 5,
                }, -- end of [1]
                [2] = 
                {
                    ["predicate"] = "or",
                }, -- end of [2]
                [3] = 
                {
                    ["group"] = 23,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_all_of_group_in_zone",
                    ["zone"] = 5,
                }, -- end of [3]
            }, -- end of ["rules"]
            ["comment"] = "3 Clear Hot",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["seconds"] = 10,
                    ["coalitionlist"] = "blue",
                    ["text"] = "French JTAC (Ferret):\
You are clear, hot. Clear, hot.",
                    ["predicate"] = "a_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = 4,
                        [2] = 3,
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [8]
        [9] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 5,
                    ["group"] = 3,
                    ["predicate"] = "c_group_life_less",
                    ["percent"] = 65,
                }, -- end of [1]
                [2] = 
                {
                    ["predicate"] = "or",
                }, -- end of [2]
                [3] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 5,
                    ["group"] = 3,
                    ["predicate"] = "c_group_dead",
                    ["percent"] = 75,
                }, -- end of [3]
            }, -- end of ["rules"]
            ["comment"] = "4 I request re-attack",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["value"] = 1,
                    ["flag"] = 1,
                    ["predicate"] = "a_set_flag_value",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["predicate"] = "a_remove_radio_item",
                    ["radiotext"] = "Have F-15's strafe Bad Guys",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
                [3] = 
                {
                    ["predicate"] = "a_remove_radio_item",
                    ["radiotext"] = "Have F-15's attack with GBU-38",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [3]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [9]
        [10] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 5,
                    ["flag"] = 1,
                    ["predicate"] = "c_time_since_flag",
                    ["seconds"] = 3,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "4A Radio",
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["ai_task"] = 
                    {
                        [1] = 4,
                        [2] = 4,
                    }, -- end of ["ai_task"]
                    ["loop"] = false,
                    ["modulation"] = false,
                    ["power"] = 100,
                    ["zone"] = 2,
                    ["name"] = "4a",
                    ["predicate"] = "a_ai_task",
                    ["frequency"] = 30000,
                }, -- end of [1]
            }, -- end of ["actions"]
        }, -- end of [10]
        [11] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 5,
                    ["flag"] = 1,
                    ["predicate"] = "c_time_since_flag",
                    ["seconds"] = 25,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "5 They sure are antsy",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["modulation"] = true,
                    ["power"] = 100,
                    ["predicate"] = "a_set_ai_task",
                    ["loop"] = false,
                    ["name"] = "5",
                    ["set_ai_task"] = 
                    {
                        [1] = 5,
                        [2] = 1,
                    }, -- end of ["set_ai_task"]
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                    ["zone"] = 2,
                    ["frequency"] = 124000,
                }, -- end of [1]
                [2] = 
                {
                    ["group"] = 7,
                    ["predicate"] = "a_activate_group",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
                [3] = 
                {
                    ["radiotext"] = "Have F-15's strafe Bad Guys 2",
                    ["flag"] = 10,
                    ["value"] = 3,
                    ["predicate"] = "a_add_radio_item",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [3]
                [4] = 
                {
                    ["predicate"] = "a_add_radio_item",
                    ["value"] = 4,
                    ["flag"] = 10,
                    ["radiotext"] = "Have F-15's attack with GBU-38 2",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [4]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [11]
        [12] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 5,
                    ["flag"] = 10,
                    ["predicate"] = "c_flag_equals",
                    ["value"] = 3,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "10-3 Radio strafe 2",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                    ["predicate"] = "a_set_ai_task",
                    ["set_ai_task"] = 
                    {
                        [1] = 5,
                        [2] = 4,
                    }, -- end of ["set_ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["predicate"] = "a_remove_radio_item",
                    ["radiotext"] = "Have F-15's strafe Bad Guys 2",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
                [3] = 
                {
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                    ["predicate"] = "a_set_ai_task",
                    ["set_ai_task"] = 
                    {
                        [1] = 5,
                        [2] = 10,
                    }, -- end of ["set_ai_task"]
                }, -- end of [3]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [12]
        [13] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 5,
                    ["flag"] = 10,
                    ["predicate"] = "c_flag_equals",
                    ["value"] = 4,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "10-4 Radio GBU-38 2",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["set_ai_task"] = 
                    {
                        [1] = 5,
                        [2] = 5,
                    }, -- end of ["set_ai_task"]
                    ["predicate"] = "a_set_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["predicate"] = "a_remove_radio_item",
                    ["radiotext"] = "Have F-15's attack with GBU-38 2",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
                [3] = 
                {
                    ["predicate"] = "a_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = 5,
                        [2] = 11,
                    }, -- end of ["ai_task"]
                }, -- end of [3]
            }, -- end of ["actions"]
            ["eventlist"] = "",
        }, -- end of [13]
        [14] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 5,
                    ["group"] = 7,
                    ["predicate"] = "c_group_life_less",
                    ["percent"] = 65,
                }, -- end of [1]
                [2] = 
                {
                    ["predicate"] = "or",
                }, -- end of [2]
                [3] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 5,
                    ["group"] = 7,
                    ["predicate"] = "c_group_dead",
                    ["percent"] = 70,
                }, -- end of [3]
            }, -- end of ["rules"]
            ["comment"] = "6 Confirm the hostile are still",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["value"] = 1,
                    ["flag"] = 2,
                    ["predicate"] = "a_set_flag_value",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["predicate"] = "a_remove_radio_item",
                    ["radiotext"] = "Have F-15's strafe Bad Guys 2",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
                [3] = 
                {
                    ["predicate"] = "a_remove_radio_item",
                    ["radiotext"] = "Have F-15's attack with GBU-38 2",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [3]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [14]
        [15] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 5,
                    ["flag"] = 2,
                    ["predicate"] = "c_time_since_flag",
                    ["seconds"] = 3,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "6a Radio",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["seconds"] = 15,
                    ["set_ai_task"] = 
                    {
                        [1] = 4,
                        [2] = 5,
                    }, -- end of ["set_ai_task"]
                    ["coalitionlist"] = "blue",
                    ["text"] = "F-15 (Dodge): Confirm the hostiles are still in that tree line on the east side of the school.\
\
French JTAC (Ferret): That's affirm, they are still in the tree line.",
                    ["predicate"] = "a_set_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [15]
        [16] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 6,
                    ["flag"] = 2,
                    ["predicate"] = "c_time_since_flag",
                    ["seconds"] = 20,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "6b Bad Guys 3",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["group"] = 8,
                    ["predicate"] = "a_activate_group",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["radiotext"] = "Have F-15's strafe Bad Guys 3",
                    ["flag"] = 10,
                    ["value"] = 5,
                    ["predicate"] = "a_add_radio_item",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
                [3] = 
                {
                    ["predicate"] = "a_add_radio_item",
                    ["value"] = 6,
                    ["flag"] = 10,
                    ["radiotext"] = "Have F-15's attack with GBU-38 3",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [3]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [16]
        [17] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 5,
                    ["flag"] = 10,
                    ["predicate"] = "c_flag_equals",
                    ["value"] = 5,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "10-5 Radio strafe 3",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["set_ai_task"] = 
                    {
                        [1] = 5,
                        [2] = 6,
                    }, -- end of ["set_ai_task"]
                    ["predicate"] = "a_set_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["predicate"] = "a_remove_radio_item",
                    ["radiotext"] = "Have F-15's strafe Bad Guys 3",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
                [3] = 
                {
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                    ["predicate"] = "a_set_ai_task",
                    ["set_ai_task"] = 
                    {
                        [1] = 5,
                        [2] = 10,
                    }, -- end of ["set_ai_task"]
                }, -- end of [3]
            }, -- end of ["actions"]
            ["eventlist"] = "",
        }, -- end of [17]
        [18] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 5,
                    ["flag"] = 10,
                    ["predicate"] = "c_flag_equals",
                    ["value"] = 6,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "10-6 Radio GBU-38 3",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["set_ai_task"] = 
                    {
                        [1] = 5,
                        [2] = 7,
                    }, -- end of ["set_ai_task"]
                    ["predicate"] = "a_set_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["predicate"] = "a_remove_radio_item",
                    ["radiotext"] = "Have F-15's attack with GBU-38 3",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
                [3] = 
                {
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                    ["predicate"] = "a_set_ai_task",
                    ["set_ai_task"] = 
                    {
                        [1] = 5,
                        [2] = 11,
                    }, -- end of ["set_ai_task"]
                }, -- end of [3]
            }, -- end of ["actions"]
            ["eventlist"] = "",
        }, -- end of [18]
        [19] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 6,
                    ["group"] = 8,
                    ["predicate"] = "c_group_life_less",
                    ["percent"] = 60,
                }, -- end of [1]
                [2] = 
                {
                    ["predicate"] = "or",
                }, -- end of [2]
                [3] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 6,
                    ["group"] = 8,
                    ["predicate"] = "c_group_dead",
                    ["percent"] = 60,
                }, -- end of [3]
            }, -- end of ["rules"]
            ["comment"] = "7 Confirm where the",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["value"] = 1,
                    ["flag"] = 3,
                    ["predicate"] = "a_set_flag_value",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["predicate"] = "a_remove_radio_item",
                    ["radiotext"] = "Have F-15's strafe Bad Guys 3",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
                [3] = 
                {
                    ["predicate"] = "a_remove_radio_item",
                    ["radiotext"] = "Have F-15's attack with GBU-38 3",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [3]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [19]
        [20] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 6,
                    ["flag"] = 3,
                    ["predicate"] = "c_time_since_flag",
                    ["seconds"] = 3,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "7a Radio",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["predicate"] = "a_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = 4,
                        [2] = 6,
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [20]
        [21] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 6,
                    ["flag"] = 3,
                    ["predicate"] = "c_time_since_flag",
                    ["seconds"] = 20,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "7b Bad Guys 4",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["group"] = 11,
                    ["predicate"] = "a_activate_group",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["radiotext"] = "Have F-15's strafe Bad Guys 4",
                    ["flag"] = 10,
                    ["value"] = 7,
                    ["predicate"] = "a_add_radio_item",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
                [3] = 
                {
                    ["radiotext"] = "Have F-15's attack with GBU-38 4",
                    ["flag"] = 10,
                    ["value"] = 8,
                    ["predicate"] = "a_add_radio_item",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [3]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [21]
        [22] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 5,
                    ["flag"] = 10,
                    ["predicate"] = "c_flag_equals",
                    ["value"] = 7,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "10-7 Radio strafe 4",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["set_ai_task"] = 
                    {
                        [1] = 5,
                        [2] = 8,
                    }, -- end of ["set_ai_task"]
                    ["predicate"] = "a_set_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["predicate"] = "a_remove_radio_item",
                    ["radiotext"] = "Have F-15's strafe Bad Guys 4",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
                [3] = 
                {
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                    ["text"] = "",
                    ["predicate"] = "a_set_ai_task",
                    ["set_ai_task"] = 
                    {
                        [1] = 5,
                        [2] = 10,
                    }, -- end of ["set_ai_task"]
                }, -- end of [3]
            }, -- end of ["actions"]
            ["eventlist"] = "",
        }, -- end of [22]
        [23] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 5,
                    ["flag"] = 10,
                    ["predicate"] = "c_flag_equals",
                    ["value"] = 8,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["comment"] = "10-8 Radio GBU-38 4",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                    ["predicate"] = "a_set_ai_task",
                    ["set_ai_task"] = 
                    {
                        [1] = 5,
                        [2] = 9,
                    }, -- end of ["set_ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["predicate"] = "a_remove_radio_item",
                    ["radiotext"] = "Have F-15's attack with GBU-38 4",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
                [3] = 
                {
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                    ["predicate"] = "a_set_ai_task",
                    ["set_ai_task"] = 
                    {
                        [1] = 5,
                        [2] = 11,
                    }, -- end of ["set_ai_task"]
                }, -- end of [3]
            }, -- end of ["actions"]
        }, -- end of [23]
        [24] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 5,
                    ["group"] = 11,
                    ["predicate"] = "c_group_life_less",
                    ["percent"] = 50,
                }, -- end of [1]
                [2] = 
                {
                    ["predicate"] = "or",
                }, -- end of [2]
                [3] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 5,
                    ["group"] = 11,
                    ["predicate"] = "c_group_dead",
                    ["percent"] = 50,
                }, -- end of [3]
            }, -- end of ["rules"]
            ["comment"] = "Bad Guys 4 dead",
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "blue",
                    ["file"] = "Radio Click.wav",
                    ["predicate"] = "a_out_sound_s",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["seconds"] = 20,
                    ["coalitionlist"] = "blue",
                    ["text"] = "The US Embassy at Sukhumi (waypoint 3) is reporting a large armed mob threatening to overrun the building. Go check it out and radio back to the Head Shed on AM 135 once you have visual contact.",
                    ["predicate"] = "a_out_text_delay_s",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
                [3] = 
                {
                    ["predicate"] = "a_remove_radio_item",
                    ["radiotext"] = "Have F-15's strafe Bad Guys 4",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [3]
                [4] = 
                {
                    ["predicate"] = "a_remove_radio_item",
                    ["radiotext"] = "Have F-15's attack with GBU-38 4",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [4]
            }, -- end of ["actions"]
        }, -- end of [24]
        [25] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 5,
                    ["group"] = 11,
                    ["predicate"] = "c_group_life_less",
                    ["percent"] = 50,
                }, -- end of [1]
                [2] = 
                {
                    ["group"] = 1,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_part_of_group_in_zone",
                    ["zone"] = 6,
                }, -- end of [2]
                [3] = 
                {
                    ["predicate"] = "or",
                }, -- end of [3]
                [4] = 
                {
                    ["group"] = 1,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_part_of_group_in_zone",
                    ["zone"] = 6,
                }, -- end of [4]
                [5] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 5,
                    ["group"] = 11,
                    ["predicate"] = "c_group_dead",
                    ["percent"] = 50,
                }, -- end of [5]
                [6] = 
                {
                    ["predicate"] = "or",
                }, -- end of [6]
                [7] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 5,
                    ["group"] = 11,
                    ["predicate"] = "c_group_life_less",
                    ["percent"] = 50,
                }, -- end of [7]
                [8] = 
                {
                    ["group"] = 23,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_part_of_group_in_zone",
                    ["zone"] = 6,
                }, -- end of [8]
                [9] = 
                {
                    ["predicate"] = "or",
                }, -- end of [9]
                [10] = 
                {
                    ["group"] = 23,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_part_of_group_in_zone",
                    ["zone"] = 6,
                }, -- end of [10]
                [11] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 5,
                    ["group"] = 11,
                    ["predicate"] = "c_group_dead",
                    ["percent"] = 50,
                }, -- end of [11]
            }, -- end of ["rules"]
            ["comment"] = "Spawn Mob",
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["group"] = 15,
                    ["predicate"] = "a_activate_group",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["group"] = 16,
                    ["predicate"] = "a_activate_group",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
                [3] = 
                {
                    ["group"] = 17,
                    ["predicate"] = "a_activate_group",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [3]
                [4] = 
                {
                    ["group"] = 18,
                    ["predicate"] = "a_activate_group",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [4]
                [5] = 
                {
                    ["group"] = 19,
                    ["predicate"] = "a_activate_group",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [5]
                [6] = 
                {
                    ["seconds"] = 15,
                    ["coalitionlist"] = "blue",
                    ["text"] = "Radio the Head Shed on 135 AM once you have visual contact of the armed mob.",
                    ["predicate"] = "a_out_text_delay_s",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [6]
                [7] = 
                {
                    ["coalitionlist"] = "blue",
                    ["flag"] = 10,
                    ["value"] = 1,
                    ["predicate"] = "a_add_radio_item_for_coalition",
                    ["radiotext"] = "Radio Head Shed",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [7]
            }, -- end of ["actions"]
        }, -- end of [25]
        [26] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 5,
                    ["flag"] = 10,
                    ["predicate"] = "c_flag_equals",
                    ["value"] = 1,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "Radio Head Shed",
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["predicate"] = "a_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = 22,
                        [2] = 1,
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
        }, -- end of [26]
        [27] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 5,
                    ["group"] = 15,
                    ["predicate"] = "c_group_life_less",
                    ["percent"] = 90,
                }, -- end of [1]
                [2] = 
                {
                    ["predicate"] = "or",
                }, -- end of [2]
                [3] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 5,
                    ["group"] = 16,
                    ["predicate"] = "c_group_life_less",
                    ["percent"] = 90,
                }, -- end of [3]
                [4] = 
                {
                    ["predicate"] = "or",
                }, -- end of [4]
                [5] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 5,
                    ["group"] = 17,
                    ["predicate"] = "c_group_life_less",
                    ["percent"] = 90,
                }, -- end of [5]
                [6] = 
                {
                    ["predicate"] = "or",
                }, -- end of [6]
                [7] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 5,
                    ["group"] = 18,
                    ["predicate"] = "c_group_life_less",
                    ["percent"] = 90,
                }, -- end of [7]
                [8] = 
                {
                    ["predicate"] = "or",
                }, -- end of [8]
                [9] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 5,
                    ["group"] = 19,
                    ["predicate"] = "c_group_life_less",
                    ["percent"] = 90,
                }, -- end of [9]
            }, -- end of ["rules"]
            ["comment"] = "Impact",
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["value"] = 10,
                    ["flag"] = 1,
                    ["predicate"] = "a_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = 22,
                        [2] = 2,
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["radiotext"] = "Radio Head Shed",
                    ["predicate"] = "a_remove_radio_item",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
            }, -- end of ["actions"]
        }, -- end of [27]
    }, -- end of ["trigrules"]
    ["coalition"] = 
    {
        ["blue"] = 
        {
            ["bullseye"] = 
            {
                ["y"] = 617414,
                ["x"] = -291014,
            }, -- end of ["bullseye"]
            ["nav_points"] = 
            {
            }, -- end of ["nav_points"]
            ["name"] = "BLUE",
            ["country"] = 
            {
                [1] = 
                {
                    ["id"] = 4,
                    ["name"] = "UK",
                }, -- end of [1]
                [2] = 
                {
                    ["id"] = 15,
                    ["name"] = "Israel",
                }, -- end of [2]
                [3] = 
                {
                    ["id"] = 11,
                    ["name"] = "Belgium",
                }, -- end of [3]
                [4] = 
                {
                    ["id"] = 8,
                    ["name"] = "Canada",
                }, -- end of [4]
                [5] = 
                {
                    ["id"] = 5,
                    ["vehicle"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["lateActivation"] = true,
                                ["groupId"] = 4,
                                ["tasks"] = 
                                {
                                    [6] = 
                                    {
                                        ["enabled"] = true,
                                        ["name"] = "7",
                                        ["id"] = "WrappedAction",
                                        ["number"] = 6,
                                        ["auto"] = false,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "TransmitMessage",
                                                ["params"] = 
                                                {
                                                    ["subtitle"] = "F-15 (Dodge): Confirm where the bullets hit on the previous strike is where you want them on that tree line.\
\
French JTAC (Ferret): Affirm, in the tree line, sir.",
                                                    ["duration"] = 20,
                                                    ["loop"] = false,
                                                    ["file"] = "7ConfirmWhereTheBullets.ogg",
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [6]
                                    [2] = 
                                    {
                                        ["enabled"] = true,
                                        ["name"] = "2",
                                        ["id"] = "WrappedAction",
                                        ["number"] = 2,
                                        ["auto"] = false,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "TransmitMessage",
                                                ["params"] = 
                                                {
                                                    ["duration"] = 30,
                                                    ["file"] = "2IRequestAttack3.ogg",
                                                    ["loop"] = false,
                                                    ["subtitle"] = "French JTAC (Ferret): I request an attack heading 3-4-0 degrees.\
\
F-15 (Dodge): Confirm you guys are still taking effective fire.\
\
French JTAC (Ferret): They are very close. Imminent attack. We just see one more RPG. I request one GBU-38.\
\
F-15 (Dodge): It's going to cause significant damage to that school. Recommend strafe pass on those trees first.",
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["enabled"] = true,
                                        ["name"] = "3",
                                        ["id"] = "WrappedAction",
                                        ["number"] = 3,
                                        ["auto"] = false,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "TransmitMessage",
                                                ["params"] = 
                                                {
                                                    ["file"] = "3ClearHot.ogg",
                                                    ["subtitle"] = "French JTAC (Ferret): You are clear, hot. Clear, hot.",
                                                    ["loop"] = false,
                                                    ["duration"] = 10,
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [3]
                                    [1] = 
                                    {
                                        ["enabled"] = true,
                                        ["name"] = "1",
                                        ["id"] = "WrappedAction",
                                        ["number"] = 1,
                                        ["auto"] = false,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "TransmitMessage",
                                                ["params"] = 
                                                {
                                                    ["subtitle"] = "French JTAC (Ferret): We have bad guy with weapon and which move to the Northeast.\
",
                                                    ["duration"] = 15,
                                                    ["loop"] = false,
                                                    ["file"] = "1WeHaveBad3.ogg",
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [1]
                                    [4] = 
                                    {
                                        ["enabled"] = true,
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["number"] = 4,
                                        ["name"] = "4",
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "TransmitMessage",
                                                ["params"] = 
                                                {
                                                    ["file"] = "4IRequestReattack.ogg",
                                                    ["subtitle"] = "French JTAC (Ferret): I request re-attack for one GBU.\
\
F-15 (Dodge): Negative, that is too close to that building. The school to the south is too close for a GBU.",
                                                    ["loop"] = false,
                                                    ["duration"] = 20,
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["number"] = 5,
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["enabled"] = true,
                                        ["name"] = "6",
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "TransmitMessage",
                                                ["params"] = 
                                                {
                                                    ["subtitle"] = "F-15 (Dodge): Confirm the hostiles are still in that tree line on the east side of the school.\
\
French JTAC (Ferret): That's affirm, they are still in the tree line.",
                                                    ["duration"] = 20,
                                                    ["loop"] = false,
                                                    ["file"] = "6ConfirmTheHostiles.ogg",
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [5]
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 499961.14285714,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #020",
                                        ["unitId"] = 25,
                                        ["heading"] = 0.87380464921459,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -184548.57142857,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 499961.14285714,
                                ["x"] = -184548.57142857,
                                ["name"] = "French JTAC",
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 499737.5625,
                                                ["x"] = -184815.421875,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 499923.9375,
                                                ["x"] = -184659.390625,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 63,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 499961.14285714,
                                            ["x"] = -184548.57142857,
                                            ["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"] = "SetImmortal",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 2,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "SetFrequency",
                                                                    ["params"] = 
                                                                    {
                                                                        ["modulation"] = 1,
                                                                        ["frequency"] = 30000000,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [2]
                                                        [3] = 
                                                        {
                                                            ["number"] = 3,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "SetCallsign",
                                                                    ["params"] = 
                                                                    {
                                                                        ["number"] = 1,
                                                                        ["callnameFlag"] = true,
                                                                        ["callname"] = 10,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [3]
                                                        [4] = 
                                                        {
                                                            ["number"] = 4,
                                                            ["auto"] = false,
                                                            ["id"] = "FAC_AttackGroup",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["number"] = 1,
                                                                ["designation"] = "Auto",
                                                                ["modulation"] = 1,
                                                                ["groupId"] = 3,
                                                                ["callname"] = 10,
                                                                ["weaponType"] = 2032,
                                                                ["datalink"] = true,
                                                                ["frequency"] = 30000000,
                                                            }, -- end of ["params"]
                                                        }, -- end of [4]
                                                        [5] = 
                                                        {
                                                            ["number"] = 5,
                                                            ["auto"] = false,
                                                            ["id"] = "FAC_AttackGroup",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["number"] = 1,
                                                                ["designation"] = "Auto",
                                                                ["modulation"] = 1,
                                                                ["groupId"] = 7,
                                                                ["callname"] = 10,
                                                                ["datalink"] = true,
                                                                ["weaponType"] = 2032,
                                                                ["frequency"] = 30000000,
                                                            }, -- end of ["params"]
                                                        }, -- end of [5]
                                                        [6] = 
                                                        {
                                                            ["number"] = 6,
                                                            ["auto"] = false,
                                                            ["id"] = "FAC_AttackGroup",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["number"] = 1,
                                                                ["designation"] = "Auto",
                                                                ["modulation"] = 1,
                                                                ["groupId"] = 8,
                                                                ["callname"] = 10,
                                                                ["datalink"] = true,
                                                                ["weaponType"] = 2032,
                                                                ["frequency"] = 30000000,
                                                            }, -- end of ["params"]
                                                        }, -- end of [6]
                                                        [7] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "FAC_AttackGroup",
                                                            ["number"] = 7,
                                                            ["params"] = 
                                                            {
                                                                ["number"] = 1,
                                                                ["designation"] = "Auto",
                                                                ["modulation"] = 1,
                                                                ["groupId"] = 11,
                                                                ["callname"] = 10,
                                                                ["datalink"] = true,
                                                                ["weaponType"] = 2032,
                                                                ["frequency"] = 50000000,
                                                            }, -- end of ["params"]
                                                        }, -- end of [7]
                                                        [8] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "FAC_AttackGroup",
                                                            ["number"] = 8,
                                                            ["params"] = 
                                                            {
                                                                ["number"] = 1,
                                                                ["designation"] = "Auto",
                                                                ["modulation"] = 1,
                                                                ["groupId"] = 9,
                                                                ["callname"] = 10,
                                                                ["datalink"] = true,
                                                                ["weaponType"] = 2032,
                                                                ["frequency"] = 30000000,
                                                            }, -- end of ["params"]
                                                        }, -- end of [8]
                                                        [9] = 
                                                        {
                                                            ["number"] = 9,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = 3,
                                                                        ["name"] = 0,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [9]
                                                    }, -- 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 [1]
                            [2] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["lateActivation"] = true,
                                ["groupId"] = 6,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 501134.48609702,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #021",
                                        ["unitId"] = 32,
                                        ["heading"] = 5.1122503971203,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -185423.11048701,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 501162.1269311,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #022",
                                        ["unitId"] = 33,
                                        ["heading"] = 5.1122503971506,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -185434.7923292,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 501189.75075712,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #023",
                                        ["unitId"] = 34,
                                        ["heading"] = 5.1122503969733,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -185446.46698327,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 501217.37458314,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #024",
                                        ["unitId"] = 35,
                                        ["heading"] = 5.112250396975,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -185458.14163734,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 501244.9983856,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #025",
                                        ["unitId"] = 36,
                                        ["heading"] = 5.1122503971937,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -185469.81628146,
                                    }, -- end of [5]
                                }, -- end of ["units"]
                                ["y"] = 501134.48609702,
                                ["x"] = -185423.11048701,
                                ["name"] = "French Army",
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 501134.5,
                                                ["x"] = -185423.109375,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 501056.03125,
                                                ["x"] = -185389.953125,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                ["y"] = 500112.5625,
                                                ["x"] = -184992.046875,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                ["y"] = 499998.28125,
                                                ["x"] = -184966.0625,
                                            }, -- end of [8]
                                            [16] = 
                                            {
                                                ["y"] = 499620.90625,
                                                ["x"] = -184912.3125,
                                            }, -- end of [16]
                                            [17] = 
                                            {
                                                ["y"] = 499623.6875,
                                                ["x"] = -184909.53125,
                                            }, -- end of [17]
                                            [9] = 
                                            {
                                                ["y"] = 499638.125,
                                                ["x"] = -184937.5,
                                            }, -- end of [9]
                                            [18] = 
                                            {
                                                ["y"] = 499972.34375,
                                                ["x"] = -184618.84375,
                                            }, -- end of [18]
                                            [5] = 
                                            {
                                                ["y"] = 500084.59375,
                                                ["x"] = -184983.03125,
                                            }, -- end of [5]
                                            [10] = 
                                            {
                                                ["y"] = 499633,
                                                ["x"] = -184936.296875,
                                            }, -- end of [10]
                                            [11] = 
                                            {
                                                ["y"] = 499628.46875,
                                                ["x"] = -184933.625,
                                            }, -- end of [11]
                                            [3] = 
                                            {
                                                ["y"] = 500139.90625,
                                                ["x"] = -185002.6875,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                ["y"] = 500056.1875,
                                                ["x"] = -184975.6875,
                                            }, -- end of [6]
                                            [12] = 
                                            {
                                                ["y"] = 499624.90625,
                                                ["x"] = -184929.71875,
                                            }, -- end of [12]
                                            [13] = 
                                            {
                                                ["y"] = 499620.84375,
                                                ["x"] = -184923.546875,
                                            }, -- end of [13]
                                            [7] = 
                                            {
                                                ["y"] = 500027.375,
                                                ["x"] = -184970.015625,
                                            }, -- end of [7]
                                            [14] = 
                                            {
                                                ["y"] = 499619.34375,
                                                ["x"] = -184919.90625,
                                            }, -- end of [14]
                                            [15] = 
                                            {
                                                ["y"] = 499619.375,
                                                ["x"] = -184915.953125,
                                            }, -- end of [15]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [31] = 
                                            {
                                                ["y"] = 500867.0625,
                                                ["x"] = -182885.21875,
                                            }, -- end of [31]
                                            [2] = 
                                            {
                                                ["y"] = 500360.9375,
                                                ["x"] = -184293.484375,
                                            }, -- end of [2]
                                            [8] = 
                                            {
                                                ["y"] = 500909.96875,
                                                ["x"] = -183955.359375,
                                            }, -- end of [8]
                                            [32] = 
                                            {
                                                ["y"] = 500870.875,
                                                ["x"] = -182868.9375,
                                            }, -- end of [32]
                                            [33] = 
                                            {
                                                ["y"] = 500947.125,
                                                ["x"] = -182609.5,
                                            }, -- end of [33]
                                            [34] = 
                                            {
                                                ["y"] = 500952.9375,
                                                ["x"] = -182586.3125,
                                            }, -- end of [34]
                                            [35] = 
                                            {
                                                ["y"] = 500956.90625,
                                                ["x"] = -182562.734375,
                                            }, -- end of [35]
                                            [9] = 
                                            {
                                                ["y"] = 500927.90625,
                                                ["x"] = -183937.203125,
                                            }, -- end of [9]
                                            [36] = 
                                            {
                                                ["y"] = 500958.96875,
                                                ["x"] = -182538.921875,
                                            }, -- end of [36]
                                            [37] = 
                                            {
                                                ["y"] = 500959.125,
                                                ["x"] = -182515.015625,
                                            }, -- end of [37]
                                            [38] = 
                                            {
                                                ["y"] = 500957.375,
                                                ["x"] = -182491.171875,
                                            }, -- end of [38]
                                            [39] = 
                                            {
                                                ["y"] = 500953.75,
                                                ["x"] = -182467.546875,
                                            }, -- end of [39]
                                            [10] = 
                                            {
                                                ["y"] = 500944.5,
                                                ["x"] = -183917.8125,
                                            }, -- end of [10]
                                            [40] = 
                                            {
                                                ["y"] = 500948.25,
                                                ["x"] = -182444.28125,
                                            }, -- end of [40]
                                            [41] = 
                                            {
                                                ["y"] = 500940.90625,
                                                ["x"] = -182421.53125,
                                            }, -- end of [41]
                                            [42] = 
                                            {
                                                ["y"] = 500931.78125,
                                                ["x"] = -182399.4375,
                                            }, -- end of [42]
                                            [43] = 
                                            {
                                                ["y"] = 500920.90625,
                                                ["x"] = -182378.140625,
                                            }, -- end of [43]
                                            [11] = 
                                            {
                                                ["y"] = 500959.625,
                                                ["x"] = -183897.25,
                                            }, -- end of [11]
                                            [44] = 
                                            {
                                                ["y"] = 500731.40625,
                                                ["x"] = -182040.53125,
                                            }, -- end of [44]
                                            [45] = 
                                            {
                                                ["y"] = 500710.875,
                                                ["x"] = -182002.046875,
                                            }, -- end of [45]
                                            [46] = 
                                            {
                                                ["y"] = 500692.0625,
                                                ["x"] = -181962.71875,
                                            }, -- end of [46]
                                            [3] = 
                                            {
                                                ["y"] = 500371.4375,
                                                ["x"] = -184285.1875,
                                            }, -- end of [3]
                                            [12] = 
                                            {
                                                ["y"] = 500973.21875,
                                                ["x"] = -183875.640625,
                                            }, -- end of [12]
                                            [48] = 
                                            {
                                                ["y"] = 500659.625,
                                                ["x"] = -181881.75,
                                            }, -- end of [48]
                                            [49] = 
                                            {
                                                ["y"] = 500646.125,
                                                ["x"] = -181840.296875,
                                            }, -- end of [49]
                                            [50] = 
                                            {
                                                ["y"] = 500634.40625,
                                                ["x"] = -181798.28125,
                                            }, -- end of [50]
                                            [51] = 
                                            {
                                                ["y"] = 500624.53125,
                                                ["x"] = -181755.796875,
                                            }, -- end of [51]
                                            [13] = 
                                            {
                                                ["y"] = 500985.1875,
                                                ["x"] = -183853.09375,
                                            }, -- end of [13]
                                            [52] = 
                                            {
                                                ["y"] = 500616.53125,
                                                ["x"] = -181712.9375,
                                            }, -- end of [52]
                                            [53] = 
                                            {
                                                ["y"] = 500610.4375,
                                                ["x"] = -181669.75,
                                            }, -- end of [53]
                                            [54] = 
                                            {
                                                ["y"] = 500606.1875,
                                                ["x"] = -181626.34375,
                                            }, -- end of [54]
                                            [55] = 
                                            {
                                                ["y"] = 500603.875,
                                                ["x"] = -181582.796875,
                                            }, -- end of [55]
                                            [14] = 
                                            {
                                                ["y"] = 500995.46875,
                                                ["x"] = -183829.734375,
                                            }, -- end of [14]
                                            [56] = 
                                            {
                                                ["y"] = 500601.8125,
                                                ["x"] = -181518.828125,
                                            }, -- end of [56]
                                            [57] = 
                                            {
                                                ["y"] = 500599.1875,
                                                ["x"] = -181464.03125,
                                            }, -- end of [57]
                                            [58] = 
                                            {
                                                ["y"] = 500594.9375,
                                                ["x"] = -181409.34375,
                                            }, -- end of [58]
                                            [59] = 
                                            {
                                                ["y"] = 500589.03125,
                                                ["x"] = -181354.796875,
                                            }, -- end of [59]
                                            [15] = 
                                            {
                                                ["y"] = 501004.0625,
                                                ["x"] = -183805.703125,
                                            }, -- end of [15]
                                            [60] = 
                                            {
                                                ["y"] = 500581.46875,
                                                ["x"] = -181300.46875,
                                            }, -- end of [60]
                                            [61] = 
                                            {
                                                ["y"] = 500326.875,
                                                ["x"] = -179658.953125,
                                            }, -- end of [61]
                                            [62] = 
                                            {
                                                ["y"] = 500323.5625,
                                                ["x"] = -179631.21875,
                                            }, -- end of [62]
                                            [1] = 
                                            {
                                                ["y"] = 499972.34375,
                                                ["x"] = -184618.84375,
                                            }, -- end of [1]
                                            [4] = 
                                            {
                                                ["y"] = 500382.59375,
                                                ["x"] = -184277.890625,
                                            }, -- end of [4]
                                            [16] = 
                                            {
                                                ["y"] = 501010.84375,
                                                ["x"] = -183781.09375,
                                            }, -- end of [16]
                                            [64] = 
                                            {
                                                ["y"] = 500322.78125,
                                                ["x"] = -179575.390625,
                                            }, -- end of [64]
                                            [65] = 
                                            {
                                                ["y"] = 500325.3125,
                                                ["x"] = -179547.578125,
                                            }, -- end of [65]
                                            [66] = 
                                            {
                                                ["y"] = 500329.78125,
                                                ["x"] = -179520,
                                            }, -- end of [66]
                                            [17] = 
                                            {
                                                ["y"] = 501015.84375,
                                                ["x"] = -183756.0625,
                                            }, -- end of [17]
                                            [68] = 
                                            {
                                                ["y"] = 500344.4375,
                                                ["x"] = -179466.125,
                                            }, -- end of [68]
                                            [69] = 
                                            {
                                                ["y"] = 500354.53125,
                                                ["x"] = -179440.09375,
                                            }, -- end of [69]
                                            [70] = 
                                            {
                                                ["y"] = 500366.4375,
                                                ["x"] = -179414.8125,
                                            }, -- end of [70]
                                            [18] = 
                                            {
                                                ["y"] = 501018.96875,
                                                ["x"] = -183730.734375,
                                            }, -- end of [18]
                                            [72] = 
                                            {
                                                ["y"] = 500395.34375,
                                                ["x"] = -179367.0625,
                                            }, -- end of [72]
                                            [73] = 
                                            {
                                                ["y"] = 500412.25,
                                                ["x"] = -179344.8125,
                                            }, -- end of [73]
                                            [74] = 
                                            {
                                                ["y"] = 500702.9375,
                                                ["x"] = -178988.59375,
                                            }, -- end of [74]
                                            [19] = 
                                            {
                                                ["y"] = 501020.28125,
                                                ["x"] = -183705.234375,
                                            }, -- end of [19]
                                            [76] = 
                                            {
                                                ["y"] = 500740.875,
                                                ["x"] = -178936.703125,
                                            }, -- end of [76]
                                            [77] = 
                                            {
                                                ["y"] = 500757.6875,
                                                ["x"] = -178909.296875,
                                            }, -- end of [77]
                                            [5] = 
                                            {
                                                ["y"] = 500848.875,
                                                ["x"] = -184001.296875,
                                            }, -- end of [5]
                                            [20] = 
                                            {
                                                ["y"] = 501019.71875,
                                                ["x"] = -183679.71875,
                                            }, -- end of [20]
                                            [80] = 
                                            {
                                                ["y"] = 500799.03125,
                                                ["x"] = -178822.265625,
                                            }, -- end of [80]
                                            [81] = 
                                            {
                                                ["y"] = 500809.625,
                                                ["x"] = -178791.90625,
                                            }, -- end of [81]
                                            [82] = 
                                            {
                                                ["y"] = 500818.59375,
                                                ["x"] = -178761.03125,
                                            }, -- end of [82]
                                            [21] = 
                                            {
                                                ["y"] = 500997.15625,
                                                ["x"] = -183296.4375,
                                            }, -- end of [21]
                                            [84] = 
                                            {
                                                ["y"] = 500831.5,
                                                ["x"] = -178698.0625,
                                            }, -- end of [84]
                                            [85] = 
                                            {
                                                ["y"] = 500835.375,
                                                ["x"] = -178666.15625,
                                            }, -- end of [85]
                                            [86] = 
                                            {
                                                ["y"] = 500837.5625,
                                                ["x"] = -178634.078125,
                                            }, -- end of [86]
                                            [22] = 
                                            {
                                                ["y"] = 500995.53125,
                                                ["x"] = -183280.296875,
                                            }, -- end of [22]
                                            [23] = 
                                            {
                                                ["y"] = 500992.625,
                                                ["x"] = -183264.34375,
                                            }, -- end of [23]
                                            [6] = 
                                            {
                                                ["y"] = 500870.34375,
                                                ["x"] = -183987.484375,
                                            }, -- end of [6]
                                            [24] = 
                                            {
                                                ["y"] = 500988.4375,
                                                ["x"] = -183248.6875,
                                            }, -- end of [24]
                                            [25] = 
                                            {
                                                ["y"] = 500982.96875,
                                                ["x"] = -183233.40625,
                                            }, -- end of [25]
                                            [26] = 
                                            {
                                                ["y"] = 500875.6875,
                                                ["x"] = -182967.375,
                                            }, -- end of [26]
                                            [27] = 
                                            {
                                                ["y"] = 500870.28125,
                                                ["x"] = -182951.53125,
                                            }, -- end of [27]
                                            [47] = 
                                            {
                                                ["y"] = 500674.96875,
                                                ["x"] = -181922.59375,
                                            }, -- end of [47]
                                            [7] = 
                                            {
                                                ["y"] = 500890.71875,
                                                ["x"] = -183972.140625,
                                            }, -- end of [7]
                                            [28] = 
                                            {
                                                ["y"] = 500866.71875,
                                                ["x"] = -182935.203125,
                                            }, -- end of [28]
                                            [63] = 
                                            {
                                                ["y"] = 500322.1875,
                                                ["x"] = -179603.3125,
                                            }, -- end of [63]
                                            [79] = 
                                            {
                                                ["y"] = 500786.8125,
                                                ["x"] = -178852,
                                            }, -- end of [79]
                                            [67] = 
                                            {
                                                ["y"] = 500336.1875,
                                                ["x"] = -179492.8125,
                                            }, -- end of [67]
                                            [29] = 
                                            {
                                                ["y"] = 500864.96875,
                                                ["x"] = -182918.5625,
                                            }, -- end of [29]
                                            [71] = 
                                            {
                                                ["y"] = 500380.0625,
                                                ["x"] = -179390.4375,
                                            }, -- end of [71]
                                            [75] = 
                                            {
                                                ["y"] = 500722.59375,
                                                ["x"] = -178963.15625,
                                            }, -- end of [75]
                                            [78] = 
                                            {
                                                ["y"] = 500773,
                                                ["x"] = -178881.046875,
                                            }, -- end of [78]
                                            [30] = 
                                            {
                                                ["y"] = 500865.0625,
                                                ["x"] = -182901.828125,
                                            }, -- end of [30]
                                            [83] = 
                                            {
                                                ["y"] = 500825.875,
                                                ["x"] = -178729.71875,
                                            }, -- end of [83]
                                            [87] = 
                                            {
                                                ["y"] = 500846.71875,
                                                ["x"] = -178412.96875,
                                            }, -- end of [87]
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 500860,
                                                ["x"] = -178413.52008928,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 500860,
                                                ["x"] = -178413.52008928,
                                            }, -- end of [2]
                                        }, -- end of [3]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 65,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 501134.48609702,
                                            ["x"] = -185423.11048701,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 4.625,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 61,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 374.54311780106,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 499972.32822497,
                                            ["x"] = -184618.84757762,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "Hold",
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["templateId"] = "",
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 80,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 1502.6344805545,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 500846.7278262,
                                            ["x"] = -178412.97147019,
                                            ["ETA_locked"] = false,
                                            ["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 [3]
                                    }, -- end of ["points"]
                                    ["routeRelativeTOT"] = true,
                                }, -- end of ["route"]
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 499865.42857143,
                                                ["x"] = -184647.42857142,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 499861.14285714,
                                                ["x"] = -184653.14285714,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 59,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 499918.77765211,
                                            ["x"] = -184663.72124027,
                                            ["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"] = 12,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 499918.77765211,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #055",
                                        ["unitId"] = 68,
                                        ["heading"] = -0.18152127210894,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -184663.72124027,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 499918.77765211,
                                ["x"] = -184663.72124027,
                                ["name"] = "French RPG attack",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [3]
                        }, -- end of ["group"]
                    }, -- end of ["vehicle"]
                    ["name"] = "France",
                }, -- end of [5]
                [6] = 
                {
                    ["id"] = 20,
                    ["name"] = "Italy",
                }, -- end of [6]
                [7] = 
                {
                    ["id"] = 12,
                    ["name"] = "Norway",
                }, -- end of [7]
                [8] = 
                {
                    ["id"] = 16,
                    ["name"] = "Georgia",
                }, -- end of [8]
                [9] = 
                {
                    ["id"] = 9,
                    ["name"] = "Spain",
                }, -- end of [9]
                [10] = 
                {
                    ["name"] = "USA",
                    ["id"] = 2,
                    ["vehicle"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 7,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 562457.71428572,
                                            ["x"] = -219837.80580357,
                                            ["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"] = "SetCallsign",
                                                                    ["params"] = 
                                                                    {
                                                                        ["number"] = 1,
                                                                        ["callnameFlag"] = true,
                                                                        ["callname"] = 15,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["number"] = 2,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "SetFrequency",
                                                                    ["params"] = 
                                                                    {
                                                                        ["modulation"] = 0,
                                                                        ["frequency"] = 135000000,
                                                                    }, -- 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]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 22,
                                ["tasks"] = 
                                {
                                    [1] = 
                                    {
                                        ["enabled"] = true,
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["number"] = 1,
                                        ["name"] = "Take them out",
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "TransmitMessage",
                                                ["params"] = 
                                                {
                                                    ["duration"] = 10,
                                                    ["file"] = "1OnTheRoad.ogg",
                                                    ["loop"] = false,
                                                    ["subtitle"] = "CAS: I got numerous individuals on the road, do you want me to those out?\
\
Death Star: Take them out.",
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["enabled"] = true,
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["number"] = 2,
                                        ["name"] = "Impact",
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "TransmitMessage",
                                                ["params"] = 
                                                {
                                                    ["duration"] = 10,
                                                    ["file"] = "2Impact.ogg",
                                                    ["loop"] = false,
                                                    ["subtitle"] = "CAS: Impact!\
",
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [2]
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 562457.71428572,
                                        ["type"] = "houseA_arm",
                                        ["name"] = "Unit #107",
                                        ["unitId"] = 181,
                                        ["heading"] = 1.1868238913561,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -219837.80580357,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 562457.71428572,
                                ["x"] = -219837.80580357,
                                ["name"] = "Head Shed",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [1]
                        }, -- end of ["group"]
                    }, -- end of ["vehicle"]
                    ["plane"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "CAS",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParking",
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 20,
                                            ["y"] = 563880.4375,
                                            ["x"] = -219773.0625,
                                            ["speed"] = 138.88888888889,
                                            ["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]
                                                        [2] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 2,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 1,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [2]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 59.1312,
                                            ["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"] = 525.28913230432,
                                            ["y"] = 499924.57142857,
                                            ["x"] = -184668.28571428,
                                            ["name"] = "CAS for French",
                                            ["speed"] = 138.88888888889,
                                            ["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"] = 103,
                                            ["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"] = 320.16578106407,
                                            ["y"] = 498410.85714286,
                                            ["x"] = -184464.85714285,
                                            ["name"] = "School",
                                            ["speed"] = 138.88888888889,
                                            ["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"] = 24.0792,
                                            ["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"] = 739.34544172873,
                                            ["y"] = 552694.85714286,
                                            ["x"] = -205506.37723214,
                                            ["name"] = "Armed Mob",
                                            ["speed"] = 138.88888888889,
                                            ["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"] = 9,
                                            ["type"] = "Land",
                                            ["action"] = "Landing",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 1092.5435688795,
                                            ["airdromeId"] = 20,
                                            ["y"] = 564387.05872916,
                                            ["x"] = -220531.73642658,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 1,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "422nd TES Nellis AFB, Nevada (OT)",
                                        ["skill"] = "Client",
                                        ["parking"] = "30",
                                        ["speed"] = 138.88888888889,
                                        ["type"] = "A-10C",
                                        ["unitId"] = 1,
                                        ["psi"] = 1.0688052244392,
                                        ["y"] = 563880.4375,
                                        ["x"] = -219773.0625,
                                        ["name"] = "Pilot #001",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [1]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{GBU-38}",
                                                }, -- end of [4]
                                                [8] = 
                                                {
                                                    ["CLSID"] = "{GBU-38}",
                                                }, -- end of [8]
                                                [10] = 
                                                {
                                                    ["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}",
                                                }, -- end of [10]
                                                [9] = 
                                                {
                                                    ["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}",
                                                }, -- end of [9]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 3621,
                                            ["flare"] = 240,
                                            ["ammo_type"] = 2,
                                            ["chaff"] = 0,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = -1.0688052244392,
                                        ["callsign"] = 
                                        {
                                            [1] = 9,
                                            [2] = 1,
                                            [3] = 1,
                                            ["name"] = "Hawg11",
                                        }, -- end of ["callsign"]
                                        ["onboard_num"] = "10",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 563880.4375,
                                ["x"] = -219773.0625,
                                ["name"] = "A-10C 1-1",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 251,
                            }, -- end of [1]
                            [2] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                    [7] = 
                                    {
                                        ["number"] = 7,
                                        ["name"] = "10-6 GBU-38 3",
                                        ["id"] = "AttackGroup",
                                        ["enabled"] = true,
                                        ["auto"] = false,
                                        ["params"] = 
                                        {
                                            ["weaponType"] = 14,
                                            ["groupId"] = 8,
                                        }, -- end of ["params"]
                                    }, -- end of [7]
                                    [1] = 
                                    {
                                        ["number"] = 1,
                                        ["name"] = "5",
                                        ["id"] = "WrappedAction",
                                        ["enabled"] = true,
                                        ["auto"] = false,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "TransmitMessage",
                                                ["params"] = 
                                                {
                                                    ["subtitle"] = "F-15 (Dodge 1-2): They sure are antsy to drop some bombs on friendlies.\
\
F-15 (Dodge 1-1): You're not kidding me. Guy got spun up really fast.",
                                                    ["duration"] = 15,
                                                    ["loop"] = false,
                                                    ["file"] = "5TheySureAreAntsy.ogg",
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["enabled"] = true,
                                        ["name"] = "10-1 strafe",
                                        ["id"] = "AttackGroup",
                                        ["number"] = 2,
                                        ["auto"] = false,
                                        ["params"] = 
                                        {
                                            ["weaponType"] = 805306368,
                                            ["groupId"] = 3,
                                        }, -- end of ["params"]
                                    }, -- end of [2]
                                    [4] = 
                                    {
                                        ["number"] = 4,
                                        ["name"] = "10-3 strafe 2",
                                        ["id"] = "AttackGroup",
                                        ["enabled"] = true,
                                        ["auto"] = false,
                                        ["params"] = 
                                        {
                                            ["weaponType"] = 805306368,
                                            ["groupId"] = 7,
                                        }, -- end of ["params"]
                                    }, -- end of [4]
                                    [8] = 
                                    {
                                        ["number"] = 8,
                                        ["name"] = "10-7 strafe 4",
                                        ["id"] = "AttackGroup",
                                        ["enabled"] = true,
                                        ["auto"] = false,
                                        ["params"] = 
                                        {
                                            ["weaponType"] = 805306368,
                                            ["groupId"] = 11,
                                        }, -- end of ["params"]
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        ["number"] = 9,
                                        ["name"] = "10-8 GBU-38 4",
                                        ["id"] = "AttackGroup",
                                        ["enabled"] = true,
                                        ["auto"] = false,
                                        ["params"] = 
                                        {
                                            ["weaponType"] = 14,
                                            ["groupId"] = 11,
                                        }, -- end of ["params"]
                                    }, -- end of [9]
                                    [5] = 
                                    {
                                        ["enabled"] = true,
                                        ["name"] = "10-4 GBU-38 2",
                                        ["id"] = "AttackGroup",
                                        ["number"] = 5,
                                        ["auto"] = false,
                                        ["params"] = 
                                        {
                                            ["weaponType"] = 14,
                                            ["groupId"] = 7,
                                        }, -- end of ["params"]
                                    }, -- end of [5]
                                    [10] = 
                                    {
                                        ["number"] = 10,
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["enabled"] = true,
                                        ["name"] = "RGR attack strafe",
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "TransmitMessage",
                                                ["params"] = 
                                                {
                                                    ["duration"] = 10,
                                                    ["file"] = "RgrAttackingStraffe.ogg",
                                                    ["loop"] = false,
                                                    ["subtitle"] = "Rodger, attacking bad guys with straffe pass.",
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [10]
                                    [3] = 
                                    {
                                        ["enabled"] = true,
                                        ["name"] = "10-2 GBU-38",
                                        ["id"] = "AttackGroup",
                                        ["number"] = 3,
                                        ["auto"] = false,
                                        ["params"] = 
                                        {
                                            ["weaponType"] = 14,
                                            ["groupId"] = 3,
                                        }, -- end of ["params"]
                                    }, -- end of [3]
                                    [6] = 
                                    {
                                        ["number"] = 6,
                                        ["name"] = "10-5 strafe 3",
                                        ["id"] = "AttackGroup",
                                        ["enabled"] = true,
                                        ["auto"] = false,
                                        ["params"] = 
                                        {
                                            ["weaponType"] = 805306368,
                                            ["groupId"] = 8,
                                        }, -- end of ["params"]
                                    }, -- end of [6]
                                    [11] = 
                                    {
                                        ["number"] = 11,
                                        ["name"] = "RGR attack GBU",
                                        ["id"] = "WrappedAction",
                                        ["enabled"] = true,
                                        ["auto"] = false,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "TransmitMessage",
                                                ["params"] = 
                                                {
                                                    ["duration"] = 10,
                                                    ["file"] = "RgrAttackingGBU.ogg",
                                                    ["loop"] = false,
                                                    ["subtitle"] = "Rodger, attacking bad guys with GBU-38.",
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [11]
                                }, -- end of ["tasks"]
                                ["radioSet"] = true,
                                ["task"] = "CAS",
                                ["uncontrolled"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 9,
                                            ["type"] = "TakeOff",
                                            ["action"] = "From Runway",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 20,
                                            ["y"] = 564387.05872916,
                                            ["x"] = -220531.73642658,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["name"] = 7,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["number"] = 2,
                                                            ["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 [2]
                                                        [3] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 3,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 2,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [3]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 9144,
                                            ["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"] = 500.48659544434,
                                            ["y"] = 504486.57142857,
                                            ["x"] = -185263.42857143,
                                            ["speed"] = 138.88888888889,
                                            ["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"] = 9144,
                                            ["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"] = 542.92844313448,
                                            ["y"] = 502643.71428571,
                                            ["x"] = -180263.42857143,
                                            ["speed"] = 138.88888888889,
                                            ["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"] = 9144,
                                            ["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"] = 573.18348312615,
                                            ["y"] = 498800.85714286,
                                            ["x"] = -178563.42857143,
                                            ["speed"] = 138.88888888889,
                                            ["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"] = 9144,
                                            ["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"] = 600.0536198005,
                                            ["y"] = 495115.14285714,
                                            ["x"] = -179149.14285714,
                                            ["speed"] = 138.88888888889,
                                            ["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"] = 9144,
                                            ["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"] = 614.24082300246,
                                            ["y"] = 493758,
                                            ["x"] = -180577.71428571,
                                            ["speed"] = 138.88888888889,
                                            ["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"] = 9144,
                                            ["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"] = 630.61579644067,
                                            ["y"] = 493129.42857143,
                                            ["x"] = -182763.42857143,
                                            ["speed"] = 138.88888888889,
                                            ["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"] = 9144,
                                            ["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"] = 653.25488490577,
                                            ["y"] = 492815.14285714,
                                            ["x"] = -185892,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            ["alt"] = 9144,
                                            ["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"] = 671.22929937496,
                                            ["y"] = 493715.14285714,
                                            ["x"] = -188220.57142857,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [9]
                                        [10] = 
                                        {
                                            ["alt"] = 9144,
                                            ["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"] = 690.09145974639,
                                            ["y"] = 495929.42857143,
                                            ["x"] = -189620.57142857,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [10]
                                        [11] = 
                                        {
                                            ["alt"] = 9144,
                                            ["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"] = 715.75076096009,
                                            ["y"] = 499472.28571429,
                                            ["x"] = -190006.28571428,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [11]
                                        [12] = 
                                        {
                                            ["alt"] = 9144,
                                            ["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"] = 747.20453578952,
                                            ["y"] = 502972.28571429,
                                            ["x"] = -187392,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "SwitchWaypoint",
                                                                    ["params"] = 
                                                                    {
                                                                        ["goToWaypointIndex"] = 2,
                                                                        ["fromWaypointIndex"] = 12,
                                                                    }, -- 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 [12]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 5,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 9,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "335th Fighter SQN (SJ)",
                                        ["skill"] = "High",
                                        ["speed"] = 138.88888888889,
                                        ["type"] = "F-15E",
                                        ["unitId"] = 30,
                                        ["psi"] = 1.0386664506329,
                                        ["y"] = 564387.05872916,
                                        ["x"] = -220531.73642658,
                                        ["name"] = "Pilot #002",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{D078E3E5-30C1-444e-A09E-6EEDCD334582}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{GBU-38}",
                                                }, -- end of [4]
                                                [6] = 
                                                {
                                                    ["CLSID"] = "{GBU-38}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}",
                                                }, -- end of [7]
                                                [9] = 
                                                {
                                                    ["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    ["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    ["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}",
                                                }, -- end of [11]
                                                [13] = 
                                                {
                                                    ["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}",
                                                }, -- end of [13]
                                                [14] = 
                                                {
                                                    ["CLSID"] = "{GBU-38}",
                                                }, -- end of [14]
                                                [16] = 
                                                {
                                                    ["CLSID"] = "{GBU-38}",
                                                }, -- end of [16]
                                                [18] = 
                                                {
                                                    ["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}",
                                                }, -- end of [18]
                                                [19] = 
                                                {
                                                    ["CLSID"] = "{34271A1E-477E-4754-8C72-DF7C1855A782}",
                                                }, -- end of [19]
                                                [17] = 
                                                {
                                                    ["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [17]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "6103",
                                            ["flare"] = 60,
                                            ["chaff"] = 120,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = -1.0386664506329,
                                        ["callsign"] = 
                                        {
                                            [1] = 5,
                                            [2] = 1,
                                            [3] = 1,
                                            ["name"] = "Dodge11",
                                        }, -- end of ["callsign"]
                                        ["onboard_num"] = "11",
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["alt"] = 9,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "335th Fighter SQN (SJ)",
                                        ["skill"] = "High",
                                        ["speed"] = 138.88888888889,
                                        ["type"] = "F-15E",
                                        ["unitId"] = 31,
                                        ["psi"] = 1.0386664506329,
                                        ["y"] = 564427.05872916,
                                        ["x"] = -220571.73642658,
                                        ["name"] = "Pilot #003",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{D078E3E5-30C1-444e-A09E-6EEDCD334582}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{GBU-38}",
                                                }, -- end of [4]
                                                [6] = 
                                                {
                                                    ["CLSID"] = "{GBU-38}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}",
                                                }, -- end of [7]
                                                [9] = 
                                                {
                                                    ["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    ["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    ["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}",
                                                }, -- end of [11]
                                                [13] = 
                                                {
                                                    ["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}",
                                                }, -- end of [13]
                                                [14] = 
                                                {
                                                    ["CLSID"] = "{GBU-38}",
                                                }, -- end of [14]
                                                [16] = 
                                                {
                                                    ["CLSID"] = "{GBU-38}",
                                                }, -- end of [16]
                                                [18] = 
                                                {
                                                    ["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}",
                                                }, -- end of [18]
                                                [19] = 
                                                {
                                                    ["CLSID"] = "{34271A1E-477E-4754-8C72-DF7C1855A782}",
                                                }, -- end of [19]
                                                [17] = 
                                                {
                                                    ["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [17]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "6103",
                                            ["flare"] = 60,
                                            ["chaff"] = 120,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = -1.0386664506329,
                                        ["callsign"] = 
                                        {
                                            [1] = 5,
                                            [2] = 1,
                                            [3] = 2,
                                            ["name"] = "Dodge12",
                                        }, -- end of ["callsign"]
                                        ["onboard_num"] = "12",
                                    }, -- end of [2]
                                }, -- end of ["units"]
                                ["y"] = 564387.05872916,
                                ["x"] = -220531.73642658,
                                ["name"] = "F-15",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 126,
                            }, -- end of [2]
                            [3] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "CAS",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParking",
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 20,
                                            ["y"] = 563743.375,
                                            ["x"] = -219733.421875,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["key"] = "CAS",
                                                            ["id"] = "EngageTargets",
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Helicopters",
                                                                    [2] = "Ground Units",
                                                                    [3] = "Light armed ships",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["number"] = 2,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 3,
                                                                    }, -- 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"] = 60.0456,
                                            ["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"] = 524.25126908058,
                                            ["y"] = 499924.85714286,
                                            ["x"] = -184677.99999999,
                                            ["name"] = "CAS for French",
                                            ["speed"] = 138.88888888889,
                                            ["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"] = 102,
                                            ["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"] = 535.256865128,
                                            ["y"] = 498410.28571429,
                                            ["x"] = -184471.71428571,
                                            ["name"] = "School",
                                            ["speed"] = 138.88888888889,
                                            ["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"] = 102,
                                            ["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.19473528276,
                                            ["y"] = 552658.85714286,
                                            ["x"] = -205511.71428571,
                                            ["name"] = "Armed Mob",
                                            ["speed"] = 138.88888888889,
                                            ["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"] = 9,
                                            ["type"] = "Land",
                                            ["action"] = "Landing",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 1091.4018347666,
                                            ["airdromeId"] = 20,
                                            ["y"] = 564387.05872916,
                                            ["x"] = -220531.73642658,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 23,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "104th FS Maryland ANG, Baltimore (MD)",
                                        ["skill"] = "Client",
                                        ["parking"] = "31",
                                        ["speed"] = 138.88888888889,
                                        ["type"] = "A-10C",
                                        ["unitId"] = 183,
                                        ["psi"] = 1.068491785913,
                                        ["y"] = 563743.375,
                                        ["x"] = -219733.421875,
                                        ["name"] = "Pilot #004",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [1]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{GBU-38}",
                                                }, -- end of [4]
                                                [8] = 
                                                {
                                                    ["CLSID"] = "{GBU-38}",
                                                }, -- end of [8]
                                                [10] = 
                                                {
                                                    ["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}",
                                                }, -- end of [10]
                                                [9] = 
                                                {
                                                    ["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}",
                                                }, -- end of [9]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 4124,
                                            ["flare"] = 240,
                                            ["ammo_type"] = 2,
                                            ["chaff"] = 0,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = -1.068491785913,
                                        ["callsign"] = 
                                        {
                                            [1] = 10,
                                            [2] = 1,
                                            [3] = 1,
                                            ["name"] = "Boar11",
                                        }, -- end of ["callsign"]
                                        ["onboard_num"] = "13",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 563743.375,
                                ["x"] = -219733.421875,
                                ["name"] = "A-10C 1-2",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 251,
                            }, -- end of [3]
                        }, -- end of ["group"]
                    }, -- end of ["plane"]
                    ["static"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["heading"] = 5.2883476335428,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 498411.42857143,
                                            ["speed"] = 0,
                                            ["x"] = -184460.85714286,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 2,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "sklad",
                                        ["type"] = "Warehouse",
                                        ["unitId"] = 3,
                                        ["y"] = 498411.42857143,
                                        ["x"] = -184460.85714286,
                                        ["name"] = "School",
                                        ["category"] = "Warehouses",
                                        ["heading"] = 5.2883476335428,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 498411.42857143,
                                ["x"] = -184460.85714286,
                                ["name"] = "School",
                                ["dead"] = false,
                            }, -- end of [1]
                            [2] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 562377.71428572,
                                            ["speed"] = 0,
                                            ["x"] = -219892.09151786,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 21,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "ComCenter",
                                        ["type"] = ".Command Center",
                                        ["unitId"] = 180,
                                        ["rate"] = 100,
                                        ["y"] = 562377.71428572,
                                        ["x"] = -219892.09151786,
                                        ["name"] = "New Static Object",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 562377.71428572,
                                ["x"] = -219892.09151786,
                                ["name"] = "New Static Object",
                                ["dead"] = false,
                            }, -- end of [2]
                        }, -- end of ["group"]
                    }, -- end of ["static"]
                }, -- end of [10]
                [11] = 
                {
                    ["id"] = 13,
                    ["name"] = "Denmark",
                }, -- end of [11]
                [12] = 
                {
                    ["id"] = 6,
                    ["name"] = "Germany",
                }, -- end of [12]
                [13] = 
                {
                    ["id"] = 3,
                    ["name"] = "Turkey",
                }, -- end of [13]
                [14] = 
                {
                    ["id"] = 10,
                    ["name"] = "The Netherlands",
                }, -- 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"] = 18,
                    ["name"] = "Abkhazia",
                }, -- end of [1]
                [2] = 
                {
                    ["id"] = 0,
                    ["vehicle"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 498367.14285714,
                                                ["x"] = -184312.85714286,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 498405.71428572,
                                                ["x"] = -184352.85714286,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 115,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 498390.85714286,
                                            ["x"] = -184321.234375,
                                            ["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"] = 3,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 498390.85714286,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #1",
                                        ["unitId"] = 4,
                                        ["heading"] = 2.3743743052654,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -184321.234375,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 498389.71428572,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #001",
                                        ["unitId"] = 5,
                                        ["heading"] = 2.3743743052654,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -184388.66294643,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 498432.57142858,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #002",
                                        ["unitId"] = 6,
                                        ["heading"] = 2.3743743052654,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -184358.94866071,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 498425.14285715,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #003",
                                        ["unitId"] = 7,
                                        ["heading"] = 2.3743743052654,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -184346.37723214,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 498407.42857144,
                                        ["type"] = "Paratrooper RPG-16",
                                        ["name"] = "Unit #004",
                                        ["unitId"] = 8,
                                        ["heading"] = 2.3743743052654,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -184372.66294642,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["y"] = 498429.71428572,
                                        ["type"] = "SA-18 Igla-S comm",
                                        ["name"] = "Unit #005",
                                        ["unitId"] = 9,
                                        ["heading"] = 2.3743743052654,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -184368.09151785,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        ["y"] = 498411.42857143,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #006",
                                        ["unitId"] = 10,
                                        ["heading"] = 2.3743743052654,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -184385.234375,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        ["y"] = 498442.57142858,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #007",
                                        ["unitId"] = 11,
                                        ["heading"] = 2.3743743052654,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -184354.37723214,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        ["y"] = 498397.71428572,
                                        ["type"] = "Paratrooper RPG-16",
                                        ["name"] = "Unit #008",
                                        ["unitId"] = 12,
                                        ["heading"] = 2.3743743052654,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -184390.37723214,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        ["y"] = 498416.57142858,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #009",
                                        ["unitId"] = 13,
                                        ["heading"] = 2.3743743052654,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -184362.37723214,
                                    }, -- end of [10]
                                    [11] = 
                                    {
                                        ["y"] = 498415.42857143,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #010",
                                        ["unitId"] = 14,
                                        ["heading"] = 2.3743743052654,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -184378.94866071,
                                    }, -- end of [11]
                                    [12] = 
                                    {
                                        ["y"] = 498398.85714286,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #011",
                                        ["unitId"] = 15,
                                        ["heading"] = 2.3743743052654,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -184378.94866071,
                                    }, -- end of [12]
                                    [13] = 
                                    {
                                        ["y"] = 498387.42857144,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #012",
                                        ["unitId"] = 16,
                                        ["heading"] = 2.3743743052654,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -184372.09151785,
                                    }, -- end of [13]
                                    [14] = 
                                    {
                                        ["y"] = 498426.00000001,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #013",
                                        ["unitId"] = 17,
                                        ["heading"] = 2.3743743052654,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -184370.37723214,
                                    }, -- end of [14]
                                    [15] = 
                                    {
                                        ["y"] = 498399.42857143,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #014",
                                        ["unitId"] = 18,
                                        ["heading"] = 2.3743743052654,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -184362.37723214,
                                    }, -- end of [15]
                                    [16] = 
                                    {
                                        ["y"] = 498416,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #015",
                                        ["unitId"] = 19,
                                        ["heading"] = 2.3743743052654,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -184372.09151785,
                                    }, -- end of [16]
                                    [17] = 
                                    {
                                        ["y"] = 498429.14285715,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #016",
                                        ["unitId"] = 20,
                                        ["heading"] = 2.3743743052654,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -184377.52008928,
                                    }, -- end of [17]
                                    [18] = 
                                    {
                                        ["y"] = 498405.14285715,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #017",
                                        ["unitId"] = 21,
                                        ["heading"] = 2.3743743052654,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -184388.94866071,
                                    }, -- end of [18]
                                    [19] = 
                                    {
                                        ["y"] = 498426.57142857,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #018",
                                        ["unitId"] = 37,
                                        ["heading"] = 2.3743743052654,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -184369.80580357,
                                    }, -- end of [19]
                                    [20] = 
                                    {
                                        ["y"] = 498403.71428571,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #019",
                                        ["unitId"] = 38,
                                        ["heading"] = 2.3743743052654,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -184375.52008928,
                                    }, -- end of [20]
                                }, -- end of ["units"]
                                ["y"] = 498390.85714286,
                                ["x"] = -184321.234375,
                                ["name"] = "Bad Guys",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["lateActivation"] = true,
                                ["groupId"] = 7,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 498411.42857144,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #026",
                                        ["unitId"] = 39,
                                        ["heading"] = 2.3521377173154,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -184366,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 498425.71428573,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #027",
                                        ["unitId"] = 40,
                                        ["heading"] = 2.3521377173154,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -184369.42857143,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 498417.71428572,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #028",
                                        ["unitId"] = 41,
                                        ["heading"] = 2.3521377173154,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -184372.28571429,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 498409.14285716,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #029",
                                        ["unitId"] = 42,
                                        ["heading"] = 2.3521377173154,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -184383.14285715,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 498425.71428573,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #030",
                                        ["unitId"] = 43,
                                        ["heading"] = 2.3521377173154,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -184363.71428572,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["y"] = 498415.71428572,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #031",
                                        ["unitId"] = 44,
                                        ["heading"] = 2.3521377173154,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -184377.42857143,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        ["y"] = 498414.57142858,
                                        ["type"] = "Paratrooper RPG-16",
                                        ["name"] = "Unit #032",
                                        ["unitId"] = 45,
                                        ["heading"] = 2.3521377173154,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -184370.85714286,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        ["y"] = 498410.85714287,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #033",
                                        ["unitId"] = 46,
                                        ["heading"] = 2.3521377173154,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -184377.42857143,
                                    }, -- end of [8]
                                }, -- end of ["units"]
                                ["y"] = 498411.42857144,
                                ["x"] = -184366,
                                ["name"] = "Bad Guys 2",
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 498393.42857143,
                                                ["x"] = -184227.71428571,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 498676.28571429,
                                                ["x"] = -184508.28571428,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 110,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 498411.42857144,
                                            ["x"] = -184366,
                                            ["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 [2]
                            [3] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["lateActivation"] = true,
                                ["groupId"] = 8,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 498532.85714286,
                                        ["type"] = "SA-18 Igla-S manpad",
                                        ["name"] = "Unit #034",
                                        ["unitId"] = 47,
                                        ["heading"] = 2.3921502105128,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -184298,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 498532.85714286,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #035",
                                        ["unitId"] = 48,
                                        ["heading"] = 2.3921502105128,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -184307.14285714,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 498538.85714286,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #036",
                                        ["unitId"] = 49,
                                        ["heading"] = 2.3921502105128,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -184308.57142856,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 498538.57142857,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #037",
                                        ["unitId"] = 50,
                                        ["heading"] = 2.3921502105128,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -184312.28571428,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 498537.42857143,
                                        ["type"] = "Paratrooper RPG-16",
                                        ["name"] = "Unit #038",
                                        ["unitId"] = 51,
                                        ["heading"] = 2.3921502105128,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -184313.42857142,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["y"] = 498540.57142857,
                                        ["type"] = "Paratrooper AKS-74",
                                        ["name"] = "Unit #039",
                                        ["unitId"] = 52,
                                        ["heading"] = 3.1764992386297,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -184304,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        ["y"] = 498546,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #040",
                                        ["unitId"] = 53,
                                        ["heading"] = 2.3921502105128,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -184310,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        ["y"] = 498534.00000001,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #041",
                                        ["unitId"] = 54,
                                        ["heading"] = 2.3921502105128,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -184302.85714285,
                                    }, -- end of [8]
                                }, -- end of ["units"]
                                ["y"] = 498532.85714286,
                                ["x"] = -184298,
                                ["name"] = "Bad Guys 3",
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 498431.71428572,
                                                ["x"] = -184240.28571428,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 498470,
                                                ["x"] = -184281.42857143,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 119,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 498532.85714286,
                                            ["x"] = -184298,
                                            ["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,
                                ["lateActivation"] = true,
                                ["groupId"] = 9,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 498193.42857143,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #042",
                                        ["unitId"] = 55,
                                        ["heading"] = 0.50008070179119,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -184747.234375,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 498185.71428572,
                                        ["type"] = "Paratrooper RPG-16",
                                        ["name"] = "Unit #043",
                                        ["unitId"] = 56,
                                        ["heading"] = 0.50008070179119,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -184756.37723214,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 498204,
                                        ["type"] = "Paratrooper AKS-74",
                                        ["name"] = "Unit #044",
                                        ["unitId"] = 57,
                                        ["heading"] = 0.50008070179119,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -184758.66294642,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 498192.57142858,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #045",
                                        ["unitId"] = 58,
                                        ["heading"] = 0.50008070179119,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -184766.66294642,
                                    }, -- end of [4]
                                }, -- end of ["units"]
                                ["y"] = 498193.42857143,
                                ["x"] = -184747.234375,
                                ["name"] = "Bad Guys running NE",
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 498193.42857143,
                                                ["x"] = -184747.234375,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 498403.14285715,
                                                ["x"] = -184363.42857143,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 498403.14285715,
                                                ["x"] = -184363.42857143,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 498403.14285715,
                                                ["x"] = -184363.42857143,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 67,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 498193.42857143,
                                            ["x"] = -184747.234375,
                                            ["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]
                                        [2] = 
                                        {
                                            ["alt"] = 111,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 135.06762387933,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 498403.14285715,
                                            ["x"] = -184363.42857143,
                                            ["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]
                                    }, -- end of ["points"]
                                    ["routeRelativeTOT"] = true,
                                }, -- end of ["route"]
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [4]
                            [5] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 517091.71428572,
                                                ["x"] = -184788.57142857,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 516891.71428572,
                                                ["x"] = -184688.57142857,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 30,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 462742.85714286,
                                            ["x"] = -165114.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"] = 9,
                                                                        ["value"] = 2,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["number"] = 2,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = 0,
                                                                        ["name"] = 0,
                                                                    }, -- 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]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 10,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 462742.85714286,
                                        ["type"] = "Osa 9A33 ln",
                                        ["name"] = "Unit #046",
                                        ["unitId"] = 59,
                                        ["heading"] = 5.1760365893855,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -165114.28571429,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 516127.14285714,
                                        ["type"] = "Strela-1 9P31",
                                        ["name"] = "Unit #047",
                                        ["unitId"] = 60,
                                        ["heading"] = 5.1760365893855,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -195964.28571429,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 485935.71428571,
                                        ["type"] = "Strela-1 9P31",
                                        ["name"] = "Unit #048",
                                        ["unitId"] = 61,
                                        ["heading"] = 5.1760365893855,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -175464.28571429,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 508052,
                                        ["type"] = "Osa 9A33 ln",
                                        ["name"] = "Unit #108",
                                        ["unitId"] = 182,
                                        ["heading"] = 5.1760365893855,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -146695.14285713,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 463260.85714286,
                                        ["type"] = "Strela-1 9P31",
                                        ["name"] = "Unit #109",
                                        ["unitId"] = 184,
                                        ["heading"] = 5.1760365893855,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -163950.12154331,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["y"] = 516060.85714286,
                                        ["type"] = "Strela-1 9P31",
                                        ["name"] = "Unit #110",
                                        ["unitId"] = 185,
                                        ["heading"] = 5.1760365893855,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -197278.69297189,
                                    }, -- end of [6]
                                }, -- end of ["units"]
                                ["y"] = 462742.85714286,
                                ["x"] = -165114.28571429,
                                ["name"] = "AA",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [5]
                            [6] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["lateActivation"] = true,
                                ["groupId"] = 11,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 498539.42857143,
                                        ["type"] = "SA-18 Igla-S manpad",
                                        ["name"] = "Unit #049",
                                        ["unitId"] = 62,
                                        ["heading"] = 1.7681918866487,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -184298.28571428,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 498538.85714286,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #050",
                                        ["unitId"] = 63,
                                        ["heading"] = 1.7681918866487,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -184304.28571428,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 498546,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #051",
                                        ["unitId"] = 64,
                                        ["heading"] = 1.7681918866487,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -184301.71428571,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 498544,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #052",
                                        ["unitId"] = 65,
                                        ["heading"] = 1.7681918866487,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -184310.28571428,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 498548.28571429,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #053",
                                        ["unitId"] = 66,
                                        ["heading"] = 1.7681918866487,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -184307.14285714,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["y"] = 498543.42857143,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #054",
                                        ["unitId"] = 67,
                                        ["heading"] = 3.07177948351,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -184306.28571428,
                                    }, -- end of [6]
                                }, -- end of ["units"]
                                ["y"] = 498539.42857143,
                                ["x"] = -184298.28571428,
                                ["name"] = "Bad Guys 4",
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 498517.14285715,
                                                ["x"] = -184375.71428571,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 498518.57142857,
                                                ["x"] = -184376,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 118,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 498539.42857143,
                                            ["x"] = -184298.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 [6]
                            [7] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 65,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 499643.71428571,
                                            ["x"] = -184440.97868618,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = 4,
                                                                        ["name"] = 0,
                                                                    }, -- 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"] = 
                                {
                                    [1] = 
                                    {
                                        ["number"] = 1,
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["enabled"] = true,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "Option",
                                                ["params"] = 
                                                {
                                                    ["name"] = 0,
                                                    ["value"] = 4,
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["enabled"] = true,
                                        ["auto"] = false,
                                        ["id"] = "FireAtPoint",
                                        ["number"] = 2,
                                        ["params"] = 
                                        {
                                            ["y"] = 499918.57142857,
                                            ["expendQtyEnabled"] = false,
                                            ["x"] = -184664.85714285,
                                            ["expendQty"] = 1,
                                            ["templateId"] = "",
                                            ["zoneRadius"] = 0.3048,
                                        }, -- end of ["params"]
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["number"] = 3,
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["enabled"] = true,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "Option",
                                                ["params"] = 
                                                {
                                                    ["name"] = 0,
                                                    ["value"] = 4,
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [3]
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 499643.71428571,
                                        ["type"] = "Paratrooper RPG-16",
                                        ["name"] = "Unit #056",
                                        ["unitId"] = 69,
                                        ["heading"] = 1.8675022996339,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -184440.97868618,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 499643.71428571,
                                ["x"] = -184440.97868618,
                                ["name"] = "Bad Guy RPG",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [7]
                            [8] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["lateActivation"] = true,
                                ["groupId"] = 15,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 552587.5,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #057",
                                        ["unitId"] = 71,
                                        ["heading"] = 1.3630782734325,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -205547.234375,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 552554.3125,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #058",
                                        ["unitId"] = 77,
                                        ["heading"] = 1.3630782734325,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -205558.453125,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 552526.20867944,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #059",
                                        ["unitId"] = 78,
                                        ["heading"] = 1.3630782734325,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -205564.92316055,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 552507.4658835,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #060",
                                        ["unitId"] = 79,
                                        ["heading"] = 1.3630782734325,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -205557.69471847,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 552477.4375,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #061",
                                        ["unitId"] = 80,
                                        ["heading"] = 1.3630782734325,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -205557.046875,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["y"] = 552464.94242303,
                                        ["type"] = "SA-18 Igla-S manpad",
                                        ["name"] = "Unit #072",
                                        ["unitId"] = 154,
                                        ["heading"] = 1.3630782734325,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -205571.67621511,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        ["y"] = 552445.2937077,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #073",
                                        ["unitId"] = 155,
                                        ["heading"] = 1.3630782734325,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -205594.27380213,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        ["y"] = 552425.61910599,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #074",
                                        ["unitId"] = 156,
                                        ["heading"] = 1.3630782734325,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -205616.90116054,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        ["y"] = 552405.93238577,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #075",
                                        ["unitId"] = 157,
                                        ["heading"] = 1.3630782734325,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -205639.54245621,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        ["y"] = 552386.24566555,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #076",
                                        ["unitId"] = 158,
                                        ["heading"] = 1.3630782734325,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -205662.18375188,
                                    }, -- end of [10]
                                }, -- end of ["units"]
                                ["y"] = 552587.5,
                                ["x"] = -205547.234375,
                                ["name"] = "Mob 1",
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [6] = 
                                        {
                                            [6] = 
                                            {
                                                ["y"] = 552648.125,
                                                ["x"] = -205759,
                                            }, -- end of [6]
                                            [2] = 
                                            {
                                                ["y"] = 552635.4375,
                                                ["x"] = -205752.453125,
                                            }, -- end of [2]
                                            [8] = 
                                            {
                                                ["y"] = 554361.1875,
                                                ["x"] = -205173.109375,
                                            }, -- end of [8]
                                            [3] = 
                                            {
                                                ["y"] = 552637.375,
                                                ["x"] = -205755.890625,
                                            }, -- end of [3]
                                            [1] = 
                                            {
                                                ["y"] = 552599.4375,
                                                ["x"] = -205641.21875,
                                            }, -- end of [1]
                                            [4] = 
                                            {
                                                ["y"] = 552640.4375,
                                                ["x"] = -205758.34375,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                ["y"] = 552644.1875,
                                                ["x"] = -205759.4375,
                                            }, -- end of [5]
                                            [7] = 
                                            {
                                                ["y"] = 553045,
                                                ["x"] = -205620.671875,
                                            }, -- end of [7]
                                        }, -- end of [6]
                                        [2] = 
                                        {
                                            [6] = 
                                            {
                                                ["y"] = 554381.5,
                                                ["x"] = -205178.671875,
                                            }, -- end of [6]
                                            [2] = 
                                            {
                                                ["y"] = 554366.5,
                                                ["x"] = -205171.296875,
                                            }, -- end of [2]
                                            [3] = 
                                            {
                                                ["y"] = 554371.0625,
                                                ["x"] = -205170.6875,
                                            }, -- end of [3]
                                            [1] = 
                                            {
                                                ["y"] = 554358.75,
                                                ["x"] = -205173.9375,
                                            }, -- end of [1]
                                            [4] = 
                                            {
                                                ["y"] = 554375.5,
                                                ["x"] = -205171.875,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                ["y"] = 554379.1875,
                                                ["x"] = -205174.671875,
                                            }, -- end of [5]
                                            [7] = 
                                            {
                                                ["y"] = 554568.625,
                                                ["x"] = -205729.484375,
                                            }, -- end of [7]
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 554568.5625,
                                                ["x"] = -205729.5,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 554571,
                                                ["x"] = -205736.515625,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                ["y"] = 554570.5,
                                                ["x"] = -205744.21875,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                ["y"] = 553782.875,
                                                ["x"] = -206014.34375,
                                            }, -- end of [8]
                                            [16] = 
                                            {
                                                ["y"] = 553676.625,
                                                ["x"] = -205752.15625,
                                            }, -- end of [16]
                                            [17] = 
                                            {
                                                ["y"] = 553117.25,
                                                ["x"] = -205942.21875,
                                            }, -- end of [17]
                                            [9] = 
                                            {
                                                ["y"] = 553779.125,
                                                ["x"] = -206013.328125,
                                            }, -- end of [9]
                                            [18] = 
                                            {
                                                ["y"] = 552739,
                                                ["x"] = -206067.59375,
                                            }, -- end of [18]
                                            [5] = 
                                            {
                                                ["y"] = 554568.125,
                                                ["x"] = -205747.34375,
                                            }, -- end of [5]
                                            [10] = 
                                            {
                                                ["y"] = 553776,
                                                ["x"] = -206010.9375,
                                            }, -- end of [10]
                                            [20] = 
                                            {
                                                ["y"] = 552731.3125,
                                                ["x"] = -206066.859375,
                                            }, -- end of [20]
                                            [21] = 
                                            {
                                                ["y"] = 552728.3125,
                                                ["x"] = -206064.375,
                                            }, -- end of [21]
                                            [11] = 
                                            {
                                                ["y"] = 553774,
                                                ["x"] = -206007.53125,
                                            }, -- end of [11]
                                            [22] = 
                                            {
                                                ["y"] = 552726.4375,
                                                ["x"] = -206060.921875,
                                            }, -- end of [22]
                                            [3] = 
                                            {
                                                ["y"] = 554571.5,
                                                ["x"] = -205740.40625,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                ["y"] = 554564.6875,
                                                ["x"] = -205749.328125,
                                            }, -- end of [6]
                                            [12] = 
                                            {
                                                ["y"] = 553689.4375,
                                                ["x"] = -205758.453125,
                                            }, -- end of [12]
                                            [13] = 
                                            {
                                                ["y"] = 553687.4375,
                                                ["x"] = -205755.046875,
                                            }, -- end of [13]
                                            [7] = 
                                            {
                                                ["y"] = 553786.8125,
                                                ["x"] = -206013.828125,
                                            }, -- end of [7]
                                            [14] = 
                                            {
                                                ["y"] = 553684.3125,
                                                ["x"] = -205752.65625,
                                            }, -- end of [14]
                                            [23] = 
                                            {
                                                ["y"] = 552724.25,
                                                ["x"] = -206053.828125,
                                            }, -- end of [23]
                                            [19] = 
                                            {
                                                ["y"] = 552735.125,
                                                ["x"] = -206068,
                                            }, -- end of [19]
                                            [15] = 
                                            {
                                                ["y"] = 553680.5625,
                                                ["x"] = -205751.640625,
                                            }, -- end of [15]
                                        }, -- end of [3]
                                        [1] = 
                                        {
                                            [27] = 
                                            {
                                                ["y"] = 554339.4375,
                                                ["x"] = -205092.453125,
                                            }, -- end of [27]
                                            [2] = 
                                            {
                                                ["y"] = 552974.5,
                                                ["x"] = -205413.015625,
                                            }, -- end of [2]
                                            [3] = 
                                            {
                                                ["y"] = 553781.25,
                                                ["x"] = -205139.328125,
                                            }, -- end of [3]
                                            [4] = 
                                            {
                                                ["y"] = 553807.125,
                                                ["x"] = -205131.546875,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                ["y"] = 553821.5,
                                                ["x"] = -205128.1875,
                                            }, -- end of [5]
                                            [6] = 
                                            {
                                                ["y"] = 553836.1875,
                                                ["x"] = -205126.640625,
                                            }, -- end of [6]
                                            [7] = 
                                            {
                                                ["y"] = 553851,
                                                ["x"] = -205126.953125,
                                            }, -- end of [7]
                                            [8] = 
                                            {
                                                ["y"] = 553865.625,
                                                ["x"] = -205129.109375,
                                            }, -- end of [8]
                                            [10] = 
                                            {
                                                ["y"] = 554015.1875,
                                                ["x"] = -205159.75,
                                            }, -- end of [10]
                                            [12] = 
                                            {
                                                ["y"] = 554035.5625,
                                                ["x"] = -205157.734375,
                                            }, -- end of [12]
                                            [14] = 
                                            {
                                                ["y"] = 554054.6875,
                                                ["x"] = -205150.3125,
                                            }, -- end of [14]
                                            [16] = 
                                            {
                                                ["y"] = 554084.125,
                                                ["x"] = -205130.40625,
                                            }, -- end of [16]
                                            [20] = 
                                            {
                                                ["y"] = 554138.0625,
                                                ["x"] = -205107.109375,
                                            }, -- end of [20]
                                            [24] = 
                                            {
                                                ["y"] = 554257,
                                                ["x"] = -205113.46875,
                                            }, -- end of [24]
                                            [28] = 
                                            {
                                                ["y"] = 554344,
                                                ["x"] = -205091.90625,
                                            }, -- end of [28]
                                            [32] = 
                                            {
                                                ["y"] = 554373.875,
                                                ["x"] = -205156.28125,
                                            }, -- end of [32]
                                            [33] = 
                                            {
                                                ["y"] = 554374.5,
                                                ["x"] = -205160.859375,
                                            }, -- end of [33]
                                            [17] = 
                                            {
                                                ["y"] = 554105.5,
                                                ["x"] = -205116.890625,
                                            }, -- end of [17]
                                            [21] = 
                                            {
                                                ["y"] = 554149.5,
                                                ["x"] = -205107.28125,
                                            }, -- end of [21]
                                            [25] = 
                                            {
                                                ["y"] = 554274.625,
                                                ["x"] = -205110.8125,
                                            }, -- end of [25]
                                            [29] = 
                                            {
                                                ["y"] = 554348.4375,
                                                ["x"] = -205093.140625,
                                            }, -- end of [29]
                                            [34] = 
                                            {
                                                ["y"] = 554373.3125,
                                                ["x"] = -205165.3125,
                                            }, -- end of [34]
                                            [9] = 
                                            {
                                                ["y"] = 554005,
                                                ["x"] = -205158.671875,
                                            }, -- end of [9]
                                            [11] = 
                                            {
                                                ["y"] = 554025.4375,
                                                ["x"] = -205159.4375,
                                            }, -- end of [11]
                                            [13] = 
                                            {
                                                ["y"] = 554045.375,
                                                ["x"] = -205154.671875,
                                            }, -- end of [13]
                                            [15] = 
                                            {
                                                ["y"] = 554063.3125,
                                                ["x"] = -205144.75,
                                            }, -- end of [15]
                                            [18] = 
                                            {
                                                ["y"] = 554115.8125,
                                                ["x"] = -205111.96875,
                                            }, -- end of [18]
                                            [22] = 
                                            {
                                                ["y"] = 554221.3125,
                                                ["x"] = -205113.6875,
                                            }, -- end of [22]
                                            [26] = 
                                            {
                                                ["y"] = 554292,
                                                ["x"] = -205106.484375,
                                            }, -- end of [26]
                                            [30] = 
                                            {
                                                ["y"] = 554352.125,
                                                ["x"] = -205095.984375,
                                            }, -- end of [30]
                                            [36] = 
                                            {
                                                ["y"] = 554366.5,
                                                ["x"] = -205171.296875,
                                            }, -- end of [36]
                                            [37] = 
                                            {
                                                ["y"] = 554358.75,
                                                ["x"] = -205173.9375,
                                            }, -- end of [37]
                                            [35] = 
                                            {
                                                ["y"] = 554370.5,
                                                ["x"] = -205168.984375,
                                            }, -- end of [35]
                                            [1] = 
                                            {
                                                ["y"] = 552587.5,
                                                ["x"] = -205547.234375,
                                            }, -- end of [1]
                                            [19] = 
                                            {
                                                ["y"] = 554126.75,
                                                ["x"] = -205108.6875,
                                            }, -- end of [19]
                                            [23] = 
                                            {
                                                ["y"] = 554239.125,
                                                ["x"] = -205114.4375,
                                            }, -- end of [23]
                                            [31] = 
                                            {
                                                ["y"] = 554354.375,
                                                ["x"] = -205100,
                                            }, -- end of [31]
                                        }, -- end of [1]
                                        [4] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 552724.625,
                                                ["x"] = -206053.4375,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 552686.875,
                                                ["x"] = -205915.46875,
                                            }, -- end of [2]
                                            [3] = 
                                            {
                                                ["y"] = 552643.75,
                                                ["x"] = -205778.75,
                                            }, -- end of [3]
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 552643.8125,
                                                ["x"] = -205778.734375,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 552599.4375,
                                                ["x"] = -205641.21875,
                                            }, -- end of [2]
                                        }, -- end of [5]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 23,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 552587.5,
                                            ["x"] = -205547.234375,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 1.0277777777778,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 24,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 1761.2228948684,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 554358.73497261,
                                            ["x"] = -205173.93246085,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 1.0277777777778,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 8,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 2470.9671316275,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 554568.625,
                                            ["x"] = -205729.484375,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 1.0277777777778,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 10,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 4306.7026971038,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 552724.62190439,
                                            ["x"] = -206053.44302405,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 1.0277777777778,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 18,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 4857.232406927,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 552643.75,
                                            ["x"] = -205778.75,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 1.0277777777778,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            ["alt"] = 22,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 4997.8723639514,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 552599.45297597,
                                            ["x"] = -205641.21374661,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 1.0277777777778,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [6]
                                    }, -- end of ["points"]
                                    ["routeRelativeTOT"] = true,
                                }, -- end of ["route"]
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [8]
                            [9] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["lateActivation"] = true,
                                ["groupId"] = 16,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 552587.5,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #067",
                                        ["unitId"] = 128,
                                        ["heading"] = 1.3629129887115,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -205547.234375,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 552554.3125,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #068",
                                        ["unitId"] = 129,
                                        ["heading"] = 1.3629129887115,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -205558.453125,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 552526.20867944,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #069",
                                        ["unitId"] = 130,
                                        ["heading"] = 1.3629129887115,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -205564.92316055,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 552507.4658835,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #070",
                                        ["unitId"] = 131,
                                        ["heading"] = 1.3629129887115,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -205557.69471847,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 552477.4375,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #071",
                                        ["unitId"] = 132,
                                        ["heading"] = 1.3629129887115,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -205557.046875,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["y"] = 552464.95789871,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #062",
                                        ["unitId"] = 148,
                                        ["heading"] = 1.3629129887115,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -205571.65841685,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        ["y"] = 552445.2937077,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #063",
                                        ["unitId"] = 149,
                                        ["heading"] = 1.3629129887115,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -205594.27380213,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        ["y"] = 552425.61910599,
                                        ["type"] = "SA-18 Igla-S manpad",
                                        ["name"] = "Unit #064",
                                        ["unitId"] = 150,
                                        ["heading"] = 1.3629129887115,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -205616.90116054,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        ["y"] = 552405.93238577,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #065",
                                        ["unitId"] = 151,
                                        ["heading"] = 1.3629129887115,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -205639.54245621,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        ["y"] = 552386.24566555,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #066",
                                        ["unitId"] = 152,
                                        ["heading"] = 1.3629129887115,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -205662.18375188,
                                    }, -- end of [10]
                                }, -- end of ["units"]
                                ["y"] = 552587.5,
                                ["x"] = -205547.234375,
                                ["name"] = "Mob 2",
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [6] = 
                                        {
                                            [6] = 
                                            {
                                                ["y"] = 552580.5625,
                                                ["x"] = -205549.765625,
                                            }, -- end of [6]
                                            [2] = 
                                            {
                                                ["y"] = 552574.125,
                                                ["x"] = -205562.5625,
                                            }, -- end of [2]
                                            [3] = 
                                            {
                                                ["y"] = 552573.6875,
                                                ["x"] = -205558.640625,
                                            }, -- end of [3]
                                            [1] = 
                                            {
                                                ["y"] = 552597,
                                                ["x"] = -205633.640625,
                                            }, -- end of [1]
                                            [4] = 
                                            {
                                                ["y"] = 552574.6875,
                                                ["x"] = -205554.84375,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                ["y"] = 552577.125,
                                                ["x"] = -205551.71875,
                                            }, -- end of [5]
                                            [7] = 
                                            {
                                                ["y"] = 552621.4375,
                                                ["x"] = -205535.453125,
                                            }, -- end of [7]
                                        }, -- end of [6]
                                        [2] = 
                                        {
                                            [6] = 
                                            {
                                                ["y"] = 554381.5,
                                                ["x"] = -205178.671875,
                                            }, -- end of [6]
                                            [2] = 
                                            {
                                                ["y"] = 554366.5,
                                                ["x"] = -205171.296875,
                                            }, -- end of [2]
                                            [3] = 
                                            {
                                                ["y"] = 554371.0625,
                                                ["x"] = -205170.6875,
                                            }, -- end of [3]
                                            [1] = 
                                            {
                                                ["y"] = 554361.125,
                                                ["x"] = -205173.125,
                                            }, -- end of [1]
                                            [4] = 
                                            {
                                                ["y"] = 554375.5,
                                                ["x"] = -205171.875,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                ["y"] = 554379.1875,
                                                ["x"] = -205174.671875,
                                            }, -- end of [5]
                                            [7] = 
                                            {
                                                ["y"] = 554568.625,
                                                ["x"] = -205729.484375,
                                            }, -- end of [7]
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 554568.5625,
                                                ["x"] = -205729.5,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 554571,
                                                ["x"] = -205736.515625,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                ["y"] = 554570.5,
                                                ["x"] = -205744.21875,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                ["y"] = 553782.875,
                                                ["x"] = -206014.34375,
                                            }, -- end of [8]
                                            [16] = 
                                            {
                                                ["y"] = 553676.625,
                                                ["x"] = -205752.15625,
                                            }, -- end of [16]
                                            [17] = 
                                            {
                                                ["y"] = 553117.25,
                                                ["x"] = -205942.21875,
                                            }, -- end of [17]
                                            [9] = 
                                            {
                                                ["y"] = 553779.125,
                                                ["x"] = -206013.328125,
                                            }, -- end of [9]
                                            [18] = 
                                            {
                                                ["y"] = 552739,
                                                ["x"] = -206067.59375,
                                            }, -- end of [18]
                                            [5] = 
                                            {
                                                ["y"] = 554568.125,
                                                ["x"] = -205747.34375,
                                            }, -- end of [5]
                                            [10] = 
                                            {
                                                ["y"] = 553776,
                                                ["x"] = -206010.9375,
                                            }, -- end of [10]
                                            [20] = 
                                            {
                                                ["y"] = 552731.3125,
                                                ["x"] = -206066.859375,
                                            }, -- end of [20]
                                            [21] = 
                                            {
                                                ["y"] = 552728.3125,
                                                ["x"] = -206064.375,
                                            }, -- end of [21]
                                            [11] = 
                                            {
                                                ["y"] = 553774,
                                                ["x"] = -206007.53125,
                                            }, -- end of [11]
                                            [22] = 
                                            {
                                                ["y"] = 552726.4375,
                                                ["x"] = -206060.921875,
                                            }, -- end of [22]
                                            [3] = 
                                            {
                                                ["y"] = 554571.5,
                                                ["x"] = -205740.40625,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                ["y"] = 554564.6875,
                                                ["x"] = -205749.328125,
                                            }, -- end of [6]
                                            [12] = 
                                            {
                                                ["y"] = 553689.4375,
                                                ["x"] = -205758.453125,
                                            }, -- end of [12]
                                            [13] = 
                                            {
                                                ["y"] = 553687.4375,
                                                ["x"] = -205755.046875,
                                            }, -- end of [13]
                                            [7] = 
                                            {
                                                ["y"] = 553786.8125,
                                                ["x"] = -206013.828125,
                                            }, -- end of [7]
                                            [14] = 
                                            {
                                                ["y"] = 553684.3125,
                                                ["x"] = -205752.65625,
                                            }, -- end of [14]
                                            [23] = 
                                            {
                                                ["y"] = 552724.25,
                                                ["x"] = -206053.828125,
                                            }, -- end of [23]
                                            [19] = 
                                            {
                                                ["y"] = 552735.125,
                                                ["x"] = -206068,
                                            }, -- end of [19]
                                            [15] = 
                                            {
                                                ["y"] = 553680.5625,
                                                ["x"] = -205751.640625,
                                            }, -- end of [15]
                                        }, -- end of [3]
                                        [1] = 
                                        {
                                            [27] = 
                                            {
                                                ["y"] = 554339.4375,
                                                ["x"] = -205092.453125,
                                            }, -- end of [27]
                                            [2] = 
                                            {
                                                ["y"] = 552974.5,
                                                ["x"] = -205413.015625,
                                            }, -- end of [2]
                                            [3] = 
                                            {
                                                ["y"] = 553781.25,
                                                ["x"] = -205139.328125,
                                            }, -- end of [3]
                                            [4] = 
                                            {
                                                ["y"] = 553807.125,
                                                ["x"] = -205131.546875,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                ["y"] = 553821.5,
                                                ["x"] = -205128.1875,
                                            }, -- end of [5]
                                            [6] = 
                                            {
                                                ["y"] = 553836.1875,
                                                ["x"] = -205126.640625,
                                            }, -- end of [6]
                                            [7] = 
                                            {
                                                ["y"] = 553851,
                                                ["x"] = -205126.953125,
                                            }, -- end of [7]
                                            [8] = 
                                            {
                                                ["y"] = 553865.625,
                                                ["x"] = -205129.109375,
                                            }, -- end of [8]
                                            [10] = 
                                            {
                                                ["y"] = 554015.1875,
                                                ["x"] = -205159.75,
                                            }, -- end of [10]
                                            [12] = 
                                            {
                                                ["y"] = 554035.5625,
                                                ["x"] = -205157.734375,
                                            }, -- end of [12]
                                            [14] = 
                                            {
                                                ["y"] = 554054.6875,
                                                ["x"] = -205150.3125,
                                            }, -- end of [14]
                                            [16] = 
                                            {
                                                ["y"] = 554084.125,
                                                ["x"] = -205130.40625,
                                            }, -- end of [16]
                                            [20] = 
                                            {
                                                ["y"] = 554138.0625,
                                                ["x"] = -205107.109375,
                                            }, -- end of [20]
                                            [24] = 
                                            {
                                                ["y"] = 554257,
                                                ["x"] = -205113.46875,
                                            }, -- end of [24]
                                            [28] = 
                                            {
                                                ["y"] = 554344,
                                                ["x"] = -205091.90625,
                                            }, -- end of [28]
                                            [32] = 
                                            {
                                                ["y"] = 554373.875,
                                                ["x"] = -205156.28125,
                                            }, -- end of [32]
                                            [33] = 
                                            {
                                                ["y"] = 554374.5,
                                                ["x"] = -205160.859375,
                                            }, -- end of [33]
                                            [17] = 
                                            {
                                                ["y"] = 554105.5,
                                                ["x"] = -205116.890625,
                                            }, -- end of [17]
                                            [21] = 
                                            {
                                                ["y"] = 554149.5,
                                                ["x"] = -205107.28125,
                                            }, -- end of [21]
                                            [25] = 
                                            {
                                                ["y"] = 554274.625,
                                                ["x"] = -205110.8125,
                                            }, -- end of [25]
                                            [29] = 
                                            {
                                                ["y"] = 554348.4375,
                                                ["x"] = -205093.140625,
                                            }, -- end of [29]
                                            [34] = 
                                            {
                                                ["y"] = 554373.3125,
                                                ["x"] = -205165.3125,
                                            }, -- end of [34]
                                            [9] = 
                                            {
                                                ["y"] = 554005,
                                                ["x"] = -205158.671875,
                                            }, -- end of [9]
                                            [11] = 
                                            {
                                                ["y"] = 554025.4375,
                                                ["x"] = -205159.4375,
                                            }, -- end of [11]
                                            [13] = 
                                            {
                                                ["y"] = 554045.375,
                                                ["x"] = -205154.671875,
                                            }, -- end of [13]
                                            [15] = 
                                            {
                                                ["y"] = 554063.3125,
                                                ["x"] = -205144.75,
                                            }, -- end of [15]
                                            [18] = 
                                            {
                                                ["y"] = 554115.8125,
                                                ["x"] = -205111.96875,
                                            }, -- end of [18]
                                            [22] = 
                                            {
                                                ["y"] = 554221.3125,
                                                ["x"] = -205113.6875,
                                            }, -- end of [22]
                                            [26] = 
                                            {
                                                ["y"] = 554292,
                                                ["x"] = -205106.484375,
                                            }, -- end of [26]
                                            [30] = 
                                            {
                                                ["y"] = 554352.125,
                                                ["x"] = -205095.984375,
                                            }, -- end of [30]
                                            [36] = 
                                            {
                                                ["y"] = 554366.5,
                                                ["x"] = -205171.296875,
                                            }, -- end of [36]
                                            [37] = 
                                            {
                                                ["y"] = 554361.125,
                                                ["x"] = -205173.125,
                                            }, -- end of [37]
                                            [35] = 
                                            {
                                                ["y"] = 554370.5,
                                                ["x"] = -205168.984375,
                                            }, -- end of [35]
                                            [1] = 
                                            {
                                                ["y"] = 552587.5,
                                                ["x"] = -205547.234375,
                                            }, -- end of [1]
                                            [19] = 
                                            {
                                                ["y"] = 554126.75,
                                                ["x"] = -205108.6875,
                                            }, -- end of [19]
                                            [23] = 
                                            {
                                                ["y"] = 554239.125,
                                                ["x"] = -205114.4375,
                                            }, -- end of [23]
                                            [31] = 
                                            {
                                                ["y"] = 554354.375,
                                                ["x"] = -205100,
                                            }, -- end of [31]
                                        }, -- end of [1]
                                        [4] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 552724.625,
                                                ["x"] = -206053.5625,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 552686.875,
                                                ["x"] = -205915.46875,
                                            }, -- end of [2]
                                            [3] = 
                                            {
                                                ["y"] = 552643.75,
                                                ["x"] = -205778.75,
                                            }, -- end of [3]
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 552643.8125,
                                                ["x"] = -205778.734375,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 552597,
                                                ["x"] = -205633.640625,
                                            }, -- end of [2]
                                        }, -- end of [5]
                                        [7] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 552620.57142859,
                                                ["x"] = -205532.85714286,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 552620.57142859,
                                                ["x"] = -205532.85714286,
                                            }, -- end of [2]
                                        }, -- end of [7]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 23,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 552587.5,
                                            ["x"] = -205547.234375,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 1.0277777777778,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 24,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 1763.7230226202,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 554361.1875,
                                            ["x"] = -205173.109375,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 1.0277777777778,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 8,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 2468.4361207555,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 554568.625,
                                            ["x"] = -205729.484375,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 1.0277777777778,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 10,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 4301.8081551196,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 552724.65201769,
                                            ["x"] = -206053.55525683,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 1.0277777777778,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 18,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 4852.4608527068,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 552643.75,
                                            ["x"] = -205778.75,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 1.0277777777778,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            ["alt"] = 22,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 5000.8504317253,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 552597.00436403,
                                            ["x"] = -205633.63692236,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 1.0277777777778,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            ["alt"] = 23,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 5099.293945317,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 552621.43756136,
                                            ["x"] = -205535.45332999,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 1.0277777777778,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [7]
                                    }, -- end of ["points"]
                                    ["routeRelativeTOT"] = true,
                                }, -- end of ["route"]
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [9]
                            [10] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["lateActivation"] = true,
                                ["groupId"] = 17,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 552611.49898434,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #077",
                                        ["unitId"] = 138,
                                        ["heading"] = 1.3892807707509,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -205538.90339589,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 552587.5,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #078",
                                        ["unitId"] = 139,
                                        ["heading"] = 1.3892807707509,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -205547.234375,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 552554.3125,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #079",
                                        ["unitId"] = 140,
                                        ["heading"] = 1.3892807707509,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -205558.453125,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 552526.20867944,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #080",
                                        ["unitId"] = 141,
                                        ["heading"] = 1.3892807707509,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -205564.92316055,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 552507.4658835,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #081",
                                        ["unitId"] = 142,
                                        ["heading"] = 1.3892807707509,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -205557.69471847,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["y"] = 552477.4375,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #082",
                                        ["unitId"] = 143,
                                        ["heading"] = 1.3892807707509,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -205557.046875,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        ["y"] = 552464.96683553,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #083",
                                        ["unitId"] = 144,
                                        ["heading"] = 1.3892807707509,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -205571.6481388,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        ["y"] = 552445.2937077,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #084",
                                        ["unitId"] = 145,
                                        ["heading"] = 1.3892807707509,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -205594.27380213,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        ["y"] = 552425.61910599,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #085",
                                        ["unitId"] = 146,
                                        ["heading"] = 1.3892807707509,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -205616.90116054,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        ["y"] = 552405.93238577,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #086",
                                        ["unitId"] = 147,
                                        ["heading"] = 1.3892807707509,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -205639.54245621,
                                    }, -- end of [10]
                                }, -- end of ["units"]
                                ["y"] = 552611.49898434,
                                ["x"] = -205538.90339589,
                                ["name"] = "Mob 3",
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [6] = 
                                        {
                                            [6] = 
                                            {
                                                ["y"] = 552580.5625,
                                                ["x"] = -205549.765625,
                                            }, -- end of [6]
                                            [2] = 
                                            {
                                                ["y"] = 552574.125,
                                                ["x"] = -205562.5625,
                                            }, -- end of [2]
                                            [3] = 
                                            {
                                                ["y"] = 552573.6875,
                                                ["x"] = -205558.640625,
                                            }, -- end of [3]
                                            [1] = 
                                            {
                                                ["y"] = 552622.5,
                                                ["x"] = -205712.609375,
                                            }, -- end of [1]
                                            [4] = 
                                            {
                                                ["y"] = 552574.6875,
                                                ["x"] = -205554.84375,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                ["y"] = 552577.125,
                                                ["x"] = -205551.71875,
                                            }, -- end of [5]
                                            [7] = 
                                            {
                                                ["y"] = 552753.875,
                                                ["x"] = -205489.484375,
                                            }, -- end of [7]
                                        }, -- end of [6]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 554392.8125,
                                                ["x"] = -205211.96875,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 554559,
                                                ["x"] = -205701.390625,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            [6] = 
                                            {
                                                ["y"] = 554564.6875,
                                                ["x"] = -205749.328125,
                                            }, -- end of [6]
                                            [2] = 
                                            {
                                                ["y"] = 554571,
                                                ["x"] = -205736.515625,
                                            }, -- end of [2]
                                            [3] = 
                                            {
                                                ["y"] = 554571.5,
                                                ["x"] = -205740.40625,
                                            }, -- end of [3]
                                            [1] = 
                                            {
                                                ["y"] = 554559,
                                                ["x"] = -205701.390625,
                                            }, -- end of [1]
                                            [4] = 
                                            {
                                                ["y"] = 554570.5,
                                                ["x"] = -205744.21875,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                ["y"] = 554568.125,
                                                ["x"] = -205747.34375,
                                            }, -- end of [5]
                                            [7] = 
                                            {
                                                ["y"] = 553793.8125,
                                                ["x"] = -206011.4375,
                                            }, -- end of [7]
                                        }, -- end of [3]
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 552611.5,
                                                ["x"] = -205538.90625,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 552974.5,
                                                ["x"] = -205413.015625,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                ["y"] = 553807.125,
                                                ["x"] = -205131.546875,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                ["y"] = 553865.625,
                                                ["x"] = -205129.109375,
                                            }, -- end of [8]
                                            [16] = 
                                            {
                                                ["y"] = 554084.125,
                                                ["x"] = -205130.40625,
                                            }, -- end of [16]
                                            [32] = 
                                            {
                                                ["y"] = 554392.8125,
                                                ["x"] = -205211.96875,
                                            }, -- end of [32]
                                            [17] = 
                                            {
                                                ["y"] = 554105.5,
                                                ["x"] = -205116.890625,
                                            }, -- end of [17]
                                            [9] = 
                                            {
                                                ["y"] = 554005,
                                                ["x"] = -205158.671875,
                                            }, -- end of [9]
                                            [18] = 
                                            {
                                                ["y"] = 554115.8125,
                                                ["x"] = -205111.96875,
                                            }, -- end of [18]
                                            [31] = 
                                            {
                                                ["y"] = 554354.375,
                                                ["x"] = -205100,
                                            }, -- end of [31]
                                            [5] = 
                                            {
                                                ["y"] = 553821.5,
                                                ["x"] = -205128.1875,
                                            }, -- end of [5]
                                            [10] = 
                                            {
                                                ["y"] = 554015.1875,
                                                ["x"] = -205159.75,
                                            }, -- end of [10]
                                            [20] = 
                                            {
                                                ["y"] = 554138.0625,
                                                ["x"] = -205107.109375,
                                            }, -- end of [20]
                                            [30] = 
                                            {
                                                ["y"] = 554352.125,
                                                ["x"] = -205095.984375,
                                            }, -- end of [30]
                                            [21] = 
                                            {
                                                ["y"] = 554149.5,
                                                ["x"] = -205107.28125,
                                            }, -- end of [21]
                                            [11] = 
                                            {
                                                ["y"] = 554025.4375,
                                                ["x"] = -205159.4375,
                                            }, -- end of [11]
                                            [22] = 
                                            {
                                                ["y"] = 554221.3125,
                                                ["x"] = -205113.6875,
                                            }, -- end of [22]
                                            [3] = 
                                            {
                                                ["y"] = 553781.25,
                                                ["x"] = -205139.328125,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                ["y"] = 553836.1875,
                                                ["x"] = -205126.640625,
                                            }, -- end of [6]
                                            [12] = 
                                            {
                                                ["y"] = 554035.5625,
                                                ["x"] = -205157.734375,
                                            }, -- end of [12]
                                            [24] = 
                                            {
                                                ["y"] = 554257,
                                                ["x"] = -205113.46875,
                                            }, -- end of [24]
                                            [19] = 
                                            {
                                                ["y"] = 554126.75,
                                                ["x"] = -205108.6875,
                                            }, -- end of [19]
                                            [25] = 
                                            {
                                                ["y"] = 554274.625,
                                                ["x"] = -205110.8125,
                                            }, -- end of [25]
                                            [13] = 
                                            {
                                                ["y"] = 554045.375,
                                                ["x"] = -205154.671875,
                                            }, -- end of [13]
                                            [26] = 
                                            {
                                                ["y"] = 554292,
                                                ["x"] = -205106.484375,
                                            }, -- end of [26]
                                            [27] = 
                                            {
                                                ["y"] = 554339.4375,
                                                ["x"] = -205092.453125,
                                            }, -- end of [27]
                                            [7] = 
                                            {
                                                ["y"] = 553851,
                                                ["x"] = -205126.953125,
                                            }, -- end of [7]
                                            [14] = 
                                            {
                                                ["y"] = 554054.6875,
                                                ["x"] = -205150.3125,
                                            }, -- end of [14]
                                            [28] = 
                                            {
                                                ["y"] = 554344,
                                                ["x"] = -205091.90625,
                                            }, -- end of [28]
                                            [23] = 
                                            {
                                                ["y"] = 554239.125,
                                                ["x"] = -205114.4375,
                                            }, -- end of [23]
                                            [29] = 
                                            {
                                                ["y"] = 554348.4375,
                                                ["x"] = -205093.140625,
                                            }, -- end of [29]
                                            [15] = 
                                            {
                                                ["y"] = 554063.3125,
                                                ["x"] = -205144.75,
                                            }, -- end of [15]
                                        }, -- end of [1]
                                        [4] = 
                                        {
                                            [13] = 
                                            {
                                                ["y"] = 552753.5,
                                                ["x"] = -206062.578125,
                                            }, -- end of [13]
                                            [7] = 
                                            {
                                                ["y"] = 553689.4375,
                                                ["x"] = -205758.453125,
                                            }, -- end of [7]
                                            [1] = 
                                            {
                                                ["y"] = 553793.8125,
                                                ["x"] = -206011.453125,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 553786.8125,
                                                ["x"] = -206013.828125,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                ["y"] = 553779.125,
                                                ["x"] = -206013.328125,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                ["y"] = 553687.4375,
                                                ["x"] = -205755.046875,
                                            }, -- end of [8]
                                            [9] = 
                                            {
                                                ["y"] = 553684.3125,
                                                ["x"] = -205752.65625,
                                            }, -- end of [9]
                                            [5] = 
                                            {
                                                ["y"] = 553776,
                                                ["x"] = -206010.9375,
                                            }, -- end of [5]
                                            [10] = 
                                            {
                                                ["y"] = 553680.5625,
                                                ["x"] = -205751.640625,
                                            }, -- end of [10]
                                            [3] = 
                                            {
                                                ["y"] = 553782.875,
                                                ["x"] = -206014.34375,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                ["y"] = 553774,
                                                ["x"] = -206007.53125,
                                            }, -- end of [6]
                                            [12] = 
                                            {
                                                ["y"] = 553117.25,
                                                ["x"] = -205942.21875,
                                            }, -- end of [12]
                                            [11] = 
                                            {
                                                ["y"] = 553676.625,
                                                ["x"] = -205752.15625,
                                            }, -- end of [11]
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            [6] = 
                                            {
                                                ["y"] = 552726.4375,
                                                ["x"] = -206060.921875,
                                            }, -- end of [6]
                                            [2] = 
                                            {
                                                ["y"] = 552739,
                                                ["x"] = -206067.59375,
                                            }, -- end of [2]
                                            [8] = 
                                            {
                                                ["y"] = 552622.5,
                                                ["x"] = -205712.609375,
                                            }, -- end of [8]
                                            [3] = 
                                            {
                                                ["y"] = 552735.125,
                                                ["x"] = -206068,
                                            }, -- end of [3]
                                            [1] = 
                                            {
                                                ["y"] = 552753.5,
                                                ["x"] = -206062.578125,
                                            }, -- end of [1]
                                            [4] = 
                                            {
                                                ["y"] = 552731.3125,
                                                ["x"] = -206066.859375,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                ["y"] = 552728.3125,
                                                ["x"] = -206064.375,
                                            }, -- end of [5]
                                            [7] = 
                                            {
                                                ["y"] = 552686.875,
                                                ["x"] = -205915.46875,
                                            }, -- end of [7]
                                        }, -- end of [5]
                                        [7] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 552756.2857143,
                                                ["x"] = -205496.57142857,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 552756.2857143,
                                                ["x"] = -205496.57142857,
                                            }, -- end of [2]
                                        }, -- end of [7]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 23,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 552611.49898434,
                                            ["x"] = -205538.90339589,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 1.0277777777778,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 23,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 1899.7094622384,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 554392.81233305,
                                            ["x"] = -205211.96879874,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 1.0277777777778,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 9,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 2402.6076120695,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 554559.04117029,
                                            ["x"] = -205701.37843381,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 1.0277777777778,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 6,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 3205.9507722114,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 553793.8125,
                                            ["x"] = -206011.4375,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 1.0277777777778,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 10,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 4259.6893025727,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 552753.49540493,
                                            ["x"] = -206062.58232855,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 1.0277777777778,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            ["alt"] = 20,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 4851.1945943257,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 552622.52899732,
                                            ["x"] = -205712.61867406,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 1.0277777777778,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            ["alt"] = 25,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 5123.4987118906,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 552753.87337992,
                                            ["x"] = -205489.47971618,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 1.0277777777778,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [7]
                                    }, -- end of ["points"]
                                    ["routeRelativeTOT"] = true,
                                }, -- end of ["route"]
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [10]
                            [11] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["lateActivation"] = true,
                                ["groupId"] = 18,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 552626.93663255,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #087",
                                        ["unitId"] = 159,
                                        ["heading"] = 1.3361535959172,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -205533.5443889,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 552598.5635716,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #088",
                                        ["unitId"] = 160,
                                        ["heading"] = 1.3361535959172,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -205543.39377981,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 552554.3125,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #089",
                                        ["unitId"] = 161,
                                        ["heading"] = 1.3361535959172,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -205558.453125,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 552526.27161765,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #090",
                                        ["unitId"] = 162,
                                        ["heading"] = 1.3361535959172,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -205564.92979431,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 552507.51470875,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #091",
                                        ["unitId"] = 163,
                                        ["heading"] = 1.3361535959172,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -205557.73367119,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["y"] = 552477.4375,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #092",
                                        ["unitId"] = 164,
                                        ["heading"] = 1.3361535959172,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -205557.046875,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        ["y"] = 552464.9900315,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #093",
                                        ["unitId"] = 165,
                                        ["heading"] = 1.3361535959172,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -205571.62146159,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        ["y"] = 552445.30143969,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #094",
                                        ["unitId"] = 166,
                                        ["heading"] = 1.3361535959172,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -205594.26490973,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        ["y"] = 552425.61910599,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #095",
                                        ["unitId"] = 167,
                                        ["heading"] = 1.3361535959172,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -205616.90116054,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        ["y"] = 552405.93238577,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #096",
                                        ["unitId"] = 168,
                                        ["heading"] = 1.3361535959172,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -205639.54245621,
                                    }, -- end of [10]
                                }, -- end of ["units"]
                                ["y"] = 552626.92013814,
                                ["x"] = -205533.55011475,
                                ["name"] = "Mob 4",
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [6] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 552711.875,
                                                ["x"] = -206005.890625,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 552686.875,
                                                ["x"] = -205915.46875,
                                            }, -- end of [2]
                                            [3] = 
                                            {
                                                ["y"] = 552610.0625,
                                                ["x"] = -205674.09375,
                                            }, -- end of [3]
                                        }, -- end of [6]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 554361.0625,
                                                ["x"] = -205119,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 554545.375,
                                                ["x"] = -205661.328125,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                        [8] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 552882.85714287,
                                                ["x"] = -205448.85714286,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 552882.85714287,
                                                ["x"] = -205448.85714286,
                                            }, -- end of [2]
                                        }, -- end of [8]
                                        [3] = 
                                        {
                                            [6] = 
                                            {
                                                ["y"] = 554564.6875,
                                                ["x"] = -205749.328125,
                                            }, -- end of [6]
                                            [2] = 
                                            {
                                                ["y"] = 554571,
                                                ["x"] = -205736.515625,
                                            }, -- end of [2]
                                            [3] = 
                                            {
                                                ["y"] = 554571.5,
                                                ["x"] = -205740.40625,
                                            }, -- end of [3]
                                            [1] = 
                                            {
                                                ["y"] = 554545.375,
                                                ["x"] = -205661.328125,
                                            }, -- end of [1]
                                            [4] = 
                                            {
                                                ["y"] = 554570.5,
                                                ["x"] = -205744.21875,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                ["y"] = 554568.125,
                                                ["x"] = -205747.34375,
                                            }, -- end of [5]
                                            [7] = 
                                            {
                                                ["y"] = 553885.6875,
                                                ["x"] = -205980.203125,
                                            }, -- end of [7]
                                        }, -- end of [3]
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 552626.9375,
                                                ["x"] = -205533.546875,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 552974.5,
                                                ["x"] = -205413.015625,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                ["y"] = 553807.125,
                                                ["x"] = -205131.546875,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                ["y"] = 553865.625,
                                                ["x"] = -205129.109375,
                                            }, -- end of [8]
                                            [16] = 
                                            {
                                                ["y"] = 554084.125,
                                                ["x"] = -205130.40625,
                                            }, -- end of [16]
                                            [32] = 
                                            {
                                                ["y"] = 554361.0625,
                                                ["x"] = -205119,
                                            }, -- end of [32]
                                            [17] = 
                                            {
                                                ["y"] = 554105.5,
                                                ["x"] = -205116.890625,
                                            }, -- end of [17]
                                            [9] = 
                                            {
                                                ["y"] = 554005,
                                                ["x"] = -205158.671875,
                                            }, -- end of [9]
                                            [18] = 
                                            {
                                                ["y"] = 554115.8125,
                                                ["x"] = -205111.96875,
                                            }, -- end of [18]
                                            [31] = 
                                            {
                                                ["y"] = 554354.375,
                                                ["x"] = -205100,
                                            }, -- end of [31]
                                            [5] = 
                                            {
                                                ["y"] = 553821.5,
                                                ["x"] = -205128.1875,
                                            }, -- end of [5]
                                            [10] = 
                                            {
                                                ["y"] = 554015.1875,
                                                ["x"] = -205159.75,
                                            }, -- end of [10]
                                            [20] = 
                                            {
                                                ["y"] = 554138.0625,
                                                ["x"] = -205107.109375,
                                            }, -- end of [20]
                                            [30] = 
                                            {
                                                ["y"] = 554352.125,
                                                ["x"] = -205095.984375,
                                            }, -- end of [30]
                                            [21] = 
                                            {
                                                ["y"] = 554149.5,
                                                ["x"] = -205107.28125,
                                            }, -- end of [21]
                                            [11] = 
                                            {
                                                ["y"] = 554025.4375,
                                                ["x"] = -205159.4375,
                                            }, -- end of [11]
                                            [22] = 
                                            {
                                                ["y"] = 554221.3125,
                                                ["x"] = -205113.6875,
                                            }, -- end of [22]
                                            [3] = 
                                            {
                                                ["y"] = 553781.25,
                                                ["x"] = -205139.328125,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                ["y"] = 553836.1875,
                                                ["x"] = -205126.640625,
                                            }, -- end of [6]
                                            [12] = 
                                            {
                                                ["y"] = 554035.5625,
                                                ["x"] = -205157.734375,
                                            }, -- end of [12]
                                            [24] = 
                                            {
                                                ["y"] = 554257,
                                                ["x"] = -205113.46875,
                                            }, -- end of [24]
                                            [19] = 
                                            {
                                                ["y"] = 554126.75,
                                                ["x"] = -205108.6875,
                                            }, -- end of [19]
                                            [25] = 
                                            {
                                                ["y"] = 554274.625,
                                                ["x"] = -205110.8125,
                                            }, -- end of [25]
                                            [13] = 
                                            {
                                                ["y"] = 554045.375,
                                                ["x"] = -205154.671875,
                                            }, -- end of [13]
                                            [26] = 
                                            {
                                                ["y"] = 554292,
                                                ["x"] = -205106.484375,
                                            }, -- end of [26]
                                            [27] = 
                                            {
                                                ["y"] = 554339.4375,
                                                ["x"] = -205092.453125,
                                            }, -- end of [27]
                                            [7] = 
                                            {
                                                ["y"] = 553851,
                                                ["x"] = -205126.953125,
                                            }, -- end of [7]
                                            [14] = 
                                            {
                                                ["y"] = 554054.6875,
                                                ["x"] = -205150.3125,
                                            }, -- end of [14]
                                            [28] = 
                                            {
                                                ["y"] = 554344,
                                                ["x"] = -205091.90625,
                                            }, -- end of [28]
                                            [23] = 
                                            {
                                                ["y"] = 554239.125,
                                                ["x"] = -205114.4375,
                                            }, -- end of [23]
                                            [29] = 
                                            {
                                                ["y"] = 554348.4375,
                                                ["x"] = -205093.140625,
                                            }, -- end of [29]
                                            [15] = 
                                            {
                                                ["y"] = 554063.3125,
                                                ["x"] = -205144.75,
                                            }, -- end of [15]
                                        }, -- end of [1]
                                        [4] = 
                                        {
                                            [7] = 
                                            {
                                                ["y"] = 553689.4375,
                                                ["x"] = -205758.453125,
                                            }, -- end of [7]
                                            [1] = 
                                            {
                                                ["y"] = 553885.6875,
                                                ["x"] = -205980.203125,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 553786.8125,
                                                ["x"] = -206013.828125,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                ["y"] = 553779.125,
                                                ["x"] = -206013.328125,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                ["y"] = 553687.4375,
                                                ["x"] = -205755.046875,
                                            }, -- end of [8]
                                            [9] = 
                                            {
                                                ["y"] = 553684.3125,
                                                ["x"] = -205752.65625,
                                            }, -- end of [9]
                                            [5] = 
                                            {
                                                ["y"] = 553776,
                                                ["x"] = -206010.9375,
                                            }, -- end of [5]
                                            [10] = 
                                            {
                                                ["y"] = 553680.5625,
                                                ["x"] = -205751.640625,
                                            }, -- end of [10]
                                            [3] = 
                                            {
                                                ["y"] = 553782.875,
                                                ["x"] = -206014.34375,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                ["y"] = 553774,
                                                ["x"] = -206007.53125,
                                            }, -- end of [6]
                                            [12] = 
                                            {
                                                ["y"] = 553669.625,
                                                ["x"] = -205754.53125,
                                            }, -- end of [12]
                                            [11] = 
                                            {
                                                ["y"] = 553676.625,
                                                ["x"] = -205752.15625,
                                            }, -- end of [11]
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            [6] = 
                                            {
                                                ["y"] = 552728.3125,
                                                ["x"] = -206064.375,
                                            }, -- end of [6]
                                            [2] = 
                                            {
                                                ["y"] = 553117.25,
                                                ["x"] = -205942.21875,
                                            }, -- end of [2]
                                            [8] = 
                                            {
                                                ["y"] = 552711.875,
                                                ["x"] = -206005.890625,
                                            }, -- end of [8]
                                            [3] = 
                                            {
                                                ["y"] = 552739,
                                                ["x"] = -206067.59375,
                                            }, -- end of [3]
                                            [1] = 
                                            {
                                                ["y"] = 553669.625,
                                                ["x"] = -205754.546875,
                                            }, -- end of [1]
                                            [4] = 
                                            {
                                                ["y"] = 552735.125,
                                                ["x"] = -206068,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                ["y"] = 552731.3125,
                                                ["x"] = -206066.859375,
                                            }, -- end of [5]
                                            [7] = 
                                            {
                                                ["y"] = 552726.4375,
                                                ["x"] = -206060.921875,
                                            }, -- end of [7]
                                        }, -- end of [5]
                                        [7] = 
                                        {
                                            [6] = 
                                            {
                                                ["y"] = 552580.5625,
                                                ["x"] = -205549.765625,
                                            }, -- end of [6]
                                            [2] = 
                                            {
                                                ["y"] = 552574.125,
                                                ["x"] = -205562.5625,
                                            }, -- end of [2]
                                            [3] = 
                                            {
                                                ["y"] = 552573.6875,
                                                ["x"] = -205558.640625,
                                            }, -- end of [3]
                                            [1] = 
                                            {
                                                ["y"] = 552610.0625,
                                                ["x"] = -205674.09375,
                                            }, -- end of [1]
                                            [4] = 
                                            {
                                                ["y"] = 552574.6875,
                                                ["x"] = -205554.84375,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                ["y"] = 552577.125,
                                                ["x"] = -205551.71875,
                                            }, -- end of [5]
                                            [7] = 
                                            {
                                                ["y"] = 552881.5625,
                                                ["x"] = -205445.15625,
                                            }, -- end of [7]
                                        }, -- end of [7]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 23,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 552626.92013814,
                                            ["x"] = -205533.55011475,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 1.0277777777778,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 26,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 1734.8340005173,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 554361.08460233,
                                            ["x"] = -205119.00505898,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 1.0277777777778,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 10,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 2345.5033889061,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 554545.34504591,
                                            ["x"] = -205661.31526989,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 1.0277777777778,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 6,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 3058.4493916505,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 553885.66209791,
                                            ["x"] = -205980.20655984,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 1.0277777777778,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 10,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 3439.9084170252,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 553669.625,
                                            ["x"] = -205754.546875,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 1.0277777777778,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            ["alt"] = 12,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 4494.7500184044,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 552711.86186615,
                                            ["x"] = -206005.88614609,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 1.0277777777778,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            ["alt"] = 21,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 4894.9963969211,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 552610.07718982,
                                            ["x"] = -205674.08861735,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 1.0277777777778,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            ["alt"] = 26,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 5240.5960171033,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 552881.56938122,
                                            ["x"] = -205445.13963434,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 1.0277777777778,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [8]
                                    }, -- end of ["points"]
                                    ["routeRelativeTOT"] = true,
                                }, -- end of ["route"]
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [11]
                            [12] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["lateActivation"] = true,
                                ["groupId"] = 19,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 552587.5,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #097",
                                        ["unitId"] = 169,
                                        ["heading"] = 1.2422627080987,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -205547.234375,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 552554.3125,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #098",
                                        ["unitId"] = 170,
                                        ["heading"] = 1.2422627080987,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -205558.453125,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 552526.20867944,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #099",
                                        ["unitId"] = 171,
                                        ["heading"] = 1.2422627080987,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -205564.92316055,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 552507.4658835,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #100",
                                        ["unitId"] = 172,
                                        ["heading"] = 1.2422627080987,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -205557.69471847,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 552477.4375,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #101",
                                        ["unitId"] = 173,
                                        ["heading"] = 1.2422627080987,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -205557.046875,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["y"] = 552464.96683553,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #102",
                                        ["unitId"] = 174,
                                        ["heading"] = 1.2422627080987,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -205571.6481388,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        ["y"] = 552445.2937077,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #103",
                                        ["unitId"] = 175,
                                        ["heading"] = 1.2422627080987,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -205594.27380213,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        ["y"] = 552425.61910599,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #104",
                                        ["unitId"] = 176,
                                        ["heading"] = 1.2422627080987,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -205616.90116054,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        ["y"] = 552405.93238577,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #105",
                                        ["unitId"] = 177,
                                        ["heading"] = 1.2422627080987,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -205639.54245621,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        ["y"] = 552386.24566555,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #106",
                                        ["unitId"] = 178,
                                        ["heading"] = 1.2422627080987,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -205662.18375188,
                                    }, -- end of [10]
                                }, -- end of ["units"]
                                ["y"] = 552587.5,
                                ["x"] = -205547.234375,
                                ["name"] = "Mob 5",
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [6] = 
                                        {
                                            [6] = 
                                            {
                                                ["y"] = 552728.3125,
                                                ["x"] = -206064.375,
                                            }, -- end of [6]
                                            [2] = 
                                            {
                                                ["y"] = 553117.25,
                                                ["x"] = -205942.21875,
                                            }, -- end of [2]
                                            [8] = 
                                            {
                                                ["y"] = 552696.625,
                                                ["x"] = -205949.078125,
                                            }, -- end of [8]
                                            [3] = 
                                            {
                                                ["y"] = 552739,
                                                ["x"] = -206067.59375,
                                            }, -- end of [3]
                                            [1] = 
                                            {
                                                ["y"] = 553488,
                                                ["x"] = -205816.296875,
                                            }, -- end of [1]
                                            [4] = 
                                            {
                                                ["y"] = 552735.125,
                                                ["x"] = -206068,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                ["y"] = 552731.3125,
                                                ["x"] = -206066.859375,
                                            }, -- end of [5]
                                            [7] = 
                                            {
                                                ["y"] = 552726.4375,
                                                ["x"] = -206060.921875,
                                            }, -- end of [7]
                                        }, -- end of [6]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 553805.4375,
                                                ["x"] = -205132.046875,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 553807.125,
                                                ["x"] = -205131.546875,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                ["y"] = 553836.1875,
                                                ["x"] = -205126.640625,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                ["y"] = 554015.1875,
                                                ["x"] = -205159.75,
                                            }, -- end of [8]
                                            [16] = 
                                            {
                                                ["y"] = 554115.8125,
                                                ["x"] = -205111.96875,
                                            }, -- end of [16]
                                            [17] = 
                                            {
                                                ["y"] = 554126.75,
                                                ["x"] = -205108.6875,
                                            }, -- end of [17]
                                            [9] = 
                                            {
                                                ["y"] = 554025.4375,
                                                ["x"] = -205159.4375,
                                            }, -- end of [9]
                                            [18] = 
                                            {
                                                ["y"] = 554138.0625,
                                                ["x"] = -205107.109375,
                                            }, -- end of [18]
                                            [5] = 
                                            {
                                                ["y"] = 553851,
                                                ["x"] = -205126.953125,
                                            }, -- end of [5]
                                            [10] = 
                                            {
                                                ["y"] = 554035.5625,
                                                ["x"] = -205157.734375,
                                            }, -- end of [10]
                                            [20] = 
                                            {
                                                ["y"] = 554221.3125,
                                                ["x"] = -205113.6875,
                                            }, -- end of [20]
                                            [15] = 
                                            {
                                                ["y"] = 554105.5,
                                                ["x"] = -205116.890625,
                                            }, -- end of [15]
                                            [21] = 
                                            {
                                                ["y"] = 554239.125,
                                                ["x"] = -205114.4375,
                                            }, -- end of [21]
                                            [11] = 
                                            {
                                                ["y"] = 554045.375,
                                                ["x"] = -205154.671875,
                                            }, -- end of [11]
                                            [22] = 
                                            {
                                                ["y"] = 554257,
                                                ["x"] = -205113.46875,
                                            }, -- end of [22]
                                            [3] = 
                                            {
                                                ["y"] = 553821.5,
                                                ["x"] = -205128.1875,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                ["y"] = 553865.625,
                                                ["x"] = -205129.109375,
                                            }, -- end of [6]
                                            [12] = 
                                            {
                                                ["y"] = 554054.6875,
                                                ["x"] = -205150.3125,
                                            }, -- end of [12]
                                            [24] = 
                                            {
                                                ["y"] = 554292,
                                                ["x"] = -205106.484375,
                                            }, -- end of [24]
                                            [19] = 
                                            {
                                                ["y"] = 554149.5,
                                                ["x"] = -205107.28125,
                                            }, -- end of [19]
                                            [25] = 
                                            {
                                                ["y"] = 554339.4375,
                                                ["x"] = -205092.453125,
                                            }, -- end of [25]
                                            [13] = 
                                            {
                                                ["y"] = 554063.3125,
                                                ["x"] = -205144.75,
                                            }, -- end of [13]
                                            [26] = 
                                            {
                                                ["y"] = 554344,
                                                ["x"] = -205091.90625,
                                            }, -- end of [26]
                                            [23] = 
                                            {
                                                ["y"] = 554274.625,
                                                ["x"] = -205110.8125,
                                            }, -- end of [23]
                                            [7] = 
                                            {
                                                ["y"] = 554005,
                                                ["x"] = -205158.671875,
                                            }, -- end of [7]
                                            [14] = 
                                            {
                                                ["y"] = 554084.125,
                                                ["x"] = -205130.40625,
                                            }, -- end of [14]
                                            [28] = 
                                            {
                                                ["y"] = 554352.125,
                                                ["x"] = -205095.984375,
                                            }, -- end of [28]
                                            [27] = 
                                            {
                                                ["y"] = 554348.4375,
                                                ["x"] = -205093.140625,
                                            }, -- end of [27]
                                            [29] = 
                                            {
                                                ["y"] = 554354.375,
                                                ["x"] = -205100,
                                            }, -- end of [29]
                                            [30] = 
                                            {
                                                ["y"] = 554524,
                                                ["x"] = -205598.5625,
                                            }, -- end of [30]
                                        }, -- end of [2]
                                        [8] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 553001.42857144,
                                                ["x"] = -205402.28571429,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 553001.42857144,
                                                ["x"] = -205402.28571429,
                                            }, -- end of [2]
                                        }, -- end of [8]
                                        [3] = 
                                        {
                                            [6] = 
                                            {
                                                ["y"] = 554564.6875,
                                                ["x"] = -205749.328125,
                                            }, -- end of [6]
                                            [2] = 
                                            {
                                                ["y"] = 554571,
                                                ["x"] = -205736.515625,
                                            }, -- end of [2]
                                            [3] = 
                                            {
                                                ["y"] = 554571.5,
                                                ["x"] = -205740.40625,
                                            }, -- end of [3]
                                            [1] = 
                                            {
                                                ["y"] = 554524,
                                                ["x"] = -205598.5625,
                                            }, -- end of [1]
                                            [4] = 
                                            {
                                                ["y"] = 554570.5,
                                                ["x"] = -205744.21875,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                ["y"] = 554568.125,
                                                ["x"] = -205747.34375,
                                            }, -- end of [5]
                                            [7] = 
                                            {
                                                ["y"] = 554412.375,
                                                ["x"] = -205801.078125,
                                            }, -- end of [7]
                                        }, -- end of [3]
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 552587.5,
                                                ["x"] = -205547.234375,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 553805.45347369,
                                                ["x"] = -205132.04954414,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [4] = 
                                        {
                                            [6] = 
                                            {
                                                ["y"] = 553774,
                                                ["x"] = -206007.53125,
                                            }, -- end of [6]
                                            [2] = 
                                            {
                                                ["y"] = 553786.8125,
                                                ["x"] = -206013.828125,
                                            }, -- end of [2]
                                            [3] = 
                                            {
                                                ["y"] = 553782.875,
                                                ["x"] = -206014.34375,
                                            }, -- end of [3]
                                            [1] = 
                                            {
                                                ["y"] = 554412.375,
                                                ["x"] = -205801.078125,
                                            }, -- end of [1]
                                            [4] = 
                                            {
                                                ["y"] = 553779.125,
                                                ["x"] = -206013.328125,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                ["y"] = 553776,
                                                ["x"] = -206010.9375,
                                            }, -- end of [5]
                                            [7] = 
                                            {
                                                ["y"] = 553763.3125,
                                                ["x"] = -205976,
                                            }, -- end of [7]
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            [6] = 
                                            {
                                                ["y"] = 553676.625,
                                                ["x"] = -205752.15625,
                                            }, -- end of [6]
                                            [2] = 
                                            {
                                                ["y"] = 553689.4375,
                                                ["x"] = -205758.453125,
                                            }, -- end of [2]
                                            [3] = 
                                            {
                                                ["y"] = 553687.4375,
                                                ["x"] = -205755.046875,
                                            }, -- end of [3]
                                            [1] = 
                                            {
                                                ["y"] = 553763.3125,
                                                ["x"] = -205976,
                                            }, -- end of [1]
                                            [4] = 
                                            {
                                                ["y"] = 553684.3125,
                                                ["x"] = -205752.65625,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                ["y"] = 553680.5625,
                                                ["x"] = -205751.640625,
                                            }, -- end of [5]
                                            [7] = 
                                            {
                                                ["y"] = 553488,
                                                ["x"] = -205816.296875,
                                            }, -- end of [7]
                                        }, -- end of [5]
                                        [7] = 
                                        {
                                            [6] = 
                                            {
                                                ["y"] = 552577.125,
                                                ["x"] = -205551.71875,
                                            }, -- end of [6]
                                            [2] = 
                                            {
                                                ["y"] = 552633.125,
                                                ["x"] = -205745.40625,
                                            }, -- end of [2]
                                            [8] = 
                                            {
                                                ["y"] = 553001.9375,
                                                ["x"] = -205403.6875,
                                            }, -- end of [8]
                                            [3] = 
                                            {
                                                ["y"] = 552574.125,
                                                ["x"] = -205562.5625,
                                            }, -- end of [3]
                                            [1] = 
                                            {
                                                ["y"] = 552696.625,
                                                ["x"] = -205949.078125,
                                            }, -- end of [1]
                                            [4] = 
                                            {
                                                ["y"] = 552573.6875,
                                                ["x"] = -205558.640625,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                ["y"] = 552574.6875,
                                                ["x"] = -205554.84375,
                                            }, -- end of [5]
                                            [7] = 
                                            {
                                                ["y"] = 552580.5625,
                                                ["x"] = -205549.765625,
                                            }, -- end of [7]
                                        }, -- end of [7]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 22,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 552587.5,
                                            ["x"] = -205547.234375,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 1.0277777777778,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 32,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 1251.996997579,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 553805.45347369,
                                            ["x"] = -205132.04954414,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 1.0277777777778,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 12,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 2351.3545827701,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 554523.98152756,
                                            ["x"] = -205598.55829932,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 1.0277777777778,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 6,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 2576.3575434511,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 554412.36249907,
                                            ["x"] = -205801.07938432,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 1.0277777777778,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 6,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 3319.0630530447,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 553763.30036198,
                                            ["x"] = -205975.99466345,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 1.0277777777778,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            ["alt"] = 9,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 3665.2954959086,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 553487.97079873,
                                            ["x"] = -205816.31346981,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 1.0277777777778,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            ["alt"] = 13,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 4569.0465055787,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 552696.61269122,
                                            ["x"] = -205949.07983977,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 1.0277777777778,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            ["alt"] = 27,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 5528.6934911056,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 553001.91814107,
                                            ["x"] = -205403.69511913,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 1.0277777777778,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [8]
                                    }, -- end of ["points"]
                                    ["routeRelativeTOT"] = true,
                                }, -- end of ["route"]
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [12]
                        }, -- end of ["group"]
                    }, -- end of ["vehicle"]
                    ["name"] = "Russia",
                }, -- end of [2]
                [3] = 
                {
                    ["id"] = 1,
                    ["name"] = "Ukraine",
                }, -- end of [3]
                [4] = 
                {
                    ["id"] = 19,
                    ["name"] = "South Ossetia",
                }, -- end of [4]
            }, -- end of ["country"]
        }, -- end of ["red"]
    }, -- end of ["coalition"]
    ["sortie"] = "French Connection",
    ["version"] = 7,
    ["goals"] = 
    {
    }, -- end of ["goals"]
    ["currentKey"] = 141839,
    ["start_time"] = 30600,
    ["forcedOptions"] = 
    {
        ["birds"] = 0,
        ["labels"] = false,
    }, -- end of ["forcedOptions"]
    ["failures"] = 
    {
        ["CADC_FAILURE_PRESSURE_ALT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "CADC pressure alt sensor",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "CADC_FAILURE_PRESSURE_ALT",
            ["mm"] = 0,
        }, -- end of ["CADC_FAILURE_PRESSURE_ALT"]
        ["RADAR_ALTIMETR_RIGHT_ANT_FAILURE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AN/APN-194 right antenna",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "RADAR_ALTIMETR_RIGHT_ANT_FAILURE",
            ["mm"] = 0,
        }, -- end of ["RADAR_ALTIMETR_RIGHT_ANT_FAILURE"]
        ["sas_pitch_left"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "SAS PITCH LEFT",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "sas_pitch_left",
            ["mm"] = 0,
        }, -- end of ["sas_pitch_left"]
        ["AN_ALR69V_FAILURE_SENSOR_TAIL_LEFT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AN/ALR-69V tail left sensor",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AN_ALR69V_FAILURE_SENSOR_TAIL_LEFT",
            ["mm"] = 0,
        }, -- end of ["AN_ALR69V_FAILURE_SENSOR_TAIL_LEFT"]
        ["CADC_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "CADC",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "CADC_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["CADC_FAILURE_TOTAL"]
        ["LEFT_MFCD_FAILURE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Left MFCD",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "LEFT_MFCD_FAILURE",
            ["mm"] = 0,
        }, -- end of ["LEFT_MFCD_FAILURE"]
        ["AN_ALR69V_FAILURE_SENSOR_NOSE_LEFT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AN/ALR-69V nose left sensor",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AN_ALR69V_FAILURE_SENSOR_NOSE_LEFT",
            ["mm"] = 0,
        }, -- end of ["AN_ALR69V_FAILURE_SENSOR_NOSE_LEFT"]
        ["TACAN_FAILURE_TRANSMITTER"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "TACAN AN/ARN-118 transmitter",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "TACAN_FAILURE_TRANSMITTER",
            ["mm"] = 0,
        }, -- end of ["TACAN_FAILURE_TRANSMITTER"]
        ["AN_ALE_40V_FAILURE_CONTAINER_RIGHT_GEAR"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AN/ALE-40V right main gear container",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AN_ALE_40V_FAILURE_CONTAINER_RIGHT_GEAR",
            ["mm"] = 0,
        }, -- end of ["AN_ALE_40V_FAILURE_CONTAINER_RIGHT_GEAR"]
        ["AN_ALR69V_FAILURE_SENSOR_TAIL_RIGHT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AN/ALR-69V tail right sensor",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AN_ALR69V_FAILURE_SENSOR_TAIL_RIGHT",
            ["mm"] = 0,
        }, -- end of ["AN_ALR69V_FAILURE_SENSOR_TAIL_RIGHT"]
        ["r_conv"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "R-CONVERTER",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "r_conv",
            ["mm"] = 0,
        }, -- end of ["r_conv"]
        ["CICU_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "CICU",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "CICU_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["CICU_FAILURE_TOTAL"]
        ["SADL_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "SADL",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "SADL_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["SADL_FAILURE_TOTAL"]
        ["CADC_FAILURE_TAS"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "CADC TAS sensor",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "CADC_FAILURE_TAS",
            ["mm"] = 0,
        }, -- end of ["CADC_FAILURE_TAS"]
        ["CADC_FAILURE_DYNAMIC"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "CADC dynamic pressure sensor",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "CADC_FAILURE_DYNAMIC",
            ["mm"] = 0,
        }, -- end of ["CADC_FAILURE_DYNAMIC"]
        ["sas_yaw_right"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "SAS YAW RIGHT",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "sas_yaw_right",
            ["mm"] = 0,
        }, -- end of ["sas_yaw_right"]
        ["AAR_47_FAILURE_SENSOR_TAIL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AAR-47 tail sensor",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AAR_47_FAILURE_SENSOR_TAIL",
            ["mm"] = 0,
        }, -- end of ["AAR_47_FAILURE_SENSOR_TAIL"]
        ["TGP_FAILURE_RIGHT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "TGP on right wing",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "TGP_FAILURE_RIGHT",
            ["mm"] = 0,
        }, -- end of ["TGP_FAILURE_RIGHT"]
        ["AAR_47_FAILURE_SENSOR_LEFT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AAR-47 left sensor",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AAR_47_FAILURE_SENSOR_LEFT",
            ["mm"] = 0,
        }, -- end of ["AAR_47_FAILURE_SENSOR_LEFT"]
        ["AN_ALR69V_FAILURE_SENSOR_NOSE_RIGHT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AN/ALR-69V nose right sensor",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AN_ALR69V_FAILURE_SENSOR_NOSE_RIGHT",
            ["mm"] = 0,
        }, -- end of ["AN_ALR69V_FAILURE_SENSOR_NOSE_RIGHT"]
        ["hydro_left"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "L-HYDRO",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "hydro_left",
            ["mm"] = 0,
        }, -- end of ["hydro_left"]
        ["TACAN_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "TACAN AN/ARN-118",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "TACAN_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["TACAN_FAILURE_TOTAL"]
        ["l_engine"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "L-ENGINE",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "l_engine",
            ["mm"] = 0,
        }, -- end of ["l_engine"]
        ["ILS_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ILS AN/ARN-118",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "ILS_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["ILS_FAILURE_TOTAL"]
        ["hydro_right"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "R-HYDRO",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "hydro_right",
            ["mm"] = 0,
        }, -- end of ["hydro_right"]
        ["CADC_FAILURE_TEMPERATURE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "CADC temperature sensor",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "CADC_FAILURE_TEMPERATURE",
            ["mm"] = 0,
        }, -- end of ["CADC_FAILURE_TEMPERATURE"]
        ["AIRSPEED_INDICATOR_FAILURE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Airspeed indicator",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AIRSPEED_INDICATOR_FAILURE",
            ["mm"] = 0,
        }, -- end of ["AIRSPEED_INDICATOR_FAILURE"]
        ["l_conv"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "L-CONVERTER",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "l_conv",
            ["mm"] = 0,
        }, -- end of ["l_conv"]
        ["RADAR_ALTIMETR_LEFT_ANT_FAILURE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AN/APN-194 left antenna",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "RADAR_ALTIMETR_LEFT_ANT_FAILURE",
            ["mm"] = 0,
        }, -- end of ["RADAR_ALTIMETR_LEFT_ANT_FAILURE"]
        ["TACAN_FAILURE_RECEIVER"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "TACAN AN/ARN-118 receiver",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "TACAN_FAILURE_RECEIVER",
            ["mm"] = 0,
        }, -- end of ["TACAN_FAILURE_RECEIVER"]
        ["AN_ALE_40V_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AN/ALE-40V",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AN_ALE_40V_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["AN_ALE_40V_FAILURE_TOTAL"]
        ["ILS_FAILURE_ANT_MARKER"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ILS AN/ARN-118 marker antenna",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "ILS_FAILURE_ANT_MARKER",
            ["mm"] = 0,
        }, -- end of ["ILS_FAILURE_ANT_MARKER"]
        ["sas_yaw_left"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "SAS YAW LEFT",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "sas_yaw_left",
            ["mm"] = 0,
        }, -- end of ["sas_yaw_left"]
        ["AN_ALE_40V_FAILURE_CONTAINER_LEFT_WING"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AN/ALE-40V left wingtip container",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AN_ALE_40V_FAILURE_CONTAINER_LEFT_WING",
            ["mm"] = 0,
        }, -- end of ["AN_ALE_40V_FAILURE_CONTAINER_LEFT_WING"]
        ["CADC_FAILURE_STATIC"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "CADC static pressure sensor",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "CADC_FAILURE_STATIC",
            ["mm"] = 0,
        }, -- end of ["CADC_FAILURE_STATIC"]
        ["HUD_FAILURE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "HUD",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "HUD_FAILURE",
            ["mm"] = 0,
        }, -- end of ["HUD_FAILURE"]
        ["r_engine"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "R-ENGINE",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "r_engine",
            ["mm"] = 0,
        }, -- end of ["r_engine"]
        ["VHF_AM_RADIO_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "VHF AM radio",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "VHF_AM_RADIO_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["VHF_AM_RADIO_FAILURE_TOTAL"]
        ["sas_pitch_right"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "SAS PITCH RIGHT",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "sas_pitch_right",
            ["mm"] = 0,
        }, -- end of ["sas_pitch_right"]
        ["VHF_FM_RADIO_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "VHF FM radio",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "VHF_FM_RADIO_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["VHF_FM_RADIO_FAILURE_TOTAL"]
        ["RIGHT_MFCD_FAILURE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Right MFCD",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "RIGHT_MFCD_FAILURE",
            ["mm"] = 0,
        }, -- end of ["RIGHT_MFCD_FAILURE"]
        ["ILS_FAILURE_ANT_LOCALIZER"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ILS AN/ARN-118 localizer antenna",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "ILS_FAILURE_ANT_LOCALIZER",
            ["mm"] = 0,
        }, -- end of ["ILS_FAILURE_ANT_LOCALIZER"]
        ["IFFCC_FAILURE_GUN"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "GUN",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "IFFCC_FAILURE_GUN",
            ["mm"] = 0,
        }, -- end of ["IFFCC_FAILURE_GUN"]
        ["CADC_FAILURE_IAS"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "CADC IAS sensor",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "CADC_FAILURE_IAS",
            ["mm"] = 0,
        }, -- end of ["CADC_FAILURE_IAS"]
        ["AAR_47_FAILURE_SENSOR_RIGHT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AAR-47 right sensor",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AAR_47_FAILURE_SENSOR_RIGHT",
            ["mm"] = 0,
        }, -- end of ["AAR_47_FAILURE_SENSOR_RIGHT"]
        ["AN_ALE_40V_FAILURE_CONTAINER_LEFT_GEAR"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AN/ALE-40V left main gear container",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AN_ALE_40V_FAILURE_CONTAINER_LEFT_GEAR",
            ["mm"] = 0,
        }, -- end of ["AN_ALE_40V_FAILURE_CONTAINER_LEFT_GEAR"]
        ["r_gen"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "R-GENERATOR",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "r_gen",
            ["mm"] = 0,
        }, -- end of ["r_gen"]
        ["AN_ALR69V_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AN/ALR69V",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AN_ALR69V_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["AN_ALR69V_FAILURE_TOTAL"]
        ["IFFCC_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "IFFCC",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "IFFCC_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["IFFCC_FAILURE_TOTAL"]
        ["TGP_FAILURE_LEFT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "TGP on left wing",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "TGP_FAILURE_LEFT",
            ["mm"] = 0,
        }, -- end of ["TGP_FAILURE_LEFT"]
        ["EGI_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "EGI",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "EGI_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["EGI_FAILURE_TOTAL"]
        ["ILS_FAILURE_ANT_GLIDESLOPE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ILS AN/ARN-118 glideslope antenna",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "ILS_FAILURE_ANT_GLIDESLOPE",
            ["mm"] = 0,
        }, -- end of ["ILS_FAILURE_ANT_GLIDESLOPE"]
        ["UHF_RADIO_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "UHF radio",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "UHF_RADIO_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["UHF_RADIO_FAILURE_TOTAL"]
        ["CDU_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "CDU",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "CDU_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["CDU_FAILURE_TOTAL"]
        ["AAR_47_FAILURE_SENSOR_BOTTOM"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AAR-47 bottom sensor",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AAR_47_FAILURE_SENSOR_BOTTOM",
            ["mm"] = 0,
        }, -- end of ["AAR_47_FAILURE_SENSOR_BOTTOM"]
        ["CADC_FAILURE_MACH"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "CADC mach sensor",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "CADC_FAILURE_MACH",
            ["mm"] = 0,
        }, -- end of ["CADC_FAILURE_MACH"]
        ["AAR_47_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AAR-47",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AAR_47_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["AAR_47_FAILURE_TOTAL"]
        ["l_gen"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "L-GENERATOR",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "l_gen",
            ["mm"] = 0,
        }, -- end of ["l_gen"]
        ["AN_ALE_40V_FAILURE_CONTAINER_RIGHT_WING"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AN/ALE-40V right wingtip container",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AN_ALE_40V_FAILURE_CONTAINER_RIGHT_WING",
            ["mm"] = 0,
        }, -- end of ["AN_ALE_40V_FAILURE_CONTAINER_RIGHT_WING"]
        ["CADC_FAILURE_BARO_ALT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "CADC baro alt sensor",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "CADC_FAILURE_BARO_ALT",
            ["mm"] = 0,
        }, -- end of ["CADC_FAILURE_BARO_ALT"]
        ["CLOCK_FAILURE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Digital clock",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "CLOCK_FAILURE",
            ["mm"] = 0,
        }, -- end of ["CLOCK_FAILURE"]
    }, -- end of ["failures"]
} -- end of mission
