mission = 
{
    trig = 
    {
        actions = 
        {
            [1] = "a_out_text_delay(\"Появилась новая группа целей\\\
\", \"20\");a_activate_group(\"Target 4\");a_activate_group(\"Target 5\");a_activate_group(\"Target 6\");a_out_sound(\"pickle2.ogg\"); mission.trig.func[1]='';",
            [2] = "a_out_text_delay(\"Появилась группа F-5E\", \"20\");a_activate_group(\"Target 4.1\");a_out_sound(\"pickle2.ogg\"); mission.trig.func[2]='';",
            [3] = "a_out_text_delay(\"Появилась группа\\\
F-16C\", \"20\");a_activate_group(\"Target 5.1\");a_out_sound(\"pickle2.ogg\"); mission.trig.func[3]='';",
            [4] = "a_out_text_delay(\"Появилась группа Mirage 2000\", \"20\");a_activate_group(\"Target 6.1\");a_out_sound(\"pickle2.ogg\"); mission.trig.func[4]='';",
            [5] = "a_out_text_delay(\"Появилась группа \\\
F-15C\", \"20\");a_activate_group(\"Target 7\");a_out_sound(\"pickle2.ogg\"); mission.trig.func[5]='';",
        }, -- 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",
        }, -- end of func
        flag = 
        {
            [1] = true,
            [2] = true,
            [3] = true,
            [4] = true,
            [5] = true,
        }, -- end of flag
        conditions = 
        {
            [1] = "return(c_group_dead(\"Target 1\") and c_group_dead(\"Target 3\") )",
            [2] = "return(c_group_dead(\"Target 4\") )",
            [3] = "return(c_group_dead(\"Target 5\") )",
            [4] = "return(c_group_dead(\"Target 6\") )",
            [5] = "return(c_group_dead(\"Target 4.1\") and c_group_dead(\"Target 5.1\") and c_group_dead(\"Target 6.1\") )",
        }, -- 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 = 
    {
    }, -- end of goals
    trigfunc = 
    {
        [1] = "if c_group_dead(\"Target 1\") and c_group_dead(\"Target 3\") then a_out_text_delay(\"Появилась новая группа целей\\\
\", \"20\");a_activate_group(\"Target 4\");a_activate_group(\"Target 5\");a_activate_group(\"Target 6\");a_out_sound(\"pickle2.ogg\"); mission.trigfunc[1]='';end;",
        [2] = "if c_group_dead(\"Target 4\") then a_out_text_delay(\"Появилась группа F-5E\", \"20\");a_activate_group(\"Target 4.1\");a_out_sound(\"pickle2.ogg\"); mission.trigfunc[2]='';end;",
        [3] = "if c_group_dead(\"Target 5\") then a_out_text_delay(\"Появилась группа\\\
F-16C\", \"20\");a_activate_group(\"Target 5.1\");a_out_sound(\"pickle2.ogg\"); mission.trigfunc[3]='';end;",
        [4] = "if c_group_dead(\"Target 6\") then a_out_text_delay(\"Появилась группа Mirage 2000\", \"20\");a_activate_group(\"Target 6.1\");a_out_sound(\"pickle2.ogg\"); mission.trigfunc[4]='';end;",
        [5] = "if c_group_dead(\"Target 4.1\") and c_group_dead(\"Target 5.1\") and c_group_dead(\"Target 6.1\") then a_out_text_delay(\"Появилась группа \\\
F-15C\", \"20\");a_activate_group(\"Target 7\");a_out_sound(\"pickle2.ogg\"); mission.trigfunc[5]='';end;",
    }, -- end of trigfunc
    weather = 
    {
        qnh = 760,
        wind = 
        {
            at8000 = 
            {
                speed = 0,
                dir = 0,
            }, -- end of at8000
            atGround = 
            {
                speed = 0,
                dir = 0,
            }, -- end of atGround
            at2000 = 
            {
                speed = 0,
                dir = 0,
            }, -- end of at2000
        }, -- end of wind
        name = "Winter, clean sky",
        fog = 
        {
            thickness = 0,
            density = 0,
        }, -- end of fog
        turbulence = 
        {
            at8000 = 0,
            atGround = 0,
            at2000 = 0,
        }, -- end of turbulence
        visibility = 
        {
            distance = 80000,
        }, -- end of visibility
        season = 
        {
            iseason = 3,
            temperature = 20,
        }, -- end of season
        clouds = 
        {
            density = 8,
            thickness = 710,
            base = 1000,
            iprecptns = 0,
        }, -- end of clouds
    }, -- end of weather
    result = 
    {
        offline = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- end of func
        }, -- end of offline
        blue = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- end of func
        }, -- end of blue
        red = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- end of func
        }, -- end of red
    }, -- end of result
    triggers = 
    {
    }, -- end of triggers
    map = 
    {
        centerY = 0.76164120635583,
        zoom = 1000,
        centerX = 0.75942067362408,
    }, -- end of map
    coalitions = 
    {
        blue = 
        {
            [1] = 11,
            [2] = 4,
            [3] = 6,
            [4] = 10,
            [5] = 16,
            [6] = 13,
            [7] = 15,
            [8] = 9,
            [9] = 8,
            [10] = 17,
            [11] = 12,
            [12] = 2,
            [13] = 3,
            [14] = 1,
            [15] = 5,
        }, -- end of blue
        red = 
        {
            [1] = 0,
        }, -- end of red
    }, -- end of coalitions
    descriptionText = "",
    trigflag = 
    {
        [1] = true,
        [2] = true,
        [3] = true,
        [4] = true,
        [5] = true,
    }, -- end of trigflag
    descriptionRedTask = "",
    pictureFileNameB = 
    {
    }, -- end of pictureFileNameB
    pictureFileNameR = 
    {
    }, -- end of pictureFileNameR
    trigrules = 
    {
        [1] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    group = 2,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [1]
                [2] = 
                {
                    group = 4,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [2]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    text = "Появилась новая группа целей\
",
                    predicate = "a_out_text_delay",
                    seconds = 20,
                }, -- end of [1]
                [2] = 
                {
                    group = 5,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [2]
                [3] = 
                {
                    group = 7,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [3]
                [4] = 
                {
                    group = 10,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [4]
                [5] = 
                {
                    text = "",
                    file = "pickle2.ogg",
                    predicate = "a_out_sound",
                    seconds = 10,
                }, -- end of [5]
            }, -- end of actions
            comment = "Wave 2 Spawn",
        }, -- end of [1]
        [2] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    group = 5,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    text = "Появилась группа F-5E",
                    predicate = "a_out_text_delay",
                    seconds = 20,
                }, -- end of [1]
                [2] = 
                {
                    group = 6,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [2]
                [3] = 
                {
                    text = "",
                    file = "pickle2.ogg",
                    predicate = "a_out_sound",
                    seconds = 10,
                }, -- end of [3]
            }, -- end of actions
            comment = "Group 4.1 Spawn",
        }, -- end of [2]
        [3] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    group = 7,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    text = "Появилась группа\
F-16C",
                    predicate = "a_out_text_delay",
                    seconds = 20,
                }, -- end of [1]
                [2] = 
                {
                    group = 8,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [2]
                [3] = 
                {
                    text = "",
                    file = "pickle2.ogg",
                    predicate = "a_out_sound",
                    seconds = 10,
                }, -- end of [3]
            }, -- end of actions
            comment = "Group 5.1 Spawn",
        }, -- end of [3]
        [4] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    group = 10,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    text = "Появилась группа Mirage 2000",
                    predicate = "a_out_text_delay",
                    seconds = 20,
                }, -- end of [1]
                [2] = 
                {
                    group = 11,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [2]
                [3] = 
                {
                    text = "",
                    file = "pickle2.ogg",
                    predicate = "a_out_sound",
                    seconds = 10,
                }, -- end of [3]
            }, -- end of actions
            comment = "Group 6.1 Spawn",
        }, -- end of [4]
        [5] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    group = 6,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [1]
                [2] = 
                {
                    group = 8,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [2]
                [3] = 
                {
                    group = 11,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [3]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    text = "Появилась группа \
F-15C",
                    predicate = "a_out_text_delay",
                    seconds = 20,
                }, -- end of [1]
                [2] = 
                {
                    group = 12,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [2]
                [3] = 
                {
                    text = "",
                    file = "pickle2.ogg",
                    predicate = "a_out_sound",
                    seconds = 10,
                }, -- end of [3]
            }, -- end of actions
            comment = "Final Wave",
        }, -- end of [5]
    }, -- 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 = 
                        {
                            [1] = 
                            {
                                hidden = false,
                                name = "Target 5",
                                groupId = 7,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75862089651483,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.75540069414308,
                                                    radius = 50000,
                                                    y = 730754.52186698,
                                                    x = -122062.83288481,
                                                    lat = 0.76046225376847,
                                                    categories = 
                                                    {
                                                        [1] = "Planes",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.75098164318685,
                                            x = -136320.12675211,
                                            speed = 169.44444444444,
                                            y = 711718.24338632,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Begin Loop",
                                            lat = 0.7609566365321,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75620274474129,
                                            x = -118444.57621931,
                                            speed = 169.44444444444,
                                            y = 734070.76518666,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "End Loop",
                                            lat = 0.76467410847077,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76388742340641,
                                            x = -90199.107143968,
                                            speed = 169.44444444444,
                                            y = 766543.31226169,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77014146267667,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75679445765664,
                                            x = -59594.173664584,
                                            speed = 169.44444444444,
                                            y = 729398.72481419,
                                        }, -- 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 = 82800,
                                task = "Ground Attack",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Tornado GR3",
                                        CLSID = "{C9F55068-5F03-4DC9-8D00-AEDC19710D01}",
                                        unitId = 9,
                                        lat = 0.75862089651483,
                                        skill = "Random",
                                        long = 0.75098164318685,
                                        x = -136320.12675211,
                                        name = "Player #6",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{8C3F26A1-FA0F-11d5-9190-00A0249B6F00}",
                                                }, -- end of [1]
                                                [3] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [10] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [10]
                                                [12] = 
                                                {
                                                    CLSID = "{8C3F26A2-FA0F-11d5-9190-00A0249B6F00}",
                                                }, -- end of [12]
                                            }, -- end of pylons
                                            fuel = "4663",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 711718.24338632,
                                        callsign = 
                                        {
                                            [1] = 6,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Ford11",
                                        }, -- end of callsign
                                        onboard_num = 18,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Tornado GR3",
                                        CLSID = "{C9F55068-5F03-4DC9-8D00-AEDC19710D01}",
                                        unitId = 10,
                                        lat = 0.75861389651483,
                                        skill = "Random",
                                        long = 0.75098864318685,
                                        x = -136360.72994792,
                                        name = "Pilot #3",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{8C3F26A1-FA0F-11d5-9190-00A0249B6F00}",
                                                }, -- end of [1]
                                                [3] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [10] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [10]
                                                [12] = 
                                                {
                                                    CLSID = "{8C3F26A2-FA0F-11d5-9190-00A0249B6F00}",
                                                }, -- end of [12]
                                            }, -- end of pylons
                                            fuel = "4663",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 711756.10933028,
                                        callsign = 
                                        {
                                            [1] = 6,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Ford12",
                                        }, -- end of callsign
                                        onboard_num = 19,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [1]
                        }, -- 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 = 
                        {
                            [1] = 
                            {
                                hidden = false,
                                name = "Target 6.1",
                                groupId = 11,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76608619966119,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.75307863838473,
                                                    radius = 50000,
                                                    y = 719325.48470623,
                                                    x = -117977.64525378,
                                                    lat = 0.76131259137317,
                                                    categories = 
                                                    {
                                                        [1] = "Planes",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.74460835350391,
                                            x = -92294.933407201,
                                            speed = 169.44444444444,
                                            y = 676548.86904675,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "Begin Loop",
                                            lat = 0.76207668856637,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75171961788897,
                                            x = -113885.13611387,
                                            speed = 169.44444444444,
                                            y = 712449.46509069,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "End Loop",
                                            lat = 0.75802016374379,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75904823387642,
                                            x = -135488.60768863,
                                            speed = 169.44444444444,
                                            y = 749635.23518576,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76949140837127,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75860269664011,
                                            x = -62676.997313009,
                                            speed = 169.44444444444,
                                            y = 738228.28845567,
                                        }, -- 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 = 82800,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Mirage 2000-5",
                                        CLSID = "{AAD0C656-A7E0-4099-8F6C-25DDCB3EEEA2}",
                                        unitId = 16,
                                        lat = 0.76608619966119,
                                        skill = "Random",
                                        long = 0.74460835350391,
                                        x = -92294.933407201,
                                        name = "Player #10",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{414DA830-B61A-4F9E-B71B-C2F6832E1D7A}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6D778860-7BB8-4ACB-9E95-BA772C6BBC2C}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{0DA03783-61E4-40B2-8FAE-6AEE0A5C5AAE}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{414DA830-B61A-4F9E-B71B-C2F6832E1D7A}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{0DA03783-61E4-40B2-8FAE-6AEE0A5C5AAE}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{6D778860-7BB8-4ACB-9E95-BA772C6BBC2C}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{414DA830-B61A-4F9E-B71B-C2F6832E1D7A}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}",
                                                }, -- end of [9]
                                            }, -- end of pylons
                                            fuel = "3160",
                                            flare = 16,
                                            chaff = 112,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 676548.86904675,
                                        callsign = 
                                        {
                                            [1] = 8,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Pontiac11",
                                        }, -- end of callsign
                                        onboard_num = 25,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Mirage 2000-5",
                                        CLSID = "{AAD0C656-A7E0-4099-8F6C-25DDCB3EEEA2}",
                                        unitId = 17,
                                        lat = 0.76607919966119,
                                        skill = "Random",
                                        long = 0.74461535350391,
                                        x = -92335.727407639,
                                        name = "Pilot #6",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{414DA830-B61A-4F9E-B71B-C2F6832E1D7A}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6D778860-7BB8-4ACB-9E95-BA772C6BBC2C}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{0DA03783-61E4-40B2-8FAE-6AEE0A5C5AAE}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{414DA830-B61A-4F9E-B71B-C2F6832E1D7A}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{0DA03783-61E4-40B2-8FAE-6AEE0A5C5AAE}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{6D778860-7BB8-4ACB-9E95-BA772C6BBC2C}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{414DA830-B61A-4F9E-B71B-C2F6832E1D7A}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}",
                                                }, -- end of [9]
                                            }, -- end of pylons
                                            fuel = "3160",
                                            flare = 16,
                                            chaff = 112,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 676586.45809996,
                                        callsign = 
                                        {
                                            [1] = 8,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Pontiac12",
                                        }, -- end of callsign
                                        onboard_num = 26,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [1]
                        }, -- 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 = 
                        {
                        }, -- 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 = 
                        {
                            [1] = 
                            {
                                hidden = false,
                                name = "Target 1",
                                groupId = 2,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76101482903608,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75619425546535,
                                            x = -118078.83379001,
                                            speed = 138.88888888889,
                                            y = 733985.29174225,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Begin Loop",
                                            lat = 0.76019154444942,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75756716178108,
                                            x = -122520.97410231,
                                            speed = 138.88888888889,
                                            y = 741004.37310125,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "End Loop",
                                            lat = 0.75608678792955,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76469275686904,
                                            x = -144412.80527943,
                                            speed = 138.88888888889,
                                            y = 777460.03304459,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 2410,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77095620714132,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75430976052642,
                                            x = -55850.310942933,
                                            speed = 138.88888888889,
                                            y = 717354.88453056,
                                        }, -- 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 = "Transport",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "C-17A",
                                        CLSID = "{3782913C-BA3A-4CD9-B9DC-2DCBE6B8F656}",
                                        unitId = 2,
                                        lat = 0.76101482903608,
                                        skill = "Average",
                                        long = 0.75619425546535,
                                        x = -118078.83379001,
                                        name = "Player #1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "132405",
                                            flare = 60,
                                            chaff = 120,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 733985.29174225,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Enfield11",
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = false,
                                name = "Target 3",
                                groupId = 4,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76244794252053,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75526466157989,
                                            x = -109492.96390608,
                                            speed = 138.88888888889,
                                            y = 728542.23189122,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "Begin Loop",
                                            lat = 0.76074529399333,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75820432703019,
                                            x = -118620.90059696,
                                            speed = 138.88888888889,
                                            y = 743508.43756616,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "End Loop",
                                            lat = 0.75885776969085,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76357839014665,
                                            x = -127441.66853455,
                                            speed = 138.88888888889,
                                            y = 769973.86183914,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 3118,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77079176093219,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75483934893623,
                                            x = -56595.548096492,
                                            speed = 138.88888888889,
                                            y = 719914.49096023,
                                        }, -- 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 = "Antiship Strike",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "S-3B",
                                        CLSID = "{C4D0D89A-F111-4610-ADB5-84CD0F29E703}",
                                        unitId = 5,
                                        lat = 0.76244794252053,
                                        skill = "Average",
                                        long = 0.75526466157989,
                                        x = -109492.96390608,
                                        name = "Player #3",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "5500",
                                            flare = 30,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 728542.23189122,
                                        callsign = 
                                        {
                                            [1] = 2,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Springfield11",
                                        }, -- end of callsign
                                        onboard_num = 14,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [2]
                            [3] = 
                            {
                                hidden = false,
                                name = "Target 4",
                                groupId = 5,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76643480603562,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.75655370325321,
                                                    radius = 50000,
                                                    y = 733610.78833234,
                                                    x = -101740.57402272,
                                                    lat = 0.76354665314605,
                                                    categories = 
                                                    {
                                                        [1] = "Planes",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.75878159025661,
                                            x = -82041.063426293,
                                            speed = 194.44444444444,
                                            y = 741551.72209581,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "Begin Loop",
                                            lat = 0.76489500362341,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75743683565239,
                                            x = -92635.332875171,
                                            speed = 194.44444444444,
                                            y = 736608.84091518,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "End Loop",
                                            lat = 0.76057397972713,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75442655452749,
                                            x = -121914.36194456,
                                            speed = 194.44444444444,
                                            y = 726155.51599465,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 2975,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77065317785185,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7554228680735,
                                            x = -57137.161163364,
                                            speed = 194.44444444444,
                                            y = 722700.81186808,
                                        }, -- 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 = 82800,
                                task = "CAS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "A-10A",
                                        CLSID = "{8FDB2742-2283-450D-B417-CFC47774E8B6}",
                                        unitId = 6,
                                        lat = 0.76643480603562,
                                        skill = "Random",
                                        long = 0.75878159025661,
                                        x = -82041.063426293,
                                        name = "Player #4",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [1]
                                                [3] = 
                                                {
                                                    CLSID = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}",
                                                }, -- end of [3]
                                                [9] = 
                                                {
                                                    CLSID = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}",
                                                }, -- end of [9]
                                                [11] = 
                                                {
                                                    CLSID = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}",
                                                }, -- end of [11]
                                            }, -- end of pylons
                                            fuel = "4853",
                                            flare = 120,
                                            chaff = 240,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 741551.72209581,
                                        callsign = 
                                        {
                                            [1] = 4,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Colt11",
                                        }, -- end of callsign
                                        onboard_num = 15,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "A-10A",
                                        CLSID = "{8FDB2742-2283-450D-B417-CFC47774E8B6}",
                                        unitId = 7,
                                        lat = 0.76642780603563,
                                        skill = "Random",
                                        long = 0.75878859025661,
                                        x = -82081.557896461,
                                        name = "Pilot #2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [1]
                                                [3] = 
                                                {
                                                    CLSID = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}",
                                                }, -- end of [3]
                                                [9] = 
                                                {
                                                    CLSID = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}",
                                                }, -- end of [9]
                                                [11] = 
                                                {
                                                    CLSID = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}",
                                                }, -- end of [11]
                                            }, -- end of pylons
                                            fuel = "4853",
                                            flare = 120,
                                            chaff = 240,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 741589.73126643,
                                        callsign = 
                                        {
                                            [1] = 4,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Colt12",
                                        }, -- end of callsign
                                        onboard_num = 16,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [3]
                            [4] = 
                            {
                                hidden = false,
                                name = "Target 4.1",
                                groupId = 6,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76757483959671,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.75940046518715,
                                                    radius = 50000,
                                                    y = 747200.83385961,
                                                    x = -103459.76155394,
                                                    lat = 0.76301509031941,
                                                    categories = 
                                                    {
                                                        [1] = "Planes",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.76304466244095,
                                            x = -72231.385669138,
                                            speed = 222.22222222222,
                                            y = 760224.82405096,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "Begin Loop",
                                            lat = 0.76376978552681,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75996274633645,
                                            x = -98315.431416201,
                                            speed = 222.22222222222,
                                            y = 749177.38085551,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "End Loop",
                                            lat = 0.75915861947012,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75656488743508,
                                            x = -129687.04908261,
                                            speed = 222.22222222222,
                                            y = 737195.86762716,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77040264570092,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75611889855673,
                                            x = -58325.763068744,
                                            speed = 222.22222222222,
                                            y = 726092.42526155,
                                        }, -- 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 = 82800,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-5E",
                                        CLSID = "{569949FE-CE95-4D94-BF76-7B809B8DACD0}",
                                        unitId = 8,
                                        lat = 0.76757483959671,
                                        skill = "Random",
                                        long = 0.76304466244095,
                                        x = -72231.385669138,
                                        name = "Player #5",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [7] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [7]
                                            }, -- end of pylons
                                            fuel = "2000",
                                            flare = 15,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 5,
                                        y = 760224.82405096,
                                        callsign = 
                                        {
                                            [1] = 5,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Dodge11",
                                        }, -- end of callsign
                                        onboard_num = 17,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "F-5E",
                                        CLSID = "{569949FE-CE95-4D94-BF76-7B809B8DACD0}",
                                        unitId = 27,
                                        lat = 0.76756783959671,
                                        skill = "Random",
                                        long = 0.76305166244095,
                                        x = -72271.779953511,
                                        name = "Pilot #11",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [7] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [7]
                                            }, -- end of pylons
                                            fuel = "2000",
                                            flare = 15,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 8,
                                        y = 760262.97370803,
                                        callsign = 
                                        {
                                            [1] = 5,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Dodge12",
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [4]
                            [5] = 
                            {
                                hidden = false,
                                name = "Target 5.1",
                                groupId = 8,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75710211403741,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.75772221832764,
                                                    radius = 50000,
                                                    y = 740577.94282158,
                                                    x = -113391.36495634,
                                                    lat = 0.76161043822535,
                                                    categories = 
                                                    {
                                                        [1] = "Planes",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.74757364106717,
                                            x = -147896.04721945,
                                            speed = 222.22222222222,
                                            y = 697048.88181937,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Begin Loop",
                                            lat = 0.76058920104577,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7554253319846,
                                            x = -121239.73406632,
                                            speed = 222.22222222222,
                                            y = 730767.6311136,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "End Loop",
                                            lat = 0.76417895792925,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76289514406125,
                                            x = -93952.169585498,
                                            speed = 222.22222222222,
                                            y = 762372.81452343,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76998893582307,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75760914555364,
                                            x = -60089.176302384,
                                            speed = 222.22222222222,
                                            y = 733255.775931,
                                        }, -- 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 = 82800,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-16C bl.52d",
                                        CLSID = "{082D2561-FB8B-11d5-9190-00A0249B6F00}",
                                        unitId = 11,
                                        lat = 0.75710211403741,
                                        skill = "Random",
                                        long = 0.74757364106717,
                                        x = -147896.04721945,
                                        name = "Player #7",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [2]
                                                [6] = 
                                                {
                                                    CLSID = "{8A0BE8AE-58D4-4572-9263-3144C0D06364}",
                                                }, -- end of [6]
                                                [9] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "3104",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 3,
                                        y = 697048.88181937,
                                        callsign = 
                                        {
                                            [1] = 6,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Ford11",
                                        }, -- end of callsign
                                        onboard_num = 20,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "F-16C bl.52d",
                                        CLSID = "{082D2561-FB8B-11d5-9190-00A0249B6F00}",
                                        unitId = 12,
                                        lat = 0.75709511403741,
                                        skill = "Random",
                                        long = 0.74758064106717,
                                        x = -147936.75202654,
                                        name = "Pilot #4",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [2]
                                                [6] = 
                                                {
                                                    CLSID = "{8A0BE8AE-58D4-4572-9263-3144C0D06364}",
                                                }, -- end of [6]
                                                [9] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "3104",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 3,
                                        y = 697086.83878094,
                                        callsign = 
                                        {
                                            [1] = 6,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Ford12",
                                        }, -- end of callsign
                                        onboard_num = 21,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [5]
                            [6] = 
                            {
                                hidden = false,
                                name = "Target 6",
                                groupId = 10,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76328842700984,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.75288896639778,
                                                    radius = 50000,
                                                    y = 719221.01900355,
                                                    x = -124361.53876609,
                                                    lat = 0.76032742507034,
                                                    categories = 
                                                    {
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.74744554230178,
                                            x = -108559.91261082,
                                            speed = 194.44444444444,
                                            y = 691750.45358618,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Begin Loop",
                                            lat = 0.76001259046622,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75344385418759,
                                            x = -126050.80933662,
                                            speed = 194.44444444444,
                                            y = 722044.26373743,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "End Loop",
                                            lat = 0.75694877321977,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75829807719973,
                                            x = -142752.72548919,
                                            speed = 194.44444444444,
                                            y = 747016.05689341,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76980737773704,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75810668524152,
                                            x = -60954.586206852,
                                            speed = 194.44444444444,
                                            y = 735688.27093977,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "End Loop",
                                            lat = 0.77184279143271,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75212451006889,
                                            x = -51450.470088369,
                                            speed = 194.44444444444,
                                            y = 706624.49633435,
                                        }, -- end of [5]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 82800,
                                task = "Intercept",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-14A",
                                        CLSID = "{919CA6E6-B44C-4144-96B2-38C959F377B1}",
                                        unitId = 14,
                                        lat = 0.76328842700984,
                                        skill = "Random",
                                        long = 0.74744554230178,
                                        x = -108559.91261082,
                                        name = "Player #9",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "7348",
                                            flare = 15,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 2,
                                        y = 691750.45358618,
                                        callsign = 
                                        {
                                            [1] = 7,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Chevy11",
                                        }, -- end of callsign
                                        onboard_num = 23,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "F-14A",
                                        CLSID = "{919CA6E6-B44C-4144-96B2-38C959F377B1}",
                                        unitId = 15,
                                        lat = 0.76328142700984,
                                        skill = "Random",
                                        long = 0.74745254230178,
                                        x = -108600.60858387,
                                        name = "Pilot #5",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [2]
                                                [12] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [12]
                                                [11] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [11]
                                            }, -- end of pylons
                                            fuel = "7348",
                                            flare = 15,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 691788.02753352,
                                        callsign = 
                                        {
                                            [1] = 7,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Chevy12",
                                        }, -- end of callsign
                                        onboard_num = 24,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [6]
                            [7] = 
                            {
                                hidden = false,
                                name = "Target 7",
                                groupId = 12,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 8000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76833525520779,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.75185374303825,
                                                    radius = 50000,
                                                    y = 710504.84086417,
                                                    x = -92978.400701503,
                                                    lat = 0.76534685282732,
                                                    categories = 
                                                    {
                                                        [1] = "Planes",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.7495906123075,
                                            x = -75222.059099117,
                                            speed = 233.33333333333,
                                            y = 697759.01848677,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 8000,
                                            type = "Turning Point",
                                            action = "Begin Loop",
                                            lat = 0.76498778694398,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75222517371777,
                                            x = -95053.660945244,
                                            speed = 233.33333333333,
                                            y = 712503.27324577,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 8000,
                                            type = "Turning Point",
                                            action = "End Loop",
                                            lat = 0.75865522504547,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75738790375484,
                                            x = -132413.00600902,
                                            speed = 233.33333333333,
                                            y = 741411.18639828,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76921967074301,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75916125680391,
                                            x = -64081.111744995,
                                            speed = 233.33333333333,
                                            y = 741019.5590698,
                                        }, -- 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 = 82800,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-15C",
                                        CLSID = "{CD247E45-4702-4E3A-A659-4F5E0E645D2B}",
                                        unitId = 19,
                                        lat = 0.76833525520779,
                                        skill = "Random",
                                        long = 0.7495906123075,
                                        x = -75222.059099117,
                                        name = "Player #11",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [3] = 
                                                {
                                                    CLSID = "{34271A1E-477E-4754-8C72-DF7C1855A782}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{446E122B-8E9D-457e-AE8E-7AE88E3E566B}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{DA8F810A-EA40-4091-8127-CC2E026041E7}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{D078E3E5-30C1-444e-A09E-6EEDCD334582}",
                                                }, -- end of [9]
                                                [11] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [11]
                                            }, -- end of pylons
                                            fuel = "6103",
                                            flare = 60,
                                            chaff = 120,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 697759.01848677,
                                        callsign = 
                                        {
                                            [1] = 8,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Pontiac11",
                                        }, -- end of callsign
                                        onboard_num = 28,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "F-15C",
                                        CLSID = "{CD247E45-4702-4E3A-A659-4F5E0E645D2B}",
                                        unitId = 20,
                                        lat = 0.76832825520779,
                                        skill = "Random",
                                        long = 0.7495976123075,
                                        x = -75262.750189981,
                                        name = "Pilot #8",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [3] = 
                                                {
                                                    CLSID = "{34271A1E-477E-4754-8C72-DF7C1855A782}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{446E122B-8E9D-457e-AE8E-7AE88E3E566B}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{DA8F810A-EA40-4091-8127-CC2E026041E7}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{D078E3E5-30C1-444e-A09E-6EEDCD334582}",
                                                }, -- end of [9]
                                                [11] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [11]
                                            }, -- end of pylons
                                            fuel = "6103",
                                            flare = 60,
                                            chaff = 120,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 697796.67071414,
                                        callsign = 
                                        {
                                            [1] = 8,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Pontiac12",
                                        }, -- end of callsign
                                        onboard_num = 29,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "F-15C",
                                        CLSID = "{CD247E45-4702-4E3A-A659-4F5E0E645D2B}",
                                        unitId = 21,
                                        lat = 0.76832125520779,
                                        skill = "Random",
                                        long = 0.7496046123075,
                                        x = -75303.441280845,
                                        name = "Pilot #9",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [3] = 
                                                {
                                                    CLSID = "{34271A1E-477E-4754-8C72-DF7C1855A782}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{446E122B-8E9D-457e-AE8E-7AE88E3E566B}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{DA8F810A-EA40-4091-8127-CC2E026041E7}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{D078E3E5-30C1-444e-A09E-6EEDCD334582}",
                                                }, -- end of [9]
                                                [11] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [11]
                                            }, -- end of pylons
                                            fuel = "6103",
                                            flare = 60,
                                            chaff = 120,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 697834.32294151,
                                        callsign = 
                                        {
                                            [1] = 8,
                                            [2] = 1,
                                            [3] = 3,
                                            name = "Pontiac13",
                                        }, -- end of callsign
                                        onboard_num = 30,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "F-15C",
                                        CLSID = "{CD247E45-4702-4E3A-A659-4F5E0E645D2B}",
                                        unitId = 22,
                                        lat = 0.76831425520779,
                                        skill = "Random",
                                        long = 0.7496116123075,
                                        x = -75344.132371709,
                                        name = "Pilot #10",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [3] = 
                                                {
                                                    CLSID = "{34271A1E-477E-4754-8C72-DF7C1855A782}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{446E122B-8E9D-457e-AE8E-7AE88E3E566B}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{DA8F810A-EA40-4091-8127-CC2E026041E7}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{D078E3E5-30C1-444e-A09E-6EEDCD334582}",
                                                }, -- end of [9]
                                                [11] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [11]
                                            }, -- end of pylons
                                            fuel = "6103",
                                            flare = 60,
                                            chaff = 120,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 697871.97516888,
                                        callsign = 
                                        {
                                            [1] = 8,
                                            [2] = 1,
                                            [3] = 4,
                                            name = "Pontiac14",
                                        }, -- end of callsign
                                        onboard_num = 31,
                                    }, -- end of [4]
                                }, -- end of units
                            }, -- end of [7]
                        }, -- 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 = 
                        {
                        }, -- 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 = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 430,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75939125773085,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76167828892903,
                                            x = -125180.80474245,
                                            speed = 5.5555555555556,
                                            y = 760717.98896569,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 13,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ural-375",
                                        CLSID = "{85DF753A-0ECA-4143-88F8-5A46DEAB53C2}",
                                        unitId = 23,
                                        lat = 0.75939125773085,
                                        skill = "Average",
                                        long = 0.76167828892903,
                                        x = -125180.80474245,
                                        name = "Unit #1",
                                        heading = 0,
                                        y = 760717.98896569,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "New Vehicle Group",
                                start_time = 0,
                                task = "Ground Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 430,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75938673760029,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76166432053609,
                                            x = -125217.9668295,
                                            speed = 5.5555555555556,
                                            y = 760656.97830418,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 14,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ATMZ-5",
                                        CLSID = "{A97C0647-83EB-4B15-8B5B-BD2F8842DF91}",
                                        unitId = 24,
                                        lat = 0.75938673760029,
                                        skill = "Average",
                                        long = 0.76166432053609,
                                        x = -125217.9668295,
                                        name = "Unit #2",
                                        heading = 0,
                                        y = 760656.97830418,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "New Vehicle Group #001",
                                start_time = 0,
                                task = "Ground Nothing",
                            }, -- end of [2]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = false,
                                name = "Player",
                                groupId = 1,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 430,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            lat = 0.759437,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.75302699027196,
                                                    radius = 50000,
                                                    y = 719046.35903957,
                                                    x = -117675.61233638,
                                                    lat = 0.76136462818828,
                                                    categories = 
                                                    {
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.761624,
                                            x = -124921.90954665,
                                            speed = 138.88888888889,
                                            airdromeId = 27,
                                            y = 760428.0733062,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76573886774759,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74482178464752,
                                            x = -94391.598894156,
                                            speed = 222.22222222222,
                                            y = 677796.61701069,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 970,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76036945949636,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76409171867317,
                                            x = -117496.13925254,
                                            speed = 138.88888888889,
                                            y = 771088.1221104,
                                        }, -- 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 = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 1,
                                        lat = 0.759437,
                                        skill = "Player",
                                        y = 760428.0733062,
                                        long = 0.761624,
                                        x = -124921.90954665,
                                        name = "Player",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- 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 = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{D841D0F9-5ED1-4E27-AA4B-020A492E7454}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{D841D0F9-5ED1-4E27-AA4B-020A492E7454}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{D841D0F9-5ED1-4E27-AA4B-020A492E7454}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{9B25D316-0434-4954-868F-D51DB1A38DF0}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [11]
                                                [12] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [12]
                                            }, -- end of pylons
                                            fuel = 9000,
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 9,
                                            name = 119,
                                        }, -- end of callsign
                                        onboard_num = 19,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 18,
                                        lat = 0.75943,
                                        skill = "Excellent",
                                        y = 760466.37391759,
                                        long = 0.761631,
                                        x = -124962.31193751,
                                        name = "Pilot #7",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = 9000,
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 4,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 2,
                                            [3] = 0,
                                            name = 120,
                                        }, -- end of callsign
                                        onboard_num = 27,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = false,
                                name = "AWACS",
                                groupId = 9,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75339567550049,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.77485111488862,
                                            x = -155195.1521884,
                                            speed = 194.44444444444,
                                            y = 827087.68233886,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Begin Loop",
                                            lat = 0.74943792178753,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76838849987676,
                                            x = -184508.44119177,
                                            speed = 194.44444444444,
                                            y = 800295.11049908,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "End Loop",
                                            lat = 0.75519038481852,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.77791112686796,
                                            x = -141775.7810791,
                                            speed = 194.44444444444,
                                            y = 839750.7571579,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76083227835468,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76529358643061,
                                            x = -113810.34941458,
                                            speed = 194.44444444444,
                                            y = 776260.19844509,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 430,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.759437,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.761624,
                                            x = -124921.90954665,
                                            speed = 138.88888888889,
                                            airdromeId = 27,
                                            y = 760428.0733062,
                                        }, -- end of [5]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "AWACS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "A-50",
                                        CLSID = "{CA17F0F8-6AEB-43FA-BC90-76732137F61D}",
                                        unitId = 13,
                                        lat = 0.75339567550049,
                                        skill = "Random",
                                        long = 0.77485111488862,
                                        x = -155195.1521884,
                                        name = "Player #8",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "70000",
                                            flare = 192,
                                            chaff = 192,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 827087.68233886,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 2,
                                            [3] = 1,
                                            name = 121,
                                        }, -- end of callsign
                                        onboard_num = 22,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [2]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [1]
            }, -- end of country
        }, -- end of red
    }, -- end of coalition
    version = 2,
    trigfuncStartup = 
    {
    }, -- end of trigfuncStartup
    currentKey = 4318,
    start_time = 46800,
    forcedOptions = 
    {
    }, -- end of forcedOptions
    failures = 
    {
        hydro = 
        {
            hh = 1,
            prob = 77,
            label = "HYDRO",
            enable = false,
            mmint = 40,
            id = "hydro",
            mm = 30,
        }, -- end of hydro
        eos = 
        {
            hh = 1,
            prob = 44,
            label = "EOS",
            enable = false,
            mmint = 40,
            id = "eos",
            mm = 30,
        }, -- end of eos
        ecm = 
        {
            hh = 1,
            prob = 44,
            label = "ECM",
            enable = false,
            mmint = 40,
            id = "ecm",
            mm = 30,
        }, -- end of ecm
        helmet = 
        {
            hh = 1,
            prob = 11,
            label = "HELMET",
            enable = false,
            mmint = 40,
            id = "helmet",
            mm = 30,
        }, -- end of helmet
        l_engine = 
        {
            hh = 1,
            prob = 88,
            label = "L-ENGINE",
            enable = false,
            mmint = 40,
            id = "l_engine",
            mm = 30,
        }, -- end of l_engine
        autopilot = 
        {
            hh = 1,
            prob = 22,
            label = "AUTOPILOT",
            enable = false,
            mmint = 40,
            id = "autopilot",
            mm = 30,
        }, -- end of autopilot
        hud = 
        {
            hh = 1,
            prob = 22,
            label = "HUD",
            enable = false,
            mmint = 40,
            id = "hud",
            mm = 30,
        }, -- end of hud
        asc = 
        {
            hh = 1,
            prob = 11,
            label = "ASC",
            enable = false,
            mmint = 40,
            id = "asc",
            mm = 30,
        }, -- end of asc
        rws = 
        {
            hh = 1,
            prob = 66,
            label = "RWS",
            enable = false,
            mmint = 40,
            id = "rws",
            mm = 30,
        }, -- end of rws
        r_engine = 
        {
            hh = 1,
            prob = 99,
            label = "R-ENGINE",
            enable = false,
            mmint = 40,
            id = "r_engine",
            mm = 30,
        }, -- end of r_engine
        mfd = 
        {
            hh = 1,
            prob = 33,
            label = "MFD",
            enable = false,
            mmint = 40,
            id = "mfd",
            mm = 30,
        }, -- end of mfd
        radar = 
        {
            hh = 1,
            prob = 33,
            label = "RADAR",
            enable = false,
            mmint = 40,
            id = "radar",
            mm = 30,
        }, -- end of radar
        mlws = 
        {
            hh = 1,
            prob = 55,
            label = "MLWS",
            enable = false,
            mmint = 40,
            mm = 30,
        }, -- end of mlws
    }, -- end of failures
} -- end of mission
