mission = 
{
    trig = 
    {
        actions = 
        {
            [1] = "a_activate_group(\"Tu GAI 2\");a_activate_group(\"Tu-GAI 3\"); mission.trig.func[1]='';",
            [2] = "a_activate_group(\"Tu GAI 1\"); mission.trig.func[2]='';",
            [3] = "a_out_text_delay(\"717, я 211. Мы вышли из зоны. Спасибо за сопровождение. Задача выполнена.\", \"15\");a_out_sound(\"6-1.wav\");a_set_flag(\"98\"); mission.trig.func[3]='';",
        }, -- end of actions
        custom = 
        {
        }, -- end of custom
        func = 
        {
            [1] = "if mission.trig.conditions[1]() then mission.trig.actions[1]() end",
            [2] = "if mission.trig.conditions[2]() then mission.trig.actions[2]() end",
            [3] = "if mission.trig.conditions[3]() then mission.trig.actions[3]() end",
        }, -- end of func
        flag = 
        {
            [1] = true,
            [2] = true,
            [3] = true,
        }, -- end of flag
        conditions = 
        {
            [1] = "return(c_unit_in_zone(\"36\", \"Zone 1\") )",
            [2] = "return(c_unit_in_zone(\"1\", \"Zone 2\") )",
            [3] = "return(c_unit_in_zone(\"36\", \"Zone 3\") )",
        }, -- end of conditions
        customStartup = 
        {
            [6] = "for i,t in ipairs(mission.result.offline.actions) do mission.result.offline.actions[i]=loadstring(t) end",
            [2] = "for i,t in ipairs(mission.result.blue.conditions) do mission.result.blue.conditions[i]=loadstring(t) end",
            [8] = "for i,t in ipairs(mission.trig.actions) do mission.trig.actions[i]=loadstring(t) end",
            [3] = "for i,t in ipairs(mission.result.offline.conditions) do mission.result.offline.conditions[i]=loadstring(t) end",
            [1] = "for i,t in ipairs(mission.result.red.conditions) do mission.result.red.conditions[i]=loadstring(t) end",
            [4] = "for i,t in ipairs(mission.result.red.actions) do mission.result.red.actions[i]=loadstring(t) end",
            [5] = "for i,t in ipairs(mission.result.blue.actions) do mission.result.blue.actions[i]=loadstring(t) end",
            [7] = "for i,t in ipairs(mission.trig.conditions) do mission.trig.conditions[i]=loadstring(t) end",
        }, -- end of customStartup
        funcStartup = 
        {
        }, -- end of funcStartup
    }, -- end of trig
    resultRed = 
    {
    }, -- end of resultRed
    resultBlue = 
    {
    }, -- end of resultBlue
    descriptionBlueTask = "",
    goals = 
    {
        [1] = 
        {
            rules = 
            {
                [1] = 
                {
                    flag = 98,
                    unit = 36,
                    predicate = "c_flag_is_true",
                    zone = 8,
                }, -- end of [1]
            }, -- end of rules
            score = 50,
            side = "OFFLINE",
            predicate = "score",
            comment = "Win",
        }, -- end of [1]
        [2] = 
        {
            rules = 
            {
                [1] = 
                {
                    seconds = 2,
                    predicate = "c_time_after",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            score = 50,
            side = "OFFLINE",
            predicate = "score",
            comment = "Start 50",
        }, -- end of [2]
    }, -- end of goals
    trigfunc = 
    {
        [1] = "if c_unit_in_zone(\"36\", \"Zone 1\") then a_activate_group(\"Tu GAI 2\");a_activate_group(\"Tu-GAI 3\"); mission.trigfunc[1]='';end;",
        [2] = "if c_unit_in_zone(\"1\", \"Zone 2\") then a_activate_group(\"Tu GAI 1\"); mission.trigfunc[2]='';end;",
        [3] = "if c_unit_in_zone(\"36\", \"Zone 3\") then a_out_text_delay(\"717, я 211. Мы вышли из зоны. Спасибо за сопровождение. Задача выполнена.\", \"15\");a_out_sound(\"6-1.wav\");a_set_flag(\"98\"); mission.trigfunc[3]='';end;",
    }, -- end of trigfunc
    weather = 
    {
        qnh = 760,
        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
        name = "Winter, clean sky",
        fog = 
        {
            density = 0,
            thickness = 0,
        }, -- end of fog
        turbulence = 
        {
            at8000 = 0,
            at2000 = 0,
            atGround = 0,
        }, -- end of turbulence
        season = 
        {
            temperature = 20,
            iseason = 3,
        }, -- end of season
        visibility = 
        {
            distance = 80000,
        }, -- end of visibility
        clouds = 
        {
            density = 3,
            thickness = 830,
            base = 5000,
            iprecptns = 0,
        }, -- end of clouds
    }, -- end of weather
    result = 
    {
        [1] = "if c_flag_is_true(\"98\")  then a_set_mission_result(50) end",
        [2] = "if c_time_after(\"2\")  then a_set_mission_result(50) end",
        offline = 
        {
            conditions = 
            {
                [1] = "return(c_flag_is_true(\"98\") )",
                [2] = "return(c_time_after(\"2\") )",
            }, -- end of conditions
            actions = 
            {
                [1] = "a_set_mission_result(50)",
                [2] = "a_set_mission_result(50)",
            }, -- end of actions
            func = 
            {
                [1] = "if mission.result.offline.conditions[1]() then mission.result.offline.actions[1]() end",
                [2] = "if mission.result.offline.conditions[2]() then mission.result.offline.actions[2]() end",
            }, -- end of func
        }, -- end of offline
        blue = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- end of func
        }, -- end of blue
        red = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- end of func
        }, -- end of red
    }, -- end of result
    triggers = 
    {
        zones = 
        {
            [1] = 
            {
                radius = 50000,
                zoneId = 1,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 0.50196078431373,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.73650469265872,
                hidden = true,
                long = 0.737993969928,
                x = -284275.8396499,
                name = "Zone 1",
                y = 667113.28658425,
            }, -- end of [1]
            [2] = 
            {
                radius = 25000,
                zoneId = 7,
                color = 
                {
                    [1] = 0,
                    [2] = 0,
                    [3] = 1,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.73638787446042,
                hidden = true,
                long = 0.74121181755376,
                x = -283329.40876959,
                name = "Zone 2",
                y = 682448.64163558,
            }, -- end of [2]
            [3] = 
            {
                radius = 8000,
                zoneId = 8,
                color = 
                {
                    [1] = 0,
                    [2] = 1,
                    [3] = 0,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.75388693023269,
                hidden = true,
                long = 0.74203271373629,
                x = -171397.81829892,
                name = "Zone 3",
                y = 673663.94458962,
            }, -- end of [3]
        }, -- end of zones
    }, -- end of triggers
    map = 
    {
        centerY = 0.73795757859671,
        zoom = 1000000,
        centerX = 0.74953320168307,
    }, -- end of map
    coalitions = 
    {
        blue = 
        {
            [1] = 11,
            [2] = 4,
            [3] = 6,
            [4] = 10,
            [5] = 16,
            [6] = 13,
            [7] = 15,
            [8] = 9,
            [9] = 8,
            [10] = 17,
            [11] = 12,
            [12] = 2,
            [13] = 3,
            [14] = 1,
            [15] = 5,
        }, -- end of blue
        red = 
        {
            [1] = 0,
        }, -- end of red
    }, -- end of coalitions
    descriptionText = "В мерах подготовки к атаке авиабаз Кутаиси и Цхакая, командование приказало произвести разведывательный вылет для обнаружения угроз и целей.",
    trigflag = 
    {
        [1] = true,
        [2] = true,
        [3] = true,
    }, -- end of trigflag
    descriptionRedTask = "Проведи сопровождение разведгруппы Су-24МР (позывной 211) до выхода из зоны.",
    pictureFileNameB = 
    {
    }, -- end of pictureFileNameB
    pictureFileNameR = 
    {
        [1] = "6B{2057BF77-465D-4e26-BE0F-059341E18706}.png",
    }, -- end of pictureFileNameR
    trigrules = 
    {
        [1] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    zone = 1,
                    predicate = "c_unit_in_zone",
                    unit = 36,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    group = 3,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    group = 47,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [2]
            }, -- end of actions
            comment = "Zone 1",
        }, -- end of [1]
        [2] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    unit = 1,
                    predicate = "c_unit_in_zone",
                    zone = 7,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    group = 2,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "Zone 2",
        }, -- end of [2]
        [3] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    unit = 36,
                    predicate = "c_unit_in_zone",
                    zone = 8,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    text = "717, я 211. Мы вышли из зоны. Спасибо за сопровождение. Задача выполнена.",
                    predicate = "a_out_text_delay",
                    seconds = 15,
                }, -- end of [1]
                [2] = 
                {
                    text = "",
                    file = "6-1.wav",
                    predicate = "a_out_sound",
                    seconds = 10,
                }, -- end of [2]
                [3] = 
                {
                    flag = 98,
                    text = "",
                    predicate = "a_set_flag",
                    seconds = 10,
                }, -- end of [3]
            }, -- end of actions
            comment = "Primary",
        }, -- end of [3]
    }, -- end of trigrules
    coalition = 
    {
        blue = 
        {
            country = 
            {
                [1] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "UK",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 4,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [1]
                [2] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Insurgents",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 17,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [2]
                [3] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Belgium",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 11,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [3]
                [4] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Canada",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 8,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [4]
                [5] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "France",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 5,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [5]
                [6] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Israel",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 15,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [6]
                [7] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Ukraine",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 1,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [7]
                [8] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Norway",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 12,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [8]
                [9] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Georgia",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 16,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 39,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73609419408557,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74076417945015,
                                            x = -285436.0682455,
                                            speed = 5.5555555555556,
                                            y = 680537.1208579,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 4,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "SKP-11",
                                        CLSID = "{693BB858-F64A-4af0-B4EF-0BE24B8406A6}",
                                        unitId = 6,
                                        lat = 0.73609419408557,
                                        skill = "Average",
                                        long = 0.74076417945015,
                                        x = -285436.0682455,
                                        name = "Unit #1",
                                        heading = 0,
                                        y = 680537.1208579,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "New Vehicle Group",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 39,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73746472802472,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73387309462047,
                                            x = -280273.83793889,
                                            speed = 5.5555555555556,
                                            y = 646934.8312129,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 5,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "SKP-11",
                                        CLSID = "{693BB858-F64A-4af0-B4EF-0BE24B8406A6}",
                                        unitId = 7,
                                        lat = 0.73746472802472,
                                        skill = "Average",
                                        long = 0.73387309462047,
                                        x = -280273.83793889,
                                        name = "Unit #2",
                                        heading = 0,
                                        y = 646934.8312129,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "New Vehicle Group #001",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 12,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73745740002852,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73384487175277,
                                            x = -280334.96263217,
                                            speed = 5.5555555555556,
                                            y = 646806.3786654,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 6,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "1L13 EWR",
                                        CLSID = "{F16F5FBF-D121-47EC-9BFA-8140F30C8664}",
                                        unitId = 8,
                                        lat = 0.73745740002852,
                                        skill = "Average",
                                        long = 0.73384487175277,
                                        x = -280334.96263217,
                                        name = "Unit #3",
                                        heading = 0,
                                        y = 646806.3786654,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "New Vehicle Group #002",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [3]
                            [4] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 40,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73605116613847,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74074729436704,
                                            x = -285719.13223419,
                                            speed = 5.5555555555556,
                                            y = 680487.92700472,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 7,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "1L13 EWR",
                                        CLSID = "{F16F5FBF-D121-47EC-9BFA-8140F30C8664}",
                                        unitId = 9,
                                        lat = 0.73605116613847,
                                        skill = "Average",
                                        long = 0.74074729436704,
                                        x = -285719.13223419,
                                        name = "Unit #4",
                                        heading = 0,
                                        y = 680487.92700472,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "New Vehicle Group #003",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [4]
                            [5] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1527,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73602478721702,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7420407981378,
                                            x = -285203.59406022,
                                            speed = 5.5555555555556,
                                            y = 686637.49000303,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 31,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZU-23 Emplacement Closed",
                                        CLSID = "{773F294C-4057-4789-892C-643BE8619778}",
                                        unitId = 71,
                                        lat = 0.73602478721702,
                                        skill = "Random",
                                        long = 0.7420407981378,
                                        x = -285203.59406022,
                                        name = "Unit #21",
                                        heading = 0,
                                        y = 686637.49000303,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "AAA-1",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [5]
                            [6] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 55,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73645714326267,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.741726665482,
                                            x = -282617.47819158,
                                            speed = 5.5555555555556,
                                            y = 684839.6925579,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 32,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZU-23 Emplacement Closed",
                                        CLSID = "{773F294C-4057-4789-892C-643BE8619778}",
                                        unitId = 72,
                                        lat = 0.73645714326267,
                                        skill = "Random",
                                        long = 0.741726665482,
                                        x = -282617.47819158,
                                        name = "Unit #22",
                                        heading = 0,
                                        y = 684839.6925579,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "AAA-2",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [6]
                            [7] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 55,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73611896607571,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74095281036047,
                                            x = -285179.09686427,
                                            speed = 5.5555555555556,
                                            y = 681413.59352199,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 33,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZU-23 Emplacement Closed",
                                        CLSID = "{773F294C-4057-4789-892C-643BE8619778}",
                                        unitId = 73,
                                        lat = 0.73611896607571,
                                        skill = "Random",
                                        long = 0.74095281036047,
                                        x = -285179.09686427,
                                        name = "Unit #23",
                                        heading = 0,
                                        y = 681413.59352199,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "AAA-3",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [7]
                            [8] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 55,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73587030624842,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74128530339366,
                                            x = -286588.94886987,
                                            speed = 5.5555555555556,
                                            y = 683166.4790786,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 34,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZU-23 Emplacement Closed",
                                        CLSID = "{773F294C-4057-4789-892C-643BE8619778}",
                                        unitId = 74,
                                        lat = 0.73587030624842,
                                        skill = "Random",
                                        long = 0.74128530339366,
                                        x = -286588.94886987,
                                        name = "Unit #24",
                                        heading = 0,
                                        y = 683166.4790786,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "AAA-4",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [8]
                            [9] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 44,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73727598727851,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73425182538619,
                                            x = -281282.74305434,
                                            speed = 5.5555555555556,
                                            y = 648853.37373198,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 35,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZU-23 Emplacement Closed",
                                        CLSID = "{773F294C-4057-4789-892C-643BE8619778}",
                                        unitId = 75,
                                        lat = 0.73727598727851,
                                        skill = "Random",
                                        long = 0.73425182538619,
                                        x = -281282.74305434,
                                        name = "Unit #25",
                                        heading = 0,
                                        y = 648853.37373198,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "AAA-5",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [9]
                            [10] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 12,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73743163163805,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73377521341942,
                                            x = -280534.77327629,
                                            speed = 5.5555555555556,
                                            y = 646494.55082251,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 36,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZU-23 Emplacement Closed",
                                        CLSID = "{773F294C-4057-4789-892C-643BE8619778}",
                                        unitId = 76,
                                        lat = 0.73743163163805,
                                        skill = "Random",
                                        long = 0.73377521341942,
                                        x = -280534.77327629,
                                        name = "Unit #26",
                                        heading = 0,
                                        y = 646494.55082251,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "AAA-6",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [10]
                            [11] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 12,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73719410769111,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7337118202263,
                                            x = -282080.61166698,
                                            speed = 5.5555555555556,
                                            y = 646356.03191517,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 37,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZU-23 Emplacement Closed",
                                        CLSID = "{773F294C-4057-4789-892C-643BE8619778}",
                                        unitId = 77,
                                        lat = 0.73719410769111,
                                        skill = "Random",
                                        long = 0.7337118202263,
                                        x = -282080.61166698,
                                        name = "Unit #27",
                                        heading = 0,
                                        y = 646356.03191517,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "AAA-7",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [11]
                            [12] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 14,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73741705665926,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73403996138191,
                                            x = -280492.24676361,
                                            speed = 5.5555555555556,
                                            y = 647756.05070004,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 38,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZU-23 Emplacement Closed",
                                        CLSID = "{773F294C-4057-4789-892C-643BE8619778}",
                                        unitId = 78,
                                        lat = 0.73741705665926,
                                        skill = "Random",
                                        long = 0.73403996138191,
                                        x = -280492.24676361,
                                        name = "Unit #28",
                                        heading = 0,
                                        y = 647756.05070004,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "AAA-8",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [12]
                            [13] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 45,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73727695344567,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73355689348333,
                                            x = -281631.97786162,
                                            speed = 5.5555555555556,
                                            y = 645567.39133682,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 39,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Osa 9A33 ln",
                                        CLSID = "{8E5B2FB3-8845-4026-BC7F-16898FF9442B}",
                                        unitId = 79,
                                        lat = 0.73727695344567,
                                        skill = "Random",
                                        long = 0.73355689348333,
                                        x = -281631.97786162,
                                        name = "Unit #29",
                                        heading = 0,
                                        y = 645567.39133682,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "SA-8 1",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [13]
                            [14] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 45,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73598280742834,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74172489785896,
                                            x = -285641.07148888,
                                            speed = 5.5555555555556,
                                            y = 685171.42876566,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 40,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Osa 9A33 ln",
                                        CLSID = "{8E5B2FB3-8845-4026-BC7F-16898FF9442B}",
                                        unitId = 80,
                                        lat = 0.73598280742834,
                                        skill = "Random",
                                        long = 0.74172489785896,
                                        x = -285641.07148888,
                                        name = "Unit #30",
                                        heading = 0,
                                        y = 685171.42876566,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "SA-8 2",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [14]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [9]
                [10] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Spain",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 9,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [10]
                [11] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "USA",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 2,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [11]
                [12] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Denmark",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 13,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [12]
                [13] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Germany",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 6,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [13]
                [14] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Turkey",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 3,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 165,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73411110053674,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72960520958496,
                                            x = -303774.51122956,
                                            speed = 5.5555555555556,
                                            y = 628951.77661328,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 48,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Hawk sr",
                                        CLSID = "{6E93EACB-F7DB-4208-88C4-8D6465869A05}",
                                        unitId = 89,
                                        lat = 0.73411110053674,
                                        skill = "Average",
                                        long = 0.72960520958496,
                                        x = -303774.51122956,
                                        name = "Unit #5",
                                        heading = 0,
                                        y = 628951.77661328,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Hawk tr",
                                        CLSID = "{6FD50C44-10A0-458F-AF4E-0472EEFCD07E}",
                                        unitId = 90,
                                        lat = 0.73410410053674,
                                        skill = "Average",
                                        long = 0.72961220958496,
                                        x = -303815.63369792,
                                        name = "Unit #6",
                                        heading = 0,
                                        y = 628989.55815918,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 91,
                                        lat = 0.73412765737315,
                                        skill = "Average",
                                        long = 0.72958774345249,
                                        x = -303677.6976193,
                                        name = "Unit #7",
                                        heading = 0,
                                        y = 628858.10321306,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 92,
                                        lat = 0.73412339758087,
                                        skill = "Average",
                                        long = 0.7296315060955,
                                        x = -303683.09398067,
                                        name = "Unit #8",
                                        heading = 0,
                                        y = 629068.34137364,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 93,
                                        lat = 0.73408956094595,
                                        skill = "Average",
                                        long = 0.72963755148804,
                                        x = -303895.68102743,
                                        name = "Unit #9",
                                        heading = 0,
                                        y = 629119.23739933,
                                    }, -- end of [5]
                                }, -- end of units
                                name = "HAWK 1",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "Tu GAI 1",
                                groupId = 2,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 71,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.736122,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.741468,
                                            x = -284889.06283057,
                                            speed = 138.88888888889,
                                            airdromeId = 25,
                                            y = 683853.75717885,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 3000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73619634191102,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.74435467350903,
                                                    radius = 100000,
                                                    y = 696245.02607691,
                                                    x = -272128.20601603,
                                                    lat = 0.73788057109282,
                                                    categories = 
                                                    {
                                                        [1] = "Planes",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.74216453259157,
                                            x = -284043.52316016,
                                            speed = 222.22222222222,
                                            y = 687097.79147329,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 3000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73985101723221,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74696521032942,
                                            x = -258149.73383003,
                                            speed = 222.22222222222,
                                            y = 707142.98501519,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 3000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74222965593976,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7379234292411,
                                            x = -247834.20878174,
                                            speed = 222.22222222222,
                                            y = 662763.095312,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 2338,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.735960933535,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74013961451624,
                                            x = -286613.43033304,
                                            speed = 222.22222222222,
                                            y = 677671.82327102,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 2338,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.736122,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.741468,
                                            x = -284889.06283057,
                                            speed = 138.88888888889,
                                            airdromeId = 25,
                                            y = 683853.75717885,
                                        }, -- end of [6]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 82800,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-4E",
                                        CLSID = "{4B75FEBA-9997-4D34-A0D6-0DB061350951}",
                                        unitId = 2,
                                        lat = 0.736122,
                                        skill = "Random",
                                        y = 683853.75717885,
                                        long = 0.741468,
                                        x = -284889.06283057,
                                        name = "Pilot #1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{7B4B122D-C12C-4DB4-834E-4D8BB4D863A8}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{9DDF5297-94B9-42FC-A45E-6E316121CD85}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [4]
                                                [6] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{9DDF5297-94B9-42FC-A45E-6E316121CD85}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{7B4B122D-C12C-4DB4-834E-4D8BB4D863A8}",
                                                }, -- end of [9]
                                            }, -- end of pylons
                                            fuel = "4864",
                                            flare = 30,
                                            chaff = 60,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Enfield11",
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "F-4E",
                                        CLSID = "{4B75FEBA-9997-4D34-A0D6-0DB061350951}",
                                        unitId = 3,
                                        lat = 0.736115,
                                        skill = "Random",
                                        y = 683891.96105378,
                                        long = 0.741475,
                                        x = -284929.99166026,
                                        name = "Pilot #2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{7B4B122D-C12C-4DB4-834E-4D8BB4D863A8}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{9DDF5297-94B9-42FC-A45E-6E316121CD85}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [4]
                                                [6] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{9DDF5297-94B9-42FC-A45E-6E316121CD85}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{7B4B122D-C12C-4DB4-834E-4D8BB4D863A8}",
                                                }, -- end of [9]
                                            }, -- end of pylons
                                            fuel = "4864",
                                            flare = 30,
                                            chaff = 60,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Enfield12",
                                        }, -- end of callsign
                                        onboard_num = 12,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "Tu GAI 2",
                                groupId = 3,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 119,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            lat = 0.737234,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.733932,
                                            x = -281713.83114196,
                                            speed = 138.88888888889,
                                            airdromeId = 23,
                                            y = 647369.87369832,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 1884,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73716931153418,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.73915520947085,
                                                    radius = 100000,
                                                    y = 670836.62491471,
                                                    x = -267565.74612636,
                                                    lat = 0.73903130186953,
                                                    categories = 
                                                    {
                                                        [1] = "Planes",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    long = 0.7421854532443,
                                                    radius = 100000,
                                                    y = 687213.49929638,
                                                    x = -284175.2444536,
                                                    lat = 0.73617390075163,
                                                    categories = 
                                                    {
                                                        [1] = "Planes",
                                                    }, -- end of categories
                                                }, -- end of [2]
                                            }, -- end of targets
                                            long = 0.73475770345598,
                                            x = -281703.73527816,
                                            speed = 222.22222222222,
                                            y = 651317.3252226,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 2758,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74112266455447,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74424045516496,
                                            x = -251530.05668517,
                                            speed = 222.22222222222,
                                            y = 693343.26197365,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 2212,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7468786255826,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73338067444875,
                                            x = -220547.59937832,
                                            speed = 222.22222222222,
                                            y = 638172.91425387,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 2083,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73729345893237,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73302967528845,
                                            x = -281796.30714375,
                                            speed = 222.22222222222,
                                            y = 643063.63194306,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 45,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.737234,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.733932,
                                            x = -281713.83114196,
                                            speed = 138.88888888889,
                                            airdromeId = 23,
                                            y = 647369.87369832,
                                        }, -- end of [6]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 82800,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-4E",
                                        CLSID = "{4B75FEBA-9997-4D34-A0D6-0DB061350951}",
                                        unitId = 4,
                                        lat = 0.737234,
                                        skill = "Random",
                                        y = 647369.87369832,
                                        long = 0.733932,
                                        x = -281713.83114196,
                                        name = "Pilot #3",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{7B4B122D-C12C-4DB4-834E-4D8BB4D863A8}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{9DDF5297-94B9-42FC-A45E-6E316121CD85}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [4]
                                                [6] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{9DDF5297-94B9-42FC-A45E-6E316121CD85}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{7B4B122D-C12C-4DB4-834E-4D8BB4D863A8}",
                                                }, -- end of [9]
                                            }, -- end of pylons
                                            fuel = "4864",
                                            flare = 30,
                                            chaff = 60,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 2,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Springfield11",
                                        }, -- end of callsign
                                        onboard_num = 13,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "F-4E",
                                        CLSID = "{4B75FEBA-9997-4D34-A0D6-0DB061350951}",
                                        unitId = 5,
                                        lat = 0.737227,
                                        skill = "Random",
                                        y = 647407.71652637,
                                        long = 0.733939,
                                        x = -281754.85284723,
                                        name = "Pilot #4",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{7B4B122D-C12C-4DB4-834E-4D8BB4D863A8}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{9DDF5297-94B9-42FC-A45E-6E316121CD85}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [4]
                                                [6] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{9DDF5297-94B9-42FC-A45E-6E316121CD85}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{7B4B122D-C12C-4DB4-834E-4D8BB4D863A8}",
                                                }, -- end of [9]
                                            }, -- end of pylons
                                            fuel = "4864",
                                            flare = 30,
                                            chaff = 60,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 2,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Springfield12",
                                        }, -- end of callsign
                                        onboard_num = 14,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [2]
                            [3] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "Tu-GAI 3",
                                groupId = 47,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 18,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            lat = 0.731802,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.730691,
                                            x = -317948.32727306,
                                            speed = 138.88888888889,
                                            airdromeId = 24,
                                            y = 635639.37385346,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73196919635072,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.73232646798313,
                                                    radius = 100000,
                                                    y = 641122.33228507,
                                                    x = -295315.79282349,
                                                    lat = 0.73522647955067,
                                                    categories = 
                                                    {
                                                        [1] = "Planes",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.73155158022634,
                                            x = -316455.64187271,
                                            speed = 277.77777777778,
                                            y = 639621.50668836,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7373637509217,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73286854807992,
                                            x = -281428.49307311,
                                            speed = 277.77777777778,
                                            y = 642252.1789719,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74221954614717,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73195056572733,
                                            x = -250946.77520063,
                                            speed = 277.77777777778,
                                            y = 634625.59722029,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74027535445813,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74202990749034,
                                            x = -258123.45558226,
                                            speed = 277.77777777778,
                                            y = 683529.52016872,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73160787377236,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.729566171343,
                                            x = -319743.86773057,
                                            speed = 277.77777777778,
                                            y = 630420.4441277,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 18,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.731802,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.730691,
                                            x = -317948.32727306,
                                            speed = 138.88888888889,
                                            airdromeId = 24,
                                            y = 635639.37385346,
                                        }, -- end of [7]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 82800,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-16C bl.50",
                                        CLSID = "{B5B20CFE-3D22-4EC0-A5C4-DDCDD68B5318}",
                                        unitId = 87,
                                        lat = 0.731802,
                                        skill = "Random",
                                        y = 635639.37385346,
                                        long = 0.730691,
                                        x = -317948.32727306,
                                        name = "GAI 1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [2]
                                                [6] = 
                                                {
                                                    CLSID = "{8A0BE8AE-58D4-4572-9263-3144C0D06364}",
                                                }, -- end of [6]
                                                [9] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "3104",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 8,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Uzi11",
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "F-16C bl.50",
                                        CLSID = "{B5B20CFE-3D22-4EC0-A5C4-DDCDD68B5318}",
                                        unitId = 88,
                                        lat = 0.731795,
                                        skill = "Random",
                                        y = 635677.2300221,
                                        long = 0.730698,
                                        x = -317989.45333289,
                                        name = "Pilot #6",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [2]
                                                [6] = 
                                                {
                                                    CLSID = "{8A0BE8AE-58D4-4572-9263-3144C0D06364}",
                                                }, -- end of [6]
                                                [9] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "3104",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 8,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Uzi12",
                                        }, -- end of callsign
                                        onboard_num = 12,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [3]
                            [4] = 
                            {
                                hidden = true,
                                name = "New Airplane Group",
                                groupId = 49,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74353144848972,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73139958589206,
                                            x = -242862.55155853,
                                            speed = 138.88888888889,
                                            y = 631132.20867423,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Begin Loop",
                                            lat = 0.73662208649439,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75148582720489,
                                            x = -276207.54857964,
                                            speed = 138.88888888889,
                                            y = 730952.29399043,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "End Loop",
                                            lat = 0.74263250637932,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73411878131331,
                                            x = -247221.71022686,
                                            speed = 138.88888888889,
                                            y = 644551.89872175,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73775474647743,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73169425220575,
                                            x = -279520.69732955,
                                            speed = 138.88888888889,
                                            y = 636420.61099108,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 12,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.737234,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.733932,
                                            x = -281713.83114196,
                                            speed = 138.88888888889,
                                            airdromeId = 23,
                                            y = 647369.87369832,
                                        }, -- end of [5]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Transport",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "C-130",
                                        CLSID = "{0213FA86-978D-4586-BAC3-BD642AD52B96}",
                                        unitId = 95,
                                        lat = 0.74353144848972,
                                        skill = "High",
                                        long = 0.73139958589206,
                                        x = -242862.55155853,
                                        name = "Pilot #7",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "20830",
                                            flare = 60,
                                            chaff = 120,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 11,
                                        y = 631132.20867423,
                                        callsign = 
                                        {
                                            [1] = 4,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Colt11",
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [4]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [14]
                [15] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "The Netherlands",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 10,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [15]
            }, -- end of country
        }, -- end of blue
        red = 
        {
            country = 
            {
                [1] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Russia",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 0,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 3272,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7696611250958,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75855989093007,
                                            x = -61621.072834013,
                                            speed = 5.5555555555556,
                                            y = 737892.09249822,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 29,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "S-300PS 54K6 cp",
                                        CLSID = "{1C4F9C25-EDBD-429e-B95A-083ABFE82B95}",
                                        unitId = 49,
                                        lat = 0.7696611250958,
                                        skill = "Average",
                                        long = 0.75855989093007,
                                        x = -61621.072834013,
                                        name = "Unit #13",
                                        heading = 0,
                                        y = 737892.09249822,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "S-300PS 40B6MD sr",
                                        CLSID = "{414E9DC1-B881-44C3-8141-049DD59B2A69}",
                                        unitId = 53,
                                        lat = 0.76970407949433,
                                        skill = "Average",
                                        long = 0.75850017750657,
                                        x = -61382.407413655,
                                        name = "Unit #14",
                                        heading = 0,
                                        y = 737582.26961891,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "S-300PS 64H6E sr",
                                        CLSID = "{3F127663-E479-4B8D-855B-7C4F6E9310EA}",
                                        unitId = 54,
                                        lat = 0.76961047594987,
                                        skill = "Average",
                                        long = 0.75862645155037,
                                        x = -61904.743416702,
                                        name = "Unit #15",
                                        heading = 0,
                                        y = 738239.71642875,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "S-300PS 40B6M tr",
                                        CLSID = "{0626F96A-FDFB-42D3-ADE5-A0415690BF5E}",
                                        unitId = 55,
                                        lat = 0.76965036608358,
                                        skill = "Average",
                                        long = 0.75856615424799,
                                        x = -61685.936282668,
                                        name = "Unit #16",
                                        heading = 0,
                                        y = 737929.72572447,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 56,
                                        lat = 0.76969067157218,
                                        skill = "Average",
                                        long = 0.75857843522339,
                                        x = -61422.041845958,
                                        name = "Unit #17",
                                        heading = 0,
                                        y = 737953.08714982,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 57,
                                        lat = 0.76966286310054,
                                        skill = "Average",
                                        long = 0.75852506702979,
                                        x = -61630.367255921,
                                        name = "Unit #18",
                                        heading = 0,
                                        y = 737730.55517752,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 58,
                                        lat = 0.76965036608358,
                                        skill = "Average",
                                        long = 0.75860157342761,
                                        x = -61665.224094931,
                                        name = "Unit #19",
                                        heading = 0,
                                        y = 738092.57254136,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 59,
                                        lat = 0.76962884839367,
                                        skill = "Average",
                                        long = 0.75856117518609,
                                        x = -61825.897912541,
                                        name = "Unit #20",
                                        heading = 0,
                                        y = 737924.50592867,
                                    }, -- end of [8]
                                }, -- end of units
                                name = "SA-10C",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 430,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75940366764357,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76149077246648,
                                            x = -125214.05036736,
                                            speed = 5.5555555555556,
                                            y = 759838.01141607,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 41,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 81,
                                        lat = 0.75940366764357,
                                        skill = "Random",
                                        long = 0.76149077246648,
                                        x = -125214.05036736,
                                        name = "Unit #31",
                                        heading = 0,
                                        y = 759838.01141607,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "SA-15 1",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 430,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75994746403505,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76286423912825,
                                            x = -120927.11760219,
                                            speed = 5.5555555555556,
                                            y = 765754.14599328,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 42,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "55G6 EWR",
                                        CLSID = "{EDEA0ECC-33A4-488B-8A3C-1D6929B5A871}",
                                        unitId = 82,
                                        lat = 0.75994746403505,
                                        skill = "Random",
                                        long = 0.76286423912825,
                                        x = -120927.11760219,
                                        name = "Unit #32",
                                        heading = 0,
                                        y = 765754.14599328,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "EWR 1",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [3]
                            [4] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 359,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.77273896548831,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75214034866226,
                                            x = -45734.036448069,
                                            speed = 5.5555555555556,
                                            y = 705992.62902458,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 43,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "55G6 EWR",
                                        CLSID = "{EDEA0ECC-33A4-488B-8A3C-1D6929B5A871}",
                                        unitId = 83,
                                        lat = 0.77273896548831,
                                        skill = "Random",
                                        long = 0.75214034866226,
                                        x = -45734.036448069,
                                        name = "Unit #33",
                                        heading = 0,
                                        y = 705992.62902458,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "EWR 2",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [4]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = false,
                                taskSelected = true,
                                name = "Player",
                                groupId = 1,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1884,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            lat = 0.759437,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.761624,
                                            x = -124921.90954665,
                                            speed = 138.88888888889,
                                            airdromeId = 27,
                                            y = 760428.0733062,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 1000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7600373428565,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76320513330168,
                                            x = -120150.36412898,
                                            speed = 194.44444444444,
                                            y = 767260.13128563,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 1077,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75118692582958,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76471110256279,
                                            x = -175622.86360664,
                                            speed = 250,
                                            y = 781617.42106425,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 1561,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74892201125639,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76255168805555,
                                            x = -191364.42438401,
                                            speed = 250,
                                            y = 773385.38396959,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 1809,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74870759617445,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76115722833732,
                                            x = -193565.01405889,
                                            speed = 250,
                                            y = 767021.72447057,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 2376,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74910081810152,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75897955542511,
                                            x = -192358.95337226,
                                            speed = 250,
                                            y = 756513.86935746,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 2376,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74528136063629,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76071863549953,
                                            x = -215661.76398312,
                                            speed = 250,
                                            y = 767744.31736866,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 2376,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74281966408842,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75915995951167,
                                            x = -232281.71580951,
                                            speed = 250,
                                            y = 762393.78604912,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            alt = 2376,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74201211389548,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75438793244135,
                                            x = -240205.53145539,
                                            speed = 250,
                                            y = 740539.26798261,
                                        }, -- end of [9]
                                        [10] = 
                                        {
                                            alt = 1149,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73869910478104,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75672934209519,
                                            x = -259961.29985349,
                                            speed = 250,
                                            y = 754181.32828662,
                                        }, -- end of [10]
                                        [11] = 
                                        {
                                            alt = 910,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73482633677171,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75187122292467,
                                            x = -287433.8603706,
                                            speed = 250,
                                            y = 734146.76235394,
                                        }, -- end of [11]
                                        [12] = 
                                        {
                                            alt = 910,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73830100382947,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7472355090233,
                                            x = -267877.68791155,
                                            speed = 250,
                                            y = 709575.47561545,
                                        }, -- end of [12]
                                        [13] = 
                                        {
                                            alt = 910,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74029400420735,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74493119708844,
                                            x = -256437.42186989,
                                            speed = 250,
                                            y = 697209.31976455,
                                        }, -- end of [13]
                                        [14] = 
                                        {
                                            alt = 910,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74231142738786,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73319569295242,
                                            x = -249739.82707244,
                                            speed = 250,
                                            y = 640430.9582035,
                                        }, -- end of [14]
                                        [15] = 
                                        {
                                            alt = 1077,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74854642647272,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73365526525164,
                                            x = -209781.87271234,
                                            speed = 250,
                                            y = 638307.99880191,
                                        }, -- end of [15]
                                        [16] = 
                                        {
                                            alt = 4367,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75607712049135,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74626988652947,
                                            x = -155150.1527029,
                                            speed = 250,
                                            y = 691772.25884017,
                                        }, -- end of [16]
                                        [17] = 
                                        {
                                            alt = 1884,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75934408495963,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75303585103207,
                                            x = -130542.00068932,
                                            speed = 250,
                                            y = 720683.14770723,
                                        }, -- end of [17]
                                        [18] = 
                                        {
                                            alt = 1531,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75896932548674,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7603611400243,
                                            x = -128657.71701802,
                                            speed = 138.88888888889,
                                            y = 754955.86134116,
                                        }, -- end of [18]
                                        [19] = 
                                        {
                                            alt = 430,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.759437,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.761624,
                                            x = -124921.90954665,
                                            speed = 138.88888888889,
                                            airdromeId = 27,
                                            y = 760428.0733062,
                                        }, -- end of [19]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Escort",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 1,
                                        lat = 0.759437,
                                        skill = "Player",
                                        y = 760428.0733062,
                                        long = 0.761624,
                                        x = -124921.90954665,
                                        name = "Александр",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [7]
                                            }, -- end of pylons
                                            fuel = "3500",
                                            flare = 30,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 5,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 3,
                                            name = "113",
                                        }, -- end of callsign
                                        onboard_num = 13,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 94,
                                        lat = 0.75943,
                                        skill = "Excellent",
                                        y = 760466.37391759,
                                        long = 0.761631,
                                        x = -124962.31193751,
                                        name = "Wingman",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [7]
                                            }, -- end of pylons
                                            fuel = "3500",
                                            flare = 30,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 5,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 4,
                                            name = 104,
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = true,
                                name = "Ru-AWACS",
                                groupId = 23,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 7063,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75599404969714,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74940093609405,
                                            x = -153939.88204423,
                                            speed = 138.88888888889,
                                            y = 706395.00975458,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 7063,
                                            type = "Turning Point",
                                            action = "Begin Loop",
                                            lat = 0.74893633424166,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7659498374689,
                                            x = -189205.63142132,
                                            speed = 138.88888888889,
                                            y = 789285.54759353,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 7063,
                                            type = "Turning Point",
                                            action = "End Loop",
                                            lat = 0.75723784329728,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74631265088572,
                                            x = -147732.09995073,
                                            speed = 138.88888888889,
                                            y = 691095.93496098,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 1063,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77038437319305,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75683627679007,
                                            x = -58022.597204723,
                                            speed = 138.88888888889,
                                            y = 729395.79459802,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 320,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.771891,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.751935,
                                            x = -51251.551717591,
                                            speed = 138.88888888889,
                                            airdromeId = 26,
                                            y = 705718.47981263,
                                        }, -- end of [5]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "AWACS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "A-50",
                                        CLSID = "{CA17F0F8-6AEB-43FA-BC90-76732137F61D}",
                                        unitId = 32,
                                        lat = 0.75599404969714,
                                        skill = "Excellent",
                                        long = 0.74940093609405,
                                        x = -153939.88204423,
                                        name = "AWACS",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "70000",
                                            flare = 192,
                                            chaff = 192,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 706395.00975458,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 1,
                                            name = 101,
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [2]
                            [3] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "Ru-CAP",
                                groupId = 24,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75310054110222,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76630067195811,
                                            x = -162454.60445083,
                                            speed = 138.88888888889,
                                            y = 787448.88028094,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Begin Loop",
                                            lat = 0.74804557943894,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76220501718033,
                                            x = -197156.9342669,
                                            speed = 138.88888888889,
                                            y = 772481.51311291,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "End Loop",
                                            lat = 0.75542329821491,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74446182370229,
                                            x = -160295.80990726,
                                            speed = 138.88888888889,
                                            y = 683837.46316419,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 1000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75888479501174,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76011199432388,
                                            x = -129345.47137603,
                                            speed = 138.88888888889,
                                            y = 753869.0250578,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 430,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.759437,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.761624,
                                            x = -124921.90954665,
                                            speed = 138.88888888889,
                                            airdromeId = 27,
                                            y = 760428.0733062,
                                        }, -- end of [5]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "CAP",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 33,
                                        lat = 0.75310054110222,
                                        skill = "Excellent",
                                        long = 0.76630067195811,
                                        x = -162454.60445083,
                                        name = "BARCAP",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{9B25D316-0434-4954-868F-D51DB1A38DF0}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{9B25D316-0434-4954-868F-D51DB1A38DF0}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [7]
                                            }, -- end of pylons
                                            fuel = "3500",
                                            flare = 30,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 5,
                                        y = 787448.88028094,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 2,
                                            name = 102,
                                        }, -- end of callsign
                                        onboard_num = 12,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 34,
                                        lat = 0.75309354110222,
                                        skill = "Excellent",
                                        long = 0.76630767195811,
                                        x = -162494.91765864,
                                        name = "Pilot #5",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{9B25D316-0434-4954-868F-D51DB1A38DF0}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{9B25D316-0434-4954-868F-D51DB1A38DF0}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [7]
                                            }, -- end of pylons
                                            fuel = "3500",
                                            flare = 30,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 5,
                                        y = 787487.31436654,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 3,
                                            name = 103,
                                        }, -- end of callsign
                                        onboard_num = 13,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [3]
                            [4] = 
                            {
                                hidden = false,
                                name = "Ru-Recon",
                                groupId = 25,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1761,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.759437,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.761624,
                                            x = -124921.90954665,
                                            speed = 138.88888888889,
                                            airdromeId = 27,
                                            y = 760428.0733062,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 1761,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75983235141469,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76266584641149,
                                            x = -121779.28217354,
                                            speed = 250,
                                            y = 764930.06991614,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 3500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7511148363168,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76470886498231,
                                            x = -176083.61554216,
                                            speed = 250,
                                            y = 781667.95314022,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 3500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74889580719738,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76246601855872,
                                            x = -191582.66201136,
                                            speed = 250,
                                            y = 773005.16509025,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 3500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74873672482375,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76092630701534,
                                            x = -193517.5397746,
                                            speed = 250,
                                            y = 765914.95550295,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 2500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74908470229213,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75883411468953,
                                            x = -192546.55779689,
                                            speed = 250,
                                            y = 755844.7156531,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74557240843996,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7607805186063,
                                            x = -213769.89847516,
                                            speed = 250,
                                            y = 767796.31021098,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 1003,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74277499577301,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7590079239042,
                                            x = -232655.08517925,
                                            speed = 250,
                                            y = 761712.48805319,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            alt = 1051,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74210171331801,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7544181078647,
                                            x = -239617.36384876,
                                            speed = 250,
                                            y = 740611.69550138,
                                        }, -- end of [9]
                                        [10] = 
                                        {
                                            alt = 1288,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73869910478104,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75666877794721,
                                            x = -259996.61505854,
                                            speed = 250,
                                            y = 753894.92197309,
                                        }, -- end of [10]
                                        [11] = 
                                        {
                                            alt = 419,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73477853822509,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75169722075532,
                                            x = -287837.41928492,
                                            speed = 250,
                                            y = 733357.72183637,
                                        }, -- end of [11]
                                        [12] = 
                                        {
                                            alt = 525,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73841568789218,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.747105535011,
                                            x = -267218.87970106,
                                            speed = 250,
                                            y = 708876.46371572,
                                        }, -- end of [12]
                                        [13] = 
                                        {
                                            alt = 525,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74029384273629,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7447606429083,
                                            x = -256530.55226697,
                                            speed = 250,
                                            y = 696403.04067761,
                                        }, -- end of [13]
                                        [14] = 
                                        {
                                            alt = 525,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74230997146275,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73307852243447,
                                            x = -249809.07761108,
                                            speed = 250,
                                            y = 639881.03879731,
                                        }, -- end of [14]
                                        [15] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74846166138083,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73354437567236,
                                            x = -210378.67563401,
                                            speed = 250,
                                            y = 637847.72993728,
                                        }, -- end of [15]
                                        [16] = 
                                        {
                                            alt = 4367,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75389044584983,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74204507412333,
                                            x = -171368.73272138,
                                            speed = 250,
                                            y = 673718.85454195,
                                        }, -- end of [16]
                                        [17] = 
                                        {
                                            alt = 3150,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75948799317417,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7532807390522,
                                            x = -129485.65343787,
                                            speed = 250,
                                            y = 721704.48279739,
                                        }, -- end of [17]
                                        [18] = 
                                        {
                                            alt = 1288,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.759437,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.761624,
                                            x = -124921.90954665,
                                            speed = 138.88888888889,
                                            airdromeId = 27,
                                            y = 760428.0733062,
                                        }, -- end of [18]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Reconnaissance",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-24MR",
                                        CLSID = "{0282A9C1-0B38-11d6-9193-00A0249B6F00}",
                                        unitId = 36,
                                        lat = 0.759437,
                                        skill = "Excellent",
                                        y = 760428.0733062,
                                        long = 0.761624,
                                        x = -124921.90954665,
                                        name = "RECON",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{7D7EC917-05F6-49D4-8045-61FC587DD019}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{0519A263-0AB6-11d6-9193-00A0249B6F00}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{7D7EC917-05F6-49D4-8045-61FC587DD019}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{0519A261-0AB6-11d6-9193-00A0249B6F00}",
                                                }, -- end of [5]
                                            }, -- end of pylons
                                            fuel = "11700",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 2,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "211",
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [4]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                heading = 6.0258615922085,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75941837892154,
                                            long = 0.76172336975092,
                                            x = -124981.02507053,
                                            name = "",
                                            speed = 0,
                                            y = 760904.43997384,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 10,
                                lat = 0.75941837892154,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "IL-76MD",
                                        CLSID = "{439A1A0C-1A35-4B45-A0ED-2F2A0B0E8F31}",
                                        unitId = 19,
                                        lat = 0.75941837892154,
                                        long = 0.76172336975092,
                                        x = -124981.02507053,
                                        name = "New Static Object #001",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 760904.43997384,
                                        heading = 6.0258615922085,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.76172336975092,
                                name = "New Static Object #001",
                                dead = false,
                            }, -- end of [1]
                            [2] = 
                            {
                                heading = 6.0258615922085,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75939955838476,
                                            long = 0.7616874592678,
                                            x = -125122.43175147,
                                            name = "",
                                            speed = 0,
                                            y = 760753.59551877,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 11,
                                lat = 0.75939955838476,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 20,
                                        lat = 0.75939955838476,
                                        long = 0.7616874592678,
                                        x = -125122.43175147,
                                        name = "New Static Object #002",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 760753.59551877,
                                        heading = 6.0258615922085,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.7616874592678,
                                name = "New Static Object #002",
                                dead = false,
                            }, -- end of [2]
                            [3] = 
                            {
                                heading = 6.0258615922085,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.759396024435,
                                            long = 0.76167626008317,
                                            x = -125151.65269546,
                                            name = "",
                                            speed = 0,
                                            y = 760704.60499689,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 12,
                                lat = 0.759396024435,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 21,
                                        lat = 0.759396024435,
                                        long = 0.76167626008317,
                                        x = -125151.65269546,
                                        name = "New Static Object #003",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 760704.60499689,
                                        heading = 6.0258615922085,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.76167626008317,
                                name = "New Static Object #003",
                                dead = false,
                            }, -- end of [3]
                            [4] = 
                            {
                                heading = 6.0258615922085,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75939175083718,
                                            long = 0.76166304551257,
                                            x = -125186.79273111,
                                            name = "",
                                            speed = 0,
                                            y = 760646.88468788,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 13,
                                lat = 0.75939175083718,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 22,
                                        lat = 0.75939175083718,
                                        long = 0.76166304551257,
                                        x = -125186.79273111,
                                        name = "New Static Object #004",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 760646.88468788,
                                        heading = 6.0258615922085,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.76166304551257,
                                name = "New Static Object #004",
                                dead = false,
                            }, -- end of [4]
                            [5] = 
                            {
                                heading = 6.0258615922085,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75938616231234,
                                            long = 0.76164881291289,
                                            x = -125230.91945033,
                                            name = "",
                                            speed = 0,
                                            y = 760585.53967408,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 14,
                                lat = 0.75938616231234,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 23,
                                        lat = 0.75938616231234,
                                        long = 0.76164881291289,
                                        x = -125230.91945033,
                                        name = "New Static Object #005",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 760585.53967408,
                                        heading = 6.0258615922085,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.76164881291289,
                                name = "New Static Object #005",
                                dead = false,
                            }, -- end of [5]
                            [6] = 
                            {
                                heading = 6.0258615922085,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75937950543174,
                                            long = 0.76162844437322,
                                            x = -125285.52718684,
                                            name = "",
                                            speed = 0,
                                            y = 760496.62944596,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 15,
                                lat = 0.75937950543174,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 24,
                                        lat = 0.75937950543174,
                                        long = 0.76162844437322,
                                        x = -125285.52718684,
                                        name = "New Static Object #006",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 760496.62944596,
                                        heading = 6.0258615922085,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.76162844437322,
                                name = "New Static Object #006",
                                dead = false,
                            }, -- end of [6]
                            [7] = 
                            {
                                heading = 6.0258615922085,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75937514971781,
                                            long = 0.76161656779157,
                                            x = -125320.38902498,
                                            name = "",
                                            speed = 0,
                                            y = 760445.1826895,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 16,
                                lat = 0.75937514971781,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-25T",
                                        CLSID = "{31E68806-0891-4e12-9573-D1CFEA8C96F8}",
                                        unitId = 25,
                                        lat = 0.75937514971781,
                                        rate = "50",
                                        long = 0.76161656779157,
                                        x = -125320.38902498,
                                        name = "New Static Object #007",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 760445.1826895,
                                        heading = 6.0258615922085,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.76161656779157,
                                name = "New Static Object #007",
                                dead = false,
                            }, -- end of [7]
                            [8] = 
                            {
                                heading = 6.0258615922085,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75937071183913,
                                            long = 0.76160411311744,
                                            x = -125356.12053279,
                                            name = "",
                                            speed = 0,
                                            y = 760391.12348088,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 17,
                                lat = 0.75937071183913,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-25T",
                                        CLSID = "{31E68806-0891-4e12-9573-D1CFEA8C96F8}",
                                        unitId = 26,
                                        lat = 0.75937071183913,
                                        rate = "50",
                                        long = 0.76160411311744,
                                        x = -125356.12053279,
                                        name = "New Static Object #008",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 760391.12348088,
                                        heading = 6.0258615922085,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.76160411311744,
                                name = "New Static Object #008",
                                dead = false,
                            }, -- end of [8]
                            [9] = 
                            {
                                heading = 1.1341691669814,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.7593933945266,
                                            long = 0.76168620271966,
                                            x = -125162.4522677,
                                            name = "",
                                            speed = 0,
                                            y = 760752.90818969,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 19,
                                lat = 0.7593933945266,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ATZ-10",
                                        CLSID = "{C0A5AA21-5A93-4707-9A9F-2AE24C4A22B0}",
                                        unitId = 28,
                                        lat = 0.7593933945266,
                                        long = 0.76168620271966,
                                        x = -125162.4522677,
                                        name = "New Static Object #010",
                                        category = "Ground vehicles",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 760752.90818969,
                                        heading = 1.1341691669814,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.76168620271966,
                                name = "New Static Object #010",
                                dead = false,
                            }, -- end of [9]
                            [10] = 
                            {
                                heading = 6.1413770201129,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75938213530547,
                                            long = 0.76163855734325,
                                            x = -125262.7163637,
                                            name = "",
                                            speed = 0,
                                            y = 760541.33643536,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 20,
                                lat = 0.75938213530547,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ATZ-10",
                                        CLSID = "{C0A5AA21-5A93-4707-9A9F-2AE24C4A22B0}",
                                        unitId = 29,
                                        lat = 0.75938213530547,
                                        long = 0.76163855734325,
                                        x = -125262.7163637,
                                        name = "New Static Object #011",
                                        category = "Ground vehicles",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 760541.33643536,
                                        heading = 6.1413770201129,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.76163855734325,
                                name = "New Static Object #011",
                                dead = false,
                            }, -- end of [10]
                            [11] = 
                            {
                                heading = 2.6519474417174,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75936742453364,
                                            long = 0.76161430190021,
                                            x = -125370.9607515,
                                            name = "",
                                            speed = 0,
                                            y = 760441.11640998,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 21,
                                lat = 0.75936742453364,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZiL-131 APA-80",
                                        CLSID = "{A207B91F-77F0-4647-8D74-88A9D3851EAD}",
                                        unitId = 30,
                                        lat = 0.75936742453364,
                                        long = 0.76161430190021,
                                        x = -125370.9607515,
                                        name = "New Static Object #012",
                                        category = "Ground vehicles",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 760441.11640998,
                                        heading = 2.6519474417174,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.76161430190021,
                                name = "New Static Object #012",
                                dead = false,
                            }, -- end of [11]
                            [12] = 
                            {
                                heading = 0.90482708941579,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75937227331283,
                                            long = 0.76162668881407,
                                            x = -125332.65211082,
                                            name = "",
                                            speed = 0,
                                            y = 760494.51872176,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 22,
                                lat = 0.75937227331283,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZiL-131 APA-80",
                                        CLSID = "{A207B91F-77F0-4647-8D74-88A9D3851EAD}",
                                        unitId = 31,
                                        lat = 0.75937227331283,
                                        long = 0.76162668881407,
                                        x = -125332.65211082,
                                        name = "New Static Object #013",
                                        category = "Ground vehicles",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 760494.51872176,
                                        heading = 0.90482708941579,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.76162668881407,
                                name = "New Static Object #013",
                                dead = false,
                            }, -- end of [12]
                        }, -- end of group
                    }, -- end of static
                }, -- end of [1]
            }, -- end of country
        }, -- end of red
    }, -- end of coalition
    sortie = "Сопровождение Разведки",
    version = 2,
    trigfuncStartup = 
    {
    }, -- end of trigfuncStartup
    currentKey = 34698,
    start_time = 69300,
    forcedOptions = 
    {
    }, -- end of forcedOptions
    failures = 
    {
        hydro = 
        {
            hh = 0,
            prob = 100,
            label = "HYDRO",
            enable = false,
            mmint = 1,
            id = "hydro",
            mm = 0,
        }, -- end of hydro
        eos = 
        {
            hh = 0,
            prob = 100,
            label = "EOS",
            enable = false,
            mmint = 1,
            id = "eos",
            mm = 0,
        }, -- end of eos
        ecm = 
        {
            hh = 0,
            prob = 100,
            label = "ECM",
            enable = false,
            mmint = 1,
            id = "ecm",
            mm = 0,
        }, -- end of ecm
        helmet = 
        {
            hh = 0,
            prob = 100,
            label = "HELMET",
            enable = false,
            mmint = 1,
            id = "helmet",
            mm = 0,
        }, -- end of helmet
        l_engine = 
        {
            hh = 0,
            prob = 100,
            label = "L-ENGINE",
            enable = false,
            mmint = 1,
            id = "l_engine",
            mm = 0,
        }, -- end of l_engine
        autopilot = 
        {
            hh = 0,
            prob = 100,
            label = "AUTOPILOT",
            enable = false,
            mmint = 1,
            id = "autopilot",
            mm = 0,
        }, -- end of autopilot
        hud = 
        {
            hh = 0,
            prob = 100,
            label = "HUD",
            enable = false,
            mmint = 1,
            id = "hud",
            mm = 0,
        }, -- end of hud
        asc = 
        {
            hh = 0,
            prob = 100,
            label = "ASC",
            enable = false,
            mmint = 1,
            id = "asc",
            mm = 0,
        }, -- end of asc
        rws = 
        {
            hh = 0,
            prob = 100,
            label = "RWS",
            enable = false,
            mmint = 1,
            id = "rws",
            mm = 0,
        }, -- end of rws
        r_engine = 
        {
            hh = 0,
            prob = 100,
            label = "R-ENGINE",
            enable = false,
            mmint = 1,
            id = "r_engine",
            mm = 0,
        }, -- end of r_engine
        mfd = 
        {
            hh = 0,
            prob = 100,
            label = "MFD",
            enable = false,
            mmint = 1,
            id = "mfd",
            mm = 0,
        }, -- end of mfd
        radar = 
        {
            hh = 0,
            prob = 100,
            label = "RADAR",
            enable = false,
            mmint = 1,
            id = "radar",
            mm = 0,
        }, -- end of radar
    }, -- end of failures
} -- end of mission
