mission = 
{
    trig = 
    {
        actions = 
        {
            [1] = "a_activate_group(\"Tu GAI 1\"); mission.trig.func[1]='';",
            [2] = "a_activate_group(\"Tu GAI 1\"); mission.trig.func[2]='';",
            [3] = "a_activate_group(\"Tu GAI 1\"); mission.trig.func[3]='';",
            [4] = "a_activate_group(\"Tu GAI 1\"); mission.trig.func[4]='';",
            [5] = "a_out_text_delay(\"717, я контроль. Задача выполнена. Возврат на точку.\", \"15\");a_out_sound(\"9-1a.wav\"); mission.trig.func[5]='';",
            [6] = "a_activate_group(\"Tu GAI 2\"); mission.trig.func[6]='';",
            [7] = "a_activate_group(\"Tu GAI 3\"); mission.trig.func[7]='';",
        }, -- 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",
            [4] = "if mission.trig.conditions[4]() then mission.trig.actions[4]() end",
            [5] = "if mission.trig.conditions[5]() then mission.trig.actions[5]() end",
            [6] = "if mission.trig.conditions[6]() then mission.trig.actions[6]() end",
            [7] = "if mission.trig.conditions[7]() then mission.trig.actions[7]() end",
        }, -- end of func
        flag = 
        {
            [1] = true,
            [2] = true,
            [3] = true,
            [4] = true,
            [5] = true,
            [6] = true,
            [7] = true,
        }, -- end of flag
        conditions = 
        {
            [1] = "return(c_unit_in_zone(\"1\", \"Zone 1\") )",
            [2] = "return(c_unit_in_zone(\"1\", \"Zone 2\") )",
            [3] = "return(c_unit_in_zone(\"1\", \"Zone 3\") )",
            [4] = "return(c_unit_in_zone(\"1\", \"Zone 4\") )",
            [5] = "return(c_group_dead(\"Tu GAI 1\") and c_group_dead(\"Tu GAI 2\") and c_group_dead(\"Tu GAI 3\") )",
            [6] = "return(c_unit_out_zone(\"3\", \"GAI Depart\") )",
            [7] = "return(c_unit_out_zone(\"5\", \"GAI Depart\") )",
        }, -- 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] = 
                {
                    group = 2,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [1]
                [2] = 
                {
                    group = 3,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [2]
                [3] = 
                {
                    group = 45,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [3]
            }, -- 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(\"1\", \"Zone 1\") then a_activate_group(\"Tu GAI 1\"); 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(\"1\", \"Zone 3\") then a_activate_group(\"Tu GAI 1\"); mission.trigfunc[3]='';end;",
        [4] = "if c_unit_in_zone(\"1\", \"Zone 4\") then a_activate_group(\"Tu GAI 1\"); mission.trigfunc[4]='';end;",
        [5] = "if c_group_dead(\"Tu GAI 1\") and c_group_dead(\"Tu GAI 2\") and c_group_dead(\"Tu GAI 3\") then a_out_text_delay(\"717, я контроль. Задача выполнена. Возврат на точку.\", \"15\");a_out_sound(\"9-1a.wav\"); mission.trigfunc[5]='';end;",
        [6] = "if c_unit_out_zone(\"3\", \"GAI Depart\") then a_activate_group(\"Tu GAI 2\"); mission.trigfunc[6]='';end;",
        [7] = "if c_unit_out_zone(\"5\", \"GAI Depart\") then a_activate_group(\"Tu GAI 3\"); mission.trigfunc[7]='';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 = 
        {
            thickness = 40,
            visibility = 500,
            density = 2,
        }, -- 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 = 490,
            base = 3000,
            iprecptns = 0,
        }, -- end of clouds
    }, -- end of weather
    result = 
    {
        [1] = "if c_group_dead(\"Tu GAI 1\") and c_group_dead(\"Tu GAI 2\") and c_group_dead(\"Tu GAI 3\")  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_group_dead(\"Tu GAI 1\") and c_group_dead(\"Tu GAI 2\") and c_group_dead(\"Tu GAI 3\") )",
                [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 = 8000,
                zoneId = 5,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 0.50196078431373,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.7318461252049,
                hidden = true,
                long = 0.73143887937518,
                x = -317295.81286381,
                name = "GAI Depart",
                y = 639167.40840159,
            }, -- end of [1]
            [2] = 
            {
                radius = 40000,
                zoneId = 1,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 0.50196078431373,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.73919050184132,
                hidden = true,
                long = 0.75413519016584,
                x = -258331.76580681,
                name = "Zone 1",
                y = 741532.22720523,
            }, -- end of [2]
            [3] = 
            {
                radius = 40000,
                zoneId = 2,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 0.50196078431373,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.74119134393411,
                hidden = true,
                long = 0.74357309113686,
                x = -251452.97385386,
                name = "Zone 2",
                y = 690147.09727486,
            }, -- end of [3]
            [4] = 
            {
                radius = 40000,
                zoneId = 3,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 0.50196078431373,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.74126334071875,
                hidden = true,
                long = 0.7315465968954,
                x = -257239.73893589,
                name = "Zone 3",
                y = 633363.31745977,
            }, -- end of [4]
            [5] = 
            {
                radius = 40000,
                zoneId = 4,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 0.50196078431373,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.73551944693915,
                hidden = true,
                long = 0.76101444787041,
                x = -277704.74036461,
                name = "Zone 4",
                y = 776997.03633111,
            }, -- end of [5]
        }, -- end of zones
    }, -- end of triggers
    map = 
    {
        centerY = 0.74723465117899,
        zoom = 1000000,
        centerX = 0.74445071571493,
    }, -- 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 = "Вылеты F-16С противника с а/б Кобулети представляют опасность нашим операциям. Эту угрозу необходимо устранить.",
    trigflag = 
    {
        [1] = true,
        [2] = true,
        [3] = true,
        [4] = true,
        [5] = true,
        [6] = true,
        [7] = true,
    }, -- end of trigflag
    descriptionRedTask = "Проведи боевое дежурство между Кутаиси и Поти для вывода перехватчиков F-16С с последующей атакой.",
    pictureFileNameB = 
    {
    }, -- end of pictureFileNameB
    pictureFileNameR = 
    {
        [1] = "9B{E084BA33-D2B1-42d1-BD70-CC15B568058D}.png",
    }, -- end of pictureFileNameR
    trigrules = 
    {
        [1] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    zone = 1,
                    predicate = "c_unit_in_zone",
                    unit = 1,
                }, -- 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 1",
        }, -- end of [1]
        [2] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    zone = 2,
                    predicate = "c_unit_in_zone",
                    unit = 1,
                }, -- 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] = 
                {
                    zone = 3,
                    predicate = "c_unit_in_zone",
                    unit = 1,
                }, -- 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 3",
        }, -- end of [3]
        [4] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    zone = 4,
                    predicate = "c_unit_in_zone",
                    unit = 1,
                }, -- 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 4",
        }, -- end of [4]
        [5] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    group = 2,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [1]
                [2] = 
                {
                    group = 3,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [2]
                [3] = 
                {
                    group = 45,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [3]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    text = "717, я контроль. Задача выполнена. Возврат на точку.",
                    predicate = "a_out_text_delay",
                    seconds = 15,
                }, -- end of [1]
                [2] = 
                {
                    seconds = 10,
                    file = "9-1a.wav",
                    predicate = "a_out_sound",
                    text = "",
                }, -- end of [2]
            }, -- end of actions
            comment = "Primary",
        }, -- end of [5]
        [6] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    zone = 5,
                    predicate = "c_unit_out_zone",
                    unit = 3,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    group = 3,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "GAI 2",
        }, -- end of [6]
        [7] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    zone = 5,
                    predicate = "c_unit_out_zone",
                    unit = 5,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    group = 45,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "GAI 3",
        }, -- end of [7]
    }, -- 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 = 1850,
                                            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 [1]
                            [2] = 
                            {
                                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 [2]
                            [3] = 
                            {
                                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 [3]
                            [4] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 44,
                                            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 [4]
                            [5] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 12,
                                            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 [5]
                        }, -- 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 = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "Tu GAI 1",
                                groupId = 2,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1000,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            lat = 0.731802,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.730691,
                                            x = -317948.32727306,
                                            speed = 250,
                                            airdromeId = 24,
                                            y = 635639.37385346,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73216072083846,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.74405038010565,
                                                    radius = 100000,
                                                    y = 696020.99010465,
                                                    x = -282873.90661969,
                                                    lat = 0.73622015095179,
                                                    categories = 
                                                    {
                                                        [1] = "Planes",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.73225645234091,
                                            x = -314885.35566413,
                                            speed = 250,
                                            y = 642851.46869153,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73443340561347,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73874328789973,
                                            x = -297081.02276082,
                                            speed = 250,
                                            y = 672115.12837517,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73990468596093,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75464471969012,
                                            x = -253490.34570716,
                                            speed = 250,
                                            y = 743386.41838003,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74757568787271,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74186237384701,
                                            x = -211698.40126406,
                                            speed = 250,
                                            y = 677466.38609949,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.735960933535,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74013961451624,
                                            x = -286613.43033304,
                                            speed = 250,
                                            y = 677671.82327102,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 180,
                                            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 = 2,
                                        lat = 0.731802,
                                        skill = "Random",
                                        y = 635639.37385346,
                                        long = 0.730691,
                                        x = -317948.32727306,
                                        name = "GAI1 1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [4]
                                                [6] = 
                                                {
                                                    CLSID = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{DA8F810A-EA40-4091-8127-CC2E026041E7}",
                                                }, -- 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] = 1,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Enfield11",
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "F-16C bl.50",
                                        CLSID = "{B5B20CFE-3D22-4EC0-A5C4-DDCDD68B5318}",
                                        unitId = 3,
                                        lat = 0.731795,
                                        skill = "Random",
                                        y = 635677.2300221,
                                        long = 0.730698,
                                        x = -317989.45333289,
                                        name = "GAI1 2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [4]
                                                [6] = 
                                                {
                                                    CLSID = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{DA8F810A-EA40-4091-8127-CC2E026041E7}",
                                                }, -- 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] = 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 = 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 = 1884,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73286106765359,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.74183294220251,
                                                    radius = 100000,
                                                    y = 683042.76051685,
                                                    x = -262145.23979752,
                                                    lat = 0.73966089774678,
                                                    categories = 
                                                    {
                                                        [1] = "Planes",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.73200348531464,
                                            x = -310548.38363948,
                                            speed = 250,
                                            y = 641183.49981621,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74386366061025,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74794202359275,
                                            x = -232037.93018038,
                                            speed = 250,
                                            y = 708756.92871702,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 3019,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75035264787544,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73675468360034,
                                            x = -196687.58809936,
                                            speed = 250,
                                            y = 651559.57665884,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 2083,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7347296974729,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72965902828506,
                                            x = -299806.3646472,
                                            speed = 250,
                                            y = 628800.28514453,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            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 [6]
                                    }, -- 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 = 4,
                                        lat = 0.731802,
                                        skill = "Random",
                                        y = 635639.37385346,
                                        long = 0.730691,
                                        x = -317948.32727306,
                                        name = "GAI2 1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [4]
                                                [6] = 
                                                {
                                                    CLSID = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{DA8F810A-EA40-4091-8127-CC2E026041E7}",
                                                }, -- 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] = 2,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Springfield11",
                                        }, -- end of callsign
                                        onboard_num = 13,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "F-16C bl.50",
                                        CLSID = "{B5B20CFE-3D22-4EC0-A5C4-DDCDD68B5318}",
                                        unitId = 5,
                                        lat = 0.731795,
                                        skill = "Random",
                                        y = 635677.2300221,
                                        long = 0.730698,
                                        x = -317989.45333289,
                                        name = "GAI2 2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [4]
                                                [6] = 
                                                {
                                                    CLSID = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{DA8F810A-EA40-4091-8127-CC2E026041E7}",
                                                }, -- 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] = 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,
                                name = "Tu GAI 3",
                                groupId = 45,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 39,
                                            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 = 1000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73192656860627,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.73891266962555,
                                                    radius = 80000,
                                                    y = 671443.01496466,
                                                    x = -283594.12236826,
                                                    lat = 0.73653591063585,
                                                    categories = 
                                                    {
                                                        [1] = "Planes",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.73129131061268,
                                            x = -316856.47827626,
                                            speed = 250,
                                            y = 638410.93191113,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 1000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73386257050552,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73450740851726,
                                            x = -302902.13028018,
                                            speed = 250,
                                            y = 652395.20742214,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 1547,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74219245236526,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75075559025647,
                                            x = -241123.04627626,
                                            speed = 250,
                                            y = 723274.33154922,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 3019,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74898817527699,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73926596747766,
                                            x = -204067.38493776,
                                            speed = 250,
                                            y = 664269.25076452,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 1000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73165329302824,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72967853838123,
                                            x = -319398.66288382,
                                            speed = 250,
                                            y = 630924.74721333,
                                        }, -- 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 = 89,
                                        lat = 0.731802,
                                        skill = "Random",
                                        y = 635639.37385346,
                                        long = 0.730691,
                                        x = -317948.32727306,
                                        name = "GAI3 1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [4]
                                                [6] = 
                                                {
                                                    CLSID = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{DA8F810A-EA40-4091-8127-CC2E026041E7}",
                                                }, -- 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 = 90,
                                        lat = 0.731795,
                                        skill = "Random",
                                        y = 635677.2300221,
                                        long = 0.730698,
                                        x = -317989.45333289,
                                        name = "GAI3 2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [4]
                                                [6] = 
                                                {
                                                    CLSID = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{DA8F810A-EA40-4091-8127-CC2E026041E7}",
                                                }, -- 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]
                        }, -- 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 = 430,
                                            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.75947114396608,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76167997755162,
                                            x = -124670.86388693,
                                            speed = 5.5555555555556,
                                            y = 760659.20282749,
                                        }, -- 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.75947114396608,
                                        skill = "Random",
                                        long = 0.76167997755162,
                                        x = -124670.86388693,
                                        name = "Unit #31",
                                        heading = 0,
                                        y = 760659.20282749,
                                    }, -- 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 = 777,
                                            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 = 4000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75510623745825,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75693165834115,
                                            x = -155290.12245697,
                                            speed = 222.22222222222,
                                            y = 742130.05501769,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73757666721792,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74540303388294,
                                            x = -273498.9932448,
                                            speed = 222.22222222222,
                                            y = 701435.04206421,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73546792084655,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72742769746165,
                                            x = -296193.5199903,
                                            speed = 222.22222222222,
                                            y = 617729.58075363,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75482511245105,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74144369738401,
                                            x = -165735.29577947,
                                            speed = 222.22222222222,
                                            y = 670235.44659861,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75917086230873,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75290464880098,
                                            x = -131720.29064544,
                                            speed = 222.22222222222,
                                            y = 720211.24576155,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 1500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75896932548674,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7603611400243,
                                            x = -128657.71701802,
                                            speed = 194.44444444444,
                                            y = 754955.86134116,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            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 [9]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Fighter Sweep",
                                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 = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- 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 = "{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] = 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 = 35,
                                        lat = 0.75943,
                                        skill = "Excellent",
                                        y = 760466.37391759,
                                        long = 0.761631,
                                        x = -124962.31193751,
                                        name = "Wingman 2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- 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 = "{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] = 7,
                                            [2] = 1,
                                            [3] = 4,
                                            name = "714",
                                        }, -- end of callsign
                                        onboard_num = 14,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 84,
                                        lat = 0.759423,
                                        skill = "Excellent",
                                        y = 760504.67452897,
                                        long = 0.761638,
                                        x = -125002.71432837,
                                        name = "Wingman 3",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- 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 = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- 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 = 18,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 85,
                                        lat = 0.759416,
                                        skill = "Excellent",
                                        y = 760542.97514035,
                                        long = 0.761645,
                                        x = -125043.11671923,
                                        name = "Wingman 4",
                                        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] = 6,
                                            name = 106,
                                        }, -- end of callsign
                                        onboard_num = 19,
                                    }, -- end of [4]
                                }, -- 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.75646986967343,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74938891192575,
                                            x = -150915.28760376,
                                            speed = 138.88888888889,
                                            y = 705978.6515968,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 7063,
                                            type = "Turning Point",
                                            action = "Begin Loop",
                                            lat = 0.74494506578466,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76830622207046,
                                            x = -213193.82729566,
                                            speed = 138.88888888889,
                                            y = 803698.26449286,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 7063,
                                            type = "Turning Point",
                                            action = "End Loop",
                                            lat = 0.75553522943288,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75105778304461,
                                            x = -155934.43936125,
                                            speed = 138.88888888889,
                                            y = 714459.37477292,
                                        }, -- 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.75646986967343,
                                        skill = "Excellent",
                                        long = 0.74938891192575,
                                        x = -150915.28760376,
                                        name = "AWACS",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "70000",
                                            flare = 192,
                                            chaff = 192,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 705978.6515968,
                                        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.75695393888573,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74075721784327,
                                            x = -152535.64744161,
                                            speed = 138.88888888889,
                                            y = 665491.00916221,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75615323346996,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.75133727464612,
                                                    radius = 100000,
                                                    y = 718086.80597701,
                                                    x = -174965.68887838,
                                                    lat = 0.75252309173061,
                                                    categories = 
                                                    {
                                                        [1] = "Planes",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.74268868415011,
                                            x = -156605.42109786,
                                            speed = 138.88888888889,
                                            y = 675058.84407428,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            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 [3]
                                        [4] = 
                                        {
                                            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 [4]
                                        [5] = 
                                        {
                                            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 [5]
                                        [6] = 
                                        {
                                            alt = 523,
                                            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 [6]
                                    }, -- 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.75695393888573,
                                        skill = "Excellent",
                                        long = 0.74075721784327,
                                        x = -152535.64744161,
                                        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 = 665491.00916221,
                                        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.75694693888573,
                                        skill = "Excellent",
                                        long = 0.74076421784327,
                                        x = -152576.55024657,
                                        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 = 665528.68818864,
                                        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 = true,
                                name = "Ru-Recon",
                                groupId = 25,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 4695,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74183746469653,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75594060460747,
                                            x = -240419.46279086,
                                            speed = 250,
                                            y = 747996.35026681,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Begin Loop",
                                            lat = 0.74449848277894,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73217843200252,
                                            x = -236314.23660996,
                                            speed = 250,
                                            y = 634151.39099312,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "End Loop",
                                            lat = 0.74201510581517,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75460333962144,
                                            x = -240063.90474116,
                                            speed = 250,
                                            y = 741552.74006107,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77064005164443,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75612831004836,
                                            x = -56808.198736236,
                                            speed = 250,
                                            y = 725945.337235,
                                        }, -- 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 = "Reconnaissance",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-24MR",
                                        CLSID = "{0282A9C1-0B38-11d6-9193-00A0249B6F00}",
                                        unitId = 36,
                                        lat = 0.74183746469653,
                                        skill = "Excellent",
                                        long = 0.75594060460747,
                                        x = -240419.46279086,
                                        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,
                                        y = 747996.35026681,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 5,
                                            name = 105,
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [4]
                            [5] = 
                            {
                                hidden = true,
                                name = "Trans",
                                groupId = 44,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76064449331227,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7643065302151,
                                            x = -115612.20502356,
                                            speed = 138.88888888889,
                                            y = 771852.16399733,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75937597154925,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76018121055627,
                                            x = -126174.80094547,
                                            speed = 138.88888888889,
                                            y = 753787.86514544,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7590093340122,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76047919980224,
                                            x = -128332.11795827,
                                            speed = 138.88888888889,
                                            y = 755470.90592504,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            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 [4]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Transport",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "IL-76MD",
                                        CLSID = "{439A1A0C-1A35-4B45-A0ED-2F2A0B0E8F31}",
                                        unitId = 86,
                                        lat = 0.76064449331227,
                                        skill = "High",
                                        long = 0.7643065302151,
                                        x = -115612.20502356,
                                        name = "Pilot #6",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "80000",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 771852.16399733,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 7,
                                            name = 107,
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [5]
                        }, -- 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 = 24463,
    start_time = 56400,
    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
