mission = 
{
    ["trig"] = 
    {
        ["actions"] = 
        {
            [1] = "a_set_flag(1);a_out_text_delay(\"Mission Success.\", 30); mission.trig.func[1]=nil;",
            [2] = "a_out_text_delay(\"Hawg1.1, this is JTAC Ferret. A SA-19 has been deployed in the centre of the town.\", 15);a_activate_group(\"SAM SA19\"); mission.trig.func[2]=nil;",
            [3] = "a_set_flag(100); mission.trig.func[3]=nil;",
            [4] = "a_add_radio_item(\"APC1 Proceed to Position\", 10, \"all\");a_out_text_delay(\"Hawg1.1, this is APC1. We are in position to proceed. Over\", 15);a_group_off(\"APC1\"); mission.trig.func[4]=nil;",
            [5] = "a_add_radio_item(\"APC2 Proceed to Position\", 11, \"all\");a_out_text_delay(\"Hawg1.1, this is APC2. We are in postion to proceed.  Over\", 15);a_group_off(\"APC2\"); mission.trig.func[5]=nil;",
            [6] = "a_group_on(\"APC1\");a_out_text_delay(\"Hawg1.1, this is APC1. We are moving out\", 20);a_remove_radio_item(\"APC1 Proceed to Position\", \"all\"); mission.trig.func[6]=nil;",
            [7] = "a_out_text_delay(\"APC Units have been lost. Mission failure.. \", 30); mission.trig.func[7]=nil;",
            [8] = "a_set_flag(2);a_out_text_delay(\"This is APC1. We have reached our position. \", 20); mission.trig.func[8]=nil;",
            [9] = "a_set_flag(3);a_out_text_delay(\"Hawg1.1, this is APC2.  We have reached our position. Thanks for the support\", 20); mission.trig.func[9]=nil;",
            [10] = "a_group_on(\"APC2\");a_out_text_delay(\"Hawg1.1, this is APC2. We are moving out\", 20);a_remove_radio_item(\"APC2 Proceed to Position\", \"all\"); mission.trig.func[10]=nil;",
            [11] = "a_out_text_delay(\"Hawg1.1, this is JTAC Ferret. We have two groups of Russian tanks in formation. Over \", 15); mission.trig.func[11]=nil;",
            [12] = "a_activate_group(\"IFV\");a_out_text_delay(\"Hawg1.1, this is JTAC Ferret. We have a column of IFV's on the east side heading towards APC2\", 20); mission.trig.func[12]=nil;",
            [13] = "a_out_text_delay(\"Hawg1.1, this is APC1, those tanks are getting close. \", 15); mission.trig.func[13]=nil;",
            [14] = "a_out_text_delay(\"Hawg1.1, this is APC1, we are taking fire. \", 20); mission.trig.func[14]=nil;",
            [15] = "a_out_text_delay(\"Hawg1.1, this is APC2, we are taking fire. \", 20); mission.trig.func[15]=nil;",
            [16] = "a_activate_group(\"ARV BTR\");a_out_text_delay(\"Hawg1.1, this is JTAC Ferret. We have tanks approaching APC1.\", 20); mission.trig.func[16]=nil;",
            [17] = "a_out_text_delay(\"Hawg1.1, this is JTAC Ferret. All targets have been neutralised. Good Job. RTB. \", 20); mission.trig.func[17]=nil;",
            [18] = "a_ai_task(\"APC1\", 1); mission.trig.func[18]=nil;",
            [19] = "a_ai_task(\"APC2\", 1); mission.trig.func[19]=nil;",
            [20] = "a_group_resume(\"APC1\"); mission.trig.func[20]=nil;",
            [21] = "a_group_resume(\"APC2\"); mission.trig.func[21]=nil;",
            [22] = "a_ai_task(\"APC1\", 2); mission.trig.func[22]=nil;",
            [23] = "a_ai_task(\"APC2\", 2); mission.trig.func[23]=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",
        }, -- 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,
        }, -- end of ["flag"]
        ["conditions"] = 
        {
            [1] = "return(c_unit_in_zone(1, \"Batumi\") and c_unit_altitude_lower(1, 800) and c_unit_speed_lower(1, 30) and c_flag_is_true(2) and c_flag_is_true(3) )",
            [2] = "return(c_group_dead(\"AAA\") or c_group_dead(\"New Vehicle Group\") )",
            [3] = "return(c_time_after(1) )",
            [4] = "return(c_part_of_group_in_zone(\"APC1\", \"Radio Zone\") )",
            [5] = "return(c_part_of_group_in_zone(\"APC2\", \"Radio Zone\") )",
            [6] = "return(c_flag_is_true(10) )",
            [7] = "return(c_group_dead(\"APC1\") or c_group_dead(\"APC2\") )",
            [8] = "return(c_part_of_group_in_zone(\"APC1\", \"Golf\") )",
            [9] = "return(c_part_of_group_in_zone(\"APC2\", \"Whisky\") )",
            [10] = "return(c_flag_is_true(11) )",
            [11] = "return(c_unit_in_zone(1, \"Pathway\") )",
            [12] = "return(c_unit_in_zone(37, \"North Entrance\") )",
            [13] = "return(c_part_of_group_in_zone(\"ARV BTR\", \"South Entrance\") )",
            [14] = "return(c_unit_damaged(19) )",
            [15] = "return(c_unit_damaged(37) )",
            [16] = "return(c_part_of_group_in_zone(\"APC1\", \"Path\") )",
            [17] = "return(c_group_dead(\"AAA\") and c_group_dead(\"ARV BTR\") and c_group_dead(\"SAM SA19\") and c_group_dead(\"IFV\") and c_group_dead(\"New Vehicle Group\") and c_group_alive(\"APC1\") and c_group_alive(\"APC2\") )",
            [18] = "return(c_unit_damaged(44) or c_unit_damaged(45) or c_unit_damaged(46) or c_unit_damaged(61) )",
            [19] = "return(c_unit_damaged(47) or c_unit_damaged(48) or c_unit_damaged(49) or c_unit_damaged(59) )",
            [20] = "return(c_group_dead(\"ARV BTR\") )",
            [21] = "return(c_group_dead(\"IFV\") )",
            [22] = "return(c_group_dead(\"ARV BTR\") and c_group_dead(\"AAA\") )",
            [23] = "return(c_group_dead(\"IFV\") and c_group_dead(\"New Vehicle Group\") )",
        }, -- end of ["conditions"]
        ["customStartup"] = 
        {
            [6] = "for i,t in pairs(mission.result.offline.actions) do mission.result.offline.actions[i]=loadstring(t) end",
            [2] = "for i,t in pairs(mission.result.blue.conditions) do mission.result.blue.conditions[i]=loadstring(t) end",
            [8] = "for i,t in pairs(mission.trig.actions) do mission.trig.actions[i]=loadstring(t) end",
            [3] = "for i,t in pairs(mission.result.offline.conditions) do mission.result.offline.conditions[i]=loadstring(t) end",
            [1] = "for i,t in pairs(mission.result.red.conditions) do mission.result.red.conditions[i]=loadstring(t) end",
            [4] = "for i,t in pairs(mission.result.red.actions) do mission.result.red.actions[i]=loadstring(t) end",
            [5] = "for i,t in pairs(mission.result.blue.actions) do mission.result.blue.actions[i]=loadstring(t) end",
            [7] = "for i,t in pairs(mission.trig.conditions) do mission.trig.conditions[i]=loadstring(t) end",
        }, -- end of ["customStartup"]
        ["funcStartup"] = 
        {
        }, -- end of ["funcStartup"]
    }, -- end of ["trig"]
    ["result"] = 
    {
        ["offline"] = 
        {
            ["conditions"] = 
            {
                [1] = "return(c_flag_is_true(1) )",
                [2] = "return(c_flag_is_true(2) and c_flag_is_true(3) )",
                [3] = "return(c_flag_is_true(100) )",
            }, -- end of ["conditions"]
            ["actions"] = 
            {
                [1] = "a_set_mission_result(10)",
                [2] = "a_set_mission_result(40)",
                [3] = "a_set_mission_result(50)",
            }, -- end of ["actions"]
            ["func"] = 
            {
                [1] = "if mission.result.offline.conditions[1]() then mission.result.offline.actions[1]() end",
                [2] = "if mission.result.offline.conditions[2]() then mission.result.offline.actions[2]() end",
                [3] = "if mission.result.offline.conditions[3]() then mission.result.offline.actions[3]() end",
            }, -- end of ["func"]
        }, -- end of ["offline"]
        ["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"]
    ["weather"] = 
    {
        ["atmosphere_type"] = 0,
        ["wind"] = 
        {
            ["at8000"] = 
            {
                ["speed"] = 0,
                ["dir"] = 0,
            }, -- end of ["at8000"]
            ["atGround"] = 
            {
                ["speed"] = 0,
                ["dir"] = 0,
            }, -- end of ["atGround"]
            ["at2000"] = 
            {
                ["speed"] = 0,
                ["dir"] = 0,
            }, -- end of ["at2000"]
        }, -- end of ["wind"]
        ["enable_fog"] = false,
        ["turbulence"] = 
        {
            ["at8000"] = 0,
            ["atGround"] = 0,
            ["at2000"] = 0,
        }, -- end of ["turbulence"]
        ["season"] = 
        {
            ["iseason"] = 3,
            ["temperature"] = 15,
        }, -- end of ["season"]
        ["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"] = 0,
            ["density"] = 0,
            ["base"] = 0,
            ["iprecptns"] = 0,
        }, -- end of ["clouds"]
    }, -- end of ["weather"]
    ["theatre"] = "Caucasus",
    ["triggers"] = 
    {
        ["zones"] = 
        {
            [1] = 
            {
                ["y"] = 635686.82000066,
                ["radius"] = 1500,
                ["zoneId"] = 1,
                ["color"] = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of ["color"]
                ["x"] = -317906.30677139,
                ["hidden"] = true,
                ["name"] = "Batumi",
            }, -- end of [1]
            [2] = 
            {
                ["y"] = 638402.85714286,
                ["radius"] = 100,
                ["zoneId"] = 3,
                ["color"] = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of ["color"]
                ["x"] = -316851.42857143,
                ["hidden"] = true,
                ["name"] = "Border",
            }, -- end of [2]
            [3] = 
            {
                ["y"] = 669049.96285777,
                ["radius"] = 101,
                ["zoneId"] = 4,
                ["color"] = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of ["color"]
                ["x"] = -295039.44962862,
                ["hidden"] = false,
                ["name"] = "Golf",
            }, -- end of [3]
            [4] = 
            {
                ["y"] = 674775.67714354,
                ["radius"] = 101,
                ["zoneId"] = 8,
                ["color"] = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of ["color"]
                ["x"] = -294201.73534287,
                ["hidden"] = true,
                ["name"] = "North Entrance",
            }, -- end of [4]
            [5] = 
            {
                ["y"] = 667658.53428638,
                ["radius"] = 101,
                ["zoneId"] = 10,
                ["color"] = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of ["color"]
                ["x"] = -299110.30677144,
                ["hidden"] = true,
                ["name"] = "Path",
            }, -- end of [5]
            [6] = 
            {
                ["y"] = 659441.39142926,
                ["radius"] = 5400,
                ["zoneId"] = 7,
                ["color"] = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of ["color"]
                ["x"] = -305273.16391429,
                ["hidden"] = true,
                ["name"] = "Pathway",
            }, -- end of [6]
            [7] = 
            {
                ["y"] = 669934.24857211,
                ["radius"] = 5100,
                ["zoneId"] = 6,
                ["color"] = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of ["color"]
                ["x"] = -294703.1639143,
                ["hidden"] = true,
                ["name"] = "Radio Zone",
            }, -- end of [7]
            [8] = 
            {
                ["y"] = 668479.96285782,
                ["radius"] = 100,
                ["zoneId"] = 9,
                ["color"] = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of ["color"]
                ["x"] = -295596.02105715,
                ["hidden"] = true,
                ["name"] = "South Entrance",
            }, -- end of [8]
            [9] = 
            {
                ["y"] = 670793.96285777,
                ["radius"] = 100,
                ["zoneId"] = 5,
                ["color"] = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of ["color"]
                ["x"] = -294583.7353429,
                ["hidden"] = false,
                ["name"] = "Whisky",
            }, -- end of [9]
        }, -- end of ["zones"]
    }, -- end of ["triggers"]
    ["map"] = 
    {
        ["centerY"] = 671796.5167106,
        ["zoom"] = 50000,
        ["centerX"] = -296626.89870163,
    }, -- end of ["map"]
    ["coalitions"] = 
    {
        ["blue"] = 
        {
            [1] = 11,
            [2] = 8,
            [3] = 13,
            [4] = 5,
            [5] = 16,
            [6] = 6,
            [7] = 15,
            [8] = 12,
            [9] = 9,
            [10] = 10,
            [11] = 3,
            [12] = 4,
            [13] = 2,
        }, -- end of ["blue"]
        ["red"] = 
        {
            [1] = 17,
            [2] = 0,
            [3] = 1,
        }, -- end of ["red"]
    }, -- end of ["coalitions"]
    ["descriptionText"] = "Title: Reclaiming Sadzhavoho\
\
Task: CAS\
\
Russian Forces have invaded the town of Sadzhavaho. Two allied forces have been mobilised to infiltrate positions Golf & Whisky. Eliminate all threats in the area so they may proceed.\
\
JTAC Ferret Frequency 30.0\
\
",
    ["pictureFileNameR"] = 
    {
    }, -- end of ["pictureFileNameR"]
    ["goals"] = 
    {
        [1] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 1,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["score"] = 10,
            ["side"] = "OFFLINE",
            ["predicate"] = "score",
            ["comment"] = "RTB Landing",
        }, -- end of [1]
        [2] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 2,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [1]
                [2] = 
                {
                    ["flag"] = 3,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [2]
            }, -- end of ["rules"]
            ["score"] = 40,
            ["side"] = "OFFLINE",
            ["predicate"] = "score",
            ["comment"] = "APC1 & APC2 reached zone",
        }, -- end of [2]
        [3] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 100,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["side"] = "OFFLINE",
            ["score"] = 50,
            ["predicate"] = "score",
            ["comment"] = "Begin Mission",
        }, -- end of [3]
    }, -- end of ["goals"]
    ["pictureFileNameB"] = 
    {
        [1] = "pic1{AB7C3C50-B1AD-4439-A4C9-A276DE9D6E44}.jpg",
    }, -- end of ["pictureFileNameB"]
    ["descriptionBlueTask"] = "Objective:\
\
Eliminate all threats in the area of WP 'TGT'. Escort APC1 & APC2 to holding positions Whisky & Golf.  RTB\
\
Contact JTAC Ferret at IP for assignment.\
\
Press 'F10 Other' for Tasking\
",
    ["descriptionRedTask"] = "",
    ["coalition"] = 
    {
        ["blue"] = 
        {
            ["bullseye"] = 
            {
                ["y"] = 617414,
                ["x"] = -291014,
            }, -- end of ["bullseye"]
            ["nav_points"] = 
            {
            }, -- end of ["nav_points"]
            ["name"] = "BLUE",
            ["country"] = 
            {
                [1] = 
                {
                    ["name"] = "USA",
                    ["id"] = 2,
                    ["vehicle"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 664978.55750561,
                                                ["x"] = -303940.60518047,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 666188.82000075,
                                                ["x"] = -305527.16391429,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 33,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 669105.67714353,
                                            ["x"] = -292880.30677143,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["valid"] = true,
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 1,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["valid"] = true,
                                                            ["number"] = 2,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "SetFrequency",
                                                                    ["params"] = 
                                                                    {
                                                                        ["modulation"] = 1,
                                                                        ["frequency"] = 30000000,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [2]
                                                        [3] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["valid"] = true,
                                                            ["number"] = 3,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "SetCallsign",
                                                                    ["params"] = 
                                                                    {
                                                                        ["number"] = 1,
                                                                        ["callname"] = 10,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [3]
                                                        [4] = 
                                                        {
                                                            ["valid"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["number"] = 4,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "SetInvisible",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [4]
                                                        [5] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "FAC",
                                                            ["valid"] = true,
                                                            ["number"] = 5,
                                                            ["params"] = 
                                                            {
                                                            }, -- end of ["params"]
                                                        }, -- end of [5]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 2,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 669105.67714353,
                                        ["type"] = "M1043 HMMWV Armament",
                                        ["name"] = "JTAC Ferret 1",
                                        ["unitId"] = 4,
                                        ["heading"] = 2.5830872929516,
                                        ["skill"] = "Excellent",
                                        ["x"] = -292880.30677143,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 669105.67714353,
                                ["x"] = -292880.30677143,
                                ["name"] = "JTAC Ferret 1",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [31] = 
                                            {
                                                ["y"] = 667237.0625,
                                                ["x"] = -298838.40625,
                                            }, -- end of [31]
                                            [2] = 
                                            {
                                                ["y"] = 667921.875,
                                                ["x"] = -299688,
                                            }, -- end of [2]
                                            [8] = 
                                            {
                                                ["y"] = 667728.5625,
                                                ["x"] = -299261.625,
                                            }, -- end of [8]
                                            [32] = 
                                            {
                                                ["y"] = 667226.25,
                                                ["x"] = -298815.25,
                                            }, -- end of [32]
                                            [33] = 
                                            {
                                                ["y"] = 667217.1875,
                                                ["x"] = -298791.34375,
                                            }, -- end of [33]
                                            [34] = 
                                            {
                                                ["y"] = 667209.875,
                                                ["x"] = -298766.875,
                                            }, -- end of [34]
                                            [35] = 
                                            {
                                                ["y"] = 667204.4375,
                                                ["x"] = -298741.90625,
                                            }, -- end of [35]
                                            [9] = 
                                            {
                                                ["y"] = 667717.375,
                                                ["x"] = -299236.03125,
                                            }, -- end of [9]
                                            [36] = 
                                            {
                                                ["y"] = 667200.75,
                                                ["x"] = -298716.625,
                                            }, -- end of [36]
                                            [37] = 
                                            {
                                                ["y"] = 667198.9375,
                                                ["x"] = -298691.125,
                                            }, -- end of [37]
                                            [38] = 
                                            {
                                                ["y"] = 667199.0625,
                                                ["x"] = -298665.59375,
                                            }, -- end of [38]
                                            [39] = 
                                            {
                                                ["y"] = 667199.0625,
                                                ["x"] = -298665.59375,
                                            }, -- end of [39]
                                            [10] = 
                                            {
                                                ["y"] = 667704.4375,
                                                ["x"] = -299211.28125,
                                            }, -- end of [10]
                                            [40] = 
                                            {
                                                ["y"] = 667221.5,
                                                ["x"] = -298120.53125,
                                            }, -- end of [40]
                                            [41] = 
                                            {
                                                ["y"] = 667223.1875,
                                                ["x"] = -298101.65625,
                                            }, -- end of [41]
                                            [42] = 
                                            {
                                                ["y"] = 667226.625,
                                                ["x"] = -298083.03125,
                                            }, -- end of [42]
                                            [43] = 
                                            {
                                                ["y"] = 667231.8125,
                                                ["x"] = -298064.8125,
                                            }, -- end of [43]
                                            [11] = 
                                            {
                                                ["y"] = 667689.75,
                                                ["x"] = -299187.46875,
                                            }, -- end of [11]
                                            [44] = 
                                            {
                                                ["y"] = 667238.75,
                                                ["x"] = -298047.15625,
                                            }, -- end of [44]
                                            [45] = 
                                            {
                                                ["y"] = 667247.25,
                                                ["x"] = -298030.25,
                                            }, -- end of [45]
                                            [46] = 
                                            {
                                                ["y"] = 667280.4375,
                                                ["x"] = -297968.59375,
                                            }, -- end of [46]
                                            [3] = 
                                            {
                                                ["y"] = 667903.1875,
                                                ["x"] = -299668.6875,
                                            }, -- end of [3]
                                            [12] = 
                                            {
                                                ["y"] = 667673.5,
                                                ["x"] = -299164.78125,
                                            }, -- end of [12]
                                            [48] = 
                                            {
                                                ["y"] = 667341.5625,
                                                ["x"] = -297842.6875,
                                            }, -- end of [48]
                                            [49] = 
                                            {
                                                ["y"] = 667369.4375,
                                                ["x"] = -297778.46875,
                                            }, -- end of [49]
                                            [50] = 
                                            {
                                                ["y"] = 667395.5625,
                                                ["x"] = -297713.53125,
                                            }, -- end of [50]
                                            [51] = 
                                            {
                                                ["y"] = 667419.8125,
                                                ["x"] = -297647.875,
                                            }, -- end of [51]
                                            [13] = 
                                            {
                                                ["y"] = 667655.625,
                                                ["x"] = -299143.25,
                                            }, -- end of [13]
                                            [52] = 
                                            {
                                                ["y"] = 667516.1875,
                                                ["x"] = -297375.25,
                                            }, -- end of [52]
                                            [53] = 
                                            {
                                                ["y"] = 667526.125,
                                                ["x"] = -297349.5625,
                                            }, -- end of [53]
                                            [54] = 
                                            {
                                                ["y"] = 667537.375,
                                                ["x"] = -297324.4375,
                                            }, -- end of [54]
                                            [55] = 
                                            {
                                                ["y"] = 667550.0625,
                                                ["x"] = -297299.96875,
                                            }, -- end of [55]
                                            [14] = 
                                            {
                                                ["y"] = 667636.375,
                                                ["x"] = -299123.03125,
                                            }, -- end of [14]
                                            [56] = 
                                            {
                                                ["y"] = 667564,
                                                ["x"] = -297276.21875,
                                            }, -- end of [56]
                                            [57] = 
                                            {
                                                ["y"] = 667591.125,
                                                ["x"] = -297233.03125,
                                            }, -- end of [57]
                                            [58] = 
                                            {
                                                ["y"] = 667593.3125,
                                                ["x"] = -297230.3125,
                                            }, -- end of [58]
                                            [59] = 
                                            {
                                                ["y"] = 667596.0625,
                                                ["x"] = -297228.15625,
                                            }, -- end of [59]
                                            [15] = 
                                            {
                                                ["y"] = 667615.75,
                                                ["x"] = -299104.21875,
                                            }, -- end of [15]
                                            [60] = 
                                            {
                                                ["y"] = 667950.3125,
                                                ["x"] = -297014.875,
                                            }, -- end of [60]
                                            [61] = 
                                            {
                                                ["y"] = 667963.6875,
                                                ["x"] = -297005.84375,
                                            }, -- end of [61]
                                            [62] = 
                                            {
                                                ["y"] = 667975.9375,
                                                ["x"] = -296995.40625,
                                            }, -- end of [62]
                                            [1] = 
                                            {
                                                ["y"] = 667939.75,
                                                ["x"] = -299708.09375,
                                            }, -- end of [1]
                                            [4] = 
                                            {
                                                ["y"] = 667841.125,
                                                ["x"] = -299607.09375,
                                            }, -- end of [4]
                                            [16] = 
                                            {
                                                ["y"] = 667593.8125,
                                                ["x"] = -299086.875,
                                            }, -- end of [16]
                                            [64] = 
                                            {
                                                ["y"] = 667996.8125,
                                                ["x"] = -296970.9375,
                                            }, -- end of [64]
                                            [65] = 
                                            {
                                                ["y"] = 668005.1875,
                                                ["x"] = -296957.15625,
                                            }, -- end of [65]
                                            [66] = 
                                            {
                                                ["y"] = 668012,
                                                ["x"] = -296942.5625,
                                            }, -- end of [66]
                                            [17] = 
                                            {
                                                ["y"] = 667570.75,
                                                ["x"] = -299071.125,
                                            }, -- end of [17]
                                            [68] = 
                                            {
                                                ["y"] = 668020.8125,
                                                ["x"] = -296911.59375,
                                            }, -- end of [68]
                                            [69] = 
                                            {
                                                ["y"] = 668022.6875,
                                                ["x"] = -296895.59375,
                                            }, -- end of [69]
                                            [70] = 
                                            {
                                                ["y"] = 668022.8125,
                                                ["x"] = -296879.46875,
                                            }, -- end of [70]
                                            [18] = 
                                            {
                                                ["y"] = 667546.625,
                                                ["x"] = -299057,
                                            }, -- end of [18]
                                            [72] = 
                                            {
                                                ["y"] = 668017.875,
                                                ["x"] = -296847.6875,
                                            }, -- end of [72]
                                            [73] = 
                                            {
                                                ["y"] = 668012.875,
                                                ["x"] = -296832.34375,
                                            }, -- end of [73]
                                            [74] = 
                                            {
                                                ["y"] = 668006.25,
                                                ["x"] = -296817.65625,
                                            }, -- end of [74]
                                            [19] = 
                                            {
                                                ["y"] = 667521.625,
                                                ["x"] = -299044.625,
                                            }, -- end of [19]
                                            [76] = 
                                            {
                                                ["y"] = 667955.25,
                                                ["x"] = -296717.125,
                                            }, -- end of [76]
                                            [77] = 
                                            {
                                                ["y"] = 667951.75,
                                                ["x"] = -296705.40625,
                                            }, -- end of [77]
                                            [5] = 
                                            {
                                                ["y"] = 667838.875,
                                                ["x"] = -299604.25,
                                            }, -- end of [5]
                                            [20] = 
                                            {
                                                ["y"] = 667495.75,
                                                ["x"] = -299034,
                                            }, -- end of [20]
                                            [80] = 
                                            {
                                                ["y"] = 667950.0625,
                                                ["x"] = -296668.875,
                                            }, -- end of [80]
                                            [81] = 
                                            {
                                                ["y"] = 667955,
                                                ["x"] = -296633,
                                            }, -- end of [81]
                                            [82] = 
                                            {
                                                ["y"] = 667955.875,
                                                ["x"] = -296629.65625,
                                            }, -- end of [82]
                                            [21] = 
                                            {
                                                ["y"] = 667422.6875,
                                                ["x"] = -299005.75,
                                            }, -- end of [21]
                                            [84] = 
                                            {
                                                ["y"] = 668091.0625,
                                                ["x"] = -296432.21875,
                                            }, -- end of [84]
                                            [85] = 
                                            {
                                                ["y"] = 668100.1875,
                                                ["x"] = -296417.5625,
                                            }, -- end of [85]
                                            [86] = 
                                            {
                                                ["y"] = 668108.0625,
                                                ["x"] = -296402.15625,
                                            }, -- end of [86]
                                            [22] = 
                                            {
                                                ["y"] = 667399.1875,
                                                ["x"] = -298995.6875,
                                            }, -- end of [22]
                                            [88] = 
                                            {
                                                ["y"] = 668119.625,
                                                ["x"] = -296369.625,
                                            }, -- end of [88]
                                            [89] = 
                                            {
                                                ["y"] = 668123.3125,
                                                ["x"] = -296352.75,
                                            }, -- end of [89]
                                            [90] = 
                                            {
                                                ["y"] = 668161.1875,
                                                ["x"] = -296131.71875,
                                            }, -- end of [90]
                                            [23] = 
                                            {
                                                ["y"] = 667376.5,
                                                ["x"] = -298983.9375,
                                            }, -- end of [23]
                                            [92] = 
                                            {
                                                ["y"] = 668173.8125,
                                                ["x"] = -296079.46875,
                                            }, -- end of [92]
                                            [93] = 
                                            {
                                                ["y"] = 668182.6875,
                                                ["x"] = -296054.09375,
                                            }, -- end of [93]
                                            [6] = 
                                            {
                                                ["y"] = 667837.375,
                                                ["x"] = -299600.96875,
                                            }, -- end of [6]
                                            [24] = 
                                            {
                                                ["y"] = 667354.75,
                                                ["x"] = -298970.5625,
                                            }, -- end of [24]
                                            [96] = 
                                            {
                                                ["y"] = 668219.375,
                                                ["x"] = -295982.375,
                                            }, -- end of [96]
                                            [25] = 
                                            {
                                                ["y"] = 667334,
                                                ["x"] = -298955.625,
                                            }, -- end of [25]
                                            [26] = 
                                            {
                                                ["y"] = 667314.375,
                                                ["x"] = -298939.21875,
                                            }, -- end of [26]
                                            [95] = 
                                            {
                                                ["y"] = 668205.5625,
                                                ["x"] = -296005.4375,
                                            }, -- end of [95]
                                            [94] = 
                                            {
                                                ["y"] = 668193.3125,
                                                ["x"] = -296029.375,
                                            }, -- end of [94]
                                            [27] = 
                                            {
                                                ["y"] = 667296.0625,
                                                ["x"] = -298921.4375,
                                            }, -- end of [27]
                                            [91] = 
                                            {
                                                ["y"] = 668166.625,
                                                ["x"] = -296105.375,
                                            }, -- end of [91]
                                            [87] = 
                                            {
                                                ["y"] = 668114.5625,
                                                ["x"] = -296386.15625,
                                            }, -- end of [87]
                                            [7] = 
                                            {
                                                ["y"] = 667737.9375,
                                                ["x"] = -299287.9375,
                                            }, -- end of [7]
                                            [28] = 
                                            {
                                                ["y"] = 667279.0625,
                                                ["x"] = -298902.34375,
                                            }, -- end of [28]
                                            [83] = 
                                            {
                                                ["y"] = 667957.5,
                                                ["x"] = -296626.5625,
                                            }, -- end of [83]
                                            [79] = 
                                            {
                                                ["y"] = 667949.125,
                                                ["x"] = -296681.09375,
                                            }, -- end of [79]
                                            [78] = 
                                            {
                                                ["y"] = 667949.6875,
                                                ["x"] = -296693.3125,
                                            }, -- end of [78]
                                            [29] = 
                                            {
                                                ["y"] = 667263.5,
                                                ["x"] = -298882.09375,
                                            }, -- end of [29]
                                            [75] = 
                                            {
                                                ["y"] = 667960.25,
                                                ["x"] = -296728.3125,
                                            }, -- end of [75]
                                            [71] = 
                                            {
                                                ["y"] = 668021.1875,
                                                ["x"] = -296863.4375,
                                            }, -- end of [71]
                                            [67] = 
                                            {
                                                ["y"] = 668017.25,
                                                ["x"] = -296927.3125,
                                            }, -- end of [67]
                                            [30] = 
                                            {
                                                ["y"] = 667249.5,
                                                ["x"] = -298860.71875,
                                            }, -- end of [30]
                                            [63] = 
                                            {
                                                ["y"] = 667987.0625,
                                                ["x"] = -296983.75,
                                            }, -- end of [63]
                                            [47] = 
                                            {
                                                ["y"] = 667311.875,
                                                ["x"] = -297906.0625,
                                            }, -- end of [47]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [27] = 
                                            {
                                                ["y"] = 668707.3125,
                                                ["x"] = -295284.34375,
                                            }, -- end of [27]
                                            [2] = 
                                            {
                                                ["y"] = 668235.375,
                                                ["x"] = -295959.4375,
                                            }, -- end of [2]
                                            [3] = 
                                            {
                                                ["y"] = 668252.9375,
                                                ["x"] = -295937.65625,
                                            }, -- end of [3]
                                            [4] = 
                                            {
                                                ["y"] = 668271.9375,
                                                ["x"] = -295917.15625,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                ["y"] = 668292.375,
                                                ["x"] = -295898.03125,
                                            }, -- end of [5]
                                            [6] = 
                                            {
                                                ["y"] = 668296.625,
                                                ["x"] = -295894.3125,
                                            }, -- end of [6]
                                            [7] = 
                                            {
                                                ["y"] = 668321.4375,
                                                ["x"] = -295871.5,
                                            }, -- end of [7]
                                            [8] = 
                                            {
                                                ["y"] = 668345.0625,
                                                ["x"] = -295847.4375,
                                            }, -- end of [8]
                                            [10] = 
                                            {
                                                ["y"] = 668388.375,
                                                ["x"] = -295795.78125,
                                            }, -- end of [10]
                                            [12] = 
                                            {
                                                ["y"] = 668426.125,
                                                ["x"] = -295739.875,
                                            }, -- end of [12]
                                            [14] = 
                                            {
                                                ["y"] = 668457.8125,
                                                ["x"] = -295680.375,
                                            }, -- end of [14]
                                            [16] = 
                                            {
                                                ["y"] = 668483.1875,
                                                ["x"] = -295617.90625,
                                            }, -- end of [16]
                                            [20] = 
                                            {
                                                ["y"] = 668504.75,
                                                ["x"] = -295570.71875,
                                            }, -- end of [20]
                                            [24] = 
                                            {
                                                ["y"] = 668608.75,
                                                ["x"] = -295471.875,
                                            }, -- end of [24]
                                            [28] = 
                                            {
                                                ["y"] = 668743.5625,
                                                ["x"] = -295224.09375,
                                            }, -- end of [28]
                                            [32] = 
                                            {
                                                ["y"] = 668805.4375,
                                                ["x"] = -295153.34375,
                                            }, -- end of [32]
                                            [33] = 
                                            {
                                                ["y"] = 668824.1875,
                                                ["x"] = -295139,
                                            }, -- end of [33]
                                            [17] = 
                                            {
                                                ["y"] = 668491.5625,
                                                ["x"] = -295593.59375,
                                            }, -- end of [17]
                                            [21] = 
                                            {
                                                ["y"] = 668511,
                                                ["x"] = -295564.4375,
                                            }, -- end of [21]
                                            [25] = 
                                            {
                                                ["y"] = 668616.3125,
                                                ["x"] = -295458.71875,
                                            }, -- end of [25]
                                            [29] = 
                                            {
                                                ["y"] = 668756.9375,
                                                ["x"] = -295204.625,
                                            }, -- end of [29]
                                            [34] = 
                                            {
                                                ["y"] = 668843.9375,
                                                ["x"] = -295126.125,
                                            }, -- end of [34]
                                            [9] = 
                                            {
                                                ["y"] = 668367.375,
                                                ["x"] = -295822.15625,
                                            }, -- end of [9]
                                            [11] = 
                                            {
                                                ["y"] = 668408,
                                                ["x"] = -295768.3125,
                                            }, -- end of [11]
                                            [13] = 
                                            {
                                                ["y"] = 668442.75,
                                                ["x"] = -295710.53125,
                                            }, -- end of [13]
                                            [15] = 
                                            {
                                                ["y"] = 668471.3125,
                                                ["x"] = -295649.46875,
                                            }, -- end of [15]
                                            [18] = 
                                            {
                                                ["y"] = 668494.9375,
                                                ["x"] = -295585.40625,
                                            }, -- end of [18]
                                            [22] = 
                                            {
                                                ["y"] = 668588.875,
                                                ["x"] = -295494.75,
                                            }, -- end of [22]
                                            [26] = 
                                            {
                                                ["y"] = 668682.625,
                                                ["x"] = -295318.625,
                                            }, -- end of [26]
                                            [30] = 
                                            {
                                                ["y"] = 668771.75,
                                                ["x"] = -295186.28125,
                                            }, -- end of [30]
                                            [36] = 
                                            {
                                                ["y"] = 668886.1875,
                                                ["x"] = -295105.28125,
                                            }, -- end of [36]
                                            [37] = 
                                            {
                                                ["y"] = 669044.0625,
                                                ["x"] = -295042.21875,
                                            }, -- end of [37]
                                            [35] = 
                                            {
                                                ["y"] = 668864.6875,
                                                ["x"] = -295114.875,
                                            }, -- end of [35]
                                            [1] = 
                                            {
                                                ["y"] = 668219.375,
                                                ["x"] = -295982.375,
                                            }, -- end of [1]
                                            [19] = 
                                            {
                                                ["y"] = 668499.375,
                                                ["x"] = -295577.75,
                                            }, -- end of [19]
                                            [23] = 
                                            {
                                                ["y"] = 668599.5625,
                                                ["x"] = -295483.9375,
                                            }, -- end of [23]
                                            [31] = 
                                            {
                                                ["y"] = 668787.9375,
                                                ["x"] = -295169.15625,
                                            }, -- end of [31]
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 669044.82000061,
                                                ["x"] = -295044.0210572,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 669044.82000061,
                                                ["x"] = -295044.0210572,
                                            }, -- end of [2]
                                        }, -- end of [3]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 124,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 667939.74478149,
                                            ["x"] = -299708.09820557,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 15.416666666667,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["valid"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 3,
                                                                    }, -- 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]
                                        [2] = 
                                        {
                                            ["alt"] = 159,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 286.84404578869,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 668219.37661743,
                                            ["x"] = -295982.37763977,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 15.416666666667,
                                            ["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"] = 73,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 328.75236519692,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 669044.06682855,
                                            ["x"] = -295042.22950394,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 30.833333333333,
                                            ["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"]
                                }, -- end of ["route"]
                                ["groupId"] = 9,
                                ["tasks"] = 
                                {
                                    [1] = 
                                    {
                                        ["valid"] = true,
                                        ["name"] = "APC1 Hold",
                                        ["auto"] = false,
                                        ["id"] = "Hold",
                                        ["enabled"] = true,
                                        ["number"] = 1,
                                        ["params"] = 
                                        {
                                        }, -- end of ["params"]
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["valid"] = true,
                                        ["auto"] = false,
                                        ["name"] = "APC1 Invisible",
                                        ["id"] = "WrappedAction",
                                        ["number"] = 2,
                                        ["enabled"] = true,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "SetInvisible",
                                                ["params"] = 
                                                {
                                                    ["value"] = true,
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [2]
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 667939.74478149,
                                        ["type"] = "M1043 HMMWV Armament",
                                        ["name"] = "APC1",
                                        ["unitId"] = 19,
                                        ["heading"] = 0.074913973711317,
                                        ["skill"] = "Excellent",
                                        ["x"] = -299708.09820557,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 667958.66357422,
                                        ["type"] = "M1043 HMMWV Armament",
                                        ["name"] = "Unit #1",
                                        ["unitId"] = 20,
                                        ["heading"] = 0.074913973711317,
                                        ["skill"] = "Excellent",
                                        ["x"] = -299731.32666016,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 667976.48529053,
                                        ["type"] = "M1043 HMMWV Armament",
                                        ["name"] = "Unit #2",
                                        ["unitId"] = 21,
                                        ["heading"] = 0.074913973711317,
                                        ["skill"] = "Excellent",
                                        ["x"] = -299755.39755249,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 667993.17297363,
                                        ["type"] = "M1043 HMMWV Armament",
                                        ["name"] = "Unit #3",
                                        ["unitId"] = 22,
                                        ["heading"] = 0.074913973711317,
                                        ["skill"] = "Excellent",
                                        ["x"] = -299780.25927734,
                                    }, -- end of [4]
                                }, -- end of ["units"]
                                ["y"] = 667939.74478149,
                                ["x"] = -299708.09820557,
                                ["name"] = "APC1",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [27] = 
                                            {
                                                ["y"] = 673388.9375,
                                                ["x"] = -294247.8125,
                                            }, -- end of [27]
                                            [2] = 
                                            {
                                                ["y"] = 675963.625,
                                                ["x"] = -294278.28125,
                                            }, -- end of [2]
                                            [38] = 
                                            {
                                                ["y"] = 673020.5,
                                                ["x"] = -294121.96875,
                                            }, -- end of [38]
                                            [3] = 
                                            {
                                                ["y"] = 675931.5,
                                                ["x"] = -294288.84375,
                                            }, -- end of [3]
                                            [4] = 
                                            {
                                                ["y"] = 675898.9375,
                                                ["x"] = -294297.6875,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                ["y"] = 675865.875,
                                                ["x"] = -294304.84375,
                                            }, -- end of [5]
                                            [6] = 
                                            {
                                                ["y"] = 675832.5625,
                                                ["x"] = -294310.28125,
                                            }, -- end of [6]
                                            [7] = 
                                            {
                                                ["y"] = 675798.9375,
                                                ["x"] = -294313.96875,
                                            }, -- end of [7]
                                            [8] = 
                                            {
                                                ["y"] = 675765.25,
                                                ["x"] = -294315.90625,
                                            }, -- end of [8]
                                            [10] = 
                                            {
                                                ["y"] = 675697.6875,
                                                ["x"] = -294314.53125,
                                            }, -- end of [10]
                                            [12] = 
                                            {
                                                ["y"] = 674767.8125,
                                                ["x"] = -294199.125,
                                            }, -- end of [12]
                                            [14] = 
                                            {
                                                ["y"] = 674635.125,
                                                ["x"] = -294186.125,
                                            }, -- end of [14]
                                            [16] = 
                                            {
                                                ["y"] = 674501.9375,
                                                ["x"] = -294180.21875,
                                            }, -- end of [16]
                                            [20] = 
                                            {
                                                ["y"] = 673813.1875,
                                                ["x"] = -294189.3125,
                                            }, -- end of [20]
                                            [24] = 
                                            {
                                                ["y"] = 673456.5,
                                                ["x"] = -294243.59375,
                                            }, -- end of [24]
                                            [28] = 
                                            {
                                                ["y"] = 673366.375,
                                                ["x"] = -294245.78125,
                                            }, -- end of [28]
                                            [32] = 
                                            {
                                                ["y"] = 673279.6875,
                                                ["x"] = -294221.09375,
                                            }, -- end of [32]
                                            [40] = 
                                            {
                                                ["y"] = 672279.375,
                                                ["x"] = -294240.03125,
                                            }, -- end of [40]
                                            [33] = 
                                            {
                                                ["y"] = 673091.625,
                                                ["x"] = -294135.25,
                                            }, -- end of [33]
                                            [17] = 
                                            {
                                                ["y"] = 674435.25,
                                                ["x"] = -294179.90625,
                                            }, -- end of [17]
                                            [21] = 
                                            {
                                                ["y"] = 673755.3125,
                                                ["x"] = -294194.65625,
                                            }, -- end of [21]
                                            [25] = 
                                            {
                                                ["y"] = 673434.125,
                                                ["x"] = -294246.6875,
                                            }, -- end of [25]
                                            [29] = 
                                            {
                                                ["y"] = 673344.0625,
                                                ["x"] = -294242.09375,
                                            }, -- end of [29]
                                            [34] = 
                                            {
                                                ["y"] = 673078.0625,
                                                ["x"] = -294129.84375,
                                            }, -- end of [34]
                                            [9] = 
                                            {
                                                ["y"] = 675731.4375,
                                                ["x"] = -294316.125,
                                            }, -- end of [9]
                                            [11] = 
                                            {
                                                ["y"] = 675664.0625,
                                                ["x"] = -294311.21875,
                                            }, -- end of [11]
                                            [13] = 
                                            {
                                                ["y"] = 674701.5625,
                                                ["x"] = -294191.75,
                                            }, -- end of [13]
                                            [15] = 
                                            {
                                                ["y"] = 674568.5625,
                                                ["x"] = -294182.28125,
                                            }, -- end of [15]
                                            [18] = 
                                            {
                                                ["y"] = 673929.4375,
                                                ["x"] = -294184.40625,
                                            }, -- end of [18]
                                            [22] = 
                                            {
                                                ["y"] = 673697.625,
                                                ["x"] = -294201.90625,
                                            }, -- end of [22]
                                            [26] = 
                                            {
                                                ["y"] = 673411.5625,
                                                ["x"] = -294248.09375,
                                            }, -- end of [26]
                                            [30] = 
                                            {
                                                ["y"] = 673322.125,
                                                ["x"] = -294236.71875,
                                            }, -- end of [30]
                                            [36] = 
                                            {
                                                ["y"] = 673049.625,
                                                ["x"] = -294123.09375,
                                            }, -- end of [36]
                                            [37] = 
                                            {
                                                ["y"] = 673035.0625,
                                                ["x"] = -294121.8125,
                                            }, -- end of [37]
                                            [39] = 
                                            {
                                                ["y"] = 673005.9375,
                                                ["x"] = -294123.5625,
                                            }, -- end of [39]
                                            [35] = 
                                            {
                                                ["y"] = 673064,
                                                ["x"] = -294125.75,
                                            }, -- end of [35]
                                            [1] = 
                                            {
                                                ["y"] = 676043.0625,
                                                ["x"] = -294249.875,
                                            }, -- end of [1]
                                            [19] = 
                                            {
                                                ["y"] = 673871.25,
                                                ["x"] = -294185.875,
                                            }, -- end of [19]
                                            [23] = 
                                            {
                                                ["y"] = 673640.1875,
                                                ["x"] = -294211.09375,
                                            }, -- end of [23]
                                            [31] = 
                                            {
                                                ["y"] = 673300.625,
                                                ["x"] = -294229.71875,
                                            }, -- end of [31]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 672279.375,
                                                ["x"] = -294240.03125,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 671963.375,
                                                ["x"] = -294290.25,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                ["y"] = 671837.25,
                                                ["x"] = -294298.78125,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                ["y"] = 671696.375,
                                                ["x"] = -294362.0625,
                                            }, -- end of [8]
                                            [16] = 
                                            {
                                                ["y"] = 670907.25,
                                                ["x"] = -294568.25,
                                            }, -- end of [16]
                                            [17] = 
                                            {
                                                ["y"] = 670846.4375,
                                                ["x"] = -294577.15625,
                                            }, -- end of [17]
                                            [9] = 
                                            {
                                                ["y"] = 671663.125,
                                                ["x"] = -294375.28125,
                                            }, -- end of [9]
                                            [18] = 
                                            {
                                                ["y"] = 670785.375,
                                                ["x"] = -294584.21875,
                                            }, -- end of [18]
                                            [5] = 
                                            {
                                                ["y"] = 671834.5625,
                                                ["x"] = -294299.1875,
                                            }, -- end of [5]
                                            [10] = 
                                            {
                                                ["y"] = 671629.4375,
                                                ["x"] = -294387.3125,
                                            }, -- end of [10]
                                            [11] = 
                                            {
                                                ["y"] = 671595.3125,
                                                ["x"] = -294398.125,
                                            }, -- end of [11]
                                            [3] = 
                                            {
                                                ["y"] = 671921.125,
                                                ["x"] = -294292.0625,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                ["y"] = 671832,
                                                ["x"] = -294300.125,
                                            }, -- end of [6]
                                            [12] = 
                                            {
                                                ["y"] = 671560.8125,
                                                ["x"] = -294407.71875,
                                            }, -- end of [12]
                                            [13] = 
                                            {
                                                ["y"] = 671087.6875,
                                                ["x"] = -294530.25,
                                            }, -- end of [13]
                                            [7] = 
                                            {
                                                ["y"] = 671729.125,
                                                ["x"] = -294347.625,
                                            }, -- end of [7]
                                            [14] = 
                                            {
                                                ["y"] = 671027.9375,
                                                ["x"] = -294544.78125,
                                            }, -- end of [14]
                                            [15] = 
                                            {
                                                ["y"] = 670967.8125,
                                                ["x"] = -294557.4375,
                                            }, -- end of [15]
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 670784.82000061,
                                                ["x"] = -294578.30677149,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 670784.82000061,
                                                ["x"] = -294578.30677149,
                                            }, -- end of [2]
                                        }, -- end of [3]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 40,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 676043.06216053,
                                            ["x"] = -294249.87411007,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 7.7083333333333,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["valid"] = true,
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 2,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 42,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 495.49180534986,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 672279.37471607,
                                            ["x"] = -294240.02920728,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 7.7083333333333,
                                            ["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"] = 49,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 545.4450684584,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 670785.37545776,
                                            ["x"] = -294584.22399902,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 30.833333333333,
                                            ["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"]
                                }, -- end of ["route"]
                                ["groupId"] = 15,
                                ["tasks"] = 
                                {
                                    [1] = 
                                    {
                                        ["valid"] = true,
                                        ["name"] = "APC2 Hold",
                                        ["auto"] = false,
                                        ["id"] = "Hold",
                                        ["number"] = 1,
                                        ["enabled"] = true,
                                        ["params"] = 
                                        {
                                        }, -- end of ["params"]
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["valid"] = true,
                                        ["name"] = "APC2 Invisible",
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["number"] = 2,
                                        ["enabled"] = true,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "SetInvisible",
                                                ["params"] = 
                                                {
                                                    ["value"] = true,
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [2]
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 676043.06216053,
                                        ["type"] = "M1043 HMMWV Armament",
                                        ["name"] = "APC2",
                                        ["unitId"] = 37,
                                        ["heading"] = -1.5681805728351,
                                        ["skill"] = "Excellent",
                                        ["x"] = -294249.87411007,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 676071.30946895,
                                        ["type"] = "M1043 HMMWV Armament",
                                        ["name"] = "Unit #11",
                                        ["unitId"] = 38,
                                        ["heading"] = -1.5681805728351,
                                        ["skill"] = "Excellent",
                                        ["x"] = -294239.77272631,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 676099.56662632,
                                        ["type"] = "M1043 HMMWV Armament",
                                        ["name"] = "Unit #12",
                                        ["unitId"] = 39,
                                        ["heading"] = -1.5681805728351,
                                        ["skill"] = "Excellent",
                                        ["x"] = -294229.66782052,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 676127.81390828,
                                        ["type"] = "M1043 HMMWV Armament",
                                        ["name"] = "Unit #13",
                                        ["unitId"] = 40,
                                        ["heading"] = -1.5681805728351,
                                        ["skill"] = "Excellent",
                                        ["x"] = -294219.56644623,
                                    }, -- end of [4]
                                }, -- end of ["units"]
                                ["y"] = 676043.06216053,
                                ["x"] = -294249.87411007,
                                ["name"] = "APC2",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [3]
                        }, -- end of ["group"]
                    }, -- end of ["vehicle"]
                    ["plane"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "CAS",
                                ["uncontrolled"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 18,
                                            ["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"] = 24,
                                            ["y"] = 635639.37385346,
                                            ["x"] = -317948.32727306,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["valid"] = true,
                                                            ["auto"] = true,
                                                            ["enabled"] = true,
                                                            ["id"] = "EngageTargets",
                                                            ["number"] = 1,
                                                            ["key"] = "CAS",
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "All",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["valid"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["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"] = 1219.2,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 144.05909733453,
                                            ["y"] = 654330.66101294,
                                            ["x"] = -310809.4078718,
                                            ["name"] = "IP",
                                            ["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"] = 169,
                                            ["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"] = 305.57859472807,
                                            ["y"] = 669934.24857211,
                                            ["x"] = -294691.73534287,
                                            ["name"] = "TGT",
                                            ["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]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 1,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 18,
                                        ["heading"] = 1.2059566371388,
                                        ["alt_type"] = "BARO",
                                        ["callsign"] = 
                                        {
                                            [1] = 9,
                                            [2] = 1,
                                            [3] = 1,
                                            ["name"] = "Hawg11",
                                        }, -- end of ["callsign"]
                                        ["psi"] = -1.2059566371388,
                                        ["livery_id"] = "104th FS Maryland ANG, Baltimore (MD)",
                                        ["onboard_num"] = "108",
                                        ["type"] = "A-10C",
                                        ["y"] = 635639.37385346,
                                        ["x"] = -317948.32727306,
                                        ["name"] = "Hawg1.1",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{CBU-87}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{DAC53A2F-79CA-42FF-A77A-F5649B601308}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "BRU-42_3*GBU-12",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    ["CLSID"] = "BRU-42_3*GBU-12",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    ["CLSID"] = "{DAC53A2F-79CA-42FF-A77A-F5649B601308}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    ["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    ["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}",
                                                }, -- end of [11]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 3068,
                                            ["flare"] = 120,
                                            ["ammo_type"] = 1,
                                            ["chaff"] = 240,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["speed"] = 138.88888888889,
                                        ["start_type"] = 2,
                                        ["unitId"] = 1,
                                        ["skill"] = "Player",
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["alt"] = 18,
                                        ["heading"] = 1.2059566371388,
                                        ["alt_type"] = "BARO",
                                        ["callsign"] = 
                                        {
                                            [1] = 9,
                                            [2] = 1,
                                            [3] = 2,
                                            ["name"] = "Hawg12",
                                        }, -- end of ["callsign"]
                                        ["psi"] = -1.2059566371388,
                                        ["livery_id"] = "104th FS Maryland ANG, Baltimore (MD)",
                                        ["onboard_num"] = "10",
                                        ["type"] = "A-10C",
                                        ["y"] = 635679.37385346,
                                        ["x"] = -317988.32727306,
                                        ["name"] = "Hawg1.2",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{CBU-87}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{DAC53A2F-79CA-42FF-A77A-F5649B601308}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "BRU-42_3*GBU-12",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    ["CLSID"] = "BRU-42_3*GBU-12",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    ["CLSID"] = "{DAC53A2F-79CA-42FF-A77A-F5649B601308}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    ["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    ["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}",
                                                }, -- end of [11]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 3068,
                                            ["flare"] = 120,
                                            ["ammo_type"] = 1,
                                            ["chaff"] = 240,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["speed"] = 138.88888888889,
                                        ["start_type"] = 2,
                                        ["unitId"] = 57,
                                        ["skill"] = "High",
                                    }, -- end of [2]
                                }, -- end of ["units"]
                                ["y"] = 635639.37385346,
                                ["x"] = -317948.32727306,
                                ["name"] = "Hawg",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 251,
                            }, -- end of [1]
                        }, -- end of ["group"]
                    }, -- end of ["plane"]
                }, -- 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,
                    ["name"] = "France",
                }, -- end of [5]
                [6] = 
                {
                    ["id"] = 12,
                    ["name"] = "Norway",
                }, -- end of [6]
                [7] = 
                {
                    ["id"] = 9,
                    ["name"] = "Spain",
                }, -- end of [7]
                [8] = 
                {
                    ["id"] = 16,
                    ["name"] = "Georgia",
                }, -- end of [8]
                [9] = 
                {
                    ["id"] = 10,
                    ["name"] = "The Netherlands",
                }, -- end of [9]
                [10] = 
                {
                    ["id"] = 13,
                    ["name"] = "Denmark",
                }, -- end of [10]
                [11] = 
                {
                    ["id"] = 6,
                    ["name"] = "Germany",
                }, -- end of [11]
                [12] = 
                {
                    ["id"] = 4,
                    ["name"] = "UK",
                }, -- end of [12]
                [13] = 
                {
                    ["id"] = 3,
                    ["name"] = "Turkey",
                }, -- end of [13]
            }, -- 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"] = 17,
                    ["name"] = "Insurgents",
                }, -- end of [1]
                [2] = 
                {
                    ["id"] = 0,
                    ["vehicle"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 665969.99999991,
                                                ["x"] = -305397.87276343,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 666169.99999991,
                                                ["x"] = -304733.58704915,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 72,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 669002.53428635,
                                            ["x"] = -295032.30677144,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 10,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 669002.53428635,
                                        ["type"] = "T-55",
                                        ["name"] = "MBT1",
                                        ["unitId"] = 23,
                                        ["heading"] = 4.4331363000656,
                                        ["skill"] = "Excellent",
                                        ["x"] = -295032.30677144,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 669011.10571492,
                                        ["type"] = "T-55",
                                        ["name"] = "Unit #4",
                                        ["unitId"] = 53,
                                        ["heading"] = 3.8222710618676,
                                        ["skill"] = "Excellent",
                                        ["x"] = -295055.73534287,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 669019.10571492,
                                        ["type"] = "T-55",
                                        ["name"] = "Unit #5",
                                        ["unitId"] = 60,
                                        ["heading"] = 3.8222710618676,
                                        ["skill"] = "Excellent",
                                        ["x"] = -295082.59248573,
                                    }, -- end of [3]
                                }, -- end of ["units"]
                                ["y"] = 669002.53428635,
                                ["x"] = -295032.30677144,
                                ["name"] = "AAA",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 48,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 670851.67714354,
                                            ["x"] = -294551.4496286,
                                            ["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"] = 13,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 670851.67714354,
                                        ["type"] = "T-55",
                                        ["name"] = "MBT2",
                                        ["unitId"] = 32,
                                        ["heading"] = 0.83775804095728,
                                        ["skill"] = "Average",
                                        ["x"] = -294551.4496286,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 670859.67714354,
                                        ["type"] = "T-55",
                                        ["name"] = "Unit #7",
                                        ["unitId"] = 55,
                                        ["heading"] = 0.83775804095728,
                                        ["skill"] = "Average",
                                        ["x"] = -294577.16391432,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 670862.51671059,
                                        ["type"] = "T-55",
                                        ["name"] = "Unit #8",
                                        ["unitId"] = 56,
                                        ["heading"] = 1.3264502315157,
                                        ["skill"] = "Excellent",
                                        ["x"] = -294598.61298734,
                                    }, -- end of [3]
                                }, -- end of ["units"]
                                ["y"] = 670851.67714354,
                                ["x"] = -294551.4496286,
                                ["name"] = "New Vehicle Group",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [33] = 
                                            {
                                                ["y"] = 668292.375,
                                                ["x"] = -295898.03125,
                                            }, -- end of [33]
                                            [35] = 
                                            {
                                                ["y"] = 668253.75,
                                                ["x"] = -295936.65625,
                                            }, -- end of [35]
                                            [37] = 
                                            {
                                                ["y"] = 668220.8125,
                                                ["x"] = -295980.1875,
                                            }, -- end of [37]
                                            [39] = 
                                            {
                                                ["y"] = 668194.0625,
                                                ["x"] = -296027.8125,
                                            }, -- end of [39]
                                            [41] = 
                                            {
                                                ["y"] = 668174.0625,
                                                ["x"] = -296078.65625,
                                            }, -- end of [41]
                                            [43] = 
                                            {
                                                ["y"] = 668161.1875,
                                                ["x"] = -296131.71875,
                                            }, -- end of [43]
                                            [45] = 
                                            {
                                                ["y"] = 668119.625,
                                                ["x"] = -296369.625,
                                            }, -- end of [45]
                                            [47] = 
                                            {
                                                ["y"] = 668108.0625,
                                                ["x"] = -296402.15625,
                                            }, -- end of [47]
                                            [49] = 
                                            {
                                                ["y"] = 668091.0625,
                                                ["x"] = -296432.21875,
                                            }, -- end of [49]
                                            [51] = 
                                            {
                                                ["y"] = 667955.875,
                                                ["x"] = -296629.65625,
                                            }, -- end of [51]
                                            [53] = 
                                            {
                                                ["y"] = 667950.0625,
                                                ["x"] = -296668.875,
                                            }, -- end of [53]
                                            [55] = 
                                            {
                                                ["y"] = 667949.6875,
                                                ["x"] = -296693.3125,
                                            }, -- end of [55]
                                            [57] = 
                                            {
                                                ["y"] = 667955.25,
                                                ["x"] = -296717.125,
                                            }, -- end of [57]
                                            [59] = 
                                            {
                                                ["y"] = 668006.25,
                                                ["x"] = -296817.65625,
                                            }, -- end of [59]
                                            [61] = 
                                            {
                                                ["y"] = 668017.875,
                                                ["x"] = -296847.6875,
                                            }, -- end of [61]
                                            [63] = 
                                            {
                                                ["y"] = 668022.8125,
                                                ["x"] = -296879.46875,
                                            }, -- end of [63]
                                            [66] = 
                                            {
                                                ["y"] = 668017.25,
                                                ["x"] = -296927.3125,
                                            }, -- end of [66]
                                            [70] = 
                                            {
                                                ["y"] = 667987.0625,
                                                ["x"] = -296983.75,
                                            }, -- end of [70]
                                            [74] = 
                                            {
                                                ["y"] = 667596.0625,
                                                ["x"] = -297228.15625,
                                            }, -- end of [74]
                                            [78] = 
                                            {
                                                ["y"] = 667550.0625,
                                                ["x"] = -297299.96875,
                                            }, -- end of [78]
                                            [82] = 
                                            {
                                                ["y"] = 667419.8125,
                                                ["x"] = -297647.875,
                                            }, -- end of [82]
                                            [86] = 
                                            {
                                                ["y"] = 667311.875,
                                                ["x"] = -297906.0625,
                                            }, -- end of [86]
                                            [90] = 
                                            {
                                                ["y"] = 667231.8125,
                                                ["x"] = -298064.8125,
                                            }, -- end of [90]
                                            [94] = 
                                            {
                                                ["y"] = 667201.8125,
                                                ["x"] = -298595.4375,
                                            }, -- end of [94]
                                            [98] = 
                                            {
                                                ["y"] = 667204.4375,
                                                ["x"] = -298741.90625,
                                            }, -- end of [98]
                                            [102] = 
                                            {
                                                ["y"] = 667237.0625,
                                                ["x"] = -298838.40625,
                                            }, -- end of [102]
                                            [106] = 
                                            {
                                                ["y"] = 667296.0625,
                                                ["x"] = -298921.4375,
                                            }, -- end of [106]
                                            [110] = 
                                            {
                                                ["y"] = 667376.5,
                                                ["x"] = -298983.9375,
                                            }, -- end of [110]
                                            [114] = 
                                            {
                                                ["y"] = 667521.625,
                                                ["x"] = -299044.625,
                                            }, -- end of [114]
                                            [118] = 
                                            {
                                                ["y"] = 667615.75,
                                                ["x"] = -299104.21875,
                                            }, -- end of [118]
                                            [122] = 
                                            {
                                                ["y"] = 667689.75,
                                                ["x"] = -299187.46875,
                                            }, -- end of [122]
                                            [126] = 
                                            {
                                                ["y"] = 667737.9375,
                                                ["x"] = -299287.9375,
                                            }, -- end of [126]
                                            [132] = 
                                            {
                                                ["y"] = 667949.5,
                                                ["x"] = -299719.78125,
                                            }, -- end of [132]
                                            [140] = 
                                            {
                                                ["y"] = 668077,
                                                ["x"] = -299959.59375,
                                            }, -- end of [140]
                                            [148] = 
                                            {
                                                ["y"] = 668187.25,
                                                ["x"] = -300058.6875,
                                            }, -- end of [148]
                                            [156] = 
                                            {
                                                ["y"] = 668335.4375,
                                                ["x"] = -300054.625,
                                            }, -- end of [156]
                                            [164] = 
                                            {
                                                ["y"] = 668597.0625,
                                                ["x"] = -299989.34375,
                                            }, -- end of [164]
                                            [172] = 
                                            {
                                                ["y"] = 668685.3125,
                                                ["x"] = -300084.34375,
                                            }, -- end of [172]
                                            [180] = 
                                            {
                                                ["y"] = 668767.375,
                                                ["x"] = -300210.21875,
                                            }, -- end of [180]
                                            [1] = 
                                            {
                                                ["y"] = 669024.75,
                                                ["x"] = -295049.9375,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 668886.1875,
                                                ["x"] = -295105.28125,
                                            }, -- end of [2]
                                            [133] = 
                                            {
                                                ["y"] = 667970.5,
                                                ["x"] = -299747.09375,
                                            }, -- end of [133]
                                            [141] = 
                                            {
                                                ["y"] = 668086.1875,
                                                ["x"] = -299976.1875,
                                            }, -- end of [141]
                                            [149] = 
                                            {
                                                ["y"] = 668205.375,
                                                ["x"] = -300064.375,
                                            }, -- end of [149]
                                            [157] = 
                                            {
                                                ["y"] = 668482.6875,
                                                ["x"] = -299991.125,
                                            }, -- end of [157]
                                            [165] = 
                                            {
                                                ["y"] = 668612.3125,
                                                ["x"] = -299996.34375,
                                            }, -- end of [165]
                                            [173] = 
                                            {
                                                ["y"] = 668692.25,
                                                ["x"] = -300106.6875,
                                            }, -- end of [173]
                                            [181] = 
                                            {
                                                ["y"] = 668783,
                                                ["x"] = -300220.28125,
                                            }, -- end of [181]
                                            [3] = 
                                            {
                                                ["y"] = 668864.6875,
                                                ["x"] = -295114.875,
                                            }, -- end of [3]
                                            [4] = 
                                            {
                                                ["y"] = 668843.9375,
                                                ["x"] = -295126.125,
                                            }, -- end of [4]
                                            [67] = 
                                            {
                                                ["y"] = 668012,
                                                ["x"] = -296942.5625,
                                            }, -- end of [67]
                                            [71] = 
                                            {
                                                ["y"] = 667975.9375,
                                                ["x"] = -296995.40625,
                                            }, -- end of [71]
                                            [75] = 
                                            {
                                                ["y"] = 667593.3125,
                                                ["x"] = -297230.3125,
                                            }, -- end of [75]
                                            [5] = 
                                            {
                                                ["y"] = 668824.1875,
                                                ["x"] = -295139,
                                            }, -- end of [5]
                                            [83] = 
                                            {
                                                ["y"] = 667395.5625,
                                                ["x"] = -297713.53125,
                                            }, -- end of [83]
                                            [87] = 
                                            {
                                                ["y"] = 667280.4375,
                                                ["x"] = -297968.59375,
                                            }, -- end of [87]
                                            [91] = 
                                            {
                                                ["y"] = 667226.625,
                                                ["x"] = -298083.03125,
                                            }, -- end of [91]
                                            [6] = 
                                            {
                                                ["y"] = 668805.4375,
                                                ["x"] = -295153.34375,
                                            }, -- end of [6]
                                            [99] = 
                                            {
                                                ["y"] = 667209.875,
                                                ["x"] = -298766.875,
                                            }, -- end of [99]
                                            [103] = 
                                            {
                                                ["y"] = 667249.5,
                                                ["x"] = -298860.71875,
                                            }, -- end of [103]
                                            [107] = 
                                            {
                                                ["y"] = 667314.375,
                                                ["x"] = -298939.21875,
                                            }, -- end of [107]
                                            [7] = 
                                            {
                                                ["y"] = 668787.9375,
                                                ["x"] = -295169.15625,
                                            }, -- end of [7]
                                            [115] = 
                                            {
                                                ["y"] = 667546.625,
                                                ["x"] = -299057,
                                            }, -- end of [115]
                                            [119] = 
                                            {
                                                ["y"] = 667636.375,
                                                ["x"] = -299123.03125,
                                            }, -- end of [119]
                                            [123] = 
                                            {
                                                ["y"] = 667704.4375,
                                                ["x"] = -299211.28125,
                                            }, -- end of [123]
                                            [8] = 
                                            {
                                                ["y"] = 668771.75,
                                                ["x"] = -295186.28125,
                                            }, -- end of [8]
                                            [134] = 
                                            {
                                                ["y"] = 667990.125,
                                                ["x"] = -299775.5,
                                            }, -- end of [134]
                                            [9] = 
                                            {
                                                ["y"] = 668756.9375,
                                                ["x"] = -295204.625,
                                            }, -- end of [9]
                                            [150] = 
                                            {
                                                ["y"] = 668223.9375,
                                                ["x"] = -300068.3125,
                                            }, -- end of [150]
                                            [10] = 
                                            {
                                                ["y"] = 668743.5625,
                                                ["x"] = -295224.09375,
                                            }, -- end of [10]
                                            [166] = 
                                            {
                                                ["y"] = 668626.625,
                                                ["x"] = -300005,
                                            }, -- end of [166]
                                            [11] = 
                                            {
                                                ["y"] = 668698.9375,
                                                ["x"] = -295296.4375,
                                            }, -- end of [11]
                                            [182] = 
                                            {
                                                ["y"] = 668799.5,
                                                ["x"] = -300228.84375,
                                            }, -- end of [182]
                                            [12] = 
                                            {
                                                ["y"] = 668678.8125,
                                                ["x"] = -295324.75,
                                            }, -- end of [12]
                                            [13] = 
                                            {
                                                ["y"] = 668616.3125,
                                                ["x"] = -295458.71875,
                                            }, -- end of [13]
                                            [14] = 
                                            {
                                                ["y"] = 668608.75,
                                                ["x"] = -295471.875,
                                            }, -- end of [14]
                                            [15] = 
                                            {
                                                ["y"] = 668599.5625,
                                                ["x"] = -295483.9375,
                                            }, -- end of [15]
                                            [16] = 
                                            {
                                                ["y"] = 668588.875,
                                                ["x"] = -295494.75,
                                            }, -- end of [16]
                                            [17] = 
                                            {
                                                ["y"] = 668511,
                                                ["x"] = -295564.4375,
                                            }, -- end of [17]
                                            [18] = 
                                            {
                                                ["y"] = 668504.75,
                                                ["x"] = -295570.71875,
                                            }, -- end of [18]
                                            [19] = 
                                            {
                                                ["y"] = 668499.375,
                                                ["x"] = -295577.75,
                                            }, -- end of [19]
                                            [20] = 
                                            {
                                                ["y"] = 668494.9375,
                                                ["x"] = -295585.40625,
                                            }, -- end of [20]
                                            [21] = 
                                            {
                                                ["y"] = 668491.5625,
                                                ["x"] = -295593.59375,
                                            }, -- end of [21]
                                            [22] = 
                                            {
                                                ["y"] = 668483.1875,
                                                ["x"] = -295617.90625,
                                            }, -- end of [22]
                                            [23] = 
                                            {
                                                ["y"] = 668471.3125,
                                                ["x"] = -295649.46875,
                                            }, -- end of [23]
                                            [24] = 
                                            {
                                                ["y"] = 668457.8125,
                                                ["x"] = -295680.375,
                                            }, -- end of [24]
                                            [25] = 
                                            {
                                                ["y"] = 668442.75,
                                                ["x"] = -295710.53125,
                                            }, -- end of [25]
                                            [26] = 
                                            {
                                                ["y"] = 668426.125,
                                                ["x"] = -295739.875,
                                            }, -- end of [26]
                                            [27] = 
                                            {
                                                ["y"] = 668408,
                                                ["x"] = -295768.3125,
                                            }, -- end of [27]
                                            [28] = 
                                            {
                                                ["y"] = 668388.375,
                                                ["x"] = -295795.78125,
                                            }, -- end of [28]
                                            [29] = 
                                            {
                                                ["y"] = 668367.375,
                                                ["x"] = -295822.15625,
                                            }, -- end of [29]
                                            [30] = 
                                            {
                                                ["y"] = 668345.0625,
                                                ["x"] = -295847.4375,
                                            }, -- end of [30]
                                            [31] = 
                                            {
                                                ["y"] = 668321.4375,
                                                ["x"] = -295871.5,
                                            }, -- end of [31]
                                            [32] = 
                                            {
                                                ["y"] = 668296.625,
                                                ["x"] = -295894.3125,
                                            }, -- end of [32]
                                            [34] = 
                                            {
                                                ["y"] = 668272.375,
                                                ["x"] = -295916.6875,
                                            }, -- end of [34]
                                            [36] = 
                                            {
                                                ["y"] = 668236.5625,
                                                ["x"] = -295957.875,
                                            }, -- end of [36]
                                            [38] = 
                                            {
                                                ["y"] = 668206.625,
                                                ["x"] = -296003.5625,
                                            }, -- end of [38]
                                            [40] = 
                                            {
                                                ["y"] = 668183.1875,
                                                ["x"] = -296052.90625,
                                            }, -- end of [40]
                                            [42] = 
                                            {
                                                ["y"] = 668166.6875,
                                                ["x"] = -296104.96875,
                                            }, -- end of [42]
                                            [44] = 
                                            {
                                                ["y"] = 668123.3125,
                                                ["x"] = -296352.75,
                                            }, -- end of [44]
                                            [46] = 
                                            {
                                                ["y"] = 668114.5625,
                                                ["x"] = -296386.15625,
                                            }, -- end of [46]
                                            [48] = 
                                            {
                                                ["y"] = 668100.1875,
                                                ["x"] = -296417.5625,
                                            }, -- end of [48]
                                            [50] = 
                                            {
                                                ["y"] = 667957.5,
                                                ["x"] = -296626.5625,
                                            }, -- end of [50]
                                            [52] = 
                                            {
                                                ["y"] = 667955,
                                                ["x"] = -296633,
                                            }, -- end of [52]
                                            [54] = 
                                            {
                                                ["y"] = 667949.125,
                                                ["x"] = -296681.09375,
                                            }, -- end of [54]
                                            [56] = 
                                            {
                                                ["y"] = 667951.75,
                                                ["x"] = -296705.40625,
                                            }, -- end of [56]
                                            [58] = 
                                            {
                                                ["y"] = 667960.25,
                                                ["x"] = -296728.3125,
                                            }, -- end of [58]
                                            [60] = 
                                            {
                                                ["y"] = 668012.875,
                                                ["x"] = -296832.34375,
                                            }, -- end of [60]
                                            [62] = 
                                            {
                                                ["y"] = 668021.1875,
                                                ["x"] = -296863.4375,
                                            }, -- end of [62]
                                            [64] = 
                                            {
                                                ["y"] = 668022.6875,
                                                ["x"] = -296895.59375,
                                            }, -- end of [64]
                                            [68] = 
                                            {
                                                ["y"] = 668005.1875,
                                                ["x"] = -296957.15625,
                                            }, -- end of [68]
                                            [72] = 
                                            {
                                                ["y"] = 667963.6875,
                                                ["x"] = -297005.84375,
                                            }, -- end of [72]
                                            [76] = 
                                            {
                                                ["y"] = 667591.125,
                                                ["x"] = -297233.03125,
                                            }, -- end of [76]
                                            [80] = 
                                            {
                                                ["y"] = 667526.125,
                                                ["x"] = -297349.5625,
                                            }, -- end of [80]
                                            [84] = 
                                            {
                                                ["y"] = 667369.4375,
                                                ["x"] = -297778.46875,
                                            }, -- end of [84]
                                            [88] = 
                                            {
                                                ["y"] = 667247.25,
                                                ["x"] = -298030.25,
                                            }, -- end of [88]
                                            [92] = 
                                            {
                                                ["y"] = 667223.1875,
                                                ["x"] = -298101.65625,
                                            }, -- end of [92]
                                            [96] = 
                                            {
                                                ["y"] = 667198.9375,
                                                ["x"] = -298691.125,
                                            }, -- end of [96]
                                            [100] = 
                                            {
                                                ["y"] = 667217.1875,
                                                ["x"] = -298791.34375,
                                            }, -- end of [100]
                                            [104] = 
                                            {
                                                ["y"] = 667263.5,
                                                ["x"] = -298882.09375,
                                            }, -- end of [104]
                                            [108] = 
                                            {
                                                ["y"] = 667334,
                                                ["x"] = -298955.625,
                                            }, -- end of [108]
                                            [112] = 
                                            {
                                                ["y"] = 667422.6875,
                                                ["x"] = -299005.75,
                                            }, -- end of [112]
                                            [116] = 
                                            {
                                                ["y"] = 667570.75,
                                                ["x"] = -299071.125,
                                            }, -- end of [116]
                                            [120] = 
                                            {
                                                ["y"] = 667655.625,
                                                ["x"] = -299143.25,
                                            }, -- end of [120]
                                            [124] = 
                                            {
                                                ["y"] = 667717.375,
                                                ["x"] = -299236.03125,
                                            }, -- end of [124]
                                            [128] = 
                                            {
                                                ["y"] = 667838.875,
                                                ["x"] = -299604.25,
                                            }, -- end of [128]
                                            [136] = 
                                            {
                                                ["y"] = 668024.5625,
                                                ["x"] = -299835.21875,
                                            }, -- end of [136]
                                            [144] = 
                                            {
                                                ["y"] = 668122.5625,
                                                ["x"] = -300019.71875,
                                            }, -- end of [144]
                                            [152] = 
                                            {
                                                ["y"] = 668261.75,
                                                ["x"] = -300070.875,
                                            }, -- end of [152]
                                            [160] = 
                                            {
                                                ["y"] = 668531.375,
                                                ["x"] = -299979.28125,
                                            }, -- end of [160]
                                            [168] = 
                                            {
                                                ["y"] = 668652,
                                                ["x"] = -300026.84375,
                                            }, -- end of [168]
                                            [176] = 
                                            {
                                                ["y"] = 668716.0625,
                                                ["x"] = -300156.9375,
                                            }, -- end of [176]
                                            [184] = 
                                            {
                                                ["y"] = 668834.5,
                                                ["x"] = -300241.21875,
                                            }, -- end of [184]
                                            [129] = 
                                            {
                                                ["y"] = 667841.125,
                                                ["x"] = -299607.09375,
                                            }, -- end of [129]
                                            [137] = 
                                            {
                                                ["y"] = 668039.375,
                                                ["x"] = -299866.375,
                                            }, -- end of [137]
                                            [145] = 
                                            {
                                                ["y"] = 668137.3125,
                                                ["x"] = -300031.71875,
                                            }, -- end of [145]
                                            [153] = 
                                            {
                                                ["y"] = 668280.6875,
                                                ["x"] = -300069.46875,
                                            }, -- end of [153]
                                            [161] = 
                                            {
                                                ["y"] = 668548.125,
                                                ["x"] = -299979.03125,
                                            }, -- end of [161]
                                            [169] = 
                                            {
                                                ["y"] = 668662.6875,
                                                ["x"] = -300039.71875,
                                            }, -- end of [169]
                                            [177] = 
                                            {
                                                ["y"] = 668726.9375,
                                                ["x"] = -300172,
                                            }, -- end of [177]
                                            [185] = 
                                            {
                                                ["y"] = 668852.75,
                                                ["x"] = -300244.90625,
                                            }, -- end of [185]
                                            [65] = 
                                            {
                                                ["y"] = 668020.8125,
                                                ["x"] = -296911.59375,
                                            }, -- end of [65]
                                            [69] = 
                                            {
                                                ["y"] = 667996.8125,
                                                ["x"] = -296970.9375,
                                            }, -- end of [69]
                                            [73] = 
                                            {
                                                ["y"] = 667950.3125,
                                                ["x"] = -297014.875,
                                            }, -- end of [73]
                                            [77] = 
                                            {
                                                ["y"] = 667564,
                                                ["x"] = -297276.21875,
                                            }, -- end of [77]
                                            [81] = 
                                            {
                                                ["y"] = 667516.1875,
                                                ["x"] = -297375.25,
                                            }, -- end of [81]
                                            [85] = 
                                            {
                                                ["y"] = 667341.5625,
                                                ["x"] = -297842.6875,
                                            }, -- end of [85]
                                            [89] = 
                                            {
                                                ["y"] = 667238.75,
                                                ["x"] = -298047.15625,
                                            }, -- end of [89]
                                            [93] = 
                                            {
                                                ["y"] = 667221.5,
                                                ["x"] = -298120.53125,
                                            }, -- end of [93]
                                            [97] = 
                                            {
                                                ["y"] = 667200.75,
                                                ["x"] = -298716.625,
                                            }, -- end of [97]
                                            [101] = 
                                            {
                                                ["y"] = 667226.25,
                                                ["x"] = -298815.25,
                                            }, -- end of [101]
                                            [105] = 
                                            {
                                                ["y"] = 667279.0625,
                                                ["x"] = -298902.34375,
                                            }, -- end of [105]
                                            [109] = 
                                            {
                                                ["y"] = 667354.75,
                                                ["x"] = -298970.5625,
                                            }, -- end of [109]
                                            [113] = 
                                            {
                                                ["y"] = 667495.75,
                                                ["x"] = -299034,
                                            }, -- end of [113]
                                            [117] = 
                                            {
                                                ["y"] = 667593.8125,
                                                ["x"] = -299086.875,
                                            }, -- end of [117]
                                            [121] = 
                                            {
                                                ["y"] = 667673.5,
                                                ["x"] = -299164.78125,
                                            }, -- end of [121]
                                            [125] = 
                                            {
                                                ["y"] = 667728.5625,
                                                ["x"] = -299261.625,
                                            }, -- end of [125]
                                            [130] = 
                                            {
                                                ["y"] = 667903.1875,
                                                ["x"] = -299668.6875,
                                            }, -- end of [130]
                                            [138] = 
                                            {
                                                ["y"] = 668052.5625,
                                                ["x"] = -299898.28125,
                                            }, -- end of [138]
                                            [146] = 
                                            {
                                                ["y"] = 668153.0625,
                                                ["x"] = -300042.28125,
                                            }, -- end of [146]
                                            [154] = 
                                            {
                                                ["y"] = 668299.375,
                                                ["x"] = -300066.25,
                                            }, -- end of [154]
                                            [162] = 
                                            {
                                                ["y"] = 668564.75,
                                                ["x"] = -299980.625,
                                            }, -- end of [162]
                                            [170] = 
                                            {
                                                ["y"] = 668671.875,
                                                ["x"] = -300053.71875,
                                            }, -- end of [170]
                                            [178] = 
                                            {
                                                ["y"] = 668739.25,
                                                ["x"] = -300185.96875,
                                            }, -- end of [178]
                                            [186] = 
                                            {
                                                ["y"] = 668871.25,
                                                ["x"] = -300246.90625,
                                            }, -- end of [186]
                                            [79] = 
                                            {
                                                ["y"] = 667537.375,
                                                ["x"] = -297324.4375,
                                            }, -- end of [79]
                                            [95] = 
                                            {
                                                ["y"] = 667199.0625,
                                                ["x"] = -298665.59375,
                                            }, -- end of [95]
                                            [111] = 
                                            {
                                                ["y"] = 667399.1875,
                                                ["x"] = -298995.6875,
                                            }, -- end of [111]
                                            [127] = 
                                            {
                                                ["y"] = 667837.375,
                                                ["x"] = -299600.96875,
                                            }, -- end of [127]
                                            [131] = 
                                            {
                                                ["y"] = 667927,
                                                ["x"] = -299693.59375,
                                            }, -- end of [131]
                                            [135] = 
                                            {
                                                ["y"] = 668008.125,
                                                ["x"] = -299804.90625,
                                            }, -- end of [135]
                                            [139] = 
                                            {
                                                ["y"] = 668069.375,
                                                ["x"] = -299942.21875,
                                            }, -- end of [139]
                                            [142] = 
                                            {
                                                ["y"] = 668096.9375,
                                                ["x"] = -299991.84375,
                                            }, -- end of [142]
                                            [143] = 
                                            {
                                                ["y"] = 668109.0625,
                                                ["x"] = -300006.40625,
                                            }, -- end of [143]
                                            [147] = 
                                            {
                                                ["y"] = 668169.75,
                                                ["x"] = -300051.28125,
                                            }, -- end of [147]
                                            [151] = 
                                            {
                                                ["y"] = 668242.75,
                                                ["x"] = -300070.5,
                                            }, -- end of [151]
                                            [155] = 
                                            {
                                                ["y"] = 668317.6875,
                                                ["x"] = -300061.28125,
                                            }, -- end of [155]
                                            [158] = 
                                            {
                                                ["y"] = 668498.4375,
                                                ["x"] = -299985.375,
                                            }, -- end of [158]
                                            [159] = 
                                            {
                                                ["y"] = 668514.75,
                                                ["x"] = -299981.40625,
                                            }, -- end of [159]
                                            [163] = 
                                            {
                                                ["y"] = 668581.1875,
                                                ["x"] = -299984.09375,
                                            }, -- end of [163]
                                            [167] = 
                                            {
                                                ["y"] = 668639.9375,
                                                ["x"] = -300015.21875,
                                            }, -- end of [167]
                                            [171] = 
                                            {
                                                ["y"] = 668679.5,
                                                ["x"] = -300068.65625,
                                            }, -- end of [171]
                                            [174] = 
                                            {
                                                ["y"] = 668698.625,
                                                ["x"] = -300124.15625,
                                            }, -- end of [174]
                                            [175] = 
                                            {
                                                ["y"] = 668706.5625,
                                                ["x"] = -300140.96875,
                                            }, -- end of [175]
                                            [179] = 
                                            {
                                                ["y"] = 668752.75,
                                                ["x"] = -300198.75,
                                            }, -- end of [179]
                                            [183] = 
                                            {
                                                ["y"] = 668816.75,
                                                ["x"] = -300235.84375,
                                            }, -- end of [183]
                                            [187] = 
                                            {
                                                ["y"] = 668889.8125,
                                                ["x"] = -300247.1875,
                                            }, -- end of [187]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 668889.9628578,
                                                ["x"] = -300251.73534289,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 668889.9628578,
                                                ["x"] = -300251.73534289,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 74,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 10800,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 669024.7522569,
                                            ["x"] = -295049.94310064,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.6527777777778,
                                            ["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"] = 119,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 12034.916196666,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 668889.81225491,
                                            ["x"] = -300247.17964172,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.6527777777778,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 18,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 669024.7522569,
                                        ["type"] = "BTR_D",
                                        ["name"] = "Unit #6",
                                        ["unitId"] = 44,
                                        ["heading"] = -3.1156346870211,
                                        ["skill"] = "High",
                                        ["x"] = -295049.94310064,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 669052.62474091,
                                        ["type"] = "BTR_D",
                                        ["name"] = "Unit #10",
                                        ["unitId"] = 45,
                                        ["heading"] = -3.1156346870211,
                                        ["skill"] = "High",
                                        ["x"] = -295038.81175875,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 669080.49720081,
                                        ["type"] = "BTR_D",
                                        ["name"] = "Unit #15",
                                        ["unitId"] = 46,
                                        ["heading"] = -3.1156346870211,
                                        ["skill"] = "High",
                                        ["x"] = -295027.68042648,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 669108.38959507,
                                        ["type"] = "Ural-375 ZU-23",
                                        ["name"] = "Unit #19",
                                        ["unitId"] = 61,
                                        ["heading"] = -3.1156346870211,
                                        ["skill"] = "Excellent",
                                        ["x"] = -295016.55788905,
                                    }, -- end of [4]
                                }, -- end of ["units"]
                                ["y"] = 669024.7522569,
                                ["x"] = -295049.94310064,
                                ["name"] = "ARV BTR",
                                ["start_time"] = 10800,
                                ["task"] = "Ground Nothing",
                            }, -- end of [3]
                            [4] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [31] = 
                                            {
                                                ["y"] = 673456.5,
                                                ["x"] = -294243.59375,
                                            }, -- end of [31]
                                            [2] = 
                                            {
                                                ["y"] = 670972.1875,
                                                ["x"] = -294556.59375,
                                            }, -- end of [2]
                                            [8] = 
                                            {
                                                ["y"] = 671663.125,
                                                ["x"] = -294375.28125,
                                            }, -- end of [8]
                                            [32] = 
                                            {
                                                ["y"] = 673640.1875,
                                                ["x"] = -294211.09375,
                                            }, -- end of [32]
                                            [33] = 
                                            {
                                                ["y"] = 673697.625,
                                                ["x"] = -294201.90625,
                                            }, -- end of [33]
                                            [34] = 
                                            {
                                                ["y"] = 673755.3125,
                                                ["x"] = -294194.65625,
                                            }, -- end of [34]
                                            [35] = 
                                            {
                                                ["y"] = 673813.1875,
                                                ["x"] = -294189.3125,
                                            }, -- end of [35]
                                            [9] = 
                                            {
                                                ["y"] = 671696.375,
                                                ["x"] = -294362.0625,
                                            }, -- end of [9]
                                            [36] = 
                                            {
                                                ["y"] = 673871.25,
                                                ["x"] = -294185.875,
                                            }, -- end of [36]
                                            [37] = 
                                            {
                                                ["y"] = 673929.4375,
                                                ["x"] = -294184.40625,
                                            }, -- end of [37]
                                            [38] = 
                                            {
                                                ["y"] = 674435.25,
                                                ["x"] = -294179.90625,
                                            }, -- end of [38]
                                            [39] = 
                                            {
                                                ["y"] = 674501.9375,
                                                ["x"] = -294180.21875,
                                            }, -- end of [39]
                                            [10] = 
                                            {
                                                ["y"] = 671729.125,
                                                ["x"] = -294347.625,
                                            }, -- end of [10]
                                            [40] = 
                                            {
                                                ["y"] = 674568.5625,
                                                ["x"] = -294182.28125,
                                            }, -- end of [40]
                                            [41] = 
                                            {
                                                ["y"] = 674635.125,
                                                ["x"] = -294186.125,
                                            }, -- end of [41]
                                            [42] = 
                                            {
                                                ["y"] = 674701.5625,
                                                ["x"] = -294191.75,
                                            }, -- end of [42]
                                            [43] = 
                                            {
                                                ["y"] = 674767.8125,
                                                ["x"] = -294199.125,
                                            }, -- end of [43]
                                            [11] = 
                                            {
                                                ["y"] = 671832,
                                                ["x"] = -294300.125,
                                            }, -- end of [11]
                                            [44] = 
                                            {
                                                ["y"] = 675664.0625,
                                                ["x"] = -294311.21875,
                                            }, -- end of [44]
                                            [45] = 
                                            {
                                                ["y"] = 675697.6875,
                                                ["x"] = -294314.53125,
                                            }, -- end of [45]
                                            [46] = 
                                            {
                                                ["y"] = 675731.4375,
                                                ["x"] = -294316.125,
                                            }, -- end of [46]
                                            [3] = 
                                            {
                                                ["y"] = 671030.125,
                                                ["x"] = -294544.28125,
                                            }, -- end of [3]
                                            [12] = 
                                            {
                                                ["y"] = 671834.5625,
                                                ["x"] = -294299.1875,
                                            }, -- end of [12]
                                            [48] = 
                                            {
                                                ["y"] = 675798.9375,
                                                ["x"] = -294313.96875,
                                            }, -- end of [48]
                                            [49] = 
                                            {
                                                ["y"] = 675832.5625,
                                                ["x"] = -294310.28125,
                                            }, -- end of [49]
                                            [50] = 
                                            {
                                                ["y"] = 675865.875,
                                                ["x"] = -294304.84375,
                                            }, -- end of [50]
                                            [51] = 
                                            {
                                                ["y"] = 675898.9375,
                                                ["x"] = -294297.6875,
                                            }, -- end of [51]
                                            [13] = 
                                            {
                                                ["y"] = 671837.25,
                                                ["x"] = -294298.78125,
                                            }, -- end of [13]
                                            [52] = 
                                            {
                                                ["y"] = 675931.5,
                                                ["x"] = -294288.84375,
                                            }, -- end of [52]
                                            [53] = 
                                            {
                                                ["y"] = 675963.625,
                                                ["x"] = -294278.28125,
                                            }, -- end of [53]
                                            [54] = 
                                            {
                                                ["y"] = 676407.8125,
                                                ["x"] = -294119.4375,
                                            }, -- end of [54]
                                            [55] = 
                                            {
                                                ["y"] = 676432.6875,
                                                ["x"] = -294111.5625,
                                            }, -- end of [55]
                                            [14] = 
                                            {
                                                ["y"] = 671955.875,
                                                ["x"] = -294290.5625,
                                            }, -- end of [14]
                                            [56] = 
                                            {
                                                ["y"] = 676458.125,
                                                ["x"] = -294105.59375,
                                            }, -- end of [56]
                                            [57] = 
                                            {
                                                ["y"] = 676483.9375,
                                                ["x"] = -294101.5,
                                            }, -- end of [57]
                                            [58] = 
                                            {
                                                ["y"] = 676509.9375,
                                                ["x"] = -294099.34375,
                                            }, -- end of [58]
                                            [59] = 
                                            {
                                                ["y"] = 676536.0625,
                                                ["x"] = -294099.15625,
                                            }, -- end of [59]
                                            [15] = 
                                            {
                                                ["y"] = 671970.5625,
                                                ["x"] = -294289.53125,
                                            }, -- end of [15]
                                            [60] = 
                                            {
                                                ["y"] = 676562.125,
                                                ["x"] = -294100.90625,
                                            }, -- end of [60]
                                            [61] = 
                                            {
                                                ["y"] = 676588,
                                                ["x"] = -294104.59375,
                                            }, -- end of [61]
                                            [62] = 
                                            {
                                                ["y"] = 676613.5,
                                                ["x"] = -294110.1875,
                                            }, -- end of [62]
                                            [1] = 
                                            {
                                                ["y"] = 670913.875,
                                                ["x"] = -294567.15625,
                                            }, -- end of [1]
                                            [4] = 
                                            {
                                                ["y"] = 671087.6875,
                                                ["x"] = -294530.25,
                                            }, -- end of [4]
                                            [16] = 
                                            {
                                                ["y"] = 673005.9375,
                                                ["x"] = -294123.5625,
                                            }, -- end of [16]
                                            [64] = 
                                            {
                                                ["y"] = 676662.875,
                                                ["x"] = -294127,
                                            }, -- end of [64]
                                            [65] = 
                                            {
                                                ["y"] = 676686.5,
                                                ["x"] = -294138.125,
                                            }, -- end of [65]
                                            [66] = 
                                            {
                                                ["y"] = 676709.25,
                                                ["x"] = -294151,
                                            }, -- end of [66]
                                            [17] = 
                                            {
                                                ["y"] = 673020.5,
                                                ["x"] = -294121.96875,
                                            }, -- end of [17]
                                            [68] = 
                                            {
                                                ["y"] = 676785.125,
                                                ["x"] = -294204.71875,
                                            }, -- end of [68]
                                            [18] = 
                                            {
                                                ["y"] = 673035.0625,
                                                ["x"] = -294121.8125,
                                            }, -- end of [18]
                                            [19] = 
                                            {
                                                ["y"] = 673049.625,
                                                ["x"] = -294123.09375,
                                            }, -- end of [19]
                                            [5] = 
                                            {
                                                ["y"] = 671560.8125,
                                                ["x"] = -294407.71875,
                                            }, -- end of [5]
                                            [20] = 
                                            {
                                                ["y"] = 673064,
                                                ["x"] = -294125.75,
                                            }, -- end of [20]
                                            [21] = 
                                            {
                                                ["y"] = 673078.0625,
                                                ["x"] = -294129.84375,
                                            }, -- end of [21]
                                            [22] = 
                                            {
                                                ["y"] = 673091.625,
                                                ["x"] = -294135.25,
                                            }, -- end of [22]
                                            [23] = 
                                            {
                                                ["y"] = 673279.6875,
                                                ["x"] = -294221.09375,
                                            }, -- end of [23]
                                            [6] = 
                                            {
                                                ["y"] = 671595.3125,
                                                ["x"] = -294398.125,
                                            }, -- end of [6]
                                            [24] = 
                                            {
                                                ["y"] = 673300.625,
                                                ["x"] = -294229.71875,
                                            }, -- end of [24]
                                            [25] = 
                                            {
                                                ["y"] = 673322.125,
                                                ["x"] = -294236.71875,
                                            }, -- end of [25]
                                            [26] = 
                                            {
                                                ["y"] = 673344.0625,
                                                ["x"] = -294242.09375,
                                            }, -- end of [26]
                                            [27] = 
                                            {
                                                ["y"] = 673366.375,
                                                ["x"] = -294245.78125,
                                            }, -- end of [27]
                                            [7] = 
                                            {
                                                ["y"] = 671629.4375,
                                                ["x"] = -294387.3125,
                                            }, -- end of [7]
                                            [28] = 
                                            {
                                                ["y"] = 673388.9375,
                                                ["x"] = -294247.8125,
                                            }, -- end of [28]
                                            [29] = 
                                            {
                                                ["y"] = 673411.5625,
                                                ["x"] = -294248.09375,
                                            }, -- end of [29]
                                            [47] = 
                                            {
                                                ["y"] = 675765.25,
                                                ["x"] = -294315.90625,
                                            }, -- end of [47]
                                            [30] = 
                                            {
                                                ["y"] = 673434.125,
                                                ["x"] = -294246.6875,
                                            }, -- end of [30]
                                            [63] = 
                                            {
                                                ["y"] = 676638.5,
                                                ["x"] = -294117.6875,
                                            }, -- end of [63]
                                            [67] = 
                                            {
                                                ["y"] = 676730.9375,
                                                ["x"] = -294165.5,
                                            }, -- end of [67]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 676774.24857208,
                                                ["x"] = -294219.73534289,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 676774.24857208,
                                                ["x"] = -294219.73534289,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 48,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 10800,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 670913.87435913,
                                            ["x"] = -294567.15307617,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.6527777777778,
                                            ["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"] = 39,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 12474.547447286,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 676785.12575571,
                                            ["x"] = -294204.71768244,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 3.5972222222222,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 19,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 670913.87435913,
                                        ["type"] = "BMP-1",
                                        ["name"] = "Unit #14",
                                        ["unitId"] = 47,
                                        ["heading"] = 1.5091440406465,
                                        ["skill"] = "Excellent",
                                        ["x"] = -294567.15307617,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 670884.24987793,
                                        ["type"] = "BMP-1",
                                        ["name"] = "Unit #16",
                                        ["unitId"] = 48,
                                        ["heading"] = 1.5091440406465,
                                        ["skill"] = "Excellent",
                                        ["x"] = -294571.84423828,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 670854.56576538,
                                        ["type"] = "BMP-1",
                                        ["name"] = "Unit #17",
                                        ["unitId"] = 49,
                                        ["heading"] = 1.5091440406465,
                                        ["skill"] = "Excellent",
                                        ["x"] = -294576.08837891,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 670824.81365967,
                                        ["type"] = "2S6 Tunguska",
                                        ["name"] = "Unit #9",
                                        ["unitId"] = 59,
                                        ["heading"] = 1.5091440406465,
                                        ["skill"] = "Good",
                                        ["x"] = -294579.88708496,
                                    }, -- end of [4]
                                }, -- end of ["units"]
                                ["y"] = 670913.87435913,
                                ["x"] = -294567.15307617,
                                ["name"] = "IFV",
                                ["start_time"] = 10800,
                                ["task"] = "Ground Nothing",
                            }, -- end of [4]
                            [5] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [6] = 
                                            {
                                                ["y"] = 670525.3125,
                                                ["x"] = -294599.71875,
                                            }, -- end of [6]
                                            [2] = 
                                            {
                                                ["y"] = 670276.1875,
                                                ["x"] = -294620.1875,
                                            }, -- end of [2]
                                            [3] = 
                                            {
                                                ["y"] = 670305.25,
                                                ["x"] = -294614.34375,
                                            }, -- end of [3]
                                            [1] = 
                                            {
                                                ["y"] = 670023.1875,
                                                ["x"] = -294679,
                                            }, -- end of [1]
                                            [4] = 
                                            {
                                                ["y"] = 670334.625,
                                                ["x"] = -294610.21875,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                ["y"] = 670364.1875,
                                                ["x"] = -294607.84375,
                                            }, -- end of [5]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 38,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 10800,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 670023.2064073,
                                            ["x"] = -294679.00414294,
                                            ["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"] = 21,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 670023.2064073,
                                        ["type"] = "2S6 Tunguska",
                                        ["name"] = "Unit #18",
                                        ["unitId"] = 51,
                                        ["heading"] = 1.4142093643797,
                                        ["skill"] = "High",
                                        ["x"] = -294679.00414294,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 670023.2064073,
                                ["x"] = -294679.00414294,
                                ["name"] = "SAM SA19",
                                ["start_time"] = 10800,
                                ["task"] = "Ground Nothing",
                            }, -- end of [5]
                        }, -- end of ["group"]
                    }, -- end of ["vehicle"]
                    ["name"] = "Russia",
                }, -- end of [2]
                [3] = 
                {
                    ["id"] = 1,
                    ["name"] = "Ukraine",
                }, -- end of [3]
            }, -- end of ["country"]
        }, -- end of ["red"]
    }, -- end of ["coalition"]
    ["sortie"] = "Reclaiming Sadzhavoho",
    ["version"] = 5,
    ["trigrules"] = 
    {
        [1] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["unit"] = 1,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_unit_in_zone",
                    ["zone"] = 1,
                }, -- end of [1]
                [2] = 
                {
                    ["altitude"] = 800,
                    ["coalitionlist"] = "",
                    ["zone"] = "",
                    ["predicate"] = "c_unit_altitude_lower",
                    ["unit"] = 1,
                }, -- end of [2]
                [3] = 
                {
                    ["coalitionlist"] = "",
                    ["zone"] = "",
                    ["speed"] = 30,
                    ["predicate"] = "c_unit_speed_lower",
                    ["unit"] = 1,
                }, -- end of [3]
                [4] = 
                {
                    ["flag"] = 2,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [4]
                [5] = 
                {
                    ["flag"] = 3,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [5]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["flag"] = 1,
                    ["predicate"] = "a_set_flag",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["seconds"] = 30,
                    ["text"] = "Mission Success.",
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
            ["comment"] = "Mission Complete",
        }, -- end of [1]
        [2] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 10,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = "",
                }, -- end of [1]
                [2] = 
                {
                    ["predicate"] = "or",
                }, -- end of [2]
                [3] = 
                {
                    ["group"] = 13,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = "",
                }, -- end of [3]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["seconds"] = 15,
                    ["text"] = "Hawg1.1, this is JTAC Ferret. A SA-19 has been deployed in the centre of the town.",
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["group"] = 21,
                    ["predicate"] = "a_activate_group",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
            }, -- end of ["actions"]
            ["comment"] = "Tanks Dead",
        }, -- end of [2]
        [3] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "",
                    ["seconds"] = 1,
                    ["predicate"] = "c_time_after",
                    ["zone"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "Start Points",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["flag"] = 100,
                    ["predicate"] = "a_set_flag",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [3]
        [4] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["seconds"] = 30,
                    ["zone"] = 6,
                    ["group"] = 9,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_part_of_group_in_zone",
                    ["unit"] = 19,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "APC1 in Radio Zone",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "all",
                    ["flag"] = 10,
                    ["radiotext"] = "APC1 Proceed to Position",
                    ["predicate"] = "a_add_radio_item",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["text"] = "Hawg1.1, this is APC1. We are in position to proceed. Over",
                    ["seconds"] = 15,
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
                [3] = 
                {
                    ["group"] = 9,
                    ["predicate"] = "a_group_off",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [3]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [4]
        [5] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "",
                    ["zone"] = 6,
                    ["group"] = 15,
                    ["seconds"] = 30,
                    ["predicate"] = "c_part_of_group_in_zone",
                    ["unit"] = 19,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "all",
                    ["flag"] = 11,
                    ["radiotext"] = "APC2 Proceed to Position",
                    ["predicate"] = "a_add_radio_item",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["seconds"] = 15,
                    ["text"] = "Hawg1.1, this is APC2. We are in postion to proceed.  Over",
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
                [3] = 
                {
                    ["group"] = 15,
                    ["predicate"] = "a_group_off",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [3]
            }, -- end of ["actions"]
            ["comment"] = "APC2 in Radio Zone",
        }, -- end of [5]
        [6] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 10,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["group"] = 9,
                    ["predicate"] = "a_group_on",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["seconds"] = 20,
                    ["text"] = "Hawg1.1, this is APC1. We are moving out",
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
                [3] = 
                {
                    ["predicate"] = "a_remove_radio_item",
                    ["coalitionlist"] = "all",
                    ["radiotext"] = "APC1 Proceed to Position",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [3]
            }, -- end of ["actions"]
            ["comment"] = "APC1 moving out",
        }, -- end of [6]
        [7] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 9,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = "",
                }, -- end of [1]
                [2] = 
                {
                    ["predicate"] = "or",
                }, -- end of [2]
                [3] = 
                {
                    ["group"] = 15,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = "",
                }, -- end of [3]
            }, -- end of ["rules"]
            ["comment"] = "APC Dead",
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["text"] = "APC Units have been lost. Mission failure.. ",
                    ["seconds"] = 30,
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
        }, -- end of [7]
        [8] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 9,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_part_of_group_in_zone",
                    ["zone"] = 4,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "APC1 reached zone",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["flag"] = 2,
                    ["predicate"] = "a_set_flag",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["text"] = "This is APC1. We have reached our position. ",
                    ["seconds"] = 20,
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [8]
        [9] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 15,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_part_of_group_in_zone",
                    ["zone"] = 5,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["flag"] = 3,
                    ["predicate"] = "a_set_flag",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["seconds"] = 20,
                    ["text"] = "Hawg1.1, this is APC2.  We have reached our position. Thanks for the support",
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
            }, -- end of ["actions"]
            ["comment"] = "APC2 reached zone",
        }, -- end of [9]
        [10] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 11,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "APC2 MOVING OUT",
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["group"] = 15,
                    ["predicate"] = "a_group_on",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["text"] = "Hawg1.1, this is APC2. We are moving out",
                    ["seconds"] = 20,
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
                [3] = 
                {
                    ["predicate"] = "a_remove_radio_item",
                    ["coalitionlist"] = "all",
                    ["radiotext"] = "APC2 Proceed to Position",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [3]
            }, -- end of ["actions"]
        }, -- end of [10]
        [11] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["zone"] = 7,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_unit_in_zone",
                    ["unit"] = 1,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["text"] = "Hawg1.1, this is JTAC Ferret. We have two groups of Russian tanks in formation. Over ",
                    ["seconds"] = 15,
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [11]
        [12] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "",
                    ["zone"] = 8,
                    ["group"] = 18,
                    ["predicate"] = "c_unit_in_zone",
                    ["unit"] = 37,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["group"] = 19,
                    ["predicate"] = "a_activate_group",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["seconds"] = 20,
                    ["text"] = "Hawg1.1, this is JTAC Ferret. We have a column of IFV's on the east side heading towards APC2",
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [12]
        [13] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["max_unit_bank"] = 180,
                    ["coalitionlist"] = "",
                    ["zone"] = 9,
                    ["group"] = 18,
                    ["min_unit_bank"] = -180,
                    ["predicate"] = "c_part_of_group_in_zone",
                    ["unit"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["seconds"] = 15,
                    ["text"] = "Hawg1.1, this is APC1, those tanks are getting close. ",
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
            ["comment"] = "APC1 Warning",
        }, -- end of [13]
        [14] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["zone"] = "",
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_unit_damaged",
                    ["unit"] = 19,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "APC1 Taking Fire",
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["text"] = "Hawg1.1, this is APC1, we are taking fire. ",
                    ["seconds"] = 20,
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
        }, -- end of [14]
        [15] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["unit"] = 37,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_unit_damaged",
                    ["zone"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["seconds"] = 20,
                    ["text"] = "Hawg1.1, this is APC2, we are taking fire. ",
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
            ["comment"] = "APC2 Taking Fire",
        }, -- end of [15]
        [16] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 9,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_part_of_group_in_zone",
                    ["zone"] = 10,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "",
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["group"] = 18,
                    ["predicate"] = "a_activate_group",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["text"] = "Hawg1.1, this is JTAC Ferret. We have tanks approaching APC1.",
                    ["seconds"] = 20,
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
            }, -- end of ["actions"]
        }, -- end of [16]
        [17] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 10,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = "",
                }, -- end of [1]
                [2] = 
                {
                    ["group"] = 18,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = "",
                }, -- end of [2]
                [3] = 
                {
                    ["group"] = 21,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = "",
                }, -- end of [3]
                [4] = 
                {
                    ["group"] = 19,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = "",
                }, -- end of [4]
                [5] = 
                {
                    ["group"] = 13,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = "",
                }, -- end of [5]
                [6] = 
                {
                    ["group"] = 9,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_group_alive",
                    ["zone"] = "",
                }, -- end of [6]
                [7] = 
                {
                    ["group"] = 15,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_group_alive",
                    ["zone"] = "",
                }, -- end of [7]
            }, -- end of ["rules"]
            ["comment"] = "All units dead MSG",
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["seconds"] = 20,
                    ["flag"] = 1,
                    ["text"] = "Hawg1.1, this is JTAC Ferret. All targets have been neutralised. Good Job. RTB. ",
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
        }, -- end of [17]
        [18] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["zone"] = "",
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_unit_damaged",
                    ["unit"] = 44,
                }, -- end of [1]
                [2] = 
                {
                    ["predicate"] = "or",
                }, -- end of [2]
                [3] = 
                {
                    ["unit"] = 45,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_unit_damaged",
                    ["zone"] = "",
                }, -- end of [3]
                [4] = 
                {
                    ["predicate"] = "or",
                }, -- end of [4]
                [5] = 
                {
                    ["zone"] = "",
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_unit_damaged",
                    ["unit"] = 46,
                }, -- end of [5]
                [6] = 
                {
                    ["predicate"] = "or",
                }, -- end of [6]
                [7] = 
                {
                    ["unit"] = 61,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_unit_damaged",
                    ["zone"] = "",
                }, -- end of [7]
            }, -- end of ["rules"]
            ["comment"] = "APC1 Hold on attack",
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["seconds"] = 10,
                    ["winner"] = "red",
                    ["text"] = "Hawg1.1, APC1 is holding position",
                    ["predicate"] = "a_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = 9,
                        [2] = 1,
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
        }, -- end of [18]
        [19] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["unit"] = 47,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_unit_damaged",
                    ["zone"] = "",
                }, -- end of [1]
                [2] = 
                {
                    ["predicate"] = "or",
                }, -- end of [2]
                [3] = 
                {
                    ["zone"] = "",
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_unit_damaged",
                    ["unit"] = 48,
                }, -- end of [3]
                [4] = 
                {
                    ["predicate"] = "or",
                }, -- end of [4]
                [5] = 
                {
                    ["unit"] = 49,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_unit_damaged",
                    ["zone"] = "",
                }, -- end of [5]
                [6] = 
                {
                    ["predicate"] = "or",
                }, -- end of [6]
                [7] = 
                {
                    ["zone"] = "",
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_unit_damaged",
                    ["unit"] = 59,
                }, -- end of [7]
            }, -- end of ["rules"]
            ["comment"] = "APC2 Hold on attack",
            ["actions"] = 
            {
                [1] = 
                {
                    ["text"] = "",
                    ["winner"] = "red",
                    ["predicate"] = "a_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = 15,
                        [2] = 1,
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
            ["eventlist"] = "",
        }, -- end of [19]
        [20] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 18,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["group"] = 9,
                    ["predicate"] = "a_group_resume",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
            ["comment"] = "APC1 Resume",
        }, -- end of [20]
        [21] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 19,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "APC2 Resume",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["group"] = 15,
                    ["predicate"] = "a_group_resume",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [21]
        [22] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 18,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = "",
                }, -- end of [1]
                [2] = 
                {
                    ["group"] = 10,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = "",
                }, -- end of [2]
            }, -- end of ["rules"]
            ["comment"] = "",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["predicate"] = "a_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = 9,
                        [2] = 2,
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [22]
        [23] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 19,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = "",
                }, -- end of [1]
                [2] = 
                {
                    ["group"] = 13,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = "",
                }, -- end of [2]
            }, -- end of ["rules"]
            ["comment"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["predicate"] = "a_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = 15,
                        [2] = 2,
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
            ["eventlist"] = "",
        }, -- end of [23]
    }, -- end of ["trigrules"]
    ["currentKey"] = 49462,
    ["start_time"] = 27000,
    ["forcedOptions"] = 
    {
        ["labels"] = false,
    }, -- end of ["forcedOptions"]
    ["failures"] = 
    {
        ["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"]
        ["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"]
        ["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"]
        ["CADC_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "CADC",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "CADC_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["CADC_FAILURE_TOTAL"]
        ["hydro_right"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "R-HYDRO",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "hydro_right",
            ["mm"] = 0,
        }, -- end of ["hydro_right"]
        ["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"]
        ["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"]
        ["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"]
        ["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"]
        ["IFFCC_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "IFFCC",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "IFFCC_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["IFFCC_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"]
        ["SADL_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "SADL",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "SADL_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["SADL_FAILURE_TOTAL"]
        ["r_conv"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "R-CONVERTER",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "r_conv",
            ["mm"] = 0,
        }, -- end of ["r_conv"]
        ["hydro_left"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "L-HYDRO",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "hydro_left",
            ["mm"] = 0,
        }, -- end of ["hydro_left"]
        ["CLOCK_FAILURE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Digital clock",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "CLOCK_FAILURE",
            ["mm"] = 0,
        }, -- end of ["CLOCK_FAILURE"]
        ["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"]
        ["CICU_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "CICU",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "CICU_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["CICU_FAILURE_TOTAL"]
        ["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"]
        ["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_gen"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "L-GENERATOR",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "l_gen",
            ["mm"] = 0,
        }, -- end of ["l_gen"]
        ["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"]
        ["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"]
        ["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"]
        ["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"]
        ["l_conv"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "L-CONVERTER",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "l_conv",
            ["mm"] = 0,
        }, -- end of ["l_conv"]
        ["CDU_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "CDU",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "CDU_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["CDU_FAILURE_TOTAL"]
        ["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"]
        ["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"]
        ["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"]
        ["r_gen"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "R-GENERATOR",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "r_gen",
            ["mm"] = 0,
        }, -- end of ["r_gen"]
        ["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"]
        ["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"]
        ["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"]
        ["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"]
        ["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"]
        ["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"]
        ["r_engine"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "R-ENGINE",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "r_engine",
            ["mm"] = 0,
        }, -- end of ["r_engine"]
        ["IFFCC_FAILURE_GUN"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "GUN",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "IFFCC_FAILURE_GUN",
            ["mm"] = 0,
        }, -- end of ["IFFCC_FAILURE_GUN"]
        ["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"]
        ["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"]
        ["HUD_FAILURE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "HUD",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "HUD_FAILURE",
            ["mm"] = 0,
        }, -- end of ["HUD_FAILURE"]
        ["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"]
        ["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"]
        ["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"]
        ["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"]
        ["EGI_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "EGI",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "EGI_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["EGI_FAILURE_TOTAL"]
        ["l_engine"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "L-ENGINE",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "l_engine",
            ["mm"] = 0,
        }, -- end of ["l_engine"]
        ["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"]
        ["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"]
        ["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"]
        ["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"]
        ["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"]
        ["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"]
        ["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"]
        ["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"]
    }, -- end of ["failures"]
} -- end of mission
