mission = 
{
    ["trig"] = 
    {
        ["actions"] = 
        {
            [1] = "a_activate_group(16);a_activate_group(14); mission.trig.func[1]=nil;",
            [2] = "a_add_radio_item_for_group(1, getValueDictByKey(\"DictKey_ActionRadioText_9\"), \"1\", 1);a_add_radio_item_for_group(1, getValueDictByKey(\"DictKey_ActionRadioText_10\"), \"2\", 1); mission.trig.func[2]=nil;",
            [3] = "a_ai_task(2, 1);",
            [4] = "a_clear_flag(\"1\");a_ai_task(2, 2); mission.trig.func[4]=nil;",
        }, -- end of ["actions"]
        ["events"] = 
        {
        }, -- end of ["events"]
        ["custom"] = 
        {
        }, -- end of ["custom"]
        ["func"] = 
        {
            [1] = "if mission.trig.conditions[1]() then mission.trig.actions[1]() end",
            [2] = "if mission.trig.conditions[2]() then mission.trig.actions[2]() end",
            [3] = "if mission.trig.conditions[3]() then if not mission.trig.flag[3] then mission.trig.actions[3](); mission.trig.flag[3] = true;end; else mission.trig.flag[3] = false; end;",
            [4] = "if mission.trig.conditions[4]() then mission.trig.actions[4]() end",
        }, -- end of ["func"]
        ["flag"] = 
        {
            [1] = true,
            [2] = true,
            [3] = true,
            [4] = true,
        }, -- end of ["flag"]
        ["conditions"] = 
        {
            [1] = "return(c_all_of_group_in_zone(1, 85) )",
            [2] = "return(true)",
            [3] = "return(c_flag_is_true(\"1\") )",
            [4] = "return(c_group_dead(16) )",
        }, -- end of ["conditions"]
        ["customStartup"] = 
        {
        }, -- end of ["customStartup"]
        ["funcStartup"] = 
        {
        }, -- end of ["funcStartup"]
    }, -- end of ["trig"]
    ["requiredModules"] = 
    {
    }, -- end of ["requiredModules"]
    ["date"] = 
    {
        ["Day"] = 21,
        ["Year"] = 2016,
        ["Month"] = 8,
    }, -- end of ["date"]
    ["result"] = 
    {
        ["offline"] = 
        {
            ["conditions"] = 
            {
            }, -- end of ["conditions"]
            ["actions"] = 
            {
            }, -- end of ["actions"]
            ["func"] = 
            {
            }, -- end of ["func"]
        }, -- end of ["offline"]
        ["total"] = 0,
        ["blue"] = 
        {
            ["conditions"] = 
            {
            }, -- end of ["conditions"]
            ["actions"] = 
            {
            }, -- end of ["actions"]
            ["func"] = 
            {
            }, -- end of ["func"]
        }, -- end of ["blue"]
        ["red"] = 
        {
            ["conditions"] = 
            {
            }, -- end of ["conditions"]
            ["actions"] = 
            {
            }, -- end of ["actions"]
            ["func"] = 
            {
            }, -- end of ["func"]
        }, -- end of ["red"]
    }, -- end of ["result"]
    ["groundControl"] = 
    {
        ["passwords"] = 
        {
            ["artillery_commander"] = 
            {
            }, -- end of ["artillery_commander"]
            ["instructor"] = 
            {
            }, -- end of ["instructor"]
            ["observer"] = 
            {
            }, -- end of ["observer"]
            ["forward_observer"] = 
            {
            }, -- end of ["forward_observer"]
        }, -- end of ["passwords"]
        ["roles"] = 
        {
            ["artillery_commander"] = 
            {
                ["neutrals"] = 0,
                ["blue"] = 0,
                ["red"] = 0,
            }, -- end of ["artillery_commander"]
            ["instructor"] = 
            {
                ["neutrals"] = 0,
                ["blue"] = 0,
                ["red"] = 0,
            }, -- end of ["instructor"]
            ["observer"] = 
            {
                ["neutrals"] = 0,
                ["blue"] = 0,
                ["red"] = 0,
            }, -- end of ["observer"]
            ["forward_observer"] = 
            {
                ["neutrals"] = 0,
                ["blue"] = 0,
                ["red"] = 0,
            }, -- end of ["forward_observer"]
        }, -- end of ["roles"]
        ["isPilotControlVehicles"] = false,
    }, -- end of ["groundControl"]
    ["maxDictId"] = 11,
    ["pictureFileNameN"] = 
    {
    }, -- end of ["pictureFileNameN"]
    ["drawings"] = 
    {
        ["options"] = 
        {
            ["hiddenOnF10Map"] = 
            {
                ["Observer"] = 
                {
                    ["Neutral"] = false,
                    ["Blue"] = false,
                    ["Red"] = false,
                }, -- end of ["Observer"]
                ["Instructor"] = 
                {
                    ["Neutral"] = false,
                    ["Blue"] = false,
                    ["Red"] = false,
                }, -- end of ["Instructor"]
                ["ForwardObserver"] = 
                {
                    ["Neutral"] = false,
                    ["Blue"] = false,
                    ["Red"] = false,
                }, -- end of ["ForwardObserver"]
                ["ArtilleryCommander"] = 
                {
                    ["Neutral"] = false,
                    ["Blue"] = false,
                    ["Red"] = false,
                }, -- end of ["ArtilleryCommander"]
                ["Spectrator"] = 
                {
                    ["Neutral"] = false,
                    ["Blue"] = false,
                    ["Red"] = false,
                }, -- end of ["Spectrator"]
                ["Pilot"] = 
                {
                    ["Neutral"] = false,
                    ["Blue"] = false,
                    ["Red"] = false,
                }, -- end of ["Pilot"]
            }, -- end of ["hiddenOnF10Map"]
        }, -- end of ["options"]
        ["layers"] = 
        {
            [2] = 
            {
                ["visible"] = true,
                ["name"] = "Blue",
                ["objects"] = 
                {
                }, -- end of ["objects"]
            }, -- end of [2]
            [3] = 
            {
                ["visible"] = true,
                ["name"] = "Neutral",
                ["objects"] = 
                {
                }, -- end of ["objects"]
            }, -- end of [3]
            [1] = 
            {
                ["visible"] = true,
                ["name"] = "Red",
                ["objects"] = 
                {
                }, -- end of ["objects"]
            }, -- end of [1]
            [4] = 
            {
                ["visible"] = true,
                ["name"] = "Common",
                ["objects"] = 
                {
                }, -- end of ["objects"]
            }, -- end of [4]
            [5] = 
            {
                ["visible"] = true,
                ["name"] = "Author",
                ["objects"] = 
                {
                }, -- end of ["objects"]
            }, -- end of [5]
        }, -- end of ["layers"]
    }, -- end of ["drawings"]
    ["goals"] = 
    {
    }, -- end of ["goals"]
    ["descriptionNeutralsTask"] = "DictKey_descriptionNeutralsTask_4",
    ["weather"] = 
    {
        ["atmosphere_type"] = 0,
        ["wind"] = 
        {
            ["at8000"] = 
            {
                ["speed"] = 0,
                ["dir"] = 0,
            }, -- end of ["at8000"]
            ["at2000"] = 
            {
                ["speed"] = 0,
                ["dir"] = 0,
            }, -- end of ["at2000"]
            ["atGround"] = 
            {
                ["speed"] = 0,
                ["dir"] = 0,
            }, -- end of ["atGround"]
        }, -- end of ["wind"]
        ["enable_fog"] = false,
        ["groundTurbulence"] = 0,
        ["enable_dust"] = false,
        ["season"] = 
        {
            ["temperature"] = 20,
        }, -- end of ["season"]
        ["type_weather"] = 0,
        ["modifiedTime"] = false,
        ["cyclones"] = 
        {
        }, -- end of ["cyclones"]
        ["name"] = "Winter, clean sky",
        ["fog"] = 
        {
            ["thickness"] = 0,
            ["visibility"] = 0,
        }, -- end of ["fog"]
        ["dust_density"] = 0,
        ["qnh"] = 760,
        ["visibility"] = 
        {
            ["distance"] = 80000,
        }, -- end of ["visibility"]
        ["clouds"] = 
        {
            ["thickness"] = 200,
            ["density"] = 0,
            ["preset"] = "Preset2",
            ["base"] = 2500,
            ["iprecptns"] = 0,
        }, -- end of ["clouds"]
    }, -- end of ["weather"]
    ["theatre"] = "Syria",
    ["triggers"] = 
    {
        ["zones"] = 
        {
            [1] = 
            {
                ["radius"] = 6048.1464,
                ["zoneId"] = 85,
                ["color"] = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of ["color"]
                ["properties"] = 
                {
                }, -- end of ["properties"]
                ["hidden"] = false,
                ["y"] = 305708.428891,
                ["x"] = 175999.45568055,
                ["name"] = "New Trigger Zone-1",
                ["type"] = 0,
            }, -- end of [1]
        }, -- end of ["zones"]
    }, -- end of ["triggers"]
    ["map"] = 
    {
        ["centerY"] = 312185.93228169,
        ["zoom"] = 67309.993917588,
        ["centerX"] = 172189.85835757,
    }, -- end of ["map"]
    ["coalitions"] = 
    {
        ["neutrals"] = 
        {
            [1] = 70,
            [2] = 83,
            [3] = 65,
            [4] = 86,
            [5] = 64,
            [6] = 63,
            [7] = 76,
            [8] = 84,
            [9] = 62,
            [10] = 78,
            [11] = 87,
            [12] = 61,
            [13] = 33,
            [14] = 60,
            [15] = 34,
            [16] = 69,
            [17] = 36,
            [18] = 37,
            [19] = 71,
            [20] = 58,
            [21] = 57,
            [22] = 56,
            [23] = 55,
            [24] = 88,
            [25] = 38,
            [26] = 73,
            [27] = 39,
            [28] = 89,
            [29] = 54,
            [30] = 77,
            [31] = 72,
            [32] = 42,
            [33] = 85,
            [34] = 75,
            [35] = 45,
            [36] = 53,
            [37] = 22,
            [38] = 52,
            [39] = 66,
            [40] = 51,
            [41] = 74,
            [42] = 7,
            [43] = 50,
            [44] = 49,
            [45] = 48,
        }, -- end of ["neutrals"]
        ["blue"] = 
        {
            [1] = 21,
            [2] = 23,
            [3] = 11,
            [4] = 25,
            [5] = 8,
            [6] = 80,
            [7] = 28,
            [8] = 26,
            [9] = 13,
            [10] = 30,
            [11] = 5,
            [12] = 16,
            [13] = 6,
            [14] = 31,
            [15] = 32,
            [16] = 15,
            [17] = 20,
            [18] = 12,
            [19] = 40,
            [20] = 41,
            [21] = 44,
            [22] = 9,
            [23] = 46,
            [24] = 10,
            [25] = 3,
            [26] = 4,
            [27] = 1,
            [28] = 82,
            [29] = 2,
        }, -- end of ["blue"]
        ["red"] = 
        {
            [1] = 18,
            [2] = 24,
            [3] = 27,
            [4] = 81,
            [5] = 29,
            [6] = 17,
            [7] = 35,
            [8] = 59,
            [9] = 79,
            [10] = 0,
            [11] = 43,
            [12] = 19,
            [13] = 47,
            [14] = 68,
            [15] = 67,
        }, -- end of ["red"]
    }, -- end of ["coalitions"]
    ["descriptionText"] = "DictKey_descriptionText_1",
    ["pictureFileNameR"] = 
    {
    }, -- end of ["pictureFileNameR"]
    ["descriptionBlueTask"] = "DictKey_descriptionBlueTask_3",
    ["descriptionRedTask"] = "DictKey_descriptionRedTask_2",
    ["pictureFileNameB"] = 
    {
    }, -- end of ["pictureFileNameB"]
    ["coalition"] = 
    {
        ["neutrals"] = 
        {
            ["bullseye"] = 
            {
                ["y"] = 0,
                ["x"] = 0,
            }, -- end of ["bullseye"]
            ["nav_points"] = 
            {
            }, -- end of ["nav_points"]
            ["name"] = "neutrals",
            ["country"] = 
            {
            }, -- end of ["country"]
        }, -- end of ["neutrals"]
        ["blue"] = 
        {
            ["bullseye"] = 
            {
                ["y"] = 0,
                ["x"] = 0,
            }, -- end of ["bullseye"]
            ["nav_points"] = 
            {
            }, -- end of ["nav_points"]
            ["name"] = "blue",
            ["country"] = 
            {
                [1] = 
                {
                    ["helicopter"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "CAS",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 432,
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 41.666666666667,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["key"] = "CAS",
                                                            ["id"] = "EngageTargets",
                                                            ["number"] = 1,
                                                            ["auto"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Helicopters",
                                                                    [2] = "Ground Units",
                                                                    [3] = "Light armed ships",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 2,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 1,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [2]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "TakeOffParking",
                                            ["ETA"] = 0,
                                            ["ETA_locked"] = true,
                                            ["y"] = 246093.171875,
                                            ["x"] = 164928.578125,
                                            ["formation_template"] = "",
                                            ["airdromeId"] = 59,
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 432,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 41.666666666667,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0.42018512880993,
                                            ["ETA_locked"] = false,
                                            ["y"] = 246092.96186842,
                                            ["x"] = 164946.08457913,
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 432,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 41.666666666667,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 1456.1107389239,
                                            ["ETA_locked"] = false,
                                            ["y"] = 305725.83737571,
                                            ["x"] = 176027.61637493,
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 1,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 432,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "gunslingers 2-159th arb",
                                        ["skill"] = "Client",
                                        ["parking"] = "4",
                                        ["speed"] = 41.666666666667,
                                        ["AddPropAircraft"] = 
                                        {
                                            ["CpgNVG"] = true,
                                            ["FlareSalvoInterval"] = 0,
                                            ["PltNVG"] = true,
                                            ["FlareProgramDelay"] = 0,
                                            ["FCR_RFI_removed"] = true,
                                            ["FlareSalvoCount"] = 0,
                                            ["FlareBurstCount"] = 0,
                                            ["FlareBurstInterval"] = 0,
                                            ["AIDisabled"] = false,
                                            ["TrackAirTargets"] = true,
                                            ["NetCrewControlPriority"] = 0,
                                        }, -- end of ["AddPropAircraft"]
                                        ["type"] = "AH-64D_BLK_II",
                                        ["Radio"] = 
                                        {
                                            [1] = 
                                            {
                                                ["modulations"] = 
                                                {
                                                    [7] = 0,
                                                    [1] = 0,
                                                    [2] = 0,
                                                    [4] = 0,
                                                    [8] = 0,
                                                    [9] = 0,
                                                    [5] = 0,
                                                    [10] = 0,
                                                    [3] = 0,
                                                    [6] = 0,
                                                }, -- end of ["modulations"]
                                                ["channels"] = 
                                                {
                                                    [7] = 141,
                                                    [1] = 127.5,
                                                    [2] = 135,
                                                    [4] = 127,
                                                    [8] = 128,
                                                    [9] = 126,
                                                    [5] = 125,
                                                    [10] = 137,
                                                    [3] = 136,
                                                    [6] = 121,
                                                }, -- end of ["channels"]
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["modulations"] = 
                                                {
                                                    [7] = 0,
                                                    [1] = 0,
                                                    [2] = 0,
                                                    [4] = 0,
                                                    [8] = 0,
                                                    [9] = 0,
                                                    [5] = 0,
                                                    [10] = 0,
                                                    [3] = 0,
                                                    [6] = 0,
                                                }, -- end of ["modulations"]
                                                ["channels"] = 
                                                {
                                                    [7] = 325,
                                                    [1] = 127.5,
                                                    [2] = 240,
                                                    [4] = 270,
                                                    [8] = 350,
                                                    [9] = 375,
                                                    [5] = 285,
                                                    [10] = 390,
                                                    [3] = 255,
                                                    [6] = 300,
                                                }, -- end of ["channels"]
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                ["modulations"] = 
                                                {
                                                }, -- end of ["modulations"]
                                                ["channels"] = 
                                                {
                                                    [7] = 30.035,
                                                    [1] = 30,
                                                    [2] = 30.01,
                                                    [4] = 30.02,
                                                    [8] = 30.04,
                                                    [9] = 30.045,
                                                    [5] = 30.025,
                                                    [10] = 30.05,
                                                    [3] = 30.015,
                                                    [6] = 30.03,
                                                }, -- end of ["channels"]
                                            }, -- end of [4]
                                            [3] = 
                                            {
                                                ["modulations"] = 
                                                {
                                                }, -- end of ["modulations"]
                                                ["channels"] = 
                                                {
                                                    [7] = 30.035,
                                                    [1] = 30,
                                                    [2] = 30.01,
                                                    [4] = 30.02,
                                                    [8] = 30.04,
                                                    [9] = 30.045,
                                                    [5] = 30.025,
                                                    [10] = 30.05,
                                                    [3] = 30.015,
                                                    [6] = 30.03,
                                                }, -- end of ["channels"]
                                            }, -- end of [3]
                                        }, -- end of ["Radio"]
                                        ["unitId"] = 1,
                                        ["psi"] = 0.011995376435691,
                                        ["parking_id"] = "02",
                                        ["x"] = 164928.578125,
                                        ["name"] = "Rotary-1-1",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "M261_MK151",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{M299_1xAGM_114K_OUTBOARD_PORT}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{M299_1xAGM_114K_OUTBOARD_STARBOARD}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "M261_MK151",
                                                }, -- end of [4]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 935,
                                            ["flare"] = 60,
                                            ["ammo_type"] = 1,
                                            ["chaff"] = 30,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["y"] = 246093.171875,
                                        ["heading"] = -0.011995376435691,
                                        ["callsign"] = 
                                        {
                                            [1] = 15,
                                            [2] = 1,
                                            [3] = 1,
                                            ["name"] = "Gunslinger11",
                                        }, -- end of ["callsign"]
                                        ["onboard_num"] = "010",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 246093.171875,
                                ["x"] = 164928.578125,
                                ["name"] = "Rotary-1",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["uncontrollable"] = false,
                                ["frequency"] = 127.5,
                            }, -- end of [1]
                            [2] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                    [1] = 
                                    {
                                        ["enabled"] = true,
                                        ["auto"] = false,
                                        ["id"] = "Orbit",
                                        ["number"] = 1,
                                        ["params"] = 
                                        {
                                            ["altitude"] = 431,
                                            ["pattern"] = "Circle",
                                            ["speed"] = 41.666666666667,
                                        }, -- end of ["params"]
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["number"] = 2,
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["enabled"] = true,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "SwitchWaypoint",
                                                ["params"] = 
                                                {
                                                    ["goToWaypointIndex"] = 3,
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [2]
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "Transport",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 431,
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 41.666666666667,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["name"] = 7,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 2,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["name"] = 6,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [2]
                                                        [3] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 3,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["variantIndex"] = 1,
                                                                        ["zInverse"] = 0,
                                                                        ["name"] = 5,
                                                                        ["formationIndex"] = 9,
                                                                        ["value"] = 589825,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [3]
                                                        [4] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "Embarking",
                                                            ["number"] = 4,
                                                            ["params"] = 
                                                            {
                                                                ["y"] = 246043.609375,
                                                                ["x"] = 164866.21875,
                                                                ["distributionFlag"] = false,
                                                                ["distribution"] = 
                                                                {
                                                                    [3] = 
                                                                    {
                                                                    }, -- end of [3]
                                                                    [2] = 
                                                                    {
                                                                        [1] = 4,
                                                                    }, -- end of [2]
                                                                }, -- end of ["distribution"]
                                                                ["groupsForEmbarking"] = 
                                                                {
                                                                    [1] = 4,
                                                                }, -- end of ["groupsForEmbarking"]
                                                                ["duration"] = 300,
                                                                ["durationFlag"] = true,
                                                            }, -- end of ["params"]
                                                        }, -- end of [4]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "TakeOffParking",
                                            ["ETA"] = 0,
                                            ["ETA_locked"] = true,
                                            ["y"] = 246043.609375,
                                            ["x"] = 164866.21875,
                                            ["formation_template"] = "",
                                            ["airdromeId"] = 59,
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 609.6,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 48.819444444444,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 1053.6083313778,
                                            ["ETA_locked"] = false,
                                            ["y"] = 296809.42681822,
                                            ["x"] = 173145.88434985,
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 780.8976,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 48.819444444444,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "Disembarking",
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["y"] = 305725.71753176,
                                                                ["groupsForEmbarking"] = 
                                                                {
                                                                    [1] = 4,
                                                                }, -- end of ["groupsForEmbarking"]
                                                                ["x"] = 175996.46655687,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 1245.0827033791,
                                            ["ETA_locked"] = false,
                                            ["y"] = 305662.96664087,
                                            ["x"] = 176144.85303071,
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 2,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 431,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "standard",
                                        ["skill"] = "Excellent",
                                        ["parking"] = "1",
                                        ["ropeLength"] = 15,
                                        ["speed"] = 41.666666666667,
                                        ["type"] = "UH-60A",
                                        ["unitId"] = 2,
                                        ["psi"] = -1.4091245042101,
                                        ["parking_id"] = "04",
                                        ["x"] = 164866.21875,
                                        ["name"] = "Rotary-2-1",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "1100",
                                            ["flare"] = 30,
                                            ["chaff"] = 30,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["y"] = 246043.609375,
                                        ["heading"] = 1.4091245042101,
                                        ["callsign"] = 
                                        {
                                            [1] = 5,
                                            [2] = 1,
                                            [3] = 1,
                                            ["name"] = "Dodge11",
                                        }, -- end of ["callsign"]
                                        ["onboard_num"] = "011",
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["alt"] = 431,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "standard",
                                        ["skill"] = "Excellent",
                                        ["parking"] = "0",
                                        ["ropeLength"] = 15,
                                        ["speed"] = 41.666666666667,
                                        ["type"] = "UH-60A",
                                        ["unitId"] = 3,
                                        ["psi"] = -1.4091245042101,
                                        ["parking_id"] = "05",
                                        ["x"] = 164830.796875,
                                        ["name"] = "Rotary-2-2",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "1100",
                                            ["flare"] = 30,
                                            ["chaff"] = 30,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["y"] = 246057.25,
                                        ["heading"] = 1.4091245042101,
                                        ["callsign"] = 
                                        {
                                            [1] = 5,
                                            [2] = 1,
                                            [3] = 2,
                                            ["name"] = "Dodge12",
                                        }, -- end of ["callsign"]
                                        ["onboard_num"] = "012",
                                    }, -- end of [2]
                                }, -- end of ["units"]
                                ["y"] = 246043.609375,
                                ["x"] = 164866.21875,
                                ["name"] = "Hawk",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 127.5,
                            }, -- end of [2]
                        }, -- end of ["group"]
                    }, -- end of ["helicopter"]
                    ["name"] = "USA",
                    ["id"] = 2,
                    ["vehicle"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Ground Nothing",
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 431,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 246129.23231081,
                                            ["x"] = 164872.02824542,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 0,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "EmbarkToTransport",
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["y"] = 246043.88723542,
                                                                ["x"] = 164865.8065759,
                                                                ["selectedType"] = "UH-60A",
                                                                ["zoneRadius"] = 17.0688,
                                                            }, -- 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"] = 4,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Soldier M4",
                                        ["unitId"] = 10,
                                        ["skill"] = "Excellent",
                                        ["y"] = 246129.23231081,
                                        ["x"] = 164872.02824542,
                                        ["name"] = "Ground-1-1",
                                        ["heading"] = 4.3458698374659,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["type"] = "Soldier M4",
                                        ["unitId"] = 11,
                                        ["skill"] = "Excellent",
                                        ["y"] = 246062.88467335,
                                        ["x"] = 165177.67366916,
                                        ["name"] = "Ground-1-2",
                                        ["heading"] = 4.3458698374659,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["type"] = "Soldier M4",
                                        ["unitId"] = 12,
                                        ["skill"] = "Excellent",
                                        ["y"] = 246116.0277539,
                                        ["x"] = 164878.90872611,
                                        ["name"] = "Ground-1-3",
                                        ["heading"] = 4.3458698374659,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["type"] = "Soldier M4",
                                        ["unitId"] = 13,
                                        ["skill"] = "Excellent",
                                        ["y"] = 246137.76468132,
                                        ["x"] = 164841.81640347,
                                        ["name"] = "Ground-1-4",
                                        ["heading"] = 4.3458698374659,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["type"] = "Soldier M4",
                                        ["unitId"] = 14,
                                        ["skill"] = "Excellent",
                                        ["y"] = 246120.1831955,
                                        ["x"] = 164854.31879339,
                                        ["name"] = "Ground-1-5",
                                        ["heading"] = 4.3458698374659,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["type"] = "Soldier M4",
                                        ["unitId"] = 15,
                                        ["skill"] = "Excellent",
                                        ["y"] = 246131.51348636,
                                        ["x"] = 164884.01196943,
                                        ["name"] = "Ground-1-6",
                                        ["heading"] = 4.3458698374659,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        ["type"] = "Soldier M249",
                                        ["unitId"] = 16,
                                        ["skill"] = "Excellent",
                                        ["y"] = 246136.20188258,
                                        ["x"] = 164823.84421797,
                                        ["name"] = "Ground-1-7",
                                        ["heading"] = 4.3458698374659,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [7]
                                }, -- end of ["units"]
                                ["y"] = 246129.23231081,
                                ["x"] = 164872.02824542,
                                ["name"] = "Ground-1",
                                ["start_time"] = 0,
                            }, -- end of [1]
                        }, -- end of ["group"]
                    }, -- end of ["vehicle"]
                    ["static"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 246066.98762129,
                                            ["speed"] = 0,
                                            ["x"] = 164929.29757183,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 18,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "default",
                                        ["category"] = "Helicopters",
                                        ["type"] = "AH-64D_BLK_II",
                                        ["unitId"] = 44,
                                        ["rate"] = "50",
                                        ["y"] = 246066.98762129,
                                        ["x"] = 164929.29757183,
                                        ["name"] = "Static AH-64D BLK.II-1-1",
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 246066.98762129,
                                ["x"] = 164929.29757183,
                                ["name"] = "Static AH-64D BLK.II-1",
                                ["dead"] = false,
                            }, -- end of [1]
                            [2] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 246119.94412688,
                                            ["speed"] = 0,
                                            ["x"] = 164927.93597509,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 19,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "default",
                                        ["category"] = "Helicopters",
                                        ["type"] = "AH-64D_BLK_II",
                                        ["unitId"] = 45,
                                        ["rate"] = "50",
                                        ["y"] = 246119.94412688,
                                        ["x"] = 164927.93597509,
                                        ["name"] = "Static AH-64D BLK.II-2-1",
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 246119.94412688,
                                ["x"] = 164927.93597509,
                                ["name"] = "Static AH-64D BLK.II-2",
                                ["dead"] = false,
                            }, -- end of [2]
                            [3] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 282209.27011042,
                                            ["speed"] = 0,
                                            ["x"] = 99892.354833644,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 20,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["effectPreset"] = 3,
                                        ["category"] = "Effects",
                                        ["type"] = "big_smoke",
                                        ["unitId"] = 46,
                                        ["y"] = 282209.27011042,
                                        ["x"] = 99892.354833644,
                                        ["name"] = "Static Big smoke-1-1",
                                        ["effectTransparency"] = 1,
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 282209.27011042,
                                ["x"] = 99892.354833644,
                                ["name"] = "Static Big smoke-1",
                                ["dead"] = false,
                            }, -- end of [3]
                            [4] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 286180.46773831,
                                            ["speed"] = 0,
                                            ["x"] = 98521.678957231,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 21,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["effectPreset"] = 5,
                                        ["category"] = "Effects",
                                        ["type"] = "big_smoke",
                                        ["unitId"] = 47,
                                        ["y"] = 286180.46773831,
                                        ["x"] = 98521.678957231,
                                        ["name"] = "Static Big smoke-2-1",
                                        ["effectTransparency"] = 1,
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 286180.46773831,
                                ["x"] = 98521.678957231,
                                ["name"] = "Static Big smoke-2",
                                ["dead"] = false,
                            }, -- end of [4]
                            [5] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 281211.2328794,
                                            ["speed"] = 0,
                                            ["x"] = 97665.767275497,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 22,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["effectPreset"] = 4,
                                        ["category"] = "Effects",
                                        ["type"] = "big_smoke",
                                        ["unitId"] = 48,
                                        ["y"] = 281211.2328794,
                                        ["x"] = 97665.767275497,
                                        ["name"] = "Static Big smoke-3-1",
                                        ["effectTransparency"] = 1,
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 281211.2328794,
                                ["x"] = 97665.767275497,
                                ["name"] = "Static Big smoke-3",
                                ["dead"] = false,
                            }, -- end of [5]
                            [6] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 285114.23909944,
                                            ["speed"] = 0,
                                            ["x"] = 100428.95751977,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 23,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["effectPreset"] = 1,
                                        ["category"] = "Effects",
                                        ["type"] = "big_smoke",
                                        ["unitId"] = 49,
                                        ["y"] = 285114.23909944,
                                        ["x"] = 100428.95751977,
                                        ["name"] = "Static Big smoke-4-1",
                                        ["effectTransparency"] = 1,
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 285114.23909944,
                                ["x"] = 100428.95751977,
                                ["name"] = "Static Big smoke-4",
                                ["dead"] = false,
                            }, -- end of [6]
                            [7] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 283627.69148519,
                                            ["speed"] = 0,
                                            ["x"] = 97785.866647888,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 24,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["effectPreset"] = 7,
                                        ["category"] = "Effects",
                                        ["type"] = "big_smoke",
                                        ["unitId"] = 50,
                                        ["y"] = 283627.69148519,
                                        ["x"] = 97785.866647888,
                                        ["name"] = "Static Big smoke-5-1",
                                        ["effectTransparency"] = 1,
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 283627.69148519,
                                ["x"] = 97785.866647888,
                                ["name"] = "Static Big smoke-5",
                                ["dead"] = false,
                            }, -- end of [7]
                            [8] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 283254.32093999,
                                            ["speed"] = 0,
                                            ["x"] = 98948.649202943,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 25,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["effectPreset"] = 2,
                                        ["category"] = "Effects",
                                        ["type"] = "big_smoke",
                                        ["unitId"] = 51,
                                        ["y"] = 283254.32093999,
                                        ["x"] = 98948.649202943,
                                        ["name"] = "Static Big smoke-6-1",
                                        ["effectTransparency"] = 1,
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 283254.32093999,
                                ["x"] = 98948.649202943,
                                ["name"] = "Static Big smoke-6",
                                ["dead"] = false,
                            }, -- end of [8]
                        }, -- end of ["group"]
                    }, -- end of ["static"]
                }, -- end of [1]
            }, -- end of ["country"]
        }, -- end of ["blue"]
        ["red"] = 
        {
            ["bullseye"] = 
            {
                ["y"] = 0,
                ["x"] = 0,
            }, -- end of ["bullseye"]
            ["nav_points"] = 
            {
            }, -- end of ["nav_points"]
            ["name"] = "red",
            ["country"] = 
            {
                [1] = 
                {
                    ["name"] = "Insurgents",
                    ["id"] = 17,
                    ["static"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 308435.06691353,
                                            ["speed"] = 0,
                                            ["x"] = 173160.26243977,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 10,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Fortifications",
                                        ["shape_name"] = "PalatkaB",
                                        ["type"] = "FARP Tent",
                                        ["unitId"] = 32,
                                        ["rate"] = 50,
                                        ["y"] = 308435.06691353,
                                        ["x"] = 173160.26243977,
                                        ["name"] = "Static FARP Tent-1-1",
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 308435.06691353,
                                ["x"] = 173160.26243977,
                                ["name"] = "Static FARP Tent-1",
                                ["dead"] = false,
                            }, -- end of [1]
                            [2] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 308469.08212431,
                                            ["speed"] = 0,
                                            ["x"] = 173160.21927471,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 11,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Fortifications",
                                        ["shape_name"] = "PalatkaB",
                                        ["type"] = "FARP Tent",
                                        ["unitId"] = 33,
                                        ["rate"] = 50,
                                        ["y"] = 308469.08212431,
                                        ["x"] = 173160.21927471,
                                        ["name"] = "Static FARP Tent-2-1",
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 308469.08212431,
                                ["x"] = 173160.21927471,
                                ["name"] = "Static FARP Tent-2",
                                ["dead"] = false,
                            }, -- end of [2]
                        }, -- end of ["group"]
                    }, -- end of ["static"]
                    ["vehicle"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Ground Nothing",
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 370,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 305707.69329549,
                                            ["x"] = 176073.71439258,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 0,
                                            ["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"] = 5,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "HL_DSHK",
                                        ["unitId"] = 17,
                                        ["skill"] = "High",
                                        ["y"] = 305707.69329549,
                                        ["x"] = 176073.71439258,
                                        ["name"] = "Ground-2-1",
                                        ["heading"] = 4.3458698374659,
                                        ["playerCanDrive"] = true,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["type"] = "tt_KORD",
                                        ["unitId"] = 18,
                                        ["skill"] = "Excellent",
                                        ["y"] = 305762.34223361,
                                        ["x"] = 175961.36941097,
                                        ["name"] = "Ground-2-2",
                                        ["heading"] = 4.3458698374659,
                                        ["playerCanDrive"] = true,
                                    }, -- end of [2]
                                }, -- end of ["units"]
                                ["y"] = 305707.69329549,
                                ["x"] = 176073.71439258,
                                ["name"] = "Ground-2",
                                ["start_time"] = 0,
                            }, -- end of [1]
                            [2] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Ground Nothing",
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 371,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 305528.85844463,
                                            ["x"] = 175913.48668707,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 0,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = 600,
                                                                        ["name"] = 8,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 6,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Infantry AK Ins",
                                        ["unitId"] = 19,
                                        ["skill"] = "Good",
                                        ["y"] = 305528.85844463,
                                        ["x"] = 175913.48668707,
                                        ["name"] = "Ground-3-1",
                                        ["heading"] = 4.607669225265,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["type"] = "Infantry AK Ins",
                                        ["unitId"] = 20,
                                        ["skill"] = "Excellent",
                                        ["y"] = 305362.2130464,
                                        ["x"] = 175924.94274178,
                                        ["name"] = "Ground-3-2",
                                        ["heading"] = 4.2586033748662,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["type"] = "Infantry AK Ins",
                                        ["unitId"] = 21,
                                        ["skill"] = "Excellent",
                                        ["y"] = 305683.93624653,
                                        ["x"] = 176027.83160077,
                                        ["name"] = "Ground-3-3",
                                        ["heading"] = 4.607669225265,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [3]
                                }, -- end of ["units"]
                                ["y"] = 305528.85844463,
                                ["x"] = 175913.48668707,
                                ["name"] = "Ground-3",
                                ["start_time"] = 0,
                            }, -- end of [2]
                            [3] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Ground Nothing",
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 368,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 305856.131293,
                                            ["x"] = 175940.23134839,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 0,
                                            ["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"] = 7,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Infantry AK Ins",
                                        ["unitId"] = 22,
                                        ["skill"] = "Excellent",
                                        ["y"] = 305856.131293,
                                        ["x"] = 175940.23134839,
                                        ["name"] = "Ground-4-1",
                                        ["heading"] = 1.6231562043547,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["type"] = "Infantry AK Ins",
                                        ["unitId"] = 23,
                                        ["skill"] = "Good",
                                        ["y"] = 305853.23228936,
                                        ["x"] = 175984.4197235,
                                        ["name"] = "Ground-4-2",
                                        ["heading"] = 1.6231562043547,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["type"] = "Infantry AK Ins",
                                        ["unitId"] = 24,
                                        ["skill"] = "Excellent",
                                        ["y"] = 305800.68001642,
                                        ["x"] = 175933.48236476,
                                        ["name"] = "Ground-4-3",
                                        ["heading"] = 1.6231562043547,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [3]
                                }, -- end of ["units"]
                                ["y"] = 305856.131293,
                                ["x"] = 175940.23134839,
                                ["name"] = "Ground-4",
                                ["start_time"] = 0,
                            }, -- end of [3]
                            [4] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Ground Nothing",
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 368,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 305760.74157784,
                                            ["x"] = 175998.11977556,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 0,
                                            ["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"] = 8,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Igla manpad INS",
                                        ["unitId"] = 25,
                                        ["skill"] = "Average",
                                        ["y"] = 305760.74157784,
                                        ["x"] = 175998.11977556,
                                        ["name"] = "Ground-5-1",
                                        ["heading"] = 1.6231562043547,
                                        ["playerCanDrive"] = true,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["type"] = "Igla manpad INS",
                                        ["unitId"] = 26,
                                        ["skill"] = "Excellent",
                                        ["y"] = 305723.0986572,
                                        ["x"] = 176068.65512057,
                                        ["name"] = "Ground-5-2",
                                        ["heading"] = 1.6231562043547,
                                        ["playerCanDrive"] = true,
                                    }, -- end of [2]
                                }, -- end of ["units"]
                                ["y"] = 305760.74157784,
                                ["x"] = 175998.11977556,
                                ["name"] = "Ground-5",
                                ["start_time"] = 0,
                            }, -- end of [4]
                            [5] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Ground Nothing",
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 370,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 305703.54886168,
                                            ["x"] = 176103.77851539,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 0,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 9,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Infantry AK Ins",
                                        ["unitId"] = 27,
                                        ["skill"] = "Good",
                                        ["y"] = 305703.54886168,
                                        ["x"] = 176103.77851539,
                                        ["name"] = "Ground-6-1",
                                        ["heading"] = 4.310963252426,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["type"] = "Infantry AK Ins",
                                        ["unitId"] = 28,
                                        ["skill"] = "Excellent",
                                        ["y"] = 305710.97459949,
                                        ["x"] = 176115.98475054,
                                        ["name"] = "Ground-6-2",
                                        ["heading"] = 4.3284165449459,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["type"] = "Infantry AK Ins",
                                        ["unitId"] = 29,
                                        ["skill"] = "Excellent",
                                        ["y"] = 305793.45547298,
                                        ["x"] = 176035.56983944,
                                        ["name"] = "Ground-6-3",
                                        ["heading"] = 1.6231562043547,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["type"] = "Infantry AK Ins",
                                        ["unitId"] = 30,
                                        ["skill"] = "Excellent",
                                        ["y"] = 305811.63596755,
                                        ["x"] = 176035.02102833,
                                        ["name"] = "Ground-6-4",
                                        ["heading"] = 3.7524578917878,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["type"] = "Infantry AK Ins",
                                        ["unitId"] = 31,
                                        ["skill"] = "Excellent",
                                        ["y"] = 305839.93305267,
                                        ["x"] = 176006.77708771,
                                        ["name"] = "Ground-6-5",
                                        ["heading"] = 1.6231562043547,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [5]
                                }, -- end of ["units"]
                                ["y"] = 305703.54886168,
                                ["x"] = 176103.77851539,
                                ["name"] = "Ground-6",
                                ["start_time"] = 0,
                            }, -- end of [5]
                            [6] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Ground Nothing",
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 373,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 308425.31765947,
                                            ["x"] = 173143.42275848,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 0,
                                            ["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,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "HL_B8M1",
                                        ["unitId"] = 34,
                                        ["skill"] = "Excellent",
                                        ["y"] = 308425.31765947,
                                        ["x"] = 173143.42275848,
                                        ["name"] = "Ground-7-1",
                                        ["heading"] = 4.625122517785,
                                        ["playerCanDrive"] = true,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["type"] = "HL_B8M1",
                                        ["unitId"] = 35,
                                        ["skill"] = "Excellent",
                                        ["y"] = 308425.25348631,
                                        ["x"] = 173127.94025698,
                                        ["name"] = "Ground-7-2",
                                        ["heading"] = 4.625122517785,
                                        ["playerCanDrive"] = true,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["type"] = "HL_B8M1",
                                        ["unitId"] = 36,
                                        ["skill"] = "Excellent",
                                        ["y"] = 308425.4058875,
                                        ["x"] = 173112.70013801,
                                        ["name"] = "Ground-7-3",
                                        ["heading"] = 4.625122517785,
                                        ["playerCanDrive"] = true,
                                    }, -- end of [3]
                                }, -- end of ["units"]
                                ["y"] = 308425.31765947,
                                ["x"] = 173143.42275848,
                                ["name"] = "Ground-7",
                                ["start_time"] = 0,
                            }, -- end of [6]
                            [7] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Ground Nothing",
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 370,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 305733.53032547,
                                            ["x"] = 176035.60103031,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 0,
                                            ["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,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Ural-375",
                                        ["unitId"] = 37,
                                        ["skill"] = "Excellent",
                                        ["y"] = 305733.53032547,
                                        ["x"] = 176035.60103031,
                                        ["name"] = "Ground-8-1",
                                        ["heading"] = 5.3232542185827,
                                        ["playerCanDrive"] = true,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 305733.53032547,
                                ["x"] = 176035.60103031,
                                ["name"] = "Ground-8",
                                ["start_time"] = 0,
                            }, -- end of [7]
                            [8] = 
                            {
                                ["visible"] = false,
                                ["lateActivation"] = true,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Ground Nothing",
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 368,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 305734.24314324,
                                            ["x"] = 175949.69001584,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 0,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "EmbarkToTransport",
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["y"] = 305734.24314324,
                                                                ["x"] = 175949.69001584,
                                                                ["selectedType"] = "Tigr_233036",
                                                                ["zoneRadius"] = 200,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                    ["routeRelativeTOT"] = true,
                                }, -- end of ["route"]
                                ["groupId"] = 16,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Infantry AK Ins",
                                        ["unitId"] = 41,
                                        ["skill"] = "Excellent",
                                        ["y"] = 305734.24314324,
                                        ["x"] = 175949.69001584,
                                        ["name"] = "Ground-10-1",
                                        ["heading"] = 4.0666171571468,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 305734.24314324,
                                ["x"] = 175949.69001584,
                                ["name"] = "Omar Al-Nasir",
                                ["start_time"] = 0,
                            }, -- end of [8]
                            [9] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Ground Nothing",
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 376,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 304328.70386199,
                                            ["x"] = 175710.4522496,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 0,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 17,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "BRDM-2",
                                        ["unitId"] = 42,
                                        ["skill"] = "Good",
                                        ["y"] = 304328.70386199,
                                        ["x"] = 175710.4522496,
                                        ["name"] = "Ground-10-2",
                                        ["heading"] = 3.7350045992679,
                                        ["playerCanDrive"] = true,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["type"] = "BRDM-2",
                                        ["unitId"] = 43,
                                        ["skill"] = "Average",
                                        ["y"] = 304959.38809291,
                                        ["x"] = 175343.7770548,
                                        ["name"] = "Ground-10-3",
                                        ["heading"] = 4.3807764225058,
                                        ["playerCanDrive"] = true,
                                    }, -- end of [2]
                                }, -- end of ["units"]
                                ["y"] = 304328.70386199,
                                ["x"] = 175710.4522496,
                                ["name"] = "Ground-10",
                                ["start_time"] = 0,
                            }, -- end of [9]
                        }, -- end of ["group"]
                    }, -- end of ["vehicle"]
                }, -- end of [1]
                [2] = 
                {
                    ["id"] = 0,
                    ["vehicle"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["visible"] = false,
                                ["lateActivation"] = true,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Ground Nothing",
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 305736.20957823,
                                                ["x"] = 175952.16942657,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 306112.37010026,
                                                ["x"] = 175888.61456624,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 306112.37010026,
                                                ["x"] = 175888.61456624,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 307358.6432346,
                                                ["x"] = 176360.75773557,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                        [4] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 308396.27370464,
                                                ["x"] = 176744.74195043,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 308753.91131042,
                                                ["x"] = 176495.79812681,
                                            }, -- end of [2]
                                        }, -- end of [4]
                                        [8] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 309170.04620448,
                                                ["x"] = 174857.30886596,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 310122.07702137,
                                                ["x"] = 174591.83873433,
                                            }, -- end of [2]
                                        }, -- end of [8]
                                        [16] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 307325.73345486,
                                                ["x"] = 173806.29014915,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 306902.96428823,
                                                ["x"] = 173796.99851912,
                                            }, -- end of [2]
                                        }, -- end of [16]
                                        [17] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 306902.96428823,
                                                ["x"] = 173796.99851912,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 306902.96428823,
                                                ["x"] = 173796.99851912,
                                            }, -- end of [2]
                                        }, -- end of [17]
                                        [9] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 310122.07702137,
                                                ["x"] = 174591.83873433,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 309718.82007378,
                                                ["x"] = 173650.03453865,
                                            }, -- end of [2]
                                        }, -- end of [9]
                                        [5] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 308753.91131042,
                                                ["x"] = 176495.79812681,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 309108.04266515,
                                                ["x"] = 176173.2230314,
                                            }, -- end of [2]
                                        }, -- end of [5]
                                        [10] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 309718.82007378,
                                                ["x"] = 173650.03453865,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 309341.7719922,
                                                ["x"] = 172526.9988548,
                                            }, -- end of [2]
                                        }, -- end of [10]
                                        [11] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 309341.7719922,
                                                ["x"] = 172526.9988548,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 308307.93047819,
                                                ["x"] = 172320.230552,
                                            }, -- end of [2]
                                        }, -- end of [11]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 307358.6432346,
                                                ["x"] = 176360.75773557,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 308396.27370464,
                                                ["x"] = 176744.74195043,
                                            }, -- end of [2]
                                        }, -- end of [3]
                                        [6] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 309108.04266515,
                                                ["x"] = 176173.2230314,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 309174.66143486,
                                                ["x"] = 175415.87280741,
                                            }, -- end of [2]
                                        }, -- end of [6]
                                        [12] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 308307.93047819,
                                                ["x"] = 172320.230552,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 307784.92830051,
                                                ["x"] = 172226.98210172,
                                            }, -- end of [2]
                                        }, -- end of [12]
                                        [13] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 307784.92830051,
                                                ["x"] = 172226.98210172,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 307265.98040328,
                                                ["x"] = 172693.22435313,
                                            }, -- end of [2]
                                        }, -- end of [13]
                                        [7] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 309174.66143486,
                                                ["x"] = 175415.87280741,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 309170.04620448,
                                                ["x"] = 174857.30886596,
                                            }, -- end of [2]
                                        }, -- end of [7]
                                        [14] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 307265.98040328,
                                                ["x"] = 172693.22435313,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 307657.90922865,
                                                ["x"] = 173346.35446238,
                                            }, -- end of [2]
                                        }, -- end of [14]
                                        [15] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 307657.90922865,
                                                ["x"] = 173346.35446238,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 307325.73345486,
                                                ["x"] = 173806.29014915,
                                            }, -- end of [2]
                                        }, -- end of [15]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 368,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 305736.20957823,
                                            ["x"] = 175952.16942657,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 0,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "Embarking",
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["selectedTransport"] = 38,
                                                                ["x"] = 175952.16942657,
                                                                ["duration"] = 300,
                                                                ["distributionFlag"] = false,
                                                                ["distribution"] = 
                                                                {
                                                                    [38] = 
                                                                    {
                                                                        [1] = 16,
                                                                    }, -- end of [38]
                                                                }, -- end of ["distribution"]
                                                                ["groupsForEmbarking"] = 
                                                                {
                                                                    [1] = 16,
                                                                }, -- end of ["groupsForEmbarking"]
                                                                ["y"] = 305736.38100681,
                                                                ["durationFlag"] = false,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 366,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 68.505710357667,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 306112.37010026,
                                            ["x"] = 175888.61456624,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 373,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 308.39350722496,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 307358.6432346,
                                            ["x"] = 176360.75773557,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 386,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 507.54549987358,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 308396.27370464,
                                            ["x"] = 176744.74195043,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 381,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 585.98042177777,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 308753.91131042,
                                            ["x"] = 176495.79812681,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            ["alt"] = 389,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 672.20468842067,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 309108.04266515,
                                            ["x"] = 176173.2230314,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            ["alt"] = 389,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 809.05411107637,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 309174.66143486,
                                            ["x"] = 175415.87280741,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            ["alt"] = 387,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 909.59905254976,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 309170.04620448,
                                            ["x"] = 174857.30886596,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            ["alt"] = 378,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 1087.5021749894,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 310122.07702137,
                                            ["x"] = 174591.83873433,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [9]
                                        [10] = 
                                        {
                                            ["alt"] = 374,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 1271.9131464757,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 309718.82007378,
                                            ["x"] = 173650.03453865,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [10]
                                        [11] = 
                                        {
                                            ["alt"] = 369,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 1485.1485343873,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 309341.7719922,
                                            ["x"] = 172526.9988548,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [11]
                                        [12] = 
                                        {
                                            ["alt"] = 369,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 1674.925344328,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 308307.93047819,
                                            ["x"] = 172320.230552,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [12]
                                        [13] = 
                                        {
                                            ["alt"] = 365,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 1770.5503424364,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 307784.92830051,
                                            ["x"] = 172226.98210172,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [13]
                                        [14] = 
                                        {
                                            ["alt"] = 370,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 1896.1238895244,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 307265.98040328,
                                            ["x"] = 172693.22435313,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [14]
                                        [15] = 
                                        {
                                            ["alt"] = 372,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 2033.229919507,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 307657.90922865,
                                            ["x"] = 173346.35446238,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [15]
                                        [16] = 
                                        {
                                            ["alt"] = 369,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 2135.3522148857,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 307325.73345486,
                                            ["x"] = 173806.29014915,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [16]
                                        [17] = 
                                        {
                                            ["alt"] = 368,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 2211.4690417095,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 306902.96428823,
                                            ["x"] = 173796.99851912,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [17]
                                    }, -- end of ["points"]
                                    ["routeRelativeTOT"] = true,
                                }, -- end of ["route"]
                                ["groupId"] = 14,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Tigr_233036",
                                        ["unitId"] = 38,
                                        ["livery_id"] = "desert",
                                        ["skill"] = "Excellent",
                                        ["y"] = 305736.20957823,
                                        ["x"] = 175952.16942657,
                                        ["name"] = "Ground-9-1",
                                        ["heading"] = 1.7381723652639,
                                        ["playerCanDrive"] = true,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 305736.20957823,
                                ["x"] = 175952.16942657,
                                ["name"] = "Ground-9",
                                ["start_time"] = 0,
                            }, -- end of [1]
                        }, -- end of ["group"]
                    }, -- end of ["vehicle"]
                    ["name"] = "Russia",
                }, -- end of [2]
            }, -- end of ["country"]
        }, -- end of ["red"]
    }, -- end of ["coalition"]
    ["sortie"] = "DictKey_sortie_5",
    ["version"] = 22,
    ["trigrules"] = 
    {
        [1] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "red",
                    ["unitType"] = "ALL",
                    ["zone"] = 85,
                    ["group"] = 1,
                    ["predicate"] = "c_all_of_group_in_zone",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "Trigger 1656418128",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["group"] = 16,
                    ["predicate"] = "a_activate_group",
                }, -- end of [1]
                [2] = 
                {
                    ["group"] = 14,
                    ["predicate"] = "a_activate_group",
                }, -- end of [2]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [1]
        [2] = 
        {
            ["rules"] = 
            {
            }, -- end of ["rules"]
            ["comment"] = "Trigger 1656418556",
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["value"] = 1,
                    ["radiotext"] = "DictKey_ActionRadioText_9",
                    ["group"] = 1,
                    ["KeyDict_radiotext"] = "DictKey_ActionRadioText_9",
                    ["predicate"] = "a_add_radio_item_for_group",
                    ["flag"] = "1",
                }, -- end of [1]
                [2] = 
                {
                    ["value"] = 1,
                    ["radiotext"] = "DictKey_ActionRadioText_10",
                    ["group"] = 1,
                    ["KeyDict_radiotext"] = "DictKey_ActionRadioText_10",
                    ["predicate"] = "a_add_radio_item_for_group",
                    ["flag"] = "2",
                }, -- end of [2]
            }, -- end of ["actions"]
        }, -- end of [2]
        [3] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "red",
                    ["unitType"] = "ALL",
                    ["zone"] = 85,
                    ["flag"] = "1",
                    ["predicate"] = "c_flag_is_true",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "Trigger 1656418720",
            ["eventlist"] = "",
            ["predicate"] = "triggerFront",
            ["actions"] = 
            {
                [1] = 
                {
                    ["predicate"] = "a_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = 2,
                        [2] = 1,
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
        }, -- end of [3]
        [4] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "red",
                    ["unitType"] = "ALL",
                    ["zone"] = 85,
                    ["group"] = 16,
                    ["predicate"] = "c_group_dead",
                    ["flag"] = "2",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "Trigger 1656436082",
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["flag"] = "1",
                    ["predicate"] = "a_clear_flag",
                }, -- end of [1]
                [2] = 
                {
                    ["predicate"] = "a_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = 2,
                        [2] = 2,
                    }, -- end of ["ai_task"]
                }, -- end of [2]
            }, -- end of ["actions"]
        }, -- end of [4]
    }, -- end of ["trigrules"]
    ["currentKey"] = 5742,
    ["start_time"] = 81600,
    ["forcedOptions"] = 
    {
        ["RBDAI"] = false,
        ["optionsView"] = "optview_onlyallies",
        ["civTraffic"] = "low",
        ["easyCommunication"] = false,
        ["labels"] = 0,
    }, -- end of ["forcedOptions"]
    ["failures"] = 
    {
    }, -- end of ["failures"]
} -- end of mission
