mission = 
{
    ["trig"] = 
    {
        ["actions"] = 
        {
            [1] = "a_ai_task(\"Relief\", 1); mission.trig.func[1]=nil;",
            [2] = "a_set_flag(1);",
            [3] = "a_set_flag(2);",
            [4] = "a_set_flag(3);",
            [5] = "a_set_flag(4);",
            [6] = "a_set_flag(5);",
            [7] = "a_activate_group(\"StagingArea1\");",
            [8] = "a_activate_group(\"Lightvehicles2\");",
            [9] = "a_activate_group(\"stronghold3\");",
            [10] = "a_activate_group(\"stoppedconvoy4\");",
            [11] = "a_activate_group(\"vehiclecheckpoint51\");a_activate_group(\"vehiclecheckpoint52\");",
            [12] = "a_ai_task(\"AAAsite1\", 1);a_ai_task(\"AAAsite2\", 1); mission.trig.func[12]=nil;",
            [13] = "a_ai_task(\"CAPGroup\", 1); mission.trig.func[13]=nil;",
            [14] = "a_activate_group(\"BlueConvoy1\"); mission.trig.func[14]=nil;",
            [15] = "a_set_flag(25); mission.trig.func[15]=nil;",
            [16] = "a_activate_group(\"REDIntercept\"); mission.trig.func[16]=nil;",
            [17] = "a_out_text_delay(\"Failed to maintain patrol from 1500-1800. Mission failed.\", 60);a_set_flag(999);",
            [18] = "a_load_mission(\"co8.BorderPatrol.miz\"); mission.trig.func[18]=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",
            [7] = "if mission.trig.conditions[7]() then if not mission.trig.flag[7] then mission.trig.actions[7](); mission.trig.flag[7] = true; end; else mission.trig.flag[7] = false; end;",
            [8] = "if mission.trig.conditions[8]() then if not mission.trig.flag[8] then mission.trig.actions[8](); mission.trig.flag[8] = true; end; else mission.trig.flag[8] = false; end;",
            [9] = "if mission.trig.conditions[9]() then if not mission.trig.flag[9] then mission.trig.actions[9](); mission.trig.flag[9] = true; end; else mission.trig.flag[9] = false; end;",
            [10] = "if mission.trig.conditions[10]() then if not mission.trig.flag[10] then mission.trig.actions[10](); mission.trig.flag[10] = true; end; else mission.trig.flag[10] = false; end;",
            [11] = "if mission.trig.conditions[11]() then if not mission.trig.flag[11] then mission.trig.actions[11](); mission.trig.flag[11] = true; end; else mission.trig.flag[11] = false; 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",
        }, -- 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,
        }, -- end of ["flag"]
        ["conditions"] = 
        {
            [1] = "return(c_time_after(12080) )",
            [2] = "return(c_random_less(100) )",
            [3] = "return(c_random_less(65) )",
            [4] = "return(c_random_less(40) and c_flag_is_true(1) and c_flag_is_true(2) or c_random_less(55) and c_flag_is_true(1) and c_flag_is_false(2) or c_random_less(55) and c_flag_is_false(1) and c_flag_is_true(2) or c_flag_is_false(1) and c_flag_is_false(2) )",
            [5] = "return(c_random_less(50) and c_flag_is_true(1) and c_flag_is_true(2) and c_flag_is_false(3) or c_random_less(50) and c_flag_is_true(1) and c_flag_is_false(2) and c_flag_is_true(3) or c_random_less(50) and c_flag_is_false(1) and c_flag_is_true(2) and c_flag_is_true(3) or c_flag_is_false(1) and c_flag_is_false(2) and c_flag_is_true(3) or c_flag_is_false(1) and c_flag_is_true(2) and c_flag_is_false(3) or c_flag_is_true(1) and c_flag_is_false(2) and c_flag_is_false(3) )",
            [6] = "return(c_flag_is_true(1) and c_flag_is_true(2) and c_flag_is_false(3) and c_flag_is_false(4) or c_flag_is_true(1) and c_flag_is_true(3) and c_flag_is_false(2) and c_flag_is_false(4) or c_flag_is_true(1) and c_flag_is_true(4) and c_flag_is_false(2) and c_flag_is_false(3) or c_flag_is_true(2) and c_flag_is_true(3) and c_flag_is_false(1) and c_flag_is_false(4) or c_flag_is_true(2) and c_flag_is_true(4) and c_flag_is_false(1) and c_flag_is_false(3) or c_flag_is_true(3) and c_flag_is_true(4) and c_flag_is_false(1) and c_flag_is_false(2) )",
            [7] = "return(c_flag_is_true(1) and c_random_less(33) and c_time_after(4800) and c_time_before(4802) or c_flag_is_true(1) and c_random_less(33) and c_time_after(6000) and c_time_before(6002) or c_flag_is_true(1) and c_random_less(33) and c_time_after(7200) and c_time_before(7202) or c_flag_is_true(1) and c_random_less(40) and c_time_after(8400) and c_time_before(8402) or c_flag_is_true(1) and c_random_less(40) and c_time_after(9600) and c_time_before(9602) or c_flag_is_true(1) and c_time_after(10800) )",
            [8] = "return(c_flag_is_true(2) and c_random_less(33) and c_time_after(4400) and c_time_before(4402) or c_flag_is_true(2) and c_random_less(33) and c_time_after(5600) and c_time_before(5602) or c_flag_is_true(2) and c_random_less(33) and c_time_after(6800) and c_time_before(6802) or c_flag_is_true(2) and c_random_less(33) and c_time_after(8000) and c_time_before(8002) or c_flag_is_true(2) and c_random_less(33) and c_time_after(9200) and c_time_before(9202) or c_flag_is_true(2) and c_time_after(10400) )",
            [9] = "return(c_flag_is_true(3) and c_random_less(33) and c_time_after(5200) and c_time_before(5202) or c_flag_is_true(3) and c_random_less(33) and c_time_after(6400) and c_time_before(6402) or c_flag_is_true(3) and c_random_less(33) and c_time_after(7600) and c_time_before(7602) or c_flag_is_true(3) and c_random_less(33) and c_time_after(8800) and c_time_before(8802) or c_flag_is_true(3) and c_time_after(10000) )",
            [10] = "return(c_flag_is_true(4) and c_random_less(40) and c_time_after(4800) and c_time_before(4802) or c_flag_is_true(4) and c_random_less(40) and c_time_after(7200) and c_time_before(7202) or c_flag_is_true(4) and c_random_less(50) and c_time_after(8800) and c_time_before(8802) or c_flag_is_true(4) and c_time_after(9600) )",
            [11] = "return(c_flag_is_true(5) and c_random_less(33) and c_time_after(5400) and c_time_before(5402) or c_flag_is_true(5) and c_random_less(33) and c_time_after(6600) and c_time_before(6602) or c_flag_is_true(5) and c_random_less(33) and c_time_after(7800) and c_time_before(7802) or c_flag_is_true(5) and c_random_less(33) and c_time_after(9000) and c_time_before(9002) or c_flag_is_true(5) and c_random_less(33) and c_time_after(10200) and c_time_before(10202) or c_flag_is_true(5) and c_time_after(11400) )",
            [12] = "return(c_unit_in_zone(9, \"ActivateAAA\") )",
            [13] = "return(c_unit_in_zone(9, \"Propstart\") )",
            [14] = "return(c_unit_in_zone(9, \"ConvoyStart\") )",
            [15] = "return(c_unit_dead(352) )",
            [16] = "return(c_time_since_flag(25, 300) )",
            [17] = "return(c_time_after(2400) and c_time_before(25200) and c_unit_out_zone(9, \"Patrolzone1\") and c_unit_out_zone(356, \"Patrolzone1\") and c_unit_out_zone(357, \"Patrolzone1\") and c_unit_out_zone(358, \"Patrolzone1\") and c_unit_out_zone(359, \"Patrolzone1\") and c_unit_out_zone(360, \"Patrolzone1\") and c_unit_out_zone(361, \"Patrolzone1\") and c_unit_out_zone(362, \"Patrolzone1\") and c_unit_out_zone(9, \"Patrolzone2\") and c_unit_out_zone(356, \"Patrolzone2\") and c_unit_out_zone(357, \"Patrolzone2\") and c_unit_out_zone(358, \"Patrolzone2\") and c_unit_out_zone(359, \"Patrolzone2\") and c_unit_out_zone(360, \"Patrolzone2\") and c_unit_out_zone(361, \"Patrolzone2\") and c_unit_out_zone(362, \"Patrolzone2\") )",
            [18] = "return(c_time_since_flag(999, 120) )",
        }, -- 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"] = 
        {
            [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",
        }, -- end of ["funcStartup"]
    }, -- end of ["trig"]
    ["result"] = 
    {
        ["offline"] = 
        {
            ["conditions"] = 
            {
            }, -- end of ["conditions"]
            ["actions"] = 
            {
            }, -- end of ["actions"]
            ["func"] = 
            {
            }, -- 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"] = 9,
                ["dir"] = 165,
            }, -- end of ["at8000"]
            ["at2000"] = 
            {
                ["speed"] = 7,
                ["dir"] = 133,
            }, -- end of ["at2000"]
            ["atGround"] = 
            {
                ["speed"] = 4,
                ["dir"] = 93,
            }, -- end of ["atGround"]
        }, -- end of ["wind"]
        ["enable_fog"] = true,
        ["turbulence"] = 
        {
            ["at8000"] = 0,
            ["at2000"] = 0,
            ["atGround"] = 35,
        }, -- end of ["turbulence"]
        ["season"] = 
        {
            ["temperature"] = 5,
            ["iseason"] = 2,
        }, -- end of ["season"]
        ["qnh"] = 730,
        ["cyclones"] = 
        {
        }, -- end of ["cyclones"]
        ["name"] = "Winter, clean sky",
        ["fog"] = 
        {
            ["thickness"] = 1000,
            ["visibility"] = 20,
            ["density"] = 7,
        }, -- end of ["fog"]
        ["visibility"] = 
        {
            ["distance"] = 80000,
        }, -- end of ["visibility"]
        ["clouds"] = 
        {
            ["thickness"] = 2000,
            ["density"] = 6,
            ["base"] = 2500,
            ["iprecptns"] = 1,
        }, -- end of ["clouds"]
    }, -- end of ["weather"]
    ["theatre"] = "Caucasus",
    ["triggers"] = 
    {
        ["zones"] = 
        {
            [1] = 
            {
                ["y"] = 855997.4285714,
                ["radius"] = 8000,
                ["zoneId"] = 1,
                ["color"] = 
                {
                    [1] = 0,
                    [2] = 0,
                    [3] = 0,
                    [4] = 0.15,
                }, -- end of ["color"]
                ["x"] = -219005.14285713,
                ["hidden"] = true,
                ["name"] = "ActivateAAA",
            }, -- end of [1]
            [2] = 
            {
                ["y"] = 864569.71428571,
                ["radius"] = 2000,
                ["zoneId"] = 3,
                ["color"] = 
                {
                    [1] = 0,
                    [2] = 0,
                    [3] = 0,
                    [4] = 0.15,
                }, -- end of ["color"]
                ["x"] = -242847.14285714,
                ["hidden"] = true,
                ["name"] = "ConvoyStart",
            }, -- end of [2]
            [3] = 
            {
                ["y"] = 814428.57142858,
                ["radius"] = 35000,
                ["zoneId"] = 4,
                ["color"] = 
                {
                    [1] = 0,
                    [2] = 0,
                    [3] = 0,
                    [4] = 0.15,
                }, -- end of ["color"]
                ["x"] = -241027.14285714,
                ["hidden"] = true,
                ["name"] = "Patrolzone1",
            }, -- end of [3]
            [4] = 
            {
                ["y"] = 902315.14285714,
                ["radius"] = 30,
                ["zoneId"] = 2,
                ["color"] = 
                {
                    [1] = 0,
                    [2] = 0,
                    [3] = 0,
                    [4] = 0.15,
                }, -- end of ["color"]
                ["x"] = -318143.42857143,
                ["hidden"] = true,
                ["name"] = "Propstart",
            }, -- end of [4]
            [5] = 
            {
                ["y"] = 855714.28571429,
                ["radius"] = 35000,
                ["zoneId"] = 5,
                ["color"] = 
                {
                    [1] = 0,
                    [2] = 0,
                    [3] = 0,
                    [4] = 0.15,
                }, -- end of ["color"]
                ["x"] = -231312.85714286,
                ["hidden"] = true,
                ["name"] = "Patrolzone2",
            }, -- end of [5]
        }, -- end of ["zones"]
    }, -- end of ["triggers"]
    ["map"] = 
    {
        ["centerY"] = 839285.14285715,
        ["zoom"] = 500000,
        ["centerX"] = -278072,
    }, -- end of ["map"]
    ["coalitions"] = 
    {
        ["blue"] = 
        {
            [1] = 6,
            [2] = 10,
            [3] = 3,
            [4] = 9,
            [5] = 15,
            [6] = 5,
            [7] = 13,
            [8] = 8,
            [9] = 11,
            [10] = 2,
            [11] = 16,
            [12] = 4,
            [13] = 12,
        }, -- end of ["blue"]
        ["red"] = 
        {
            [1] = 17,
            [2] = 0,
            [3] = 1,
        }, -- end of ["red"]
    }, -- end of ["coalitions"]
    ["descriptionText"] = "Russian border is classified as extremely hostile. While the main force are engaged to the West near Sukhumi and Zugdidi Air Forces are being deployed near the border to limit Russian backdoor reinforcements. Weather is poor conditions and landing is expected to be IMC. Also the area is experiencing low pressure and with the low temperature your A-10 will be seriously hampered up in the mountains, be careful and while flying low verify that you will be able to effectively climb out of mountain valleys. \
\
Known threats include:\
\
SA-10's deployed N of Mozdok\
Possible SAM threats near the border crossing near Kazbegi.\
Possible AAA sites spanning the border. \
AAA sites are not priority and pose little threat, however command advises destroying any MANPADS that you discover.   \
\
Area of Op Comms on 138.4\
Flight Comms on 251\
AWACs Overlord 3\
CAP Colt 1 near border\
\
Texaco 2-1\
126.5 AM  ||  17X  ||  FL180\
\
Relief \
Tusk 3-1  ||  Onstation: 1800 hrs\
\
Vaziani Airfield ATC 140.0\
Airport Elevation: 2670(Baro, i.e. HUD)\
22X  ||  RW13  ||  ILS:108.75@135\
\
Divert@Kutaisi Airfield\
44X  ||  RW07  ||  ILS:109.75@74",
    ["pictureFileNameR"] = 
    {
    }, -- end of ["pictureFileNameR"]
    ["goals"] = 
    {
    }, -- end of ["goals"]
    ["pictureFileNameB"] = 
    {
    }, -- end of ["pictureFileNameB"]
    ["descriptionBlueTask"] = "Your Task is to patrol a section of the border North of Tbilisi between grids MM and MN. Your flight plan includes several areas of interest. Keep in mind you will need to scan for targets near or around these areas. Your job is to find any traces of reinforcements, ammunition caches, bunker complexes or convoys. You are free to engage once youve visually verified targets. You are expected to stay on station until relieved. Your relief will arrive at 1800 hours. Listen for on-station calls from Boar 8. \
\
Once departed hook up with Texaco to top off, then proceed to the first patrol waypoint. At least one pilot must be on station by 1500 and at all times at least one pilot must remain in/near the box. Patrol the box and pay special attention to major roads and cities where enemy forces may be located. Manage ordinance accordingly to stay on station until 1800 hours.\
\
",
    ["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] = 
                                        {
                                            [31] = 
                                            {
                                                ["y"] = 863454.3125,
                                                ["x"] = -245413.765625,
                                            }, -- end of [31]
                                            [2] = 
                                            {
                                                ["y"] = 864241.25,
                                                ["x"] = -247141.796875,
                                            }, -- end of [2]
                                            [8] = 
                                            {
                                                ["y"] = 864352.625,
                                                ["x"] = -246556.0625,
                                            }, -- end of [8]
                                            [32] = 
                                            {
                                                ["y"] = 863427,
                                                ["x"] = -245092.640625,
                                            }, -- end of [32]
                                            [33] = 
                                            {
                                                ["y"] = 863426.75,
                                                ["x"] = -245085.953125,
                                            }, -- end of [33]
                                            [34] = 
                                            {
                                                ["y"] = 863427.125,
                                                ["x"] = -245079.265625,
                                            }, -- end of [34]
                                            [35] = 
                                            {
                                                ["y"] = 863428.1875,
                                                ["x"] = -245072.640625,
                                            }, -- end of [35]
                                            [9] = 
                                            {
                                                ["y"] = 864348.8125,
                                                ["x"] = -246548.4375,
                                            }, -- end of [9]
                                            [36] = 
                                            {
                                                ["y"] = 863429.8125,
                                                ["x"] = -245066.140625,
                                            }, -- end of [36]
                                            [37] = 
                                            {
                                                ["y"] = 863432.125,
                                                ["x"] = -245059.859375,
                                            }, -- end of [37]
                                            [38] = 
                                            {
                                                ["y"] = 863434.9375,
                                                ["x"] = -245053.78125,
                                            }, -- end of [38]
                                            [39] = 
                                            {
                                                ["y"] = 863597.75,
                                                ["x"] = -244746.25,
                                            }, -- end of [39]
                                            [10] = 
                                            {
                                                ["y"] = 864208.875,
                                                ["x"] = -246304.640625,
                                            }, -- end of [10]
                                            [40] = 
                                            {
                                                ["y"] = 863727.375,
                                                ["x"] = -244357.8125,
                                            }, -- end of [40]
                                            [41] = 
                                            {
                                                ["y"] = 863810.3125,
                                                ["x"] = -244151.671875,
                                            }, -- end of [41]
                                            [42] = 
                                            {
                                                ["y"] = 863887.5,
                                                ["x"] = -243919.78125,
                                            }, -- end of [42]
                                            [43] = 
                                            {
                                                ["y"] = 863893.4375,
                                                ["x"] = -243908.828125,
                                            }, -- end of [43]
                                            [11] = 
                                            {
                                                ["y"] = 864142.625,
                                                ["x"] = -246125.359375,
                                            }, -- end of [11]
                                            [44] = 
                                            {
                                                ["y"] = 864097.25,
                                                ["x"] = -243603.125,
                                            }, -- end of [44]
                                            [45] = 
                                            {
                                                ["y"] = 864207.375,
                                                ["x"] = -243413.484375,
                                            }, -- end of [45]
                                            [46] = 
                                            {
                                                ["y"] = 864211.375,
                                                ["x"] = -243405.546875,
                                            }, -- end of [46]
                                            [3] = 
                                            {
                                                ["y"] = 864356.5625,
                                                ["x"] = -246597.796875,
                                            }, -- end of [3]
                                            [12] = 
                                            {
                                                ["y"] = 864139.75,
                                                ["x"] = -246120.5625,
                                            }, -- end of [12]
                                            [48] = 
                                            {
                                                ["y"] = 864216.0625,
                                                ["x"] = -243388.4375,
                                            }, -- end of [48]
                                            [49] = 
                                            {
                                                ["y"] = 864216.8125,
                                                ["x"] = -243379.59375,
                                            }, -- end of [49]
                                            [50] = 
                                            {
                                                ["y"] = 864216.4375,
                                                ["x"] = -243370.71875,
                                            }, -- end of [50]
                                            [51] = 
                                            {
                                                ["y"] = 864214.875,
                                                ["x"] = -243361.96875,
                                            }, -- end of [51]
                                            [13] = 
                                            {
                                                ["y"] = 864136.4375,
                                                ["x"] = -246116.03125,
                                            }, -- end of [13]
                                            [52] = 
                                            {
                                                ["y"] = 864131.875,
                                                ["x"] = -243020.421875,
                                            }, -- end of [52]
                                            [53] = 
                                            {
                                                ["y"] = 864121.75,
                                                ["x"] = -243003.015625,
                                            }, -- end of [53]
                                            [54] = 
                                            {
                                                ["y"] = 864108.0625,
                                                ["x"] = -242986.328125,
                                            }, -- end of [54]
                                            [55] = 
                                            {
                                                ["y"] = 864020.5625,
                                                ["x"] = -242877.015625,
                                            }, -- end of [55]
                                            [14] = 
                                            {
                                                ["y"] = 864035.8125,
                                                ["x"] = -246022.71875,
                                            }, -- end of [14]
                                            [56] = 
                                            {
                                                ["y"] = 863865.25,
                                                ["x"] = -242677.390625,
                                            }, -- end of [56]
                                            [57] = 
                                            {
                                                ["y"] = 863694.8125,
                                                ["x"] = -242337.84375,
                                            }, -- end of [57]
                                            [58] = 
                                            {
                                                ["y"] = 863692,
                                                ["x"] = -242332.71875,
                                            }, -- end of [58]
                                            [59] = 
                                            {
                                                ["y"] = 863688.75,
                                                ["x"] = -242327.84375,
                                            }, -- end of [59]
                                            [15] = 
                                            {
                                                ["y"] = 863923.625,
                                                ["x"] = -245883.453125,
                                            }, -- end of [15]
                                            [60] = 
                                            {
                                                ["y"] = 863671.9375,
                                                ["x"] = -242311.5625,
                                            }, -- end of [60]
                                            [61] = 
                                            {
                                                ["y"] = 863473.625,
                                                ["x"] = -242175.09375,
                                            }, -- end of [61]
                                            [62] = 
                                            {
                                                ["y"] = 863384,
                                                ["x"] = -242113.4375,
                                            }, -- end of [62]
                                            [1] = 
                                            {
                                                ["y"] = 864234.25,
                                                ["x"] = -247317.203125,
                                            }, -- end of [1]
                                            [4] = 
                                            {
                                                ["y"] = 864357.8125,
                                                ["x"] = -246589.390625,
                                            }, -- end of [4]
                                            [16] = 
                                            {
                                                ["y"] = 863908.3125,
                                                ["x"] = -245856.09375,
                                            }, -- end of [16]
                                            [64] = 
                                            {
                                                ["y"] = 863371.1875,
                                                ["x"] = -242102.078125,
                                            }, -- end of [64]
                                            [65] = 
                                            {
                                                ["y"] = 863366,
                                                ["x"] = -242095.265625,
                                            }, -- end of [65]
                                            [66] = 
                                            {
                                                ["y"] = 863361.5625,
                                                ["x"] = -242087.9375,
                                            }, -- end of [66]
                                            [17] = 
                                            {
                                                ["y"] = 863905.9375,
                                                ["x"] = -245854.421875,
                                            }, -- end of [17]
                                            [68] = 
                                            {
                                                ["y"] = 863355.5625,
                                                ["x"] = -242071.890625,
                                            }, -- end of [68]
                                            [69] = 
                                            {
                                                ["y"] = 863218.5625,
                                                ["x"] = -241495.6875,
                                            }, -- end of [69]
                                            [70] = 
                                            {
                                                ["y"] = 863209.3125,
                                                ["x"] = -241479,
                                            }, -- end of [70]
                                            [18] = 
                                            {
                                                ["y"] = 863848.0625,
                                                ["x"] = -245813.328125,
                                            }, -- end of [18]
                                            [72] = 
                                            {
                                                ["y"] = 863076.625,
                                                ["x"] = -241308.375,
                                            }, -- end of [72]
                                            [73] = 
                                            {
                                                ["y"] = 862972.3125,
                                                ["x"] = -241237.65625,
                                            }, -- end of [73]
                                            [74] = 
                                            {
                                                ["y"] = 862839.6875,
                                                ["x"] = -241089.3125,
                                            }, -- end of [74]
                                            [19] = 
                                            {
                                                ["y"] = 863791.125,
                                                ["x"] = -245770.9375,
                                            }, -- end of [19]
                                            [76] = 
                                            {
                                                ["y"] = 862829.75,
                                                ["x"] = -241074.875,
                                            }, -- end of [76]
                                            [77] = 
                                            {
                                                ["y"] = 862826.1875,
                                                ["x"] = -241066.828125,
                                            }, -- end of [77]
                                            [5] = 
                                            {
                                                ["y"] = 864358.0625,
                                                ["x"] = -246580.875,
                                            }, -- end of [5]
                                            [20] = 
                                            {
                                                ["y"] = 863735.1875,
                                                ["x"] = -245727.265625,
                                            }, -- end of [20]
                                            [80] = 
                                            {
                                                ["y"] = 862821.9375,
                                                ["x"] = -241040.953125,
                                            }, -- end of [80]
                                            [81] = 
                                            {
                                                ["y"] = 862826.5,
                                                ["x"] = -240852.09375,
                                            }, -- end of [81]
                                            [82] = 
                                            {
                                                ["y"] = 862812.375,
                                                ["x"] = -240657.375,
                                            }, -- end of [82]
                                            [21] = 
                                            {
                                                ["y"] = 863680.25,
                                                ["x"] = -245682.3125,
                                            }, -- end of [21]
                                            [84] = 
                                            {
                                                ["y"] = 862706.625,
                                                ["x"] = -240411.03125,
                                            }, -- end of [84]
                                            [85] = 
                                            {
                                                ["y"] = 862614.1875,
                                                ["x"] = -240239.90625,
                                            }, -- end of [85]
                                            [22] = 
                                            {
                                                ["y"] = 863626.375,
                                                ["x"] = -245636.140625,
                                            }, -- end of [22]
                                            [23] = 
                                            {
                                                ["y"] = 863618.1875,
                                                ["x"] = -245626.875,
                                            }, -- end of [23]
                                            [6] = 
                                            {
                                                ["y"] = 864357.3125,
                                                ["x"] = -246572.390625,
                                            }, -- end of [6]
                                            [24] = 
                                            {
                                                ["y"] = 863519.5,
                                                ["x"] = -245493.125,
                                            }, -- end of [24]
                                            [25] = 
                                            {
                                                ["y"] = 863480.9375,
                                                ["x"] = -245462.953125,
                                            }, -- end of [25]
                                            [26] = 
                                            {
                                                ["y"] = 863473.8125,
                                                ["x"] = -245456.578125,
                                            }, -- end of [26]
                                            [27] = 
                                            {
                                                ["y"] = 863467.625,
                                                ["x"] = -245449.21875,
                                            }, -- end of [27]
                                            [7] = 
                                            {
                                                ["y"] = 864355.4375,
                                                ["x"] = -246564.09375,
                                            }, -- end of [7]
                                            [28] = 
                                            {
                                                ["y"] = 863462.4375,
                                                ["x"] = -245441.140625,
                                            }, -- end of [28]
                                            [47] = 
                                            {
                                                ["y"] = 864214.25,
                                                ["x"] = -243397.140625,
                                            }, -- end of [47]
                                            [63] = 
                                            {
                                                ["y"] = 863377.25,
                                                ["x"] = -242108.15625,
                                            }, -- end of [63]
                                            [78] = 
                                            {
                                                ["y"] = 862823.6875,
                                                ["x"] = -241058.40625,
                                            }, -- end of [78]
                                            [29] = 
                                            {
                                                ["y"] = 863458.5625,
                                                ["x"] = -245432.40625,
                                            }, -- end of [29]
                                            [67] = 
                                            {
                                                ["y"] = 863358.125,
                                                ["x"] = -242080.078125,
                                            }, -- end of [67]
                                            [71] = 
                                            {
                                                ["y"] = 863088.5625,
                                                ["x"] = -241318.5,
                                            }, -- end of [71]
                                            [75] = 
                                            {
                                                ["y"] = 862834.25,
                                                ["x"] = -241082.421875,
                                            }, -- end of [75]
                                            [30] = 
                                            {
                                                ["y"] = 863455.8125,
                                                ["x"] = -245423.234375,
                                            }, -- end of [30]
                                            [79] = 
                                            {
                                                ["y"] = 862822.25,
                                                ["x"] = -241049.734375,
                                            }, -- end of [79]
                                            [83] = 
                                            {
                                                ["y"] = 862807.6875,
                                                ["x"] = -240642.203125,
                                            }, -- end of [83]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [31] = 
                                            {
                                                ["y"] = 857738.0625,
                                                ["x"] = -236734.234375,
                                            }, -- end of [31]
                                            [2] = 
                                            {
                                                ["y"] = 862599.5,
                                                ["x"] = -240214.390625,
                                            }, -- end of [2]
                                            [8] = 
                                            {
                                                ["y"] = 861899.5,
                                                ["x"] = -239162.15625,
                                            }, -- end of [8]
                                            [32] = 
                                            {
                                                ["y"] = 857663,
                                                ["x"] = -236691.390625,
                                            }, -- end of [32]
                                            [33] = 
                                            {
                                                ["y"] = 857587.125,
                                                ["x"] = -236649.984375,
                                            }, -- end of [33]
                                            [34] = 
                                            {
                                                ["y"] = 857510.5,
                                                ["x"] = -236610.03125,
                                            }, -- end of [34]
                                            [35] = 
                                            {
                                                ["y"] = 857433.125,
                                                ["x"] = -236571.53125,
                                            }, -- end of [35]
                                            [9] = 
                                            {
                                                ["y"] = 861894.75,
                                                ["x"] = -239156.671875,
                                            }, -- end of [9]
                                            [36] = 
                                            {
                                                ["y"] = 857355,
                                                ["x"] = -236534.5,
                                            }, -- end of [36]
                                            [37] = 
                                            {
                                                ["y"] = 857276.1875,
                                                ["x"] = -236498.96875,
                                            }, -- end of [37]
                                            [38] = 
                                            {
                                                ["y"] = 857196.75,
                                                ["x"] = -236464.9375,
                                            }, -- end of [38]
                                            [39] = 
                                            {
                                                ["y"] = 857178.1875,
                                                ["x"] = -236462.515625,
                                            }, -- end of [39]
                                            [10] = 
                                            {
                                                ["y"] = 861889.5,
                                                ["x"] = -239151.671875,
                                            }, -- end of [10]
                                            [40] = 
                                            {
                                                ["y"] = 856828.1875,
                                                ["x"] = -236510.875,
                                            }, -- end of [40]
                                            [41] = 
                                            {
                                                ["y"] = 856819.0625,
                                                ["x"] = -236511.5625,
                                            }, -- end of [41]
                                            [42] = 
                                            {
                                                ["y"] = 856810,
                                                ["x"] = -236511.03125,
                                            }, -- end of [42]
                                            [43] = 
                                            {
                                                ["y"] = 856801,
                                                ["x"] = -236509.328125,
                                            }, -- end of [43]
                                            [11] = 
                                            {
                                                ["y"] = 861883.75,
                                                ["x"] = -239147.25,
                                            }, -- end of [11]
                                            [44] = 
                                            {
                                                ["y"] = 856792.375,
                                                ["x"] = -236506.484375,
                                            }, -- end of [44]
                                            [45] = 
                                            {
                                                ["y"] = 856784.125,
                                                ["x"] = -236502.53125,
                                            }, -- end of [45]
                                            [46] = 
                                            {
                                                ["y"] = 856776.5,
                                                ["x"] = -236497.53125,
                                            }, -- end of [46]
                                            [3] = 
                                            {
                                                ["y"] = 862338.125,
                                                ["x"] = -239868.265625,
                                            }, -- end of [3]
                                            [12] = 
                                            {
                                                ["y"] = 861877.5625,
                                                ["x"] = -239143.46875,
                                            }, -- end of [12]
                                            [48] = 
                                            {
                                                ["y"] = 856611.75,
                                                ["x"] = -236384.515625,
                                            }, -- end of [48]
                                            [49] = 
                                            {
                                                ["y"] = 856569.8125,
                                                ["x"] = -236365.765625,
                                            }, -- end of [49]
                                            [50] = 
                                            {
                                                ["y"] = 856527.125,
                                                ["x"] = -236348.578125,
                                            }, -- end of [50]
                                            [51] = 
                                            {
                                                ["y"] = 856504.4375,
                                                ["x"] = -236341.65625,
                                            }, -- end of [51]
                                            [13] = 
                                            {
                                                ["y"] = 861687.8125,
                                                ["x"] = -239032.640625,
                                            }, -- end of [13]
                                            [52] = 
                                            {
                                                ["y"] = 856481.375,
                                                ["x"] = -236336.03125,
                                            }, -- end of [52]
                                            [53] = 
                                            {
                                                ["y"] = 856458.0625,
                                                ["x"] = -236331.703125,
                                            }, -- end of [53]
                                            [54] = 
                                            {
                                                ["y"] = 856434.5,
                                                ["x"] = -236328.71875,
                                            }, -- end of [54]
                                            [55] = 
                                            {
                                                ["y"] = 856111.9375,
                                                ["x"] = -236318.84375,
                                            }, -- end of [55]
                                            [14] = 
                                            {
                                                ["y"] = 861641.8125,
                                                ["x"] = -238997.890625,
                                            }, -- end of [14]
                                            [56] = 
                                            {
                                                ["y"] = 856075.9375,
                                                ["x"] = -236321.75,
                                            }, -- end of [56]
                                            [57] = 
                                            {
                                                ["y"] = 856040.0625,
                                                ["x"] = -236325.703125,
                                            }, -- end of [57]
                                            [58] = 
                                            {
                                                ["y"] = 856004.375,
                                                ["x"] = -236330.703125,
                                            }, -- end of [58]
                                            [59] = 
                                            {
                                                ["y"] = 855940.125,
                                                ["x"] = -236339.125,
                                            }, -- end of [59]
                                            [15] = 
                                            {
                                                ["y"] = 861462.375,
                                                ["x"] = -238881,
                                            }, -- end of [15]
                                            [60] = 
                                            {
                                                ["y"] = 855876.1875,
                                                ["x"] = -236349.078125,
                                            }, -- end of [60]
                                            [61] = 
                                            {
                                                ["y"] = 855812.4375,
                                                ["x"] = -236360.53125,
                                            }, -- end of [61]
                                            [62] = 
                                            {
                                                ["y"] = 855577.25,
                                                ["x"] = -236384.4375,
                                            }, -- end of [62]
                                            [1] = 
                                            {
                                                ["y"] = 862614.1875,
                                                ["x"] = -240239.90625,
                                            }, -- end of [1]
                                            [4] = 
                                            {
                                                ["y"] = 862240.8125,
                                                ["x"] = -239759.78125,
                                            }, -- end of [4]
                                            [16] = 
                                            {
                                                ["y"] = 861282.375,
                                                ["x"] = -238710.5625,
                                            }, -- end of [16]
                                            [64] = 
                                            {
                                                ["y"] = 855228.5,
                                                ["x"] = -236446.890625,
                                            }, -- end of [64]
                                            [65] = 
                                            {
                                                ["y"] = 855192.4375,
                                                ["x"] = -236439.140625,
                                            }, -- end of [65]
                                            [17] = 
                                            {
                                                ["y"] = 860958.6875,
                                                ["x"] = -238435.484375,
                                            }, -- end of [17]
                                            [18] = 
                                            {
                                                ["y"] = 860946.6875,
                                                ["x"] = -238428.78125,
                                            }, -- end of [18]
                                            [19] = 
                                            {
                                                ["y"] = 860704.125,
                                                ["x"] = -238322.71875,
                                            }, -- end of [19]
                                            [5] = 
                                            {
                                                ["y"] = 862097.5625,
                                                ["x"] = -239551.421875,
                                            }, -- end of [5]
                                            [20] = 
                                            {
                                                ["y"] = 860528.6875,
                                                ["x"] = -238217.859375,
                                            }, -- end of [20]
                                            [21] = 
                                            {
                                                ["y"] = 860316.9375,
                                                ["x"] = -238122.140625,
                                            }, -- end of [21]
                                            [22] = 
                                            {
                                                ["y"] = 859922.75,
                                                ["x"] = -237873.703125,
                                            }, -- end of [22]
                                            [23] = 
                                            {
                                                ["y"] = 859674.3125,
                                                ["x"] = -237631.6875,
                                            }, -- end of [23]
                                            [6] = 
                                            {
                                                ["y"] = 861907.125,
                                                ["x"] = -239174.46875,
                                            }, -- end of [6]
                                            [24] = 
                                            {
                                                ["y"] = 859498.0625,
                                                ["x"] = -237508.34375,
                                            }, -- end of [24]
                                            [25] = 
                                            {
                                                ["y"] = 859341.0625,
                                                ["x"] = -237364.078125,
                                            }, -- end of [25]
                                            [26] = 
                                            {
                                                ["y"] = 858947.875,
                                                ["x"] = -237146.1875,
                                            }, -- end of [26]
                                            [27] = 
                                            {
                                                ["y"] = 858698.5625,
                                                ["x"] = -237066.9375,
                                            }, -- end of [27]
                                            [7] = 
                                            {
                                                ["y"] = 861903.625,
                                                ["x"] = -239168.109375,
                                            }, -- end of [7]
                                            [28] = 
                                            {
                                                ["y"] = 858288.125,
                                                ["x"] = -236997.609375,
                                            }, -- end of [28]
                                            [29] = 
                                            {
                                                ["y"] = 858018.25,
                                                ["x"] = -236924.71875,
                                            }, -- end of [29]
                                            [30] = 
                                            {
                                                ["y"] = 858004.375,
                                                ["x"] = -236917.359375,
                                            }, -- end of [30]
                                            [47] = 
                                            {
                                                ["y"] = 856653,
                                                ["x"] = -236404.8125,
                                            }, -- end of [47]
                                            [63] = 
                                            {
                                                ["y"] = 855247.25,
                                                ["x"] = -236448.328125,
                                            }, -- end of [63]
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 855192.57142857,
                                                ["x"] = -236438.57142857,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 855192.57142857,
                                                ["x"] = -236438.57142857,
                                            }, -- end of [2]
                                        }, -- end of [3]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 1053,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 31536000,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 864234.22168569,
                                            ["x"] = -247317.20668158,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.1388888888889,
                                            ["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"] = 1,
                                                                    }, -- 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"] = 1112,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 31537585.935444,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 862614.15782242,
                                            ["x"] = -240239.88436063,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.1388888888889,
                                            ["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"] = 1210,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 31539311.320936,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 855192.4257446,
                                            ["x"] = -236439.13249503,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.1388888888889,
                                            ["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"] = 86,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 864234.22168569,
                                        ["type"] = "M1134 Stryker ATGM",
                                        ["name"] = "Unit #174",
                                        ["unitId"] = 343,
                                        ["heading"] = -0.22503210167695,
                                        ["skill"] = "Good",
                                        ["x"] = -247317.20668158,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 864233.16427234,
                                        ["type"] = "M1126 Stryker ICV",
                                        ["name"] = "Unit #175",
                                        ["unitId"] = 344,
                                        ["heading"] = -0.22503210167695,
                                        ["skill"] = "Good",
                                        ["x"] = -247347.19313999,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 864232.13312505,
                                        ["type"] = "M1043 HMMWV Armament",
                                        ["name"] = "Unit #176",
                                        ["unitId"] = 345,
                                        ["heading"] = -0.22503210167695,
                                        ["skill"] = "High",
                                        ["x"] = -247377.17214549,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 864231.08895188,
                                        ["type"] = "M-2 Bradley",
                                        ["name"] = "Unit #177",
                                        ["unitId"] = 346,
                                        ["heading"] = -0.22503210167695,
                                        ["skill"] = "Good",
                                        ["x"] = -247407.15176227,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 864230.05758303,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #178",
                                        ["unitId"] = 347,
                                        ["heading"] = -0.22503210167695,
                                        ["skill"] = "High",
                                        ["x"] = -247437.13720901,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["y"] = 864229.02460442,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #179",
                                        ["unitId"] = 348,
                                        ["heading"] = -0.22503210167695,
                                        ["skill"] = "High",
                                        ["x"] = -247467.12219538,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        ["y"] = 864231.13301086,
                                        ["type"] = "M6 Linebacker",
                                        ["name"] = "Unit #180",
                                        ["unitId"] = 349,
                                        ["heading"] = -0.22503210167695,
                                        ["skill"] = "High",
                                        ["x"] = -247496.25522995,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        ["y"] = 864241.41837911,
                                        ["type"] = "M1043 HMMWV Armament",
                                        ["name"] = "Unit #181",
                                        ["unitId"] = 350,
                                        ["heading"] = -0.22503210167695,
                                        ["skill"] = "High",
                                        ["x"] = -247522.88277857,
                                    }, -- end of [8]
                                }, -- end of ["units"]
                                ["y"] = 864234.22168569,
                                ["x"] = -247317.20668158,
                                ["name"] = "BlueConvoy1",
                                ["start_time"] = 31536000,
                                ["task"] = "Ground Nothing",
                            }, -- end of [1]
                        }, -- end of ["group"]
                    }, -- end of ["vehicle"]
                    ["plane"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "CAS",
                                ["uncontrolled"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParking",
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 31,
                                            ["y"] = 902737.3125,
                                            ["x"] = -318249.21875,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["valid"] = true,
                                                            ["id"] = "EngageTargets",
                                                            ["number"] = 1,
                                                            ["key"] = "CAS",
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "All",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["valid"] = 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"] = 6096,
                                            ["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"] = 554.18908246805,
                                            ["y"] = 842306,
                                            ["x"] = -256368,
                                            ["name"] = "Texaco 17X",
                                            ["speed"] = 159.30555555556,
                                            ["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"] = 1110,
                                            ["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"] = 713.13540588978,
                                            ["y"] = 862255.42857143,
                                            ["x"] = -239325.71428572,
                                            ["name"] = "SEbox",
                                            ["speed"] = 154.16666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 1688,
                                            ["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"] = 822.41098043788,
                                            ["y"] = 853750.28571427,
                                            ["x"] = -212830.57142853,
                                            ["name"] = "NEbox",
                                            ["speed"] = 154.16666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 2216,
                                            ["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"] = 1153.1910146638,
                                            ["y"] = 815977.42857142,
                                            ["x"] = -226037.42857141,
                                            ["name"] = "NWbox",
                                            ["speed"] = 154.16666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            ["alt"] = 2216,
                                            ["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"] = 1287.9349424296,
                                            ["y"] = 799977.42857142,
                                            ["x"] = -252958.85714284,
                                            ["name"] = "SWbox",
                                            ["speed"] = 154.16666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            ["alt"] = 2216,
                                            ["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"] = 1776.686316069,
                                            ["y"] = 863962.57142857,
                                            ["x"] = -242682.85714286,
                                            ["name"] = "InitPatrolFix",
                                            ["speed"] = 154.16666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            ["alt"] = 455,
                                            ["type"] = "Land",
                                            ["action"] = "Landing",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 2414.9302029109,
                                            ["airdromeId"] = 31,
                                            ["y"] = 903150.625,
                                            ["x"] = -319069.063,
                                            ["name"] = "Vaziani 22X",
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [8]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 9,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "118th FS Bradley ANGB, Connecticut (CT) N621",
                                        ["onboard_num"] = "15",
                                        ["parking"] = 3,
                                        ["speed"] = 138.88888888889,
                                        ["heading"] = -0.77354460818661,
                                        ["callsign"] = 
                                        {
                                            [1] = 10,
                                            [2] = 1,
                                            [3] = 2,
                                            ["name"] = "Boar12",
                                        }, -- end of ["callsign"]
                                        ["psi"] = 0.77354460818661,
                                        ["y"] = 903209.375,
                                        ["x"] = -317519.15625,
                                        ["name"] = "Boar1",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{DAC53A2F-79CA-42FF-A77A-F5649B601308}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "{CBU-87}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{CBU-87}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    ["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}",
                                                }, -- 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"] = 2515,
                                            ["flare"] = 120,
                                            ["ammo_type"] = 1,
                                            ["chaff"] = 240,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["type"] = "A-10C",
                                        ["start_type"] = 3,
                                        ["unitId"] = 9,
                                        ["skill"] = "Client",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 902737.3125,
                                ["x"] = -318249.21875,
                                ["name"] = "Boar1_1",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 251,
                            }, -- end of [1]
                            [2] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "Refueling",
                                ["uncontrolled"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 471,
                                            ["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"] = 29,
                                            ["y"] = 896538.85714286,
                                            ["x"] = -315478.57142857,
                                            ["speed"] = 174.72222222222,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["valid"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "ActivateBeacon",
                                                                    ["params"] = 
                                                                    {
                                                                        ["frequency"] = 1104000000,
                                                                        ["type"] = 4,
                                                                        ["AA"] = true,
                                                                        ["callsign"] = "TKR",
                                                                        ["channel"] = 17,
                                                                        ["modeChannel"] = "X",
                                                                        ["bearing"] = true,
                                                                        ["system"] = 4,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["valid"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["number"] = 2,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "SetImmortal",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [2]
                                                        [3] = 
                                                        {
                                                            ["valid"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["number"] = 3,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "SetFrequency",
                                                                    ["params"] = 
                                                                    {
                                                                        ["modulation"] = 0,
                                                                        ["frequency"] = 126500000,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [3]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 5486.4,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 645.07626362588,
                                            ["y"] = 795470.57142857,
                                            ["x"] = -265593.14285715,
                                            ["speed"] = 174.72222222222,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "Tanker",
                                                            ["valid"] = true,
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "Orbit",
                                                            ["valid"] = true,
                                                            ["number"] = 2,
                                                            ["params"] = 
                                                            {
                                                                ["altitude"] = 5486.4,
                                                                ["pattern"] = "Race-Track",
                                                                ["speed"] = 138.75,
                                                                ["speedEdited"] = true,
                                                                ["altitudeEdited"] = true,
                                                            }, -- end of ["params"]
                                                        }, -- end of [2]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 5486.4,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 1254.8216492797,
                                            ["y"] = 878484.85714285,
                                            ["x"] = -249278.85714286,
                                            ["speed"] = 138.75,
                                            ["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"] = 11,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 471,
                                        ["heading"] = -1.1122967489574,
                                        ["alt_type"] = "BARO",
                                        ["callsign"] = 
                                        {
                                            [1] = 1,
                                            [2] = 2,
                                            [3] = 1,
                                            ["name"] = "Texaco21",
                                        }, -- end of ["callsign"]
                                        ["psi"] = 1.1122967489574,
                                        ["livery_id"] = "Standard USAF",
                                        ["onboard_num"] = "10",
                                        ["type"] = "KC-135",
                                        ["y"] = 896538.85714286,
                                        ["x"] = -315478.57142857,
                                        ["name"] = "Pilot #1",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 63490,
                                            ["flare"] = 60,
                                            ["chaff"] = 120,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["speed"] = 174.72222222222,
                                        ["start_type"] = 2,
                                        ["unitId"] = 11,
                                        ["skill"] = "Excellent",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 896538.85714286,
                                ["x"] = -315478.57142857,
                                ["name"] = "New Airplane Group",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 150,
                            }, -- end of [2]
                            [3] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                    [1] = 
                                    {
                                        ["valid"] = true,
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["enabled"] = true,
                                        ["number"] = 1,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "Start",
                                                ["params"] = 
                                                {
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [1]
                                }, -- end of ["tasks"]
                                ["radioSet"] = true,
                                ["task"] = "CAS",
                                ["uncontrolled"] = true,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParking",
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 31,
                                            ["y"] = 902475.5625,
                                            ["x"] = -318048.375,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = true,
                                            ["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]
                                                        [2] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["valid"] = true,
                                                            ["number"] = 2,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "SetFrequency",
                                                                    ["params"] = 
                                                                    {
                                                                        ["modulation"] = 0,
                                                                        ["frequency"] = 138400000,
                                                                    }, -- 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"] = 4876.8,
                                            ["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"] = 626.96609480114,
                                            ["y"] = 864173.14285714,
                                            ["x"] = -239846,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["valid"] = true,
                                                            ["auto"] = false,
                                                            ["key"] = "CAS",
                                                            ["id"] = "EngageTargets",
                                                            ["number"] = 1,
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "All",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "Orbit",
                                                            ["valid"] = true,
                                                            ["number"] = 2,
                                                            ["params"] = 
                                                            {
                                                                ["speedEdited"] = true,
                                                                ["speed"] = 164.44444444444,
                                                                ["pattern"] = "Race-Track",
                                                                ["altitude"] = 4876.8,
                                                            }, -- end of ["params"]
                                                        }, -- end of [2]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 4876.8,
                                            ["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"] = 1035.7465179537,
                                            ["y"] = 809314.28571428,
                                            ["x"] = -240271.42857143,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 77,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "118th FS Bradley ANGB, Connecticut (CT) N621",
                                        ["onboard_num"] = "17",
                                        ["parking"] = 11,
                                        ["speed"] = 138.88888888889,
                                        ["heading"] = -0.45544298114595,
                                        ["callsign"] = 
                                        {
                                            [1] = 12,
                                            [2] = 3,
                                            [3] = 1,
                                            ["name"] = "Tusk31",
                                        }, -- end of ["callsign"]
                                        ["psi"] = 0.45544298114595,
                                        ["y"] = 902475.5625,
                                        ["x"] = -318048.375,
                                        ["name"] = "Pilot #2",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "{CBU-87}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{CBU-87}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    ["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    ["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    ["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    ["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}",
                                                }, -- end of [11]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 4928,
                                            ["flare"] = 120,
                                            ["ammo_type"] = 1,
                                            ["chaff"] = 240,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["type"] = "A-10C",
                                        ["start_type"] = 3,
                                        ["unitId"] = 246,
                                        ["skill"] = "Average",
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "118th FS Bradley ANGB, Connecticut (CT) N621",
                                        ["onboard_num"] = "18",
                                        ["parking"] = 13,
                                        ["speed"] = 138.88888888889,
                                        ["heading"] = -0.45544298114595,
                                        ["callsign"] = 
                                        {
                                            [1] = 12,
                                            [2] = 3,
                                            [3] = 1,
                                            ["name"] = "Tusk31",
                                        }, -- end of ["callsign"]
                                        ["psi"] = 0.45544298114595,
                                        ["y"] = 902514.4375,
                                        ["x"] = -318088.9375,
                                        ["name"] = "Pilot #3",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "{CBU-87}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{CBU-87}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    ["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    ["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    ["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    ["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}",
                                                }, -- end of [11]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 4928,
                                            ["flare"] = 120,
                                            ["ammo_type"] = 1,
                                            ["chaff"] = 240,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["type"] = "A-10C",
                                        ["start_type"] = 3,
                                        ["unitId"] = 247,
                                        ["skill"] = "Average",
                                    }, -- end of [2]
                                }, -- end of ["units"]
                                ["y"] = 902475.5625,
                                ["x"] = -318048.375,
                                ["name"] = "Relief",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 138.4,
                            }, -- end of [3]
                            [4] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                    [1] = 
                                    {
                                        ["valid"] = true,
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["enabled"] = true,
                                        ["number"] = 1,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "Start",
                                                ["params"] = 
                                                {
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [1]
                                }, -- end of ["tasks"]
                                ["radioSet"] = true,
                                ["task"] = "CAP",
                                ["uncontrolled"] = true,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParking",
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 31,
                                            ["y"] = 902549.1875,
                                            ["x"] = -318124.75,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = true,
                                            ["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]
                                                        [2] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["valid"] = true,
                                                            ["number"] = 2,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "SetFrequency",
                                                                    ["params"] = 
                                                                    {
                                                                        ["modulation"] = 0,
                                                                        ["frequency"] = 138400000,
                                                                    }, -- 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"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["name"] = 1,
                                                                        ["value"] = 2,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [3]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 1524,
                                            ["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"] = 168.03122401202,
                                            ["y"] = 885252.57142854,
                                            ["x"] = -302457.14285713,
                                            ["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"] = 7315.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"] = 556.90145593843,
                                            ["y"] = 838162.85714288,
                                            ["x"] = -259192.28571427,
                                            ["speed"] = 164.44444444444,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 8534.4,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 887.09700821229,
                                            ["y"] = 780670.00000002,
                                            ["x"] = -229999.42857142,
                                            ["speed"] = 195.27777777778,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["valid"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["name"] = 3,
                                                                        ["value"] = 3,
                                                                    }, -- 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"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["name"] = 0,
                                                                        ["value"] = 0,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [2]
                                                        [3] = 
                                                        {
                                                            ["valid"] = true,
                                                            ["auto"] = false,
                                                            ["key"] = "CAP",
                                                            ["id"] = "EngageTargets",
                                                            ["number"] = 3,
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Air",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [3]
                                                        [4] = 
                                                        {
                                                            ["valid"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "EngageTargets",
                                                            ["enabled"] = true,
                                                            ["number"] = 4,
                                                            ["params"] = 
                                                            {
                                                                ["maxDistEnabled"] = true,
                                                                ["priority"] = 0,
                                                                ["maxDist"] = 55500,
                                                            }, -- end of ["params"]
                                                        }, -- end of [4]
                                                        [5] = 
                                                        {
                                                            ["valid"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "ControlledTask",
                                                            ["enabled"] = true,
                                                            ["number"] = 5,
                                                            ["params"] = 
                                                            {
                                                                ["task"] = 
                                                                {
                                                                    ["id"] = "Orbit",
                                                                    ["params"] = 
                                                                    {
                                                                        ["altitude"] = 8534.4,
                                                                        ["speed"] = 179.86111111111,
                                                                        ["pattern"] = "Race-Track",
                                                                        ["speedEdited"] = true,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["task"]
                                                                ["stopCondition"] = 
                                                                {
                                                                    ["time"] = 13800,
                                                                }, -- end of ["stopCondition"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [5]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 8534.4,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 1545.8690505589,
                                            ["y"] = 908448.5714286,
                                            ["x"] = -215106.57142856,
                                            ["speed"] = 195.27777777778,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            ["alt"] = 455,
                                            ["type"] = "Land",
                                            ["action"] = "Landing",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 2295.370303008,
                                            ["airdromeId"] = 31,
                                            ["y"] = 903150.625,
                                            ["x"] = -319069.063,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [6]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 81,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "usaf 414th cts (wa) nellis afb",
                                        ["onboard_num"] = "19",
                                        ["parking"] = 15,
                                        ["speed"] = 138.88888888889,
                                        ["heading"] = -0.83477547760892,
                                        ["callsign"] = 
                                        {
                                            [1] = 4,
                                            [2] = 1,
                                            [3] = 1,
                                            ["name"] = "Colt11",
                                        }, -- end of ["callsign"]
                                        ["psi"] = 0.83477547760892,
                                        ["y"] = 902549.1875,
                                        ["x"] = -318124.75,
                                        ["name"] = "Pilot #4",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [4]
                                                [6] = 
                                                {
                                                    ["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    ["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    ["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    ["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [10]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "3104",
                                            ["flare"] = 45,
                                            ["chaff"] = 90,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["type"] = "F-16C bl.52d",
                                        ["start_type"] = 3,
                                        ["unitId"] = 302,
                                        ["skill"] = "Excellent",
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "usaf 414th cts (wa) nellis afb",
                                        ["onboard_num"] = "20",
                                        ["parking"] = 17,
                                        ["speed"] = 138.88888888889,
                                        ["heading"] = -0.83477547760892,
                                        ["callsign"] = 
                                        {
                                            [1] = 4,
                                            [2] = 1,
                                            [3] = 2,
                                            ["name"] = "Colt12",
                                        }, -- end of ["callsign"]
                                        ["psi"] = 0.83477547760892,
                                        ["y"] = 902591.9375,
                                        ["x"] = -318167.3125,
                                        ["name"] = "Pilot #5",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [4]
                                                [6] = 
                                                {
                                                    ["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    ["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    ["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    ["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [10]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "3104",
                                            ["flare"] = 45,
                                            ["chaff"] = 90,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["type"] = "F-16C bl.52d",
                                        ["start_type"] = 3,
                                        ["unitId"] = 303,
                                        ["skill"] = "Excellent",
                                    }, -- end of [2]
                                }, -- end of ["units"]
                                ["y"] = 902549.1875,
                                ["x"] = -318124.75,
                                ["name"] = "CAPGroup",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 138.4,
                            }, -- end of [4]
                            [5] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = true,
                                ["task"] = "CAS",
                                ["uncontrolled"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParking",
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 600,
                                            ["airdromeId"] = 29,
                                            ["y"] = 896554,
                                            ["x"] = -314889.09375,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["valid"] = true,
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 4,
                                                                    }, -- 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"] = 0,
                                                                        ["frequency"] = 138400000,
                                                                    }, -- 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"] = 1524,
                                            ["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"] = 705.61120023014,
                                            ["y"] = 884434,
                                            ["x"] = -303220,
                                            ["speed"] = 159.30555555556,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 4267.2,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 1332.0832307351,
                                            ["y"] = 790148.57142858,
                                            ["x"] = -270503.14285714,
                                            ["speed"] = 159.30555555556,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 2133.6,
                                            ["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"] = 1672.258284614,
                                            ["y"] = 758372.57142858,
                                            ["x"] = -226605.14285713,
                                            ["speed"] = 159.30555555556,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["valid"] = true,
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["name"] = 0,
                                                                        ["value"] = 0,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["valid"] = true,
                                                            ["auto"] = false,
                                                            ["key"] = "CAS",
                                                            ["id"] = "ControlledTask",
                                                            ["number"] = 2,
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["task"] = 
                                                                {
                                                                    ["id"] = "EngageTargets",
                                                                    ["key"] = "CAS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["targetTypes"] = 
                                                                        {
                                                                            [1] = "All",
                                                                        }, -- end of ["targetTypes"]
                                                                        ["priority"] = 0,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["task"]
                                                                ["stopCondition"] = 
                                                                {
                                                                    ["lastWaypoint"] = 5,
                                                                }, -- end of ["stopCondition"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [2]
                                                        [3] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "AttackGroup",
                                                            ["valid"] = true,
                                                            ["number"] = 3,
                                                            ["params"] = 
                                                            {
                                                                ["groupName"] = "AAAsite1 #002",
                                                                ["weaponType"] = 1073741822,
                                                                ["groupId"] = 84,
                                                            }, -- end of ["params"]
                                                        }, -- end of [3]
                                                        [4] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "AttackGroup",
                                                            ["valid"] = true,
                                                            ["number"] = 4,
                                                            ["params"] = 
                                                            {
                                                                ["groupName"] = "AAAsite1 #003",
                                                                ["weaponType"] = 1073741822,
                                                                ["groupId"] = 85,
                                                            }, -- end of ["params"]
                                                        }, -- end of [4]
                                                        [5] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "AttackGroup",
                                                            ["valid"] = true,
                                                            ["number"] = 5,
                                                            ["params"] = 
                                                            {
                                                                ["groupName"] = "AAAsite1 #001",
                                                                ["weaponType"] = 1073741822,
                                                                ["groupId"] = 83,
                                                            }, -- end of ["params"]
                                                        }, -- end of [5]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 2438.4,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 1827.9243410516,
                                            ["y"] = 777914.28571429,
                                            ["x"] = -250364.57142856,
                                            ["speed"] = 159.30555555556,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            ["alt"] = 471,
                                            ["type"] = "Land",
                                            ["action"] = "Landing",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 2677.363905358,
                                            ["airdromeId"] = 29,
                                            ["y"] = 896538.85714286,
                                            ["x"] = -315478.57142857,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [6]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 82,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "23rd TFW England AFB (EL)",
                                        ["onboard_num"] = "21",
                                        ["parking"] = 88,
                                        ["speed"] = 138.88888888889,
                                        ["heading"] = -0.8043502204986,
                                        ["callsign"] = 
                                        {
                                            [1] = 9,
                                            [2] = 3,
                                            [3] = 1,
                                            ["name"] = "Hawg31",
                                        }, -- end of ["callsign"]
                                        ["psi"] = 0.8043502204986,
                                        ["y"] = 896554,
                                        ["x"] = -314889.09375,
                                        ["name"] = "Pilot #6",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [1]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{DAC53A2F-79CA-42FF-A77A-F5649B601308}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "{CBU-87}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{CBU-87}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    ["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}",
                                                }, -- 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"] = 5029,
                                            ["flare"] = 120,
                                            ["ammo_type"] = 1,
                                            ["chaff"] = 240,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["type"] = "A-10C",
                                        ["start_type"] = 3,
                                        ["unitId"] = 304,
                                        ["skill"] = "High",
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "23rd TFW England AFB (EL)",
                                        ["onboard_num"] = "22",
                                        ["parking"] = 75,
                                        ["speed"] = 138.88888888889,
                                        ["heading"] = -0.8043502204986,
                                        ["callsign"] = 
                                        {
                                            [1] = 9,
                                            [2] = 3,
                                            [3] = 2,
                                            ["name"] = "Hawg32",
                                        }, -- end of ["callsign"]
                                        ["psi"] = 0.8043502204986,
                                        ["y"] = 896574.25,
                                        ["x"] = -314859.53125,
                                        ["name"] = "Pilot #7",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [1]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{DAC53A2F-79CA-42FF-A77A-F5649B601308}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "{CBU-87}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{CBU-87}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    ["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}",
                                                }, -- 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"] = 5029,
                                            ["flare"] = 120,
                                            ["ammo_type"] = 1,
                                            ["chaff"] = 240,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["type"] = "A-10C",
                                        ["start_type"] = 3,
                                        ["unitId"] = 305,
                                        ["skill"] = "High",
                                    }, -- end of [2]
                                }, -- end of ["units"]
                                ["y"] = 896554,
                                ["x"] = -314889.09375,
                                ["name"] = "Hawgpatrol West",
                                ["communication"] = true,
                                ["start_time"] = 600,
                                ["frequency"] = 138.4,
                            }, -- end of [5]
                            [6] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "AWACS",
                                ["uncontrolled"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 8534.4,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["y"] = 818670.00000001,
                                            ["x"] = -310742.28571427,
                                            ["speed"] = 169.58333333333,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["valid"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "AWACS",
                                                            ["enabled"] = true,
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["valid"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["number"] = 2,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "SetFrequency",
                                                                    ["params"] = 
                                                                    {
                                                                        ["modulation"] = 0,
                                                                        ["frequency"] = 138400000,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [2]
                                                        [3] = 
                                                        {
                                                            ["valid"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["number"] = 3,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["name"] = 6,
                                                                        ["value"] = true,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [3]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 8534.4,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 31.474692917829,
                                            ["y"] = 823812.85714287,
                                            ["x"] = -309313.7142857,
                                            ["speed"] = 169.58333333333,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["valid"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "Orbit",
                                                            ["enabled"] = true,
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["altitude"] = 8534.4,
                                                                ["speed"] = 169.58333333333,
                                                                ["pattern"] = "Race-Track",
                                                                ["speedEdited"] = true,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 8534.4,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 257.9975168787,
                                            ["y"] = 862098.57142859,
                                            ["x"] = -306170.85714285,
                                            ["speed"] = 169.58333333333,
                                            ["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"] = 87,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 8534.4,
                                        ["type"] = "E-3A",
                                        ["alt_type"] = "BARO",
                                        ["unitId"] = 351,
                                        ["psi"] = -1.2998494764569,
                                        ["livery_id"] = "usaf standard",
                                        ["skill"] = "Excellent",
                                        ["y"] = 818670.00000001,
                                        ["x"] = -310742.28571427,
                                        ["name"] = "Pilot #8",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "65000",
                                            ["flare"] = 60,
                                            ["chaff"] = 120,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["speed"] = 169.58333333333,
                                        ["heading"] = 1.2998494764569,
                                        ["callsign"] = 
                                        {
                                            [1] = 1,
                                            [2] = 3,
                                            [3] = 1,
                                            ["name"] = "Overlord31",
                                        }, -- end of ["callsign"]
                                        ["onboard_num"] = "23",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 818670.00000001,
                                ["x"] = -310742.28571427,
                                ["name"] = "New Airplane Group #001",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 124,
                            }, -- end of [6]
                            [7] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "CAS",
                                ["uncontrolled"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParking",
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 31,
                                            ["y"] = 902842.25,
                                            ["x"] = -318161.53125,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["valid"] = true,
                                                            ["id"] = "EngageTargets",
                                                            ["number"] = 1,
                                                            ["key"] = "CAS",
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "All",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["valid"] = 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"] = 6096,
                                            ["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"] = 543.01301787546,
                                            ["y"] = 842306,
                                            ["x"] = -256367.71428571,
                                            ["name"] = "Texaco 17X",
                                            ["speed"] = 159.30555555556,
                                            ["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"] = 1110,
                                            ["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"] = 713.19735932022,
                                            ["y"] = 862254.85714285,
                                            ["x"] = -239326.28571429,
                                            ["name"] = "SEbox",
                                            ["speed"] = 154.16666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 1688,
                                            ["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"] = 893.70079346742,
                                            ["y"] = 853750.57142857,
                                            ["x"] = -212830,
                                            ["name"] = "NEbox",
                                            ["speed"] = 154.16666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 2216,
                                            ["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"] = 1153.2583272824,
                                            ["y"] = 815977.71428572,
                                            ["x"] = -226036.85714286,
                                            ["name"] = "NWbox",
                                            ["speed"] = 154.16666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            ["alt"] = 2216,
                                            ["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"] = 1356.398432468,
                                            ["y"] = 799977.14285715,
                                            ["x"] = -252958.28571429,
                                            ["name"] = "SWbox",
                                            ["speed"] = 154.16666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            ["alt"] = 2216,
                                            ["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"] = 1776.7567645154,
                                            ["y"] = 863962.57142857,
                                            ["x"] = -242682.85714286,
                                            ["name"] = "InitPatrolFix",
                                            ["speed"] = 154.16666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            ["alt"] = 455,
                                            ["type"] = "Land",
                                            ["action"] = "Landing",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 2393.8034191488,
                                            ["airdromeId"] = 31,
                                            ["y"] = 903150.625,
                                            ["x"] = -319069.063,
                                            ["name"] = "Vaziani 22X",
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [8]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 90,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "118th FS Bradley ANGB, Connecticut (CT) N621",
                                        ["onboard_num"] = "15",
                                        ["parking"] = 71,
                                        ["speed"] = 138.88888888889,
                                        ["heading"] = -0.77511841208115,
                                        ["callsign"] = 
                                        {
                                            [1] = 10,
                                            [2] = 2,
                                            [3] = 2,
                                            ["name"] = "Boar22",
                                        }, -- end of ["callsign"]
                                        ["psi"] = 0.77511841208115,
                                        ["y"] = 902842.25,
                                        ["x"] = -318161.53125,
                                        ["name"] = "Boar2",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{DAC53A2F-79CA-42FF-A77A-F5649B601308}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "{CBU-87}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{CBU-87}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    ["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}",
                                                }, -- 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"] = 2515,
                                            ["flare"] = 120,
                                            ["ammo_type"] = 1,
                                            ["chaff"] = 240,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["type"] = "A-10C",
                                        ["start_type"] = 3,
                                        ["unitId"] = 356,
                                        ["skill"] = "Client",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 902842.25,
                                ["x"] = -318161.53125,
                                ["name"] = "Boar1_2 ",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 251,
                            }, -- end of [7]
                            [8] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "CAS",
                                ["uncontrolled"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParking",
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 31,
                                            ["y"] = 902639.6875,
                                            ["x"] = -318059.53125,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["valid"] = true,
                                                            ["id"] = "EngageTargets",
                                                            ["number"] = 1,
                                                            ["key"] = "CAS",
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "All",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["valid"] = 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"] = 6096,
                                            ["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"] = 541.66601703018,
                                            ["y"] = 842306,
                                            ["x"] = -256367.71428571,
                                            ["name"] = "Texaco 17X",
                                            ["speed"] = 159.30555555556,
                                            ["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"] = 1110,
                                            ["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"] = 711.85035847494,
                                            ["y"] = 862254.85714285,
                                            ["x"] = -239326.28571429,
                                            ["name"] = "SEbox",
                                            ["speed"] = 154.16666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 1688,
                                            ["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"] = 892.35026339119,
                                            ["y"] = 853750.57142857,
                                            ["x"] = -212830.57142857,
                                            ["name"] = "NEbox",
                                            ["speed"] = 154.16666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 2216,
                                            ["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"] = 1151.9089349799,
                                            ["y"] = 815977.42857144,
                                            ["x"] = -226037.14285714,
                                            ["name"] = "NWbox",
                                            ["speed"] = 154.16666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            ["alt"] = 2216,
                                            ["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"] = 1355.0465001574,
                                            ["y"] = 799977.14285715,
                                            ["x"] = -252958.28571429,
                                            ["name"] = "SWbox",
                                            ["speed"] = 154.16666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            ["alt"] = 2216,
                                            ["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"] = 1775.4048322049,
                                            ["y"] = 863962.57142857,
                                            ["x"] = -242682.85714286,
                                            ["name"] = "InitPatrolFix",
                                            ["speed"] = 154.16666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            ["alt"] = 455,
                                            ["type"] = "Land",
                                            ["action"] = "Landing",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 2391.5851013605,
                                            ["airdromeId"] = 31,
                                            ["y"] = 903150.625,
                                            ["x"] = -319069.063,
                                            ["name"] = "Vaziani 22X",
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [8]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 91,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "118th FS Bradley ANGB, Connecticut (CT) N621",
                                        ["onboard_num"] = "15",
                                        ["parking"] = 35,
                                        ["speed"] = 138.88888888889,
                                        ["heading"] = -0.77426874094335,
                                        ["callsign"] = 
                                        {
                                            [1] = 10,
                                            [2] = 3,
                                            [3] = 2,
                                            ["name"] = "Boar32",
                                        }, -- end of ["callsign"]
                                        ["psi"] = 0.77426874094335,
                                        ["y"] = 902639.6875,
                                        ["x"] = -318059.53125,
                                        ["name"] = "Boar3",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{DAC53A2F-79CA-42FF-A77A-F5649B601308}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "{CBU-87}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{CBU-87}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    ["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}",
                                                }, -- 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"] = 2515,
                                            ["flare"] = 120,
                                            ["ammo_type"] = 1,
                                            ["chaff"] = 240,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["type"] = "A-10C",
                                        ["start_type"] = 3,
                                        ["unitId"] = 357,
                                        ["skill"] = "Client",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 902639.6875,
                                ["x"] = -318059.53125,
                                ["name"] = "Boar1_3",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 251,
                            }, -- end of [8]
                            [9] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "CAS",
                                ["uncontrolled"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParking",
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 31,
                                            ["y"] = 902709.875,
                                            ["x"] = -317993.84375,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["valid"] = true,
                                                            ["id"] = "EngageTargets",
                                                            ["number"] = 1,
                                                            ["key"] = "CAS",
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "All",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["valid"] = 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"] = 6096,
                                            ["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"] = 541.67961373678,
                                            ["y"] = 842306,
                                            ["x"] = -256367.71428571,
                                            ["name"] = "Texaco 17X",
                                            ["speed"] = 159.30555555556,
                                            ["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"] = 1110,
                                            ["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"] = 711.86636271092,
                                            ["y"] = 862254.85714285,
                                            ["x"] = -239325.71428571,
                                            ["name"] = "SEbox",
                                            ["speed"] = 154.16666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 1688,
                                            ["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"] = 892.36626762718,
                                            ["y"] = 853750.57142857,
                                            ["x"] = -212830,
                                            ["name"] = "NEbox",
                                            ["speed"] = 154.16666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 2216,
                                            ["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"] = 1151.9261625466,
                                            ["y"] = 815977.42857144,
                                            ["x"] = -226037.14285714,
                                            ["name"] = "NWbox",
                                            ["speed"] = 154.16666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            ["alt"] = 2216,
                                            ["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"] = 1355.0637277242,
                                            ["y"] = 799977.14285715,
                                            ["x"] = -252958.28571429,
                                            ["name"] = "SWbox",
                                            ["speed"] = 154.16666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            ["alt"] = 2216,
                                            ["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"] = 1775.4220597716,
                                            ["y"] = 863962.57142857,
                                            ["x"] = -242682.85714286,
                                            ["name"] = "InitPatrolFix",
                                            ["speed"] = 154.16666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            ["alt"] = 455,
                                            ["type"] = "Land",
                                            ["action"] = "Landing",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 2390.6552700699,
                                            ["airdromeId"] = 31,
                                            ["y"] = 903150.625,
                                            ["x"] = -319069.063,
                                            ["name"] = "Vaziani 22X",
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [8]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 92,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "118th FS Bradley ANGB, Connecticut (CT) N621",
                                        ["onboard_num"] = "15",
                                        ["parking"] = 34,
                                        ["speed"] = 138.88888888889,
                                        ["heading"] = -0.77538248242053,
                                        ["callsign"] = 
                                        {
                                            [1] = 10,
                                            [2] = 4,
                                            [3] = 2,
                                            ["name"] = "Boar42",
                                        }, -- end of ["callsign"]
                                        ["psi"] = 0.77538248242053,
                                        ["y"] = 902709.875,
                                        ["x"] = -317993.84375,
                                        ["name"] = "Boar4",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{DAC53A2F-79CA-42FF-A77A-F5649B601308}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "{CBU-87}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{CBU-87}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    ["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}",
                                                }, -- 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"] = 2515,
                                            ["flare"] = 120,
                                            ["ammo_type"] = 1,
                                            ["chaff"] = 240,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["type"] = "A-10C",
                                        ["start_type"] = 3,
                                        ["unitId"] = 358,
                                        ["skill"] = "Client",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 902709.875,
                                ["x"] = -317993.84375,
                                ["name"] = "Boar1_4",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 251,
                            }, -- end of [9]
                            [10] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "CAS",
                                ["uncontrolled"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParking",
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 31,
                                            ["y"] = 902609.3125,
                                            ["x"] = -317923.0625,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["valid"] = true,
                                                            ["id"] = "EngageTargets",
                                                            ["number"] = 1,
                                                            ["key"] = "CAS",
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "All",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["valid"] = 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"] = 6096,
                                            ["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"] = 540.91789108105,
                                            ["y"] = 842306,
                                            ["x"] = -256368.28571429,
                                            ["name"] = "Texaco 17X",
                                            ["speed"] = 159.30555555556,
                                            ["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"] = 1110,
                                            ["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"] = 711.10704763124,
                                            ["y"] = 862254.85714285,
                                            ["x"] = -239325.71428571,
                                            ["name"] = "SEbox",
                                            ["speed"] = 154.16666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 1688,
                                            ["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"] = 891.60342332365,
                                            ["y"] = 853750.57142857,
                                            ["x"] = -212830.57142857,
                                            ["name"] = "NEbox",
                                            ["speed"] = 154.16666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 2216,
                                            ["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"] = 1151.1620949123,
                                            ["y"] = 815977.42857144,
                                            ["x"] = -226037.14285714,
                                            ["name"] = "NWbox",
                                            ["speed"] = 154.16666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            ["alt"] = 2216,
                                            ["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"] = 1354.2996600899,
                                            ["y"] = 799977.14285715,
                                            ["x"] = -252958.28571429,
                                            ["name"] = "SWbox",
                                            ["speed"] = 154.16666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            ["alt"] = 2216,
                                            ["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"] = 1774.6579921373,
                                            ["y"] = 863962.57142857,
                                            ["x"] = -242682.85714286,
                                            ["name"] = "InitPatrolFix",
                                            ["speed"] = 154.16666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            ["alt"] = 455,
                                            ["type"] = "Land",
                                            ["action"] = "Landing",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 2389.2544121003,
                                            ["airdromeId"] = 31,
                                            ["y"] = 903150.625,
                                            ["x"] = -319069.063,
                                            ["name"] = "Vaziani 22X",
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [8]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 93,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "118th FS Bradley ANGB, Connecticut (CT) N621",
                                        ["onboard_num"] = "15",
                                        ["parking"] = 38,
                                        ["speed"] = 138.88888888889,
                                        ["heading"] = -0.77512867453058,
                                        ["callsign"] = 
                                        {
                                            [1] = 10,
                                            [2] = 5,
                                            [3] = 2,
                                            ["name"] = "Boar52",
                                        }, -- end of ["callsign"]
                                        ["psi"] = 0.77512867453058,
                                        ["y"] = 902609.3125,
                                        ["x"] = -317923.0625,
                                        ["name"] = "Boar5",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{DAC53A2F-79CA-42FF-A77A-F5649B601308}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "{CBU-87}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{CBU-87}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    ["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}",
                                                }, -- 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"] = 2515,
                                            ["flare"] = 120,
                                            ["ammo_type"] = 1,
                                            ["chaff"] = 240,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["type"] = "A-10C",
                                        ["start_type"] = 3,
                                        ["unitId"] = 359,
                                        ["skill"] = "Client",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 902609.3125,
                                ["x"] = -317923.0625,
                                ["name"] = "Boar1_5",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 251,
                            }, -- end of [10]
                            [11] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "CAS",
                                ["uncontrolled"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParking",
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 31,
                                            ["y"] = 902714.9375,
                                            ["x"] = -317935.90625,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["valid"] = true,
                                                            ["id"] = "EngageTargets",
                                                            ["number"] = 1,
                                                            ["key"] = "CAS",
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "All",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["valid"] = 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"] = 6096,
                                            ["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"] = 541.4396400846,
                                            ["y"] = 842306,
                                            ["x"] = -256368.28571429,
                                            ["name"] = "Texaco 17X",
                                            ["speed"] = 159.30555555556,
                                            ["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"] = 1110,
                                            ["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"] = 711.62879663479,
                                            ["y"] = 862254.85714285,
                                            ["x"] = -239325.71428571,
                                            ["name"] = "SEbox",
                                            ["speed"] = 154.16666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 1688,
                                            ["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"] = 892.12750333754,
                                            ["y"] = 853750.28571429,
                                            ["x"] = -212830.28571429,
                                            ["name"] = "NEbox",
                                            ["speed"] = 154.16666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 2216,
                                            ["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"] = 1151.6850371525,
                                            ["y"] = 815977.42857143,
                                            ["x"] = -226037.14285714,
                                            ["name"] = "NWbox",
                                            ["speed"] = 154.16666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            ["alt"] = 2216,
                                            ["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"] = 1354.8226023301,
                                            ["y"] = 799977.14285715,
                                            ["x"] = -252958.28571429,
                                            ["name"] = "SWbox",
                                            ["speed"] = 154.16666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            ["alt"] = 2216,
                                            ["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"] = 1775.1809343775,
                                            ["y"] = 863962.57142857,
                                            ["x"] = -242682.85714286,
                                            ["name"] = "InitPatrolFix",
                                            ["speed"] = 154.16666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            ["alt"] = 455,
                                            ["type"] = "Land",
                                            ["action"] = "Landing",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 2389.1332473392,
                                            ["airdromeId"] = 31,
                                            ["y"] = 903150.625,
                                            ["x"] = -319069.063,
                                            ["name"] = "Vaziani 22X",
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [8]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 94,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "118th FS Bradley ANGB, Connecticut (CT) N621",
                                        ["onboard_num"] = "15",
                                        ["parking"] = 37,
                                        ["speed"] = 138.88888888889,
                                        ["heading"] = -0.77589922192149,
                                        ["callsign"] = 
                                        {
                                            [1] = 10,
                                            [2] = 6,
                                            [3] = 2,
                                            ["name"] = "Boar62",
                                        }, -- end of ["callsign"]
                                        ["psi"] = 0.77589922192149,
                                        ["y"] = 902714.9375,
                                        ["x"] = -317935.90625,
                                        ["name"] = "Boar6",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{DAC53A2F-79CA-42FF-A77A-F5649B601308}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "{CBU-87}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{CBU-87}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    ["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}",
                                                }, -- 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"] = 2515,
                                            ["flare"] = 120,
                                            ["ammo_type"] = 1,
                                            ["chaff"] = 240,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["type"] = "A-10C",
                                        ["start_type"] = 3,
                                        ["unitId"] = 360,
                                        ["skill"] = "Client",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 902714.9375,
                                ["x"] = -317935.90625,
                                ["name"] = "Boar1_6",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 251,
                            }, -- end of [11]
                            [12] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "CAS",
                                ["uncontrolled"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParking",
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 31,
                                            ["y"] = 902845.1875,
                                            ["x"] = -318317.5,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["valid"] = true,
                                                            ["id"] = "EngageTargets",
                                                            ["number"] = 1,
                                                            ["key"] = "CAS",
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "All",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["valid"] = 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"] = 6096,
                                            ["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"] = 543.72571270246,
                                            ["y"] = 842306,
                                            ["x"] = -256367.71428571,
                                            ["name"] = "Texaco 17X",
                                            ["speed"] = 159.30555555556,
                                            ["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"] = 1110,
                                            ["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"] = 713.9124616766,
                                            ["y"] = 862254.85714285,
                                            ["x"] = -239325.71428571,
                                            ["name"] = "SEbox",
                                            ["speed"] = 154.16666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 1688,
                                            ["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"] = 894.41236659285,
                                            ["y"] = 853750.57142857,
                                            ["x"] = -212830,
                                            ["name"] = "NEbox",
                                            ["speed"] = 154.16666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 2216,
                                            ["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"] = 1153.9722615123,
                                            ["y"] = 815977.42857143,
                                            ["x"] = -226037.14285714,
                                            ["name"] = "NWbox",
                                            ["speed"] = 154.16666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            ["alt"] = 2216,
                                            ["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"] = 1357.1104729809,
                                            ["y"] = 799977.42857143,
                                            ["x"] = -252958.57142857,
                                            ["name"] = "SWbox",
                                            ["speed"] = 154.16666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            ["alt"] = 2216,
                                            ["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"] = 1777.4672690505,
                                            ["y"] = 863962.57142857,
                                            ["x"] = -242682.85714286,
                                            ["name"] = "InitPatrolFix",
                                            ["speed"] = 154.16666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            ["alt"] = 455,
                                            ["type"] = "Land",
                                            ["action"] = "Landing",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 2390.6850186531,
                                            ["airdromeId"] = 31,
                                            ["y"] = 903150.625,
                                            ["x"] = -319069.063,
                                            ["name"] = "Vaziani 22X",
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [8]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 95,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "118th FS Bradley ANGB, Connecticut (CT) N621",
                                        ["onboard_num"] = "15",
                                        ["parking"] = 76,
                                        ["speed"] = 138.88888888889,
                                        ["heading"] = -0.77388254836804,
                                        ["callsign"] = 
                                        {
                                            [1] = 10,
                                            [2] = 7,
                                            [3] = 2,
                                            ["name"] = "Boar72",
                                        }, -- end of ["callsign"]
                                        ["psi"] = 0.77388254836804,
                                        ["y"] = 902845.1875,
                                        ["x"] = -318317.5,
                                        ["name"] = "Boar7",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{DAC53A2F-79CA-42FF-A77A-F5649B601308}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "{CBU-87}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{CBU-87}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    ["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}",
                                                }, -- 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"] = 2515,
                                            ["flare"] = 120,
                                            ["ammo_type"] = 1,
                                            ["chaff"] = 240,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["type"] = "A-10C",
                                        ["start_type"] = 3,
                                        ["unitId"] = 361,
                                        ["skill"] = "Client",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 902845.1875,
                                ["x"] = -318317.5,
                                ["name"] = "Boar1_7",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 251,
                            }, -- end of [12]
                            [13] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "CAS",
                                ["uncontrolled"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParking",
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 31,
                                            ["y"] = 902884.625,
                                            ["x"] = -318372.3125,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["valid"] = true,
                                                            ["id"] = "EngageTargets",
                                                            ["number"] = 1,
                                                            ["key"] = "CAS",
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "All",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["valid"] = 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"] = 6096,
                                            ["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"] = 544.14607370799,
                                            ["y"] = 842305.71428571,
                                            ["x"] = -256367.71428571,
                                            ["name"] = "Texaco 17X",
                                            ["speed"] = 159.30555555556,
                                            ["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"] = 1110,
                                            ["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"] = 714.33302803055,
                                            ["y"] = 862254.85714285,
                                            ["x"] = -239326,
                                            ["name"] = "SEbox",
                                            ["speed"] = 154.16666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 1688,
                                            ["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"] = 894.83526394962,
                                            ["y"] = 853750.28571429,
                                            ["x"] = -212830,
                                            ["name"] = "NEbox",
                                            ["speed"] = 154.16666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 2216,
                                            ["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"] = 1154.39340944,
                                            ["y"] = 815977.42857143,
                                            ["x"] = -226037.14285714,
                                            ["name"] = "NWbox",
                                            ["speed"] = 154.16666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            ["alt"] = 2216,
                                            ["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"] = 1357.5309746175,
                                            ["y"] = 799977.14285715,
                                            ["x"] = -252958.28571429,
                                            ["name"] = "SWbox",
                                            ["speed"] = 154.16666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            ["alt"] = 2216,
                                            ["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"] = 1777.889306665,
                                            ["y"] = 863962.57142857,
                                            ["x"] = -242682.85714286,
                                            ["name"] = "InitPatrolFix",
                                            ["speed"] = 154.16666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            ["alt"] = 455,
                                            ["type"] = "Land",
                                            ["action"] = "Landing",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 2390.0919096052,
                                            ["airdromeId"] = 31,
                                            ["y"] = 903150.625,
                                            ["x"] = -319069.063,
                                            ["name"] = "Vaziani 22X",
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [8]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 96,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "118th FS Bradley ANGB, Connecticut (CT) N621",
                                        ["onboard_num"] = "15",
                                        ["parking"] = 77,
                                        ["speed"] = 138.88888888889,
                                        ["heading"] = -0.7737683509053,
                                        ["callsign"] = 
                                        {
                                            [1] = 10,
                                            [2] = 8,
                                            [3] = 2,
                                            ["name"] = "Boar82",
                                        }, -- end of ["callsign"]
                                        ["psi"] = 0.7737683509053,
                                        ["y"] = 902884.625,
                                        ["x"] = -318372.3125,
                                        ["name"] = "Boar8",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{DAC53A2F-79CA-42FF-A77A-F5649B601308}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "{CBU-87}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{CBU-87}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    ["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}",
                                                }, -- 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"] = 2515,
                                            ["flare"] = 120,
                                            ["ammo_type"] = 1,
                                            ["chaff"] = 240,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["type"] = "A-10C",
                                        ["start_type"] = 3,
                                        ["unitId"] = 362,
                                        ["skill"] = "Client",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 902884.625,
                                ["x"] = -318372.3125,
                                ["name"] = "Boar1_8",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 251,
                            }, -- end of [13]
                        }, -- 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] = 
                {
                    ["name"] = "Russia",
                    ["id"] = 0,
                    ["vehicle"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["visible"] = false,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 152,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 832681.42857143,
                                            ["x"] = -79200.000000001,
                                            ["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"] = 12,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 832681.42857143,
                                        ["type"] = "S-300PS 40B6M tr",
                                        ["name"] = "Unit #1",
                                        ["unitId"] = 13,
                                        ["heading"] = 6.2657320146596,
                                        ["skill"] = "Average",
                                        ["x"] = -79200.000000001,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 832684.57142857,
                                        ["type"] = "S-300PS 64H6E sr",
                                        ["name"] = "Unit #2",
                                        ["unitId"] = 14,
                                        ["heading"] = 1.5707963267949,
                                        ["skill"] = "Average",
                                        ["x"] = -79407.714285715,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 832584.28571429,
                                        ["type"] = "S-300PS 40B6MD sr",
                                        ["name"] = "Unit #3",
                                        ["unitId"] = 15,
                                        ["heading"] = 0,
                                        ["skill"] = "Average",
                                        ["x"] = -79471.714285715,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 832795.71428572,
                                        ["type"] = "S-300PS 54K6 cp",
                                        ["name"] = "Unit #4",
                                        ["unitId"] = 16,
                                        ["heading"] = 2.356194490192,
                                        ["skill"] = "Average",
                                        ["x"] = -79476.285714287,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 832614.28571429,
                                        ["type"] = "S-300PS 5P85D ln",
                                        ["name"] = "Unit #5",
                                        ["unitId"] = 17,
                                        ["heading"] = 4.7123889803847,
                                        ["skill"] = "Average",
                                        ["x"] = -79284.571428571,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["y"] = 832617.71428572,
                                        ["type"] = "S-300PS 5P85C ln",
                                        ["name"] = "Unit #6",
                                        ["unitId"] = 18,
                                        ["heading"] = 4.7123889803847,
                                        ["skill"] = "Average",
                                        ["x"] = -79294.285714291,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        ["y"] = 832625.14285715,
                                        ["type"] = "S-300PS 5P85D ln",
                                        ["name"] = "Unit #7",
                                        ["unitId"] = 19,
                                        ["heading"] = 4.7123889803847,
                                        ["skill"] = "Average",
                                        ["x"] = -79307.428571431,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        ["y"] = 832628,
                                        ["type"] = "S-300PS 5P85C ln",
                                        ["name"] = "Unit #8",
                                        ["unitId"] = 20,
                                        ["heading"] = 4.7123889803847,
                                        ["skill"] = "Average",
                                        ["x"] = -79316.571428571,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        ["y"] = 832756.57142858,
                                        ["type"] = "S-300PS 5P85D ln",
                                        ["name"] = "Unit #9",
                                        ["unitId"] = 21,
                                        ["heading"] = 1.5707963267949,
                                        ["skill"] = "Average",
                                        ["x"] = -79281.714285721,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        ["y"] = 832752.57142858,
                                        ["type"] = "S-300PS 5P85C ln",
                                        ["name"] = "Unit #10",
                                        ["unitId"] = 22,
                                        ["heading"] = 1.5707963267949,
                                        ["skill"] = "Average",
                                        ["x"] = -79290.857142861,
                                    }, -- end of [10]
                                    [11] = 
                                    {
                                        ["y"] = 832746.85714286,
                                        ["type"] = "S-300PS 5P85D ln",
                                        ["name"] = "Unit #11",
                                        ["unitId"] = 23,
                                        ["heading"] = 1.5707963267949,
                                        ["skill"] = "Average",
                                        ["x"] = -79305.714285721,
                                    }, -- end of [11]
                                    [12] = 
                                    {
                                        ["y"] = 832742.85714286,
                                        ["type"] = "S-300PS 5P85C ln",
                                        ["name"] = "Unit #12",
                                        ["unitId"] = 24,
                                        ["heading"] = 1.5707963267949,
                                        ["skill"] = "Average",
                                        ["x"] = -79315.428571431,
                                    }, -- end of [12]
                                }, -- end of ["units"]
                                ["y"] = 832681.42857143,
                                ["x"] = -79200.000000001,
                                ["name"] = "SA-10",
                                ["start_time"] = 0,
                            }, -- end of [1]
                            [2] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 541,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 844617.14285714,
                                            ["x"] = -148451.42857143,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 13,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 844617.14285714,
                                        ["type"] = "Kub 2P25 ln",
                                        ["name"] = "Unit #13",
                                        ["unitId"] = 25,
                                        ["heading"] = 0,
                                        ["skill"] = "Average",
                                        ["x"] = -148451.42857143,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 845087.14285714,
                                        ["type"] = "Kub 2P25 ln",
                                        ["name"] = "Unit #14",
                                        ["unitId"] = 26,
                                        ["heading"] = 0,
                                        ["skill"] = "Average",
                                        ["x"] = -148427.14285714,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 844847.14285714,
                                        ["type"] = "Kub 1S91 str",
                                        ["name"] = "Unit #15",
                                        ["unitId"] = 27,
                                        ["heading"] = 0,
                                        ["skill"] = "Average",
                                        ["x"] = -148552.85714286,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 844741.42857143,
                                        ["type"] = "ZSU-23-4 Shilka",
                                        ["name"] = "Unit #16",
                                        ["unitId"] = 28,
                                        ["heading"] = 0,
                                        ["skill"] = "Average",
                                        ["x"] = -148370,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 844840,
                                        ["type"] = "Ural-375 PBU",
                                        ["name"] = "Unit #17",
                                        ["unitId"] = 29,
                                        ["heading"] = 0,
                                        ["skill"] = "Average",
                                        ["x"] = -148441.42857143,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["y"] = 844882.85714285,
                                        ["type"] = "ATZ-10",
                                        ["name"] = "Unit #18",
                                        ["unitId"] = 30,
                                        ["heading"] = 0,
                                        ["skill"] = "Average",
                                        ["x"] = -148452.85714286,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        ["y"] = 844928.57142857,
                                        ["type"] = "Ural-375 APA-50",
                                        ["name"] = "Unit #19",
                                        ["unitId"] = 31,
                                        ["heading"] = 0,
                                        ["skill"] = "Average",
                                        ["x"] = -148481.42857143,
                                    }, -- end of [7]
                                }, -- end of ["units"]
                                ["y"] = 844617.14285714,
                                ["x"] = -148451.42857143,
                                ["name"] = "SA-6",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 852395.14285714,
                                                ["x"] = -198335.14285714,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 852394,
                                                ["x"] = -198337.42857143,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 928,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 851950.85714286,
                                            ["x"] = -189260.57142857,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 14,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 851950.85714286,
                                        ["type"] = "Tor 9A331",
                                        ["name"] = "Unit #20",
                                        ["unitId"] = 32,
                                        ["heading"] = 3.6052402625855,
                                        ["skill"] = "Average",
                                        ["x"] = -189260.57142857,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 851929.14285715,
                                        ["type"] = "ZSU-23-4 Shilka",
                                        ["name"] = "Unit #21",
                                        ["unitId"] = 33,
                                        ["heading"] = 3.6052402625855,
                                        ["skill"] = "Average",
                                        ["x"] = -189225.71428571,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 851980,
                                        ["type"] = "BMP-3",
                                        ["name"] = "Unit #22",
                                        ["unitId"] = 34,
                                        ["heading"] = 3.6052402625855,
                                        ["skill"] = "Average",
                                        ["x"] = -189286.28571428,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 851965.14285715,
                                        ["type"] = "T-72B",
                                        ["name"] = "Unit #23",
                                        ["unitId"] = 35,
                                        ["heading"] = 3.6052402625855,
                                        ["skill"] = "Average",
                                        ["x"] = -189224,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 851989.14285715,
                                        ["type"] = "BMP-2",
                                        ["name"] = "Unit #24",
                                        ["unitId"] = 36,
                                        ["heading"] = 3.6052402625855,
                                        ["skill"] = "Average",
                                        ["x"] = -189251.42857143,
                                    }, -- end of [5]
                                }, -- end of ["units"]
                                ["y"] = 851950.85714286,
                                ["x"] = -189260.57142857,
                                ["name"] = "BorderSAM",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [3]
                            [4] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 860022.28571424,
                                                ["x"] = -237992.00000001,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 860078.28571424,
                                                ["x"] = -237898.85714287,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 1132,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 31536000,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 860035.42857141,
                                            ["x"] = -237993.14285713,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 34,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 860035.42857141,
                                        ["type"] = "BTR-80",
                                        ["name"] = "Unit #25",
                                        ["unitId"] = 56,
                                        ["heading"] = 0.54132121328132,
                                        ["skill"] = "Average",
                                        ["x"] = -237993.14285713,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 860045.42857142,
                                        ["type"] = "ATZ-10",
                                        ["name"] = "Unit #44",
                                        ["unitId"] = 57,
                                        ["heading"] = 0.54132121328132,
                                        ["skill"] = "Average",
                                        ["x"] = -237996.85714284,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 860055.42857142,
                                        ["type"] = "ATZ-10",
                                        ["name"] = "Unit #45",
                                        ["unitId"] = 58,
                                        ["heading"] = 0.54132121328132,
                                        ["skill"] = "Average",
                                        ["x"] = -238000.85714284,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 860064.85714284,
                                        ["type"] = "Ural-375 APA-50",
                                        ["name"] = "Unit #46",
                                        ["unitId"] = 59,
                                        ["heading"] = 0.54132121328132,
                                        ["skill"] = "Average",
                                        ["x"] = -238004.57142856,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 860074.57142856,
                                        ["type"] = "Ural-4320T",
                                        ["name"] = "Unit #47",
                                        ["unitId"] = 60,
                                        ["heading"] = 0.54132121328132,
                                        ["skill"] = "Average",
                                        ["x"] = -238007.99999999,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["y"] = 860061.7142857,
                                        ["type"] = "Paratrooper AKS-74",
                                        ["name"] = "Unit #48",
                                        ["unitId"] = 61,
                                        ["heading"] = 3.6651914291881,
                                        ["skill"] = "Average",
                                        ["x"] = -237985.99999999,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        ["y"] = 860054.85714285,
                                        ["type"] = "Paratrooper AKS-74",
                                        ["name"] = "Unit #49",
                                        ["unitId"] = 62,
                                        ["heading"] = 2.5307274153918,
                                        ["skill"] = "Average",
                                        ["x"] = -237987.14285713,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        ["y"] = 860061.99999999,
                                        ["type"] = "Paratrooper AKS-74",
                                        ["name"] = "Unit #50",
                                        ["unitId"] = 63,
                                        ["heading"] = 5.7595865315813,
                                        ["skill"] = "Average",
                                        ["x"] = -237994.28571427,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        ["y"] = 860063.99999999,
                                        ["type"] = "Paratrooper AKS-74",
                                        ["name"] = "Unit #51",
                                        ["unitId"] = 64,
                                        ["heading"] = 4.8869219055841,
                                        ["skill"] = "Average",
                                        ["x"] = -237989.99999999,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        ["y"] = 860053.7142857,
                                        ["type"] = "Paratrooper RPG-16",
                                        ["name"] = "Unit #52",
                                        ["unitId"] = 65,
                                        ["heading"] = 0.54132121328132,
                                        ["skill"] = "Average",
                                        ["x"] = -237991.99999999,
                                    }, -- end of [10]
                                }, -- end of ["units"]
                                ["y"] = 860035.42857141,
                                ["x"] = -237993.14285713,
                                ["name"] = "Lightvehicles2",
                                ["start_time"] = 31536000,
                                ["task"] = "Ground Nothing",
                            }, -- end of [4]
                            [5] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 855247.14285711,
                                                ["x"] = -210383.71428571,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 855216.57142854,
                                                ["x"] = -210436.57142857,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 1679,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 31536000,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 855247.14285711,
                                            ["x"] = -210383.71428571,
                                            ["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"] = 35,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 855247.14285711,
                                        ["type"] = "Sandbox",
                                        ["name"] = "Unit #26",
                                        ["unitId"] = 66,
                                        ["heading"] = 3.665962167807,
                                        ["skill"] = "Average",
                                        ["x"] = -210383.71428571,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 855262.57142854,
                                        ["type"] = "Ural-4320T",
                                        ["name"] = "Unit #53",
                                        ["unitId"] = 67,
                                        ["heading"] = 3.665962167807,
                                        ["skill"] = "Average",
                                        ["x"] = -210370.85714286,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 855302.28571426,
                                        ["type"] = "Sandbox",
                                        ["name"] = "Unit #54",
                                        ["unitId"] = 68,
                                        ["heading"] = 3.665962167807,
                                        ["skill"] = "Average",
                                        ["x"] = -210413.42857143,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 855287.99999998,
                                        ["type"] = "Paratrooper AKS-74",
                                        ["name"] = "Unit #55",
                                        ["unitId"] = 69,
                                        ["heading"] = 2.0943951023932,
                                        ["skill"] = "Average",
                                        ["x"] = -210404,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 855296.57142855,
                                        ["type"] = "ZIL-131 KUNG",
                                        ["name"] = "Unit #56",
                                        ["unitId"] = 70,
                                        ["heading"] = 3.665962167807,
                                        ["skill"] = "Average",
                                        ["x"] = -210398.28571429,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["y"] = 855291.7142857,
                                        ["type"] = "KAMAZ Truck",
                                        ["name"] = "Unit #57",
                                        ["unitId"] = 71,
                                        ["heading"] = 3.665962167807,
                                        ["skill"] = "Average",
                                        ["x"] = -210396,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        ["y"] = 855293.99999998,
                                        ["type"] = "Paratrooper AKS-74",
                                        ["name"] = "Unit #58",
                                        ["unitId"] = 89,
                                        ["heading"] = 4.5378560551853,
                                        ["skill"] = "Average",
                                        ["x"] = -210406,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        ["y"] = 855285.7142857,
                                        ["type"] = "Paratrooper AKS-74",
                                        ["name"] = "Unit #74",
                                        ["unitId"] = 90,
                                        ["heading"] = 1.0471975511966,
                                        ["skill"] = "Average",
                                        ["x"] = -210406.57142857,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        ["y"] = 855287.14285713,
                                        ["type"] = "Paratrooper AKS-74",
                                        ["name"] = "Unit #75",
                                        ["unitId"] = 91,
                                        ["heading"] = 0.34906585039887,
                                        ["skill"] = "Average",
                                        ["x"] = -210408.57142857,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        ["y"] = 855291.99999998,
                                        ["type"] = "Paratrooper AKS-74",
                                        ["name"] = "Unit #76",
                                        ["unitId"] = 92,
                                        ["heading"] = 5.5850536063819,
                                        ["skill"] = "Average",
                                        ["x"] = -210409.42857143,
                                    }, -- end of [10]
                                }, -- end of ["units"]
                                ["y"] = 855247.14285711,
                                ["x"] = -210383.71428571,
                                ["name"] = "stronghold3",
                                ["start_time"] = 31536000,
                                ["task"] = "Ground Nothing",
                            }, -- end of [5]
                            [6] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 850733.42857139,
                                                ["x"] = -215676.00000001,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 850712.85714282,
                                                ["x"] = -215736.00000001,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 1794,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 31536000,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 850737.14285714,
                                            ["x"] = -215683.14285712,
                                            ["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"] = 36,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 850737.14285714,
                                        ["type"] = "Ural-4320T",
                                        ["name"] = "Unit #28",
                                        ["unitId"] = 73,
                                        ["heading"] = 3.4718900084064,
                                        ["skill"] = "Average",
                                        ["x"] = -215683.14285712,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 850727.71428571,
                                        ["type"] = "Paratrooper AKS-74",
                                        ["name"] = "Unit #59",
                                        ["unitId"] = 74,
                                        ["heading"] = 1.832595714594,
                                        ["skill"] = "Average",
                                        ["x"] = -215704.85714284,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 850741.99999999,
                                        ["type"] = "Paratrooper AKS-74",
                                        ["name"] = "Unit #60",
                                        ["unitId"] = 75,
                                        ["heading"] = 5.0090949532237,
                                        ["skill"] = "Average",
                                        ["x"] = -215711.14285712,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 850729.42857142,
                                        ["type"] = "Paratrooper AKS-74",
                                        ["name"] = "Unit #61",
                                        ["unitId"] = 76,
                                        ["heading"] = 3.4718900084064,
                                        ["skill"] = "Average",
                                        ["x"] = -215699.99999998,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 850745.42857142,
                                        ["type"] = "Paratrooper AKS-74",
                                        ["name"] = "Unit #62",
                                        ["unitId"] = 77,
                                        ["heading"] = 3.4718900084064,
                                        ["skill"] = "Average",
                                        ["x"] = -215705.14285712,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["y"] = 850747.14285714,
                                        ["type"] = "Paratrooper RPG-16",
                                        ["name"] = "Unit #63",
                                        ["unitId"] = 78,
                                        ["heading"] = 3.4718900084064,
                                        ["skill"] = "Average",
                                        ["x"] = -215705.99999998,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        ["y"] = 850751.99999999,
                                        ["type"] = "BTR_D",
                                        ["name"] = "Unit #72",
                                        ["unitId"] = 87,
                                        ["heading"] = 4.014257279587,
                                        ["skill"] = "Average",
                                        ["x"] = -215698.57142855,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        ["y"] = 850727.14285714,
                                        ["type"] = "Paratrooper AKS-74",
                                        ["name"] = "Unit #103",
                                        ["unitId"] = 155,
                                        ["heading"] = 2.5307274153918,
                                        ["skill"] = "Average",
                                        ["x"] = -215707.14285712,
                                    }, -- end of [8]
                                }, -- end of ["units"]
                                ["y"] = 850737.14285714,
                                ["x"] = -215683.14285712,
                                ["name"] = "vehiclecheckpoint51",
                                ["start_time"] = 31536000,
                                ["task"] = "Ground Nothing",
                            }, -- end of [6]
                            [7] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 813264.85714284,
                                                ["x"] = -224637.99999999,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 813264.28571427,
                                                ["x"] = -224693.99999999,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 1731,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 813323.99999998,
                                            ["x"] = -224662.28571428,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 39,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 813323.99999998,
                                        ["type"] = "Ural-4320T",
                                        ["name"] = "Unit #87",
                                        ["unitId"] = 111,
                                        ["heading"] = 3.1517963810701,
                                        ["skill"] = "Average",
                                        ["x"] = -224662.28571428,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 813350.57142856,
                                        ["type"] = "Boman",
                                        ["name"] = "Unit #30",
                                        ["unitId"] = 137,
                                        ["heading"] = 3.1517963810701,
                                        ["skill"] = "Average",
                                        ["x"] = -224663.42857142,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 813329.14285713,
                                        ["type"] = "Ural-4320T",
                                        ["name"] = "Unit #73",
                                        ["unitId"] = 138,
                                        ["heading"] = 3.1517963810701,
                                        ["skill"] = "Average",
                                        ["x"] = -224662.28571428,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 813334.28571427,
                                        ["type"] = "Ural-4320T",
                                        ["name"] = "Unit #88",
                                        ["unitId"] = 139,
                                        ["heading"] = 3.1517963810701,
                                        ["skill"] = "Average",
                                        ["x"] = -224662.28571428,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 813356.28571427,
                                        ["type"] = "T-72B",
                                        ["name"] = "Unit #89",
                                        ["unitId"] = 141,
                                        ["heading"] = 3.1517963810701,
                                        ["skill"] = "Average",
                                        ["x"] = -224663.42857142,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["y"] = 813339.42857141,
                                        ["type"] = "ATMZ-5",
                                        ["name"] = "Unit #90",
                                        ["unitId"] = 142,
                                        ["heading"] = 3.1517963810701,
                                        ["skill"] = "Average",
                                        ["x"] = -224662.28571428,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        ["y"] = 813361.99999999,
                                        ["type"] = "BMP-2",
                                        ["name"] = "Unit #91",
                                        ["unitId"] = 143,
                                        ["heading"] = 3.1517963810701,
                                        ["skill"] = "Average",
                                        ["x"] = -224663.42857142,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        ["y"] = 813440.28571428,
                                        ["type"] = "Sandbox",
                                        ["name"] = "Unit #92",
                                        ["unitId"] = 144,
                                        ["heading"] = 0,
                                        ["skill"] = "Average",
                                        ["x"] = -224457.99999998,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        ["y"] = 813560.85714285,
                                        ["type"] = "Sandbox",
                                        ["name"] = "Unit #93",
                                        ["unitId"] = 145,
                                        ["heading"] = 1.5707963267949,
                                        ["skill"] = "Average",
                                        ["x"] = -224585.42857141,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        ["y"] = 813455.14285714,
                                        ["type"] = "Ural-375 ZU-23",
                                        ["name"] = "Unit #94",
                                        ["unitId"] = 146,
                                        ["heading"] = 2.6179938779915,
                                        ["skill"] = "Average",
                                        ["x"] = -224702.57142855,
                                    }, -- end of [10]
                                    [11] = 
                                    {
                                        ["y"] = 813331.14285713,
                                        ["type"] = "Paratrooper AKS-74",
                                        ["name"] = "Unit #95",
                                        ["unitId"] = 147,
                                        ["heading"] = 3.1517963810701,
                                        ["skill"] = "Average",
                                        ["x"] = -224671.99999999,
                                    }, -- end of [11]
                                    [12] = 
                                    {
                                        ["y"] = 813335.14285713,
                                        ["type"] = "Paratrooper AKS-74",
                                        ["name"] = "Unit #96",
                                        ["unitId"] = 148,
                                        ["heading"] = 3.1517963810701,
                                        ["skill"] = "Average",
                                        ["x"] = -224671.99999999,
                                    }, -- end of [12]
                                    [13] = 
                                    {
                                        ["y"] = 813347.14285713,
                                        ["type"] = "Paratrooper AKS-74",
                                        ["name"] = "Unit #97",
                                        ["unitId"] = 149,
                                        ["heading"] = 3.1517963810701,
                                        ["skill"] = "Average",
                                        ["x"] = -224671.7142857,
                                    }, -- end of [13]
                                    [14] = 
                                    {
                                        ["y"] = 813342.28571427,
                                        ["type"] = "Paratrooper AKS-74",
                                        ["name"] = "Unit #98",
                                        ["unitId"] = 150,
                                        ["heading"] = 3.1517963810701,
                                        ["skill"] = "Average",
                                        ["x"] = -224671.7142857,
                                    }, -- end of [14]
                                    [15] = 
                                    {
                                        ["y"] = 813335.14285713,
                                        ["type"] = "Paratrooper AKS-74",
                                        ["name"] = "Unit #99",
                                        ["unitId"] = 151,
                                        ["heading"] = 0,
                                        ["skill"] = "Average",
                                        ["x"] = -224681.14285713,
                                    }, -- end of [15]
                                    [16] = 
                                    {
                                        ["y"] = 813343.42857142,
                                        ["type"] = "Paratrooper AKS-74",
                                        ["name"] = "Unit #100",
                                        ["unitId"] = 152,
                                        ["heading"] = 0,
                                        ["skill"] = "Average",
                                        ["x"] = -224681.14285713,
                                    }, -- end of [16]
                                    [17] = 
                                    {
                                        ["y"] = 813351.99999999,
                                        ["type"] = "Paratrooper RPG-16",
                                        ["name"] = "Unit #101",
                                        ["unitId"] = 153,
                                        ["heading"] = 4.7123889803847,
                                        ["skill"] = "Average",
                                        ["x"] = -224676.85714285,
                                    }, -- end of [17]
                                    [18] = 
                                    {
                                        ["y"] = 813326.57142856,
                                        ["type"] = "Paratrooper RPG-16",
                                        ["name"] = "Unit #102",
                                        ["unitId"] = 154,
                                        ["heading"] = 1.5707963267949,
                                        ["skill"] = "Average",
                                        ["x"] = -224676.28571427,
                                    }, -- end of [18]
                                }, -- end of ["units"]
                                ["y"] = 813323.99999998,
                                ["x"] = -224662.28571428,
                                ["name"] = "AmmoDump",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [7]
                            [8] = 
                            {
                                ["visible"] = false,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 1779,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 31536000,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 851630.28571427,
                                            ["x"] = -214947.4285714,
                                            ["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"] = 64,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 851630.28571427,
                                        ["type"] = "UAZ-469",
                                        ["name"] = "Unit #64",
                                        ["unitId"] = 181,
                                        ["heading"] = 0.46992369497615,
                                        ["skill"] = "Average",
                                        ["x"] = -214947.4285714,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 851642.64457197,
                                        ["type"] = "Paratrooper AKS-74",
                                        ["name"] = "Unit #65",
                                        ["unitId"] = 182,
                                        ["heading"] = 5.1138147083433,
                                        ["skill"] = "Average",
                                        ["x"] = -214927.23781114,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 851629.37268763,
                                        ["type"] = "Paratrooper AKS-74",
                                        ["name"] = "Unit #66",
                                        ["unitId"] = 183,
                                        ["heading"] = 2.0071286397935,
                                        ["skill"] = "Average",
                                        ["x"] = -214919.02508184,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 851640.27098594,
                                        ["type"] = "Paratrooper AKS-74",
                                        ["name"] = "Unit #67",
                                        ["unitId"] = 184,
                                        ["heading"] = 0.46992369497615,
                                        ["skill"] = "Average",
                                        ["x"] = -214931.80910216,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 851625.14244421,
                                        ["type"] = "Paratrooper AKS-74",
                                        ["name"] = "Unit #68",
                                        ["unitId"] = 185,
                                        ["heading"] = 0.46992369497615,
                                        ["skill"] = "Average",
                                        ["x"] = -214924.48952533,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["y"] = 851623.56413303,
                                        ["type"] = "Paratrooper RPG-16",
                                        ["name"] = "Unit #69",
                                        ["unitId"] = 186,
                                        ["heading"] = 0.46992369497615,
                                        ["skill"] = "Average",
                                        ["x"] = -214923.40214167,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        ["y"] = 851617.72040224,
                                        ["type"] = "Boman",
                                        ["name"] = "Unit #70",
                                        ["unitId"] = 187,
                                        ["heading"] = 1.0122909661568,
                                        ["skill"] = "Average",
                                        ["x"] = -214930.08243512,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        ["y"] = 851643.52854938,
                                        ["type"] = "Paratrooper AKS-74",
                                        ["name"] = "Unit #71",
                                        ["unitId"] = 188,
                                        ["heading"] = 5.8119464091411,
                                        ["skill"] = "Average",
                                        ["x"] = -214925.05386876,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        ["y"] = 851627.42857141,
                                        ["type"] = "Ural-4320T",
                                        ["name"] = "Unit #104",
                                        ["unitId"] = 189,
                                        ["heading"] = 0.46992369497615,
                                        ["skill"] = "Average",
                                        ["x"] = -214955.14285711,
                                    }, -- end of [9]
                                }, -- end of ["units"]
                                ["y"] = 851630.28571427,
                                ["x"] = -214947.4285714,
                                ["name"] = "vehiclecheckpoint52",
                                ["start_time"] = 31536000,
                            }, -- end of [8]
                            [9] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 806199.7142857,
                                                ["x"] = -242147.71428568,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 805939.7142857,
                                                ["x"] = -241969.99999996,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 1185,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 31536000,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 806106.57142856,
                                            ["x"] = -242072.85714282,
                                            ["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"] = 65,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 806106.57142856,
                                        ["type"] = "BMP-2",
                                        ["name"] = "Unit #105",
                                        ["unitId"] = 190,
                                        ["heading"] = 5.3119663060557,
                                        ["skill"] = "Average",
                                        ["x"] = -242072.85714282,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 806115.14285714,
                                        ["type"] = "T-72B",
                                        ["name"] = "Unit #36",
                                        ["unitId"] = 191,
                                        ["heading"] = 5.3119663060557,
                                        ["skill"] = "Average",
                                        ["x"] = -242079.71428567,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 806124.85714285,
                                        ["type"] = "Boman",
                                        ["name"] = "Unit #106",
                                        ["unitId"] = 192,
                                        ["heading"] = 5.3119663060557,
                                        ["skill"] = "Average",
                                        ["x"] = -242086.85714282,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 806133.99999999,
                                        ["type"] = "Grad-URAL",
                                        ["name"] = "Unit #107",
                                        ["unitId"] = 193,
                                        ["heading"] = 5.3119663060557,
                                        ["skill"] = "Average",
                                        ["x"] = -242093.42857139,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 806143.42857142,
                                        ["type"] = "UAZ-469",
                                        ["name"] = "Unit #108",
                                        ["unitId"] = 194,
                                        ["heading"] = 5.3119663060557,
                                        ["skill"] = "Average",
                                        ["x"] = -242099.42857139,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["y"] = 806153.14285714,
                                        ["type"] = "Ural-375 PBU",
                                        ["name"] = "Unit #109",
                                        ["unitId"] = 195,
                                        ["heading"] = 5.3119663060557,
                                        ["skill"] = "Average",
                                        ["x"] = -242105.99999996,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        ["y"] = 806161.99999999,
                                        ["type"] = "ATMZ-5",
                                        ["name"] = "Unit #110",
                                        ["unitId"] = 196,
                                        ["heading"] = 5.3119663060557,
                                        ["skill"] = "Average",
                                        ["x"] = -242112.85714282,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        ["y"] = 806171.14285714,
                                        ["type"] = "Ural-375 APA-50",
                                        ["name"] = "Unit #111",
                                        ["unitId"] = 197,
                                        ["heading"] = 5.3119663060557,
                                        ["skill"] = "Average",
                                        ["x"] = -242119.42857139,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        ["y"] = 806181.42857142,
                                        ["type"] = "Ural-4320T",
                                        ["name"] = "Unit #112",
                                        ["unitId"] = 198,
                                        ["heading"] = 5.3119663060557,
                                        ["skill"] = "Average",
                                        ["x"] = -242125.99999996,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        ["y"] = 806191.14285714,
                                        ["type"] = "Ural-4320T",
                                        ["name"] = "Unit #113",
                                        ["unitId"] = 199,
                                        ["heading"] = 5.3119663060557,
                                        ["skill"] = "Average",
                                        ["x"] = -242131.99999996,
                                    }, -- end of [10]
                                    [11] = 
                                    {
                                        ["y"] = 806200.57142856,
                                        ["type"] = "ZSU-23-4 Shilka",
                                        ["name"] = "Unit #114",
                                        ["unitId"] = 201,
                                        ["heading"] = 5.3119663060557,
                                        ["skill"] = "Average",
                                        ["x"] = -242139.42857139,
                                    }, -- end of [11]
                                    [12] = 
                                    {
                                        ["y"] = 806210.57142856,
                                        ["type"] = "BMP-3",
                                        ["name"] = "Unit #115",
                                        ["unitId"] = 202,
                                        ["heading"] = 5.3119663060557,
                                        ["skill"] = "Average",
                                        ["x"] = -242146.28571425,
                                    }, -- end of [12]
                                    [13] = 
                                    {
                                        ["y"] = 806220.57142856,
                                        ["type"] = "T-72B",
                                        ["name"] = "Unit #116",
                                        ["unitId"] = 203,
                                        ["heading"] = 5.3119663060557,
                                        ["skill"] = "Average",
                                        ["x"] = -242152.85714282,
                                    }, -- end of [13]
                                }, -- end of ["units"]
                                ["y"] = 806106.57142856,
                                ["x"] = -242072.85714282,
                                ["name"] = "stoppedconvoy4",
                                ["start_time"] = 31536000,
                                ["task"] = "Ground Nothing",
                            }, -- end of [9]
                            [10] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 863421.14285714,
                                                ["x"] = -242702.28571424,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 863597.71428571,
                                                ["x"] = -242616.57142853,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 1117,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 863417.99999998,
                                            ["x"] = -242580.85714286,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 67,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 863417.99999998,
                                        ["type"] = "Sandbox",
                                        ["name"] = "Unit #118",
                                        ["unitId"] = 205,
                                        ["heading"] = 0.87266462599716,
                                        ["skill"] = "Average",
                                        ["x"] = -242580.85714286,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 863442.28571427,
                                        ["type"] = "Sandbox",
                                        ["name"] = "Unit #119",
                                        ["unitId"] = 206,
                                        ["heading"] = 0.95993108859688,
                                        ["skill"] = "Average",
                                        ["x"] = -242680.85714286,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 863525.14285712,
                                        ["type"] = "Sandbox",
                                        ["name"] = "Unit #120",
                                        ["unitId"] = 207,
                                        ["heading"] = 1.1344640137963,
                                        ["skill"] = "Average",
                                        ["x"] = -242790.85714286,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 863591.14285712,
                                        ["type"] = "Sandbox",
                                        ["name"] = "Unit #121",
                                        ["unitId"] = 208,
                                        ["heading"] = 1.3089969389957,
                                        ["skill"] = "Average",
                                        ["x"] = -242898.85714286,
                                    }, -- end of [4]
                                }, -- end of ["units"]
                                ["y"] = 863417.99999998,
                                ["x"] = -242580.85714286,
                                ["name"] = "BunkerGrp1",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [10]
                            [11] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 818365.42857141,
                                                ["x"] = -251380.28571427,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 818469.71428569,
                                                ["x"] = -251320.28571427,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 1947,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 818490.85714284,
                                            ["x"] = -251506.57142855,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["valid"] = true,
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["name"] = 0,
                                                                        ["value"] = 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]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 71,
                                ["tasks"] = 
                                {
                                    [1] = 
                                    {
                                        ["valid"] = true,
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["enabled"] = true,
                                        ["number"] = 1,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "Option",
                                                ["params"] = 
                                                {
                                                    ["name"] = 0,
                                                    ["value"] = 0,
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [1]
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 818490.85714284,
                                        ["type"] = "ZU-23 Emplacement Closed",
                                        ["name"] = "Unit #37",
                                        ["unitId"] = 212,
                                        ["heading"] = 3.1415926535898,
                                        ["skill"] = "High",
                                        ["x"] = -251506.57142855,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 818558.85714284,
                                        ["type"] = "ZU-23 Emplacement Closed",
                                        ["name"] = "Unit #39",
                                        ["unitId"] = 213,
                                        ["heading"] = 1.5707963267949,
                                        ["skill"] = "High",
                                        ["x"] = -251477.42857141,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 818403.7142857,
                                        ["type"] = "ZU-23 Emplacement Closed",
                                        ["name"] = "Unit #40",
                                        ["unitId"] = 215,
                                        ["heading"] = 4.7123889803847,
                                        ["skill"] = "High",
                                        ["x"] = -251479.99999998,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 818609.14285713,
                                        ["type"] = "Sandbox",
                                        ["name"] = "Unit #42",
                                        ["unitId"] = 216,
                                        ["heading"] = 2.5307274153918,
                                        ["skill"] = "Average",
                                        ["x"] = -251597.14285712,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 818667.14285714,
                                        ["type"] = "Sandbox",
                                        ["name"] = "Unit #43",
                                        ["unitId"] = 217,
                                        ["heading"] = 1.0487047129665,
                                        ["skill"] = "Average",
                                        ["x"] = -251423.99999998,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["y"] = 818275.71428571,
                                        ["type"] = "Sandbox",
                                        ["name"] = "Unit #117",
                                        ["unitId"] = 228,
                                        ["heading"] = 4.3633231299858,
                                        ["skill"] = "Average",
                                        ["x"] = -251488.57142855,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        ["y"] = 818408.28571428,
                                        ["type"] = "Sandbox",
                                        ["name"] = "Unit #122",
                                        ["unitId"] = 229,
                                        ["heading"] = 3.6651914291881,
                                        ["skill"] = "Average",
                                        ["x"] = -251611.4285714,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        ["y"] = 818444.85714285,
                                        ["type"] = "Sandbox",
                                        ["name"] = "Unit #123",
                                        ["unitId"] = 230,
                                        ["heading"] = 5.846852994181,
                                        ["skill"] = "Average",
                                        ["x"] = -251397.14285712,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        ["y"] = 818508.57142857,
                                        ["type"] = "SA-18 Igla-S comm",
                                        ["name"] = "Unit #124",
                                        ["unitId"] = 231,
                                        ["heading"] = 1.0487047129665,
                                        ["skill"] = "Good",
                                        ["x"] = -251485.14285712,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        ["y"] = 818526.57142857,
                                        ["type"] = "SA-18 Igla-S manpad",
                                        ["name"] = "Unit #125",
                                        ["unitId"] = 232,
                                        ["heading"] = 2.1816615649929,
                                        ["skill"] = "Good",
                                        ["x"] = -251486.28571426,
                                    }, -- end of [10]
                                    [11] = 
                                    {
                                        ["y"] = 818487.14285714,
                                        ["type"] = "SA-18 Igla-S manpad",
                                        ["name"] = "Unit #126",
                                        ["unitId"] = 233,
                                        ["heading"] = 4.2760566673861,
                                        ["skill"] = "Good",
                                        ["x"] = -251487.71428569,
                                    }, -- end of [11]
                                }, -- end of ["units"]
                                ["y"] = 818490.85714284,
                                ["x"] = -251506.57142855,
                                ["name"] = "AAAsite2",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [11]
                            [12] = 
                            {
                                ["visible"] = false,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 1932,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 861903.71428572,
                                            ["x"] = -243891.71428569,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["valid"] = true,
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["name"] = 0,
                                                                        ["value"] = 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]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 75,
                                ["tasks"] = 
                                {
                                    [1] = 
                                    {
                                        ["valid"] = true,
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["enabled"] = true,
                                        ["number"] = 1,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "Option",
                                                ["params"] = 
                                                {
                                                    ["name"] = 0,
                                                    ["value"] = 0,
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [1]
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 861903.71428572,
                                        ["type"] = "ZU-23 Emplacement Closed",
                                        ["name"] = "Unit #127",
                                        ["unitId"] = 234,
                                        ["heading"] = 2.3038346126325,
                                        ["skill"] = "High",
                                        ["x"] = -243891.71428569,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 861936.28571429,
                                        ["type"] = "ZU-23 Emplacement Closed",
                                        ["name"] = "Unit #128",
                                        ["unitId"] = 235,
                                        ["heading"] = 1.5707963267949,
                                        ["skill"] = "High",
                                        ["x"] = -243782.85714284,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 861839.14285715,
                                        ["type"] = "ZU-23 Emplacement Closed",
                                        ["name"] = "Unit #129",
                                        ["unitId"] = 236,
                                        ["heading"] = 3.1415926535898,
                                        ["skill"] = "High",
                                        ["x"] = -243979.42857141,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 862039.14285715,
                                        ["type"] = "Sandbox",
                                        ["name"] = "Unit #130",
                                        ["unitId"] = 237,
                                        ["heading"] = 2.2689280275926,
                                        ["skill"] = "Average",
                                        ["x"] = -244075.14285712,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 862139.14285715,
                                        ["type"] = "Sandbox",
                                        ["name"] = "Unit #131",
                                        ["unitId"] = 238,
                                        ["heading"] = 1.5707963267949,
                                        ["skill"] = "Average",
                                        ["x"] = -243696.57142855,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["y"] = 861452.57142857,
                                        ["type"] = "Sandbox",
                                        ["name"] = "Unit #132",
                                        ["unitId"] = 239,
                                        ["heading"] = 4.014257279587,
                                        ["skill"] = "Average",
                                        ["x"] = -243982.57142855,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        ["y"] = 861748.28571429,
                                        ["type"] = "Sandbox",
                                        ["name"] = "Unit #133",
                                        ["unitId"] = 240,
                                        ["heading"] = 3.1415926535898,
                                        ["skill"] = "Average",
                                        ["x"] = -244159.71428569,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        ["y"] = 861864.28571429,
                                        ["type"] = "Sandbox",
                                        ["name"] = "Unit #134",
                                        ["unitId"] = 241,
                                        ["heading"] = 6.0213859193804,
                                        ["skill"] = "Average",
                                        ["x"] = -243583.4285714,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        ["y"] = 861856,
                                        ["type"] = "SA-18 Igla-S comm",
                                        ["name"] = "Unit #135",
                                        ["unitId"] = 242,
                                        ["heading"] = 2.3561944901923,
                                        ["skill"] = "Good",
                                        ["x"] = -243869.99999998,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        ["y"] = 861871.42857143,
                                        ["type"] = "SA-18 Igla-S manpad",
                                        ["name"] = "Unit #136",
                                        ["unitId"] = 243,
                                        ["heading"] = 1.7453292519943,
                                        ["skill"] = "Good",
                                        ["x"] = -243855.42857141,
                                    }, -- end of [10]
                                    [11] = 
                                    {
                                        ["y"] = 861847.71428572,
                                        ["type"] = "SA-18 Igla-S manpad",
                                        ["name"] = "Unit #137",
                                        ["unitId"] = 244,
                                        ["heading"] = 3.1415926535898,
                                        ["skill"] = "Good",
                                        ["x"] = -243885.99999998,
                                    }, -- end of [11]
                                }, -- end of ["units"]
                                ["y"] = 861903.71428572,
                                ["x"] = -243891.71428569,
                                ["name"] = "AAAsite1",
                                ["start_time"] = 0,
                            }, -- end of [12]
                            [13] = 
                            {
                                ["visible"] = false,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 1060,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 31536000,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 798831.7142857,
                                            ["x"] = -250948.57142856,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 80,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 798831.7142857,
                                        ["type"] = "Ural-4320T",
                                        ["name"] = "Unit #27",
                                        ["unitId"] = 284,
                                        ["heading"] = 6.0602054724105,
                                        ["skill"] = "Average",
                                        ["x"] = -250948.57142856,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 798836.49763765,
                                        ["type"] = "KAMAZ Truck",
                                        ["name"] = "Unit #138",
                                        ["unitId"] = 285,
                                        ["heading"] = 6.0602054724105,
                                        ["skill"] = "Average",
                                        ["x"] = -250947.72799455,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 798841.28098959,
                                        ["type"] = "ZIL-131 KUNG",
                                        ["name"] = "Unit #139",
                                        ["unitId"] = 286,
                                        ["heading"] = 6.0602054724105,
                                        ["skill"] = "Average",
                                        ["x"] = -250946.88456055,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 798846.11395531,
                                        ["type"] = "UAZ-469",
                                        ["name"] = "Unit #140",
                                        ["unitId"] = 287,
                                        ["heading"] = 6.0602054724105,
                                        ["skill"] = "Average",
                                        ["x"] = -250946.32250019,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 798831.22226961,
                                        ["type"] = "BMP-1",
                                        ["name"] = "Unit #141",
                                        ["unitId"] = 288,
                                        ["heading"] = 2.9146998508306,
                                        ["skill"] = "Average",
                                        ["x"] = -250916.16453269,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["y"] = 798836.56836884,
                                        ["type"] = "T-80UD",
                                        ["name"] = "Unit #142",
                                        ["unitId"] = 289,
                                        ["heading"] = 2.9146998508306,
                                        ["skill"] = "Average",
                                        ["x"] = -250915.22187116,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        ["y"] = 798826.15754402,
                                        ["type"] = "Grad-URAL",
                                        ["name"] = "Unit #143",
                                        ["unitId"] = 290,
                                        ["heading"] = 2.9146998508306,
                                        ["skill"] = "Average",
                                        ["x"] = -250917.05758046,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        ["y"] = 798820.53007115,
                                        ["type"] = "Grad-URAL",
                                        ["name"] = "Unit #144",
                                        ["unitId"] = 291,
                                        ["heading"] = 2.9146998508306,
                                        ["skill"] = "Average",
                                        ["x"] = -250918.04985576,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        ["y"] = 798826.88132,
                                        ["type"] = "Ural-375 ZU-23",
                                        ["name"] = "Unit #145",
                                        ["unitId"] = 292,
                                        ["heading"] = 6.0562925044204,
                                        ["skill"] = "Average",
                                        ["x"] = -250949.13348893,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        ["y"] = 798851.69181441,
                                        ["type"] = "BTR-80",
                                        ["name"] = "Unit #146",
                                        ["unitId"] = 293,
                                        ["heading"] = 6.0602054724105,
                                        ["skill"] = "Average",
                                        ["x"] = -250945.04885124,
                                    }, -- end of [10]
                                    [11] = 
                                    {
                                        ["y"] = 798841.8648543,
                                        ["type"] = "Boman",
                                        ["name"] = "Unit #147",
                                        ["unitId"] = 294,
                                        ["heading"] = 2.9146998508306,
                                        ["skill"] = "Average",
                                        ["x"] = -250913.99783598,
                                    }, -- end of [11]
                                    [12] = 
                                    {
                                        ["y"] = 798824.33333518,
                                        ["type"] = "Paratrooper AKS-74",
                                        ["name"] = "Unit #148",
                                        ["unitId"] = 295,
                                        ["heading"] = 6.0602054724105,
                                        ["skill"] = "Average",
                                        ["x"] = -250942.90996394,
                                    }, -- end of [12]
                                    [13] = 
                                    {
                                        ["y"] = 798828.22295243,
                                        ["type"] = "Paratrooper AKS-74",
                                        ["name"] = "Unit #149",
                                        ["unitId"] = 296,
                                        ["heading"] = 6.0602054724105,
                                        ["skill"] = "Average",
                                        ["x"] = -250941.93399759,
                                    }, -- end of [13]
                                    [14] = 
                                    {
                                        ["y"] = 798832.39394332,
                                        ["type"] = "Paratrooper AKS-74",
                                        ["name"] = "Unit #150",
                                        ["unitId"] = 297,
                                        ["heading"] = 6.0602054724105,
                                        ["skill"] = "Average",
                                        ["x"] = -250940.90841747,
                                    }, -- end of [14]
                                    [15] = 
                                    {
                                        ["y"] = 798836.61454798,
                                        ["type"] = "Paratrooper AKS-74",
                                        ["name"] = "Unit #151",
                                        ["unitId"] = 298,
                                        ["heading"] = 6.0602054724105,
                                        ["skill"] = "Average",
                                        ["x"] = -250940.16421099,
                                    }, -- end of [15]
                                    [16] = 
                                    {
                                        ["y"] = 798840.55377899,
                                        ["type"] = "Paratrooper AKS-74",
                                        ["name"] = "Unit #152",
                                        ["unitId"] = 299,
                                        ["heading"] = 6.0602054724105,
                                        ["skill"] = "Average",
                                        ["x"] = -250939.46961828,
                                    }, -- end of [16]
                                    [17] = 
                                    {
                                        ["y"] = 798844.49301,
                                        ["type"] = "Paratrooper AKS-74",
                                        ["name"] = "Unit #153",
                                        ["unitId"] = 300,
                                        ["heading"] = 6.0602054724105,
                                        ["skill"] = "Average",
                                        ["x"] = -250938.77502557,
                                    }, -- end of [17]
                                    [18] = 
                                    {
                                        ["y"] = 798848.71361466,
                                        ["type"] = "Paratrooper RPG-16",
                                        ["name"] = "Unit #154",
                                        ["unitId"] = 301,
                                        ["heading"] = 6.0602054724105,
                                        ["skill"] = "Average",
                                        ["x"] = -250938.03081909,
                                    }, -- end of [18]
                                }, -- end of ["units"]
                                ["y"] = 798831.7142857,
                                ["x"] = -250948.57142856,
                                ["name"] = "StagingArea1",
                                ["start_time"] = 31536000,
                            }, -- end of [13]
                            [14] = 
                            {
                                ["visible"] = false,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 842,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 759274.85714287,
                                            ["x"] = -226966.57142857,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 83,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 759274.85714287,
                                        ["type"] = "ZU-23 Emplacement Closed",
                                        ["name"] = "Unit #29",
                                        ["unitId"] = 306,
                                        ["heading"] = 3.1415926535898,
                                        ["skill"] = "Average",
                                        ["x"] = -226966.57142857,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 759342.85714287,
                                        ["type"] = "ZU-23 Emplacement Closed",
                                        ["name"] = "Unit #31",
                                        ["unitId"] = 307,
                                        ["heading"] = 1.5707963267949,
                                        ["skill"] = "Average",
                                        ["x"] = -226937.42857143,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 759187.71428573,
                                        ["type"] = "ZU-23 Emplacement Closed",
                                        ["name"] = "Unit #32",
                                        ["unitId"] = 308,
                                        ["heading"] = 4.7123889803847,
                                        ["skill"] = "Average",
                                        ["x"] = -226940,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 759393.14285716,
                                        ["type"] = "Sandbox",
                                        ["name"] = "Unit #33",
                                        ["unitId"] = 309,
                                        ["heading"] = 2.5307274153918,
                                        ["skill"] = "Average",
                                        ["x"] = -227057.14285714,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 759451.14285717,
                                        ["type"] = "Sandbox",
                                        ["name"] = "Unit #34",
                                        ["unitId"] = 310,
                                        ["heading"] = 1.0487047129665,
                                        ["skill"] = "Average",
                                        ["x"] = -226884,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["y"] = 759059.71428574,
                                        ["type"] = "Sandbox",
                                        ["name"] = "Unit #35",
                                        ["unitId"] = 311,
                                        ["heading"] = 4.3633231299858,
                                        ["skill"] = "Average",
                                        ["x"] = -226948.57142857,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        ["y"] = 759192.28571431,
                                        ["type"] = "Sandbox",
                                        ["name"] = "Unit #38",
                                        ["unitId"] = 312,
                                        ["heading"] = 3.6651914291881,
                                        ["skill"] = "Average",
                                        ["x"] = -227071.42857142,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        ["y"] = 759228.85714288,
                                        ["type"] = "Sandbox",
                                        ["name"] = "Unit #41",
                                        ["unitId"] = 313,
                                        ["heading"] = 5.846852994181,
                                        ["skill"] = "Average",
                                        ["x"] = -226857.14285714,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        ["y"] = 759292.5714286,
                                        ["type"] = "SA-18 Igla-S comm",
                                        ["name"] = "Unit #77",
                                        ["unitId"] = 314,
                                        ["heading"] = 1.0487047129665,
                                        ["skill"] = "Average",
                                        ["x"] = -226945.14285714,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        ["y"] = 759310.5714286,
                                        ["type"] = "SA-18 Igla-S manpad",
                                        ["name"] = "Unit #78",
                                        ["unitId"] = 315,
                                        ["heading"] = 2.1816615649929,
                                        ["skill"] = "Average",
                                        ["x"] = -226946.28571428,
                                    }, -- end of [10]
                                    [11] = 
                                    {
                                        ["y"] = 759285.42857144,
                                        ["type"] = "SA-18 Igla-S manpad",
                                        ["name"] = "Unit #79",
                                        ["unitId"] = 316,
                                        ["heading"] = 4.2760566673861,
                                        ["skill"] = "Average",
                                        ["x"] = -227005.42857142,
                                    }, -- end of [11]
                                }, -- end of ["units"]
                                ["y"] = 759274.85714287,
                                ["x"] = -226966.57142857,
                                ["name"] = "AAAsite1 #001",
                                ["start_time"] = 0,
                            }, -- end of [14]
                            [15] = 
                            {
                                ["visible"] = false,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 845,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 758476.85714286,
                                            ["x"] = -227905.14285714,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 84,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 758476.85714286,
                                        ["type"] = "Ural-4320T",
                                        ["name"] = "Unit #80",
                                        ["unitId"] = 317,
                                        ["heading"] = 3.4718900084064,
                                        ["skill"] = "Average",
                                        ["x"] = -227905.14285714,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 758467.42857143,
                                        ["type"] = "Paratrooper AKS-74",
                                        ["name"] = "Unit #81",
                                        ["unitId"] = 318,
                                        ["heading"] = 1.832595714594,
                                        ["skill"] = "Average",
                                        ["x"] = -227926.85714286,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 758481.71428571,
                                        ["type"] = "Paratrooper AKS-74",
                                        ["name"] = "Unit #82",
                                        ["unitId"] = 319,
                                        ["heading"] = 5.0090949532237,
                                        ["skill"] = "Average",
                                        ["x"] = -227933.14285714,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 758469.14285714,
                                        ["type"] = "Paratrooper AKS-74",
                                        ["name"] = "Unit #83",
                                        ["unitId"] = 320,
                                        ["heading"] = 3.4718900084064,
                                        ["skill"] = "Average",
                                        ["x"] = -227922,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 758485.14285714,
                                        ["type"] = "Paratrooper AKS-74",
                                        ["name"] = "Unit #84",
                                        ["unitId"] = 321,
                                        ["heading"] = 3.4718900084064,
                                        ["skill"] = "Average",
                                        ["x"] = -227927.14285714,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["y"] = 758486.85714286,
                                        ["type"] = "Paratrooper RPG-16",
                                        ["name"] = "Unit #85",
                                        ["unitId"] = 322,
                                        ["heading"] = 3.4718900084064,
                                        ["skill"] = "Average",
                                        ["x"] = -227928,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        ["y"] = 758491.71428571,
                                        ["type"] = "BTR_D",
                                        ["name"] = "Unit #86",
                                        ["unitId"] = 323,
                                        ["heading"] = 4.014257279587,
                                        ["skill"] = "Average",
                                        ["x"] = -227920.57142857,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        ["y"] = 758466.85714286,
                                        ["type"] = "Paratrooper AKS-74",
                                        ["name"] = "Unit #155",
                                        ["unitId"] = 324,
                                        ["heading"] = 2.5307274153918,
                                        ["skill"] = "Average",
                                        ["x"] = -227929.14285714,
                                    }, -- end of [8]
                                }, -- end of ["units"]
                                ["y"] = 758476.85714286,
                                ["x"] = -227905.14285714,
                                ["name"] = "AAAsite1 #002",
                                ["start_time"] = 0,
                            }, -- end of [15]
                            [16] = 
                            {
                                ["visible"] = false,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 849,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 759130.28571429,
                                            ["x"] = -227577.14285714,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 85,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 759130.28571429,
                                        ["type"] = "Ural-4320T",
                                        ["name"] = "Unit #156",
                                        ["unitId"] = 325,
                                        ["heading"] = 1.5223494172252,
                                        ["skill"] = "Average",
                                        ["x"] = -227577.14285714,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 759130.28571429,
                                        ["type"] = "KAMAZ Truck",
                                        ["name"] = "Unit #157",
                                        ["unitId"] = 326,
                                        ["heading"] = 1.5223494172252,
                                        ["skill"] = "Average",
                                        ["x"] = -227582,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 759130.28571429,
                                        ["type"] = "ZIL-131 KUNG",
                                        ["name"] = "Unit #158",
                                        ["unitId"] = 327,
                                        ["heading"] = 1.5223494172252,
                                        ["skill"] = "Average",
                                        ["x"] = -227586.85714286,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 759130,
                                        ["type"] = "UAZ-469",
                                        ["name"] = "Unit #159",
                                        ["unitId"] = 328,
                                        ["heading"] = 1.5223494172252,
                                        ["skill"] = "Average",
                                        ["x"] = -227591.71428572,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 759162.28571429,
                                        ["type"] = "BMP-1",
                                        ["name"] = "Unit #160",
                                        ["unitId"] = 329,
                                        ["heading"] = 4.6600291028249,
                                        ["skill"] = "Average",
                                        ["x"] = -227582.28571429,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["y"] = 759162.28571429,
                                        ["type"] = "T-80UD",
                                        ["name"] = "Unit #161",
                                        ["unitId"] = 330,
                                        ["heading"] = 4.6600291028249,
                                        ["skill"] = "Average",
                                        ["x"] = -227587.71428572,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        ["y"] = 759162.28571429,
                                        ["type"] = "Grad-URAL",
                                        ["name"] = "Unit #162",
                                        ["unitId"] = 331,
                                        ["heading"] = 4.6600291028249,
                                        ["skill"] = "Average",
                                        ["x"] = -227577.14285714,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        ["y"] = 759162.28571429,
                                        ["type"] = "Grad-URAL",
                                        ["name"] = "Unit #163",
                                        ["unitId"] = 332,
                                        ["heading"] = 4.6600291028249,
                                        ["skill"] = "Average",
                                        ["x"] = -227571.42857143,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        ["y"] = 759130.28571429,
                                        ["type"] = "Ural-375 ZU-23",
                                        ["name"] = "Unit #164",
                                        ["unitId"] = 333,
                                        ["heading"] = 1.5184364492351,
                                        ["skill"] = "Average",
                                        ["x"] = -227572.85714285,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        ["y"] = 759130.28571429,
                                        ["type"] = "BTR-80",
                                        ["name"] = "Unit #165",
                                        ["unitId"] = 334,
                                        ["heading"] = 1.5223494172252,
                                        ["skill"] = "Average",
                                        ["x"] = -227597.42857143,
                                    }, -- end of [10]
                                    [11] = 
                                    {
                                        ["y"] = 759162.57142857,
                                        ["type"] = "Boman",
                                        ["name"] = "Unit #166",
                                        ["unitId"] = 335,
                                        ["heading"] = 4.6600291028249,
                                        ["skill"] = "Average",
                                        ["x"] = -227593.14285714,
                                    }, -- end of [11]
                                    [12] = 
                                    {
                                        ["y"] = 759137.14285715,
                                        ["type"] = "Paratrooper AKS-74",
                                        ["name"] = "Unit #167",
                                        ["unitId"] = 336,
                                        ["heading"] = 1.5223494172252,
                                        ["skill"] = "Average",
                                        ["x"] = -227570.85714286,
                                    }, -- end of [12]
                                    [13] = 
                                    {
                                        ["y"] = 759137.42857143,
                                        ["type"] = "Paratrooper AKS-74",
                                        ["name"] = "Unit #168",
                                        ["unitId"] = 337,
                                        ["heading"] = 1.5223494172252,
                                        ["skill"] = "Average",
                                        ["x"] = -227574.85714286,
                                    }, -- end of [13]
                                    [14] = 
                                    {
                                        ["y"] = 759137.71428572,
                                        ["type"] = "Paratrooper AKS-74",
                                        ["name"] = "Unit #169",
                                        ["unitId"] = 338,
                                        ["heading"] = 1.5223494172252,
                                        ["skill"] = "Average",
                                        ["x"] = -227579.14285714,
                                    }, -- end of [14]
                                    [15] = 
                                    {
                                        ["y"] = 759137.71428572,
                                        ["type"] = "Paratrooper AKS-74",
                                        ["name"] = "Unit #170",
                                        ["unitId"] = 339,
                                        ["heading"] = 1.5223494172252,
                                        ["skill"] = "Average",
                                        ["x"] = -227583.42857143,
                                    }, -- end of [15]
                                    [16] = 
                                    {
                                        ["y"] = 759137.71428572,
                                        ["type"] = "Paratrooper AKS-74",
                                        ["name"] = "Unit #171",
                                        ["unitId"] = 340,
                                        ["heading"] = 1.5223494172252,
                                        ["skill"] = "Average",
                                        ["x"] = -227587.42857143,
                                    }, -- end of [16]
                                    [17] = 
                                    {
                                        ["y"] = 759137.71428572,
                                        ["type"] = "Paratrooper AKS-74",
                                        ["name"] = "Unit #172",
                                        ["unitId"] = 341,
                                        ["heading"] = 1.5223494172252,
                                        ["skill"] = "Average",
                                        ["x"] = -227591.42857143,
                                    }, -- end of [17]
                                    [18] = 
                                    {
                                        ["y"] = 759137.71428572,
                                        ["type"] = "Paratrooper RPG-16",
                                        ["name"] = "Unit #173",
                                        ["unitId"] = 342,
                                        ["heading"] = 1.5223494172252,
                                        ["skill"] = "Average",
                                        ["x"] = -227595.71428572,
                                    }, -- end of [18]
                                }, -- end of ["units"]
                                ["y"] = 759130.28571429,
                                ["x"] = -227577.14285714,
                                ["name"] = "AAAsite1 #003",
                                ["start_time"] = 0,
                            }, -- end of [16]
                        }, -- end of ["group"]
                    }, -- end of ["vehicle"]
                    ["plane"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "Transport",
                                ["uncontrolled"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 6400.8,
                                            ["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"] = 8280,
                                            ["y"] = 924309.42857145,
                                            ["x"] = -185558.85714286,
                                            ["speed"] = 154.16666666667,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["valid"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["name"] = 1,
                                                                        ["value"] = 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"] = 6400.8,
                                            ["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"] = 9055.8735578161,
                                            ["y"] = 806571.42857143,
                                            ["x"] = -206659.42857144,
                                            ["speed"] = 154.16666666667,
                                            ["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"] = 6400.8,
                                            ["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"] = 1228.8330412805,
                                            ["y"] = 744978.00000002,
                                            ["x"] = -145774.57142857,
                                            ["speed"] = 154.16666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 430,
                                            ["type"] = "Land",
                                            ["action"] = "Landing",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 1397.1743336892,
                                            ["airdromeId"] = 27,
                                            ["y"] = 760428.0733062,
                                            ["x"] = -124921.90954665,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 88,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 6400.8,
                                        ["type"] = "IL-76MD",
                                        ["alt_type"] = "BARO",
                                        ["unitId"] = 352,
                                        ["psi"] = 1.7481300786483,
                                        ["livery_id"] = "af standard-1",
                                        ["skill"] = "Average",
                                        ["y"] = 924309.42857145,
                                        ["x"] = -185558.85714286,
                                        ["name"] = "Bait",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "80000",
                                            ["flare"] = 96,
                                            ["chaff"] = 96,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["speed"] = 154.16666666667,
                                        ["heading"] = -1.7481300786483,
                                        ["callsign"] = 102,
                                        ["onboard_num"] = "24",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 924309.42857145,
                                ["x"] = -185558.85714286,
                                ["name"] = "Redjet",
                                ["communication"] = true,
                                ["start_time"] = 8280,
                                ["frequency"] = 124,
                            }, -- end of [1]
                            [2] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "Fighter Sweep",
                                ["uncontrolled"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParking",
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 31536000,
                                            ["airdromeId"] = 28,
                                            ["y"] = 833011.4375,
                                            ["x"] = -83950.7578125,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["valid"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "EngageTargets",
                                                            ["enabled"] = true,
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["maxDistEnabled"] = true,
                                                                ["priority"] = 0,
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Fighters",
                                                                }, -- end of ["targetTypes"]
                                                                ["maxDist"] = 37000,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 6096,
                                            ["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"] = 31536163.3878,
                                            ["y"] = 820909.42857145,
                                            ["x"] = -135444.57142857,
                                            ["speed"] = 323.75,
                                            ["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"] = 6096,
                                            ["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"] = 31536339.696935,
                                            ["y"] = 811857.14285714,
                                            ["x"] = -191802.28571429,
                                            ["speed"] = 323.75,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 6096,
                                            ["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"] = 31536659.80354,
                                            ["y"] = 905909.42857145,
                                            ["x"] = -196016,
                                            ["speed"] = 323.75,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 154,
                                            ["type"] = "Land",
                                            ["action"] = "Landing",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 31537071.624239,
                                            ["airdromeId"] = 28,
                                            ["y"] = 834453.14285714,
                                            ["x"] = -83454.571428571,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 89,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "115th guards regiment, termez ab",
                                        ["onboard_num"] = "10",
                                        ["parking"] = "27",
                                        ["speed"] = 138.88888888889,
                                        ["heading"] = -2.9107629757045,
                                        ["callsign"] = 103,
                                        ["psi"] = 2.9107629757045,
                                        ["y"] = 833011.4375,
                                        ["x"] = -83950.7578125,
                                        ["name"] = "Pilot #10",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [2]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [7]
                                                [6] = 
                                                {
                                                    ["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [6]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "3500",
                                            ["flare"] = 30,
                                            ["chaff"] = 30,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["type"] = "MiG-29S",
                                        ["start_type"] = 3,
                                        ["unitId"] = 353,
                                        ["skill"] = "Good",
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "115th guards regiment, termez ab",
                                        ["onboard_num"] = "25",
                                        ["parking"] = "75",
                                        ["speed"] = 138.88888888889,
                                        ["heading"] = -2.9107629757045,
                                        ["callsign"] = 104,
                                        ["psi"] = 2.9107629757045,
                                        ["y"] = 834653.875,
                                        ["x"] = -83958.8046875,
                                        ["name"] = "Pilot #11",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [2]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [7]
                                                [6] = 
                                                {
                                                    ["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [6]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "3500",
                                            ["flare"] = 30,
                                            ["chaff"] = 30,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["type"] = "MiG-29S",
                                        ["start_type"] = 3,
                                        ["unitId"] = 354,
                                        ["skill"] = "Good",
                                    }, -- end of [2]
                                }, -- end of ["units"]
                                ["y"] = 833011.4375,
                                ["x"] = -83950.7578125,
                                ["name"] = "REDIntercept",
                                ["communication"] = true,
                                ["start_time"] = 31536000,
                                ["frequency"] = 124,
                            }, -- end of [2]
                        }, -- end of ["group"]
                    }, -- end of ["plane"]
                    ["static"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["heading"] = 1.5707963267949,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 813399.7142857,
                                            ["speed"] = 0,
                                            ["x"] = -224643.99999999,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 41,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "SkladC",
                                        ["type"] = ".Ammunition depot",
                                        ["unitId"] = 113,
                                        ["rate"] = 100,
                                        ["y"] = 813399.7142857,
                                        ["x"] = -224643.99999999,
                                        ["name"] = "Dump1",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 1.5707963267949,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 813399.7142857,
                                ["x"] = -224643.99999999,
                                ["name"] = "Dump1",
                                ["dead"] = false,
                            }, -- end of [1]
                            [2] = 
                            {
                                ["heading"] = 4.7123889803847,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 813339.14285714,
                                            ["speed"] = 0,
                                            ["x"] = -224659.99999998,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 42,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "block",
                                        ["type"] = ".Block",
                                        ["unitId"] = 114,
                                        ["rate"] = 100,
                                        ["y"] = 813339.14285714,
                                        ["x"] = -224659.99999998,
                                        ["name"] = "New Static Object #002",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 4.7123889803847,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 813339.14285714,
                                ["x"] = -224659.99999998,
                                ["name"] = "New Static Object #002",
                                ["dead"] = false,
                            }, -- end of [2]
                            [3] = 
                            {
                                ["heading"] = 3.4732052114687,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 850741.71428571,
                                            ["speed"] = 0,
                                            ["x"] = -215690.28571426,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 43,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "block-onroad",
                                        ["type"] = ".Block on road",
                                        ["unitId"] = 115,
                                        ["rate"] = 100,
                                        ["y"] = 850741.71428571,
                                        ["x"] = -215690.28571426,
                                        ["name"] = "Roadblock1",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 3.4732052114687,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 850741.71428571,
                                ["x"] = -215690.28571426,
                                ["name"] = "Roadblock1",
                                ["dead"] = false,
                            }, -- end of [3]
                            [4] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 813507.14285714,
                                            ["speed"] = 0,
                                            ["x"] = -224642.57142855,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 53,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "sklad",
                                        ["type"] = "Warehouse",
                                        ["unitId"] = 125,
                                        ["rate"] = 100,
                                        ["y"] = 813507.14285714,
                                        ["x"] = -224642.57142855,
                                        ["name"] = "New Static Object #013",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 813507.14285714,
                                ["x"] = -224642.57142855,
                                ["name"] = "New Static Object #013",
                                ["dead"] = false,
                            }, -- end of [4]
                            [5] = 
                            {
                                ["heading"] = 3.9269908169872,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 813321.42857141,
                                            ["speed"] = 0,
                                            ["x"] = -224709.7142857,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 54,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "ohr-vyshka",
                                        ["type"] = "Watchtower",
                                        ["unitId"] = 126,
                                        ["rate"] = 100,
                                        ["y"] = 813321.42857141,
                                        ["x"] = -224709.7142857,
                                        ["name"] = "New Static Object #014",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 3.9269908169872,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 813321.42857141,
                                ["x"] = -224709.7142857,
                                ["name"] = "New Static Object #014",
                                ["dead"] = false,
                            }, -- end of [5]
                            [6] = 
                            {
                                ["heading"] = 5.4977871437821,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 813317.99999999,
                                            ["speed"] = 0,
                                            ["x"] = -224464.28571427,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 56,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "ohr-vyshka",
                                        ["type"] = "Watchtower",
                                        ["unitId"] = 134,
                                        ["y"] = 813317.99999999,
                                        ["x"] = -224464.28571427,
                                        ["name"] = "New Static Object #004",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 5.4977871437821,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 813317.99999999,
                                ["x"] = -224464.28571427,
                                ["name"] = "New Static Object #004",
                                ["dead"] = false,
                            }, -- end of [6]
                            [7] = 
                            {
                                ["heading"] = 0.78539816339745,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 813559.71428571,
                                            ["speed"] = 0,
                                            ["x"] = -224464.85714284,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 57,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "ohr-vyshka",
                                        ["type"] = "Watchtower",
                                        ["unitId"] = 135,
                                        ["y"] = 813559.71428571,
                                        ["x"] = -224464.85714284,
                                        ["name"] = "New Static Object #005",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 0.78539816339745,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 813559.71428571,
                                ["x"] = -224464.85714284,
                                ["name"] = "New Static Object #005",
                                ["dead"] = false,
                            }, -- end of [7]
                            [8] = 
                            {
                                ["heading"] = 2.3561944901923,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 813554,
                                            ["speed"] = 0,
                                            ["x"] = -224705.99999998,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 58,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "ohr-vyshka",
                                        ["type"] = "Watchtower",
                                        ["unitId"] = 136,
                                        ["y"] = 813554,
                                        ["x"] = -224705.99999998,
                                        ["name"] = "New Static Object #006",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 2.3561944901923,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 813554,
                                ["x"] = -224705.99999998,
                                ["name"] = "New Static Object #006",
                                ["dead"] = false,
                            }, -- end of [8]
                            [9] = 
                            {
                                ["heading"] = 3.1415926535898,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 813401.42857142,
                                            ["speed"] = 0,
                                            ["x"] = -224545.7142857,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 59,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "sklad",
                                        ["type"] = "Warehouse",
                                        ["unitId"] = 140,
                                        ["y"] = 813401.42857142,
                                        ["x"] = -224545.7142857,
                                        ["name"] = "New Static Object #007",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 3.1415926535898,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 813401.42857142,
                                ["x"] = -224545.7142857,
                                ["name"] = "New Static Object #007",
                                ["dead"] = false,
                            }, -- end of [9]
                            [10] = 
                            {
                                ["heading"] = 0.47123889803847,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 851626.57142856,
                                            ["speed"] = 0,
                                            ["x"] = -214939.4285714,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 60,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "block-onroad",
                                        ["type"] = ".Block on road",
                                        ["unitId"] = 156,
                                        ["y"] = 851626.57142856,
                                        ["x"] = -214939.4285714,
                                        ["name"] = "Roadblock2",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 0.47123889803847,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 851626.57142856,
                                ["x"] = -214939.4285714,
                                ["name"] = "Roadblock2",
                                ["dead"] = false,
                            }, -- end of [10]
                            [11] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 818517.42857142,
                                            ["speed"] = 0,
                                            ["x"] = -251469.99999997,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 74,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "ComCenter",
                                        ["type"] = ".Command Center",
                                        ["unitId"] = 219,
                                        ["rate"] = 100,
                                        ["y"] = 818517.42857142,
                                        ["x"] = -251469.99999997,
                                        ["name"] = "New Static Object #001",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 818517.42857142,
                                ["x"] = -251469.99999997,
                                ["name"] = "New Static Object #001",
                                ["dead"] = false,
                            }, -- end of [11]
                            [12] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 861832.85714286,
                                            ["speed"] = 0,
                                            ["x"] = -243859.71428569,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 76,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "ComCenter",
                                        ["type"] = ".Command Center",
                                        ["unitId"] = 245,
                                        ["y"] = 861832.85714286,
                                        ["x"] = -243859.71428569,
                                        ["name"] = "New Static Object",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 861832.85714286,
                                ["x"] = -243859.71428569,
                                ["name"] = "New Static Object",
                                ["dead"] = false,
                            }, -- end of [12]
                        }, -- end of ["group"]
                    }, -- end of ["static"]
                }, -- end of [2]
                [3] = 
                {
                    ["id"] = 1,
                    ["name"] = "Ukraine",
                }, -- end of [3]
            }, -- end of ["country"]
        }, -- end of ["red"]
    }, -- end of ["coalition"]
    ["sortie"] = "Border Patrol",
    ["version"] = 4,
    ["trigrules"] = 
    {
        [1] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "",
                    ["seconds"] = 12080,
                    ["predicate"] = "c_time_after",
                    ["zone"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "StartBoarFlight",
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["predicate"] = "a_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = 77,
                        [2] = 1,
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
        }, -- end of [1]
        [2] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["predicate"] = "c_random_less",
                    ["coalitionlist"] = "",
                    ["percent"] = 100,
                    ["zone"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "Random1",
            ["eventlist"] = "",
            ["predicate"] = "triggerStart",
            ["actions"] = 
            {
                [1] = 
                {
                    ["flag"] = 1,
                    ["predicate"] = "a_set_flag",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
        }, -- end of [2]
        [3] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["percent"] = 65,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_random_less",
                    ["zone"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["flag"] = 2,
                    ["predicate"] = "a_set_flag",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerStart",
            ["comment"] = "Random2",
        }, -- end of [3]
        [4] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["predicate"] = "c_random_less",
                    ["coalitionlist"] = "",
                    ["percent"] = 40,
                    ["zone"] = "",
                }, -- end of [1]
                [2] = 
                {
                    ["flag"] = 1,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [2]
                [3] = 
                {
                    ["flag"] = 2,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [3]
                [4] = 
                {
                    ["predicate"] = "or",
                }, -- end of [4]
                [5] = 
                {
                    ["percent"] = 55,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_random_less",
                    ["zone"] = "",
                }, -- end of [5]
                [6] = 
                {
                    ["flag"] = 1,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [6]
                [7] = 
                {
                    ["flag"] = 2,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_false",
                    ["zone"] = "",
                }, -- end of [7]
                [8] = 
                {
                    ["predicate"] = "or",
                }, -- end of [8]
                [9] = 
                {
                    ["predicate"] = "c_random_less",
                    ["coalitionlist"] = "",
                    ["percent"] = 55,
                    ["zone"] = "",
                }, -- end of [9]
                [10] = 
                {
                    ["flag"] = 1,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_false",
                    ["zone"] = "",
                }, -- end of [10]
                [11] = 
                {
                    ["flag"] = 2,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [11]
                [12] = 
                {
                    ["predicate"] = "or",
                }, -- end of [12]
                [13] = 
                {
                    ["flag"] = 1,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_false",
                    ["zone"] = "",
                }, -- end of [13]
                [14] = 
                {
                    ["flag"] = 2,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_false",
                    ["zone"] = "",
                }, -- end of [14]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["comment"] = "Random3",
            ["actions"] = 
            {
                [1] = 
                {
                    ["flag"] = 3,
                    ["predicate"] = "a_set_flag",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerStart",
        }, -- end of [4]
        [5] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["percent"] = 50,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_random_less",
                    ["zone"] = "",
                }, -- end of [1]
                [2] = 
                {
                    ["flag"] = 1,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [2]
                [3] = 
                {
                    ["flag"] = 2,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [3]
                [4] = 
                {
                    ["flag"] = 3,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_false",
                    ["zone"] = "",
                }, -- end of [4]
                [5] = 
                {
                    ["predicate"] = "or",
                }, -- end of [5]
                [6] = 
                {
                    ["predicate"] = "c_random_less",
                    ["coalitionlist"] = "",
                    ["percent"] = 50,
                    ["zone"] = "",
                }, -- end of [6]
                [7] = 
                {
                    ["flag"] = 1,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [7]
                [8] = 
                {
                    ["flag"] = 2,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_false",
                    ["zone"] = "",
                }, -- end of [8]
                [9] = 
                {
                    ["flag"] = 3,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [9]
                [10] = 
                {
                    ["predicate"] = "or",
                }, -- end of [10]
                [11] = 
                {
                    ["percent"] = 50,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_random_less",
                    ["zone"] = "",
                }, -- end of [11]
                [12] = 
                {
                    ["flag"] = 1,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_false",
                    ["zone"] = "",
                }, -- end of [12]
                [13] = 
                {
                    ["flag"] = 2,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [13]
                [14] = 
                {
                    ["flag"] = 3,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [14]
                [15] = 
                {
                    ["predicate"] = "or",
                }, -- end of [15]
                [16] = 
                {
                    ["flag"] = 1,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_false",
                    ["zone"] = "",
                }, -- end of [16]
                [17] = 
                {
                    ["flag"] = 2,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_false",
                    ["zone"] = "",
                }, -- end of [17]
                [18] = 
                {
                    ["flag"] = 3,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [18]
                [19] = 
                {
                    ["predicate"] = "or",
                }, -- end of [19]
                [20] = 
                {
                    ["flag"] = 1,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_false",
                    ["zone"] = "",
                }, -- end of [20]
                [21] = 
                {
                    ["flag"] = 2,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [21]
                [22] = 
                {
                    ["flag"] = 3,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_false",
                    ["zone"] = "",
                }, -- end of [22]
                [23] = 
                {
                    ["predicate"] = "or",
                }, -- end of [23]
                [24] = 
                {
                    ["flag"] = 1,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [24]
                [25] = 
                {
                    ["flag"] = 2,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_false",
                    ["zone"] = "",
                }, -- end of [25]
                [26] = 
                {
                    ["flag"] = 3,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_false",
                    ["zone"] = "",
                }, -- end of [26]
            }, -- end of ["rules"]
            ["comment"] = "Random4",
            ["predicate"] = "triggerStart",
            ["actions"] = 
            {
                [1] = 
                {
                    ["flag"] = 4,
                    ["predicate"] = "a_set_flag",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
            ["eventlist"] = "",
        }, -- end of [5]
        [6] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 1,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [1]
                [2] = 
                {
                    ["flag"] = 2,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [2]
                [3] = 
                {
                    ["flag"] = 3,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_false",
                    ["zone"] = "",
                }, -- end of [3]
                [4] = 
                {
                    ["flag"] = 4,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_false",
                    ["zone"] = "",
                }, -- end of [4]
                [5] = 
                {
                    ["predicate"] = "or",
                }, -- end of [5]
                [6] = 
                {
                    ["flag"] = 1,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [6]
                [7] = 
                {
                    ["flag"] = 3,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [7]
                [8] = 
                {
                    ["flag"] = 2,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_false",
                    ["zone"] = "",
                }, -- end of [8]
                [9] = 
                {
                    ["flag"] = 4,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_false",
                    ["zone"] = "",
                }, -- end of [9]
                [10] = 
                {
                    ["predicate"] = "or",
                }, -- end of [10]
                [11] = 
                {
                    ["flag"] = 1,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [11]
                [12] = 
                {
                    ["flag"] = 4,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [12]
                [13] = 
                {
                    ["flag"] = 2,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_false",
                    ["zone"] = "",
                }, -- end of [13]
                [14] = 
                {
                    ["flag"] = 3,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_false",
                    ["zone"] = "",
                }, -- end of [14]
                [15] = 
                {
                    ["predicate"] = "or",
                }, -- end of [15]
                [16] = 
                {
                    ["flag"] = 2,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [16]
                [17] = 
                {
                    ["flag"] = 3,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [17]
                [18] = 
                {
                    ["flag"] = 1,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_false",
                    ["zone"] = "",
                }, -- end of [18]
                [19] = 
                {
                    ["flag"] = 4,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_false",
                    ["zone"] = "",
                }, -- end of [19]
                [20] = 
                {
                    ["predicate"] = "or",
                }, -- end of [20]
                [21] = 
                {
                    ["flag"] = 2,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [21]
                [22] = 
                {
                    ["flag"] = 4,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [22]
                [23] = 
                {
                    ["flag"] = 1,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_false",
                    ["zone"] = "",
                }, -- end of [23]
                [24] = 
                {
                    ["flag"] = 3,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_false",
                    ["zone"] = "",
                }, -- end of [24]
                [25] = 
                {
                    ["predicate"] = "or",
                }, -- end of [25]
                [26] = 
                {
                    ["flag"] = 3,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [26]
                [27] = 
                {
                    ["flag"] = 4,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [27]
                [28] = 
                {
                    ["flag"] = 1,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_false",
                    ["zone"] = "",
                }, -- end of [28]
                [29] = 
                {
                    ["flag"] = 2,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_false",
                    ["zone"] = "",
                }, -- end of [29]
            }, -- end of ["rules"]
            ["comment"] = "Random5",
            ["eventlist"] = "",
            ["predicate"] = "triggerStart",
            ["actions"] = 
            {
                [1] = 
                {
                    ["flag"] = 5,
                    ["predicate"] = "a_set_flag",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
        }, -- end of [6]
        [7] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 1,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [1]
                [2] = 
                {
                    ["percent"] = 33,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_random_less",
                    ["zone"] = "",
                }, -- end of [2]
                [3] = 
                {
                    ["seconds"] = 4800,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_time_after",
                    ["zone"] = "",
                }, -- end of [3]
                [4] = 
                {
                    ["coalitionlist"] = "",
                    ["seconds"] = 4802,
                    ["predicate"] = "c_time_before",
                    ["zone"] = "",
                }, -- end of [4]
                [5] = 
                {
                    ["predicate"] = "or",
                }, -- end of [5]
                [6] = 
                {
                    ["flag"] = 1,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [6]
                [7] = 
                {
                    ["predicate"] = "c_random_less",
                    ["coalitionlist"] = "",
                    ["percent"] = 33,
                    ["zone"] = "",
                }, -- end of [7]
                [8] = 
                {
                    ["coalitionlist"] = "",
                    ["seconds"] = 6000,
                    ["predicate"] = "c_time_after",
                    ["zone"] = "",
                }, -- end of [8]
                [9] = 
                {
                    ["seconds"] = 6002,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_time_before",
                    ["zone"] = "",
                }, -- end of [9]
                [10] = 
                {
                    ["predicate"] = "or",
                }, -- end of [10]
                [11] = 
                {
                    ["flag"] = 1,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [11]
                [12] = 
                {
                    ["percent"] = 33,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_random_less",
                    ["zone"] = "",
                }, -- end of [12]
                [13] = 
                {
                    ["seconds"] = 7200,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_time_after",
                    ["zone"] = "",
                }, -- end of [13]
                [14] = 
                {
                    ["coalitionlist"] = "",
                    ["seconds"] = 7202,
                    ["predicate"] = "c_time_before",
                    ["zone"] = "",
                }, -- end of [14]
                [15] = 
                {
                    ["predicate"] = "or",
                }, -- end of [15]
                [16] = 
                {
                    ["flag"] = 1,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [16]
                [17] = 
                {
                    ["predicate"] = "c_random_less",
                    ["coalitionlist"] = "",
                    ["percent"] = 40,
                    ["zone"] = "",
                }, -- end of [17]
                [18] = 
                {
                    ["coalitionlist"] = "",
                    ["seconds"] = 8400,
                    ["predicate"] = "c_time_after",
                    ["zone"] = "",
                }, -- end of [18]
                [19] = 
                {
                    ["seconds"] = 8402,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_time_before",
                    ["zone"] = "",
                }, -- end of [19]
                [20] = 
                {
                    ["predicate"] = "or",
                }, -- end of [20]
                [21] = 
                {
                    ["flag"] = 1,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [21]
                [22] = 
                {
                    ["percent"] = 40,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_random_less",
                    ["zone"] = "",
                }, -- end of [22]
                [23] = 
                {
                    ["coalitionlist"] = "",
                    ["seconds"] = 9600,
                    ["predicate"] = "c_time_after",
                    ["zone"] = "",
                }, -- end of [23]
                [24] = 
                {
                    ["coalitionlist"] = "",
                    ["seconds"] = 9602,
                    ["predicate"] = "c_time_before",
                    ["zone"] = "",
                }, -- end of [24]
                [25] = 
                {
                    ["predicate"] = "or",
                }, -- end of [25]
                [26] = 
                {
                    ["flag"] = 1,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [26]
                [27] = 
                {
                    ["seconds"] = 10800,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_time_after",
                    ["zone"] = "",
                }, -- end of [27]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["group"] = 80,
                    ["predicate"] = "a_activate_group",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerFront",
            ["comment"] = "SpawnGrp1",
        }, -- end of [7]
        [8] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 2,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [1]
                [2] = 
                {
                    ["predicate"] = "c_random_less",
                    ["coalitionlist"] = "",
                    ["percent"] = 33,
                    ["zone"] = "",
                }, -- end of [2]
                [3] = 
                {
                    ["coalitionlist"] = "",
                    ["zone"] = "",
                    ["value"] = 10,
                    ["flag"] = 1,
                    ["predicate"] = "c_time_after",
                    ["seconds"] = 4400,
                }, -- end of [3]
                [4] = 
                {
                    ["coalitionlist"] = "",
                    ["seconds"] = 4402,
                    ["predicate"] = "c_time_before",
                    ["zone"] = "",
                }, -- end of [4]
                [5] = 
                {
                    ["predicate"] = "or",
                }, -- end of [5]
                [6] = 
                {
                    ["flag"] = 2,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [6]
                [7] = 
                {
                    ["percent"] = 33,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_random_less",
                    ["zone"] = "",
                }, -- end of [7]
                [8] = 
                {
                    ["seconds"] = 5600,
                    ["zone"] = "",
                    ["value"] = 10,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_time_after",
                    ["flag"] = 1,
                }, -- end of [8]
                [9] = 
                {
                    ["seconds"] = 5602,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_time_before",
                    ["zone"] = "",
                }, -- end of [9]
                [10] = 
                {
                    ["predicate"] = "or",
                }, -- end of [10]
                [11] = 
                {
                    ["flag"] = 2,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [11]
                [12] = 
                {
                    ["predicate"] = "c_random_less",
                    ["coalitionlist"] = "",
                    ["percent"] = 33,
                    ["zone"] = "",
                }, -- end of [12]
                [13] = 
                {
                    ["seconds"] = 6800,
                    ["zone"] = "",
                    ["flag"] = 1,
                    ["value"] = 10,
                    ["predicate"] = "c_time_after",
                    ["coalitionlist"] = "",
                }, -- end of [13]
                [14] = 
                {
                    ["coalitionlist"] = "",
                    ["seconds"] = 6802,
                    ["predicate"] = "c_time_before",
                    ["zone"] = "",
                }, -- end of [14]
                [15] = 
                {
                    ["predicate"] = "or",
                }, -- end of [15]
                [16] = 
                {
                    ["flag"] = 2,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [16]
                [17] = 
                {
                    ["percent"] = 33,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_random_less",
                    ["zone"] = "",
                }, -- end of [17]
                [18] = 
                {
                    ["coalitionlist"] = "",
                    ["zone"] = "",
                    ["flag"] = 1,
                    ["seconds"] = 8000,
                    ["predicate"] = "c_time_after",
                    ["value"] = 10,
                }, -- end of [18]
                [19] = 
                {
                    ["seconds"] = 8002,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_time_before",
                    ["zone"] = "",
                }, -- end of [19]
                [20] = 
                {
                    ["predicate"] = "or",
                }, -- end of [20]
                [21] = 
                {
                    ["flag"] = 2,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [21]
                [22] = 
                {
                    ["predicate"] = "c_random_less",
                    ["coalitionlist"] = "",
                    ["percent"] = 33,
                    ["zone"] = "",
                }, -- end of [22]
                [23] = 
                {
                    ["coalitionlist"] = "",
                    ["zone"] = "",
                    ["value"] = 10,
                    ["flag"] = 1,
                    ["predicate"] = "c_time_after",
                    ["seconds"] = 9200,
                }, -- end of [23]
                [24] = 
                {
                    ["coalitionlist"] = "",
                    ["seconds"] = 9202,
                    ["predicate"] = "c_time_before",
                    ["zone"] = "",
                }, -- end of [24]
                [25] = 
                {
                    ["predicate"] = "or",
                }, -- end of [25]
                [26] = 
                {
                    ["flag"] = 2,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [26]
                [27] = 
                {
                    ["seconds"] = 10400,
                    ["zone"] = "",
                    ["value"] = 10,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_time_after",
                    ["flag"] = 1,
                }, -- end of [27]
            }, -- end of ["rules"]
            ["comment"] = "SpawnGrp2",
            ["eventlist"] = "",
            ["predicate"] = "triggerFront",
            ["actions"] = 
            {
                [1] = 
                {
                    ["group"] = 34,
                    ["predicate"] = "a_activate_group",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
        }, -- end of [8]
        [9] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 3,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [1]
                [2] = 
                {
                    ["predicate"] = "c_random_less",
                    ["coalitionlist"] = "",
                    ["percent"] = 33,
                    ["zone"] = "",
                }, -- end of [2]
                [3] = 
                {
                    ["coalitionlist"] = "",
                    ["seconds"] = 5200,
                    ["predicate"] = "c_time_after",
                    ["zone"] = "",
                }, -- end of [3]
                [4] = 
                {
                    ["coalitionlist"] = "",
                    ["seconds"] = 5202,
                    ["predicate"] = "c_time_before",
                    ["zone"] = "",
                }, -- end of [4]
                [5] = 
                {
                    ["predicate"] = "or",
                }, -- end of [5]
                [6] = 
                {
                    ["flag"] = 3,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [6]
                [7] = 
                {
                    ["percent"] = 33,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_random_less",
                    ["zone"] = "",
                }, -- end of [7]
                [8] = 
                {
                    ["seconds"] = 6400,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_time_after",
                    ["zone"] = "",
                }, -- end of [8]
                [9] = 
                {
                    ["seconds"] = 6402,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_time_before",
                    ["zone"] = "",
                }, -- end of [9]
                [10] = 
                {
                    ["predicate"] = "or",
                }, -- end of [10]
                [11] = 
                {
                    ["flag"] = 3,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [11]
                [12] = 
                {
                    ["predicate"] = "c_random_less",
                    ["coalitionlist"] = "",
                    ["percent"] = 33,
                    ["zone"] = "",
                }, -- end of [12]
                [13] = 
                {
                    ["coalitionlist"] = "",
                    ["seconds"] = 7600,
                    ["predicate"] = "c_time_after",
                    ["zone"] = "",
                }, -- end of [13]
                [14] = 
                {
                    ["coalitionlist"] = "",
                    ["seconds"] = 7602,
                    ["predicate"] = "c_time_before",
                    ["zone"] = "",
                }, -- end of [14]
                [15] = 
                {
                    ["predicate"] = "or",
                }, -- end of [15]
                [16] = 
                {
                    ["flag"] = 3,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [16]
                [17] = 
                {
                    ["percent"] = 33,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_random_less",
                    ["zone"] = "",
                }, -- end of [17]
                [18] = 
                {
                    ["seconds"] = 8800,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_time_after",
                    ["zone"] = "",
                }, -- end of [18]
                [19] = 
                {
                    ["seconds"] = 8802,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_time_before",
                    ["zone"] = "",
                }, -- end of [19]
                [20] = 
                {
                    ["predicate"] = "or",
                }, -- end of [20]
                [21] = 
                {
                    ["flag"] = 3,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [21]
                [22] = 
                {
                    ["coalitionlist"] = "",
                    ["seconds"] = 10000,
                    ["predicate"] = "c_time_after",
                    ["zone"] = "",
                }, -- end of [22]
            }, -- end of ["rules"]
            ["comment"] = "SpawnGrp3",
            ["eventlist"] = "",
            ["predicate"] = "triggerFront",
            ["actions"] = 
            {
                [1] = 
                {
                    ["group"] = 35,
                    ["predicate"] = "a_activate_group",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
        }, -- end of [9]
        [10] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 4,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [1]
                [2] = 
                {
                    ["percent"] = 40,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_random_less",
                    ["zone"] = "",
                }, -- end of [2]
                [3] = 
                {
                    ["seconds"] = 4800,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_time_after",
                    ["zone"] = "",
                }, -- end of [3]
                [4] = 
                {
                    ["seconds"] = 4802,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_time_before",
                    ["zone"] = "",
                }, -- end of [4]
                [5] = 
                {
                    ["predicate"] = "or",
                }, -- end of [5]
                [6] = 
                {
                    ["flag"] = 4,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [6]
                [7] = 
                {
                    ["predicate"] = "c_random_less",
                    ["coalitionlist"] = "",
                    ["percent"] = 40,
                    ["zone"] = "",
                }, -- end of [7]
                [8] = 
                {
                    ["coalitionlist"] = "",
                    ["seconds"] = 7200,
                    ["predicate"] = "c_time_after",
                    ["zone"] = "",
                }, -- end of [8]
                [9] = 
                {
                    ["coalitionlist"] = "",
                    ["seconds"] = 7202,
                    ["predicate"] = "c_time_before",
                    ["zone"] = "",
                }, -- end of [9]
                [10] = 
                {
                    ["predicate"] = "or",
                }, -- end of [10]
                [11] = 
                {
                    ["flag"] = 4,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [11]
                [12] = 
                {
                    ["percent"] = 50,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_random_less",
                    ["zone"] = "",
                }, -- end of [12]
                [13] = 
                {
                    ["seconds"] = 8800,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_time_after",
                    ["zone"] = "",
                }, -- end of [13]
                [14] = 
                {
                    ["seconds"] = 8802,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_time_before",
                    ["zone"] = "",
                }, -- end of [14]
                [15] = 
                {
                    ["predicate"] = "or",
                }, -- end of [15]
                [16] = 
                {
                    ["flag"] = 4,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [16]
                [17] = 
                {
                    ["coalitionlist"] = "",
                    ["seconds"] = 9600,
                    ["predicate"] = "c_time_after",
                    ["zone"] = "",
                }, -- end of [17]
            }, -- end of ["rules"]
            ["comment"] = "SpawnGrp4",
            ["eventlist"] = "",
            ["predicate"] = "triggerFront",
            ["actions"] = 
            {
                [1] = 
                {
                    ["group"] = 65,
                    ["predicate"] = "a_activate_group",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
        }, -- end of [10]
        [11] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 5,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [1]
                [2] = 
                {
                    ["percent"] = 33,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_random_less",
                    ["zone"] = "",
                }, -- end of [2]
                [3] = 
                {
                    ["seconds"] = 5400,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_time_after",
                    ["zone"] = "",
                }, -- end of [3]
                [4] = 
                {
                    ["seconds"] = 5402,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_time_before",
                    ["zone"] = "",
                }, -- end of [4]
                [5] = 
                {
                    ["predicate"] = "or",
                }, -- end of [5]
                [6] = 
                {
                    ["flag"] = 5,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [6]
                [7] = 
                {
                    ["predicate"] = "c_random_less",
                    ["coalitionlist"] = "",
                    ["percent"] = 33,
                    ["zone"] = "",
                }, -- end of [7]
                [8] = 
                {
                    ["coalitionlist"] = "",
                    ["seconds"] = 6600,
                    ["predicate"] = "c_time_after",
                    ["zone"] = "",
                }, -- end of [8]
                [9] = 
                {
                    ["coalitionlist"] = "",
                    ["seconds"] = 6602,
                    ["predicate"] = "c_time_before",
                    ["zone"] = "",
                }, -- end of [9]
                [10] = 
                {
                    ["predicate"] = "or",
                }, -- end of [10]
                [11] = 
                {
                    ["flag"] = 5,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [11]
                [12] = 
                {
                    ["percent"] = 33,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_random_less",
                    ["zone"] = "",
                }, -- end of [12]
                [13] = 
                {
                    ["seconds"] = 7800,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_time_after",
                    ["zone"] = "",
                }, -- end of [13]
                [14] = 
                {
                    ["seconds"] = 7802,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_time_before",
                    ["zone"] = "",
                }, -- end of [14]
                [15] = 
                {
                    ["predicate"] = "or",
                }, -- end of [15]
                [16] = 
                {
                    ["flag"] = 5,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [16]
                [17] = 
                {
                    ["predicate"] = "c_random_less",
                    ["coalitionlist"] = "",
                    ["percent"] = 33,
                    ["zone"] = "",
                }, -- end of [17]
                [18] = 
                {
                    ["coalitionlist"] = "",
                    ["seconds"] = 9000,
                    ["predicate"] = "c_time_after",
                    ["zone"] = "",
                }, -- end of [18]
                [19] = 
                {
                    ["coalitionlist"] = "",
                    ["seconds"] = 9002,
                    ["predicate"] = "c_time_before",
                    ["zone"] = "",
                }, -- end of [19]
                [20] = 
                {
                    ["predicate"] = "or",
                }, -- end of [20]
                [21] = 
                {
                    ["flag"] = 5,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [21]
                [22] = 
                {
                    ["percent"] = 33,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_random_less",
                    ["zone"] = "",
                }, -- end of [22]
                [23] = 
                {
                    ["seconds"] = 10200,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_time_after",
                    ["zone"] = "",
                }, -- end of [23]
                [24] = 
                {
                    ["seconds"] = 10202,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_time_before",
                    ["zone"] = "",
                }, -- end of [24]
                [25] = 
                {
                    ["predicate"] = "or",
                }, -- end of [25]
                [26] = 
                {
                    ["flag"] = 5,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [26]
                [27] = 
                {
                    ["coalitionlist"] = "",
                    ["seconds"] = 11400,
                    ["predicate"] = "c_time_after",
                    ["zone"] = "",
                }, -- end of [27]
            }, -- end of ["rules"]
            ["comment"] = "SpawnGrp5",
            ["eventlist"] = "",
            ["predicate"] = "triggerFront",
            ["actions"] = 
            {
                [1] = 
                {
                    ["group"] = 36,
                    ["predicate"] = "a_activate_group",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["group"] = 64,
                    ["predicate"] = "a_activate_group",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
            }, -- end of ["actions"]
        }, -- end of [11]
        [12] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["zone"] = 1,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_unit_in_zone",
                    ["unit"] = 9,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "AAAopenfire",
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["predicate"] = "a_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = 75,
                        [2] = 1,
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["predicate"] = "a_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = 71,
                        [2] = 1,
                    }, -- end of ["ai_task"]
                }, -- end of [2]
            }, -- end of ["actions"]
        }, -- end of [12]
        [13] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["zone"] = 2,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_unit_in_zone",
                    ["unit"] = 9,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "f16start",
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["predicate"] = "a_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = 81,
                        [2] = 1,
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
        }, -- end of [13]
        [14] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["zone"] = 3,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_unit_in_zone",
                    ["unit"] = 9,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "ConvoyStart",
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["group"] = 86,
                    ["predicate"] = "a_activate_group",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
        }, -- end of [14]
        [15] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["unit"] = 352,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_unit_dead",
                    ["zone"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["flag"] = 25,
                    ["predicate"] = "a_set_flag",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
            ["comment"] = "ILbait",
        }, -- end of [15]
        [16] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "",
                    ["zone"] = "",
                    ["flag"] = 25,
                    ["predicate"] = "c_time_since_flag",
                    ["seconds"] = 300,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["group"] = 89,
                    ["predicate"] = "a_activate_group",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
            ["comment"] = "Intercept",
        }, -- end of [16]
        [17] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "",
                    ["seconds"] = 2400,
                    ["predicate"] = "c_time_after",
                    ["zone"] = "",
                }, -- end of [1]
                [2] = 
                {
                    ["seconds"] = 25200,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_time_before",
                    ["zone"] = "",
                }, -- end of [2]
                [3] = 
                {
                    ["coalitionlist"] = "",
                    ["zone"] = 4,
                    ["group"] = 9,
                    ["predicate"] = "c_unit_out_zone",
                    ["unit"] = 9,
                }, -- end of [3]
                [4] = 
                {
                    ["coalitionlist"] = "",
                    ["zone"] = 4,
                    ["group"] = 9,
                    ["predicate"] = "c_unit_out_zone",
                    ["unit"] = 356,
                }, -- end of [4]
                [5] = 
                {
                    ["coalitionlist"] = "",
                    ["zone"] = 4,
                    ["group"] = 9,
                    ["predicate"] = "c_unit_out_zone",
                    ["unit"] = 357,
                }, -- end of [5]
                [6] = 
                {
                    ["coalitionlist"] = "",
                    ["zone"] = 4,
                    ["group"] = 9,
                    ["predicate"] = "c_unit_out_zone",
                    ["unit"] = 358,
                }, -- end of [6]
                [7] = 
                {
                    ["coalitionlist"] = "",
                    ["zone"] = 4,
                    ["group"] = 9,
                    ["predicate"] = "c_unit_out_zone",
                    ["unit"] = 359,
                }, -- end of [7]
                [8] = 
                {
                    ["coalitionlist"] = "",
                    ["zone"] = 4,
                    ["group"] = 9,
                    ["predicate"] = "c_unit_out_zone",
                    ["unit"] = 360,
                }, -- end of [8]
                [9] = 
                {
                    ["coalitionlist"] = "",
                    ["zone"] = 4,
                    ["group"] = 9,
                    ["predicate"] = "c_unit_out_zone",
                    ["unit"] = 361,
                }, -- end of [9]
                [10] = 
                {
                    ["coalitionlist"] = "",
                    ["zone"] = 4,
                    ["group"] = 9,
                    ["predicate"] = "c_unit_out_zone",
                    ["unit"] = 362,
                }, -- end of [10]
                [11] = 
                {
                    ["coalitionlist"] = "",
                    ["zone"] = 5,
                    ["group"] = 9,
                    ["predicate"] = "c_unit_out_zone",
                    ["unit"] = 9,
                }, -- end of [11]
                [12] = 
                {
                    ["coalitionlist"] = "",
                    ["zone"] = 5,
                    ["group"] = 9,
                    ["predicate"] = "c_unit_out_zone",
                    ["unit"] = 356,
                }, -- end of [12]
                [13] = 
                {
                    ["coalitionlist"] = "",
                    ["zone"] = 5,
                    ["group"] = 9,
                    ["predicate"] = "c_unit_out_zone",
                    ["unit"] = 357,
                }, -- end of [13]
                [14] = 
                {
                    ["coalitionlist"] = "",
                    ["zone"] = 5,
                    ["group"] = 9,
                    ["predicate"] = "c_unit_out_zone",
                    ["unit"] = 358,
                }, -- end of [14]
                [15] = 
                {
                    ["coalitionlist"] = "",
                    ["zone"] = 5,
                    ["group"] = 9,
                    ["predicate"] = "c_unit_out_zone",
                    ["unit"] = 359,
                }, -- end of [15]
                [16] = 
                {
                    ["coalitionlist"] = "",
                    ["zone"] = 5,
                    ["group"] = 9,
                    ["predicate"] = "c_unit_out_zone",
                    ["unit"] = 360,
                }, -- end of [16]
                [17] = 
                {
                    ["coalitionlist"] = "",
                    ["zone"] = 5,
                    ["group"] = 9,
                    ["predicate"] = "c_unit_out_zone",
                    ["unit"] = 361,
                }, -- end of [17]
                [18] = 
                {
                    ["coalitionlist"] = "",
                    ["zone"] = 5,
                    ["group"] = 9,
                    ["predicate"] = "c_unit_out_zone",
                    ["unit"] = 362,
                }, -- end of [18]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["seconds"] = 60,
                    ["text"] = "Failed to maintain patrol from 1500-1800. Mission failed.",
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["flag"] = 999,
                    ["predicate"] = "a_set_flag",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
            }, -- end of ["actions"]
            ["predicate"] = "triggerContinious",
            ["comment"] = "StartPatrol",
        }, -- end of [17]
        [18] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "",
                    ["zone"] = "",
                    ["flag"] = 999,
                    ["predicate"] = "c_time_since_flag",
                    ["seconds"] = 120,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "Failed",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["file"] = "co8.BorderPatrol.miz",
                    ["predicate"] = "a_load_mission",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [18]
    }, -- end of ["trigrules"]
    ["currentKey"] = 177765,
    ["start_time"] = 51600,
    ["forcedOptions"] = 
    {
        ["easyFlight"] = false,
        ["padlock"] = false,
        ["radio"] = false,
        ["easyRadar"] = false,
        ["scenes"] = "high",
        ["labels"] = false,
        ["accidental_failures"] = true,
        ["optionsView"] = "optview_allies",
        ["permitCrash"] = true,
        ["civTraffic"] = "low",
        ["tips"] = false,
        ["externalViews"] = true,
        ["geffect"] = "realistic",
    }, -- 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"]
        ["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"]
        ["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"]
        ["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"]
        ["IFFCC_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "IFFCC",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "IFFCC_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["IFFCC_FAILURE_TOTAL"]
        ["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"]
        ["SADL_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "SADL",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "SADL_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["SADL_FAILURE_TOTAL"]
        ["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"]
        ["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_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"]
        ["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"]
        ["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"]
        ["CICU_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "CICU",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "CICU_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["CICU_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"]
        ["l_gen"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "L-GENERATOR",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "l_gen",
            ["mm"] = 0,
        }, -- end of ["l_gen"]
        ["AN_ALE_40V_FAILURE_CONTAINER_RIGHT_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"]
        ["l_engine"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "L-ENGINE",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "l_engine",
            ["mm"] = 0,
        }, -- end of ["l_engine"]
        ["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"]
        ["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"]
        ["l_conv"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "L-CONVERTER",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "l_conv",
            ["mm"] = 0,
        }, -- end of ["l_conv"]
        ["RADAR_ALTIMETR_LEFT_ANT_FAILURE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AN/APN-194 left antenna",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "RADAR_ALTIMETR_LEFT_ANT_FAILURE",
            ["mm"] = 0,
        }, -- end of ["RADAR_ALTIMETR_LEFT_ANT_FAILURE"]
        ["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"]
        ["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"]
        ["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_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"]
        ["HUD_FAILURE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "HUD",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "HUD_FAILURE",
            ["mm"] = 0,
        }, -- end of ["HUD_FAILURE"]
        ["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"]
        ["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"]
        ["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"]
        ["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"]
        ["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"]
        ["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"]
        ["IFFCC_FAILURE_GUN"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "GUN",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "IFFCC_FAILURE_GUN",
            ["mm"] = 0,
        }, -- end of ["IFFCC_FAILURE_GUN"]
        ["r_engine"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "R-ENGINE",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "r_engine",
            ["mm"] = 0,
        }, -- end of ["r_engine"]
        ["VHF_AM_RADIO_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "VHF AM radio",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "VHF_AM_RADIO_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["VHF_AM_RADIO_FAILURE_TOTAL"]
        ["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"]
        ["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"]
        ["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"]
        ["CDU_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "CDU",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "CDU_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["CDU_FAILURE_TOTAL"]
        ["EGI_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "EGI",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "EGI_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["EGI_FAILURE_TOTAL"]
        ["ILS_FAILURE_ANT_GLIDESLOPE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ILS AN/ARN-118 glideslope antenna",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "ILS_FAILURE_ANT_GLIDESLOPE",
            ["mm"] = 0,
        }, -- end of ["ILS_FAILURE_ANT_GLIDESLOPE"]
        ["UHF_RADIO_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "UHF radio",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "UHF_RADIO_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["UHF_RADIO_FAILURE_TOTAL"]
        ["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"]
        ["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"]
        ["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"]
        ["hydro_left"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "L-HYDRO",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "hydro_left",
            ["mm"] = 0,
        }, -- end of ["hydro_left"]
        ["r_conv"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "R-CONVERTER",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "r_conv",
            ["mm"] = 0,
        }, -- end of ["r_conv"]
        ["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"]
        ["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"]
    }, -- end of ["failures"]
} -- end of mission
