mission = 
{
    trig = 
    {
        actions = 
        {
            [1] = "a_activate_group(\"Intercept flight 1\");a_out_text_delay(\"Marko 110, Looking Glass, two MiG-23MLD aircraft are launching from Bambora airfield!\", \"15\"); mission.trig.func[1]='';",
            [2] = "a_activate_group(\"Intercept flight 2\");a_out_text_delay(\"Marko 110, Green Snow, two MiG-23MLD aircraft are launching from Babushara airfield!\", \"15\"); mission.trig.func[2]='';",
        }, -- 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",
        }, -- end of func
        flag = 
        {
            [1] = true,
            [2] = true,
        }, -- end of flag
        conditions = 
        {
            [1] = "return(c_unit_in_zone(\"8\", \"GCI Zone 1\") )",
            [2] = "return(c_unit_in_zone(\"8\", \"GCI Zone 2\") )",
        }, -- end of conditions
        customStartup = 
        {
            [6] = "for i,t in ipairs(mission.result.offline.actions) do mission.result.offline.actions[i]=loadstring(t) end",
            [2] = "for i,t in ipairs(mission.result.blue.conditions) do mission.result.blue.conditions[i]=loadstring(t) end",
            [8] = "for i,t in ipairs(mission.trig.actions) do mission.trig.actions[i]=loadstring(t) end",
            [3] = "for i,t in ipairs(mission.result.offline.conditions) do mission.result.offline.conditions[i]=loadstring(t) end",
            [1] = "for i,t in ipairs(mission.result.red.conditions) do mission.result.red.conditions[i]=loadstring(t) end",
            [4] = "for i,t in ipairs(mission.result.red.actions) do mission.result.red.actions[i]=loadstring(t) end",
            [5] = "for i,t in ipairs(mission.result.blue.actions) do mission.result.blue.actions[i]=loadstring(t) end",
            [7] = "for i,t in ipairs(mission.trig.conditions) do mission.trig.conditions[i]=loadstring(t) end",
        }, -- end of customStartup
        funcStartup = 
        {
        }, -- end of funcStartup
    }, -- end of trig
    resultRed = 
    {
    }, -- end of resultRed
    resultBlue = 
    {
    }, -- end of resultBlue
    descriptionBlueTask = "",
    goals = 
    {
        [1] = 
        {
            rules = 
            {
                [1] = 
                {
                    group = 4,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            side = "OFFLINE",
            score = 50,
            predicate = "score",
            comment = "Bambora GAI destroyed",
        }, -- end of [1]
        [2] = 
        {
            rules = 
            {
                [1] = 
                {
                    group = 5,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            side = "OFFLINE",
            score = 50,
            predicate = "score",
            comment = "Babushara GAI destroyed",
        }, -- end of [2]
    }, -- end of goals
    trigfunc = 
    {
        [1] = "if c_unit_in_zone(\"8\", \"GCI Zone 1\") then a_activate_group(\"Intercept flight 1\");a_out_text_delay(\"Marko 110, Looking Glass, two MiG-23MLD aircraft are launching from Bambora airfield!\", \"15\"); mission.trigfunc[1]='';end;",
        [2] = "if c_unit_in_zone(\"8\", \"GCI Zone 2\") then a_activate_group(\"Intercept flight 2\");a_out_text_delay(\"Marko 110, Green Snow, two MiG-23MLD aircraft are launching from Babushara airfield!\", \"15\"); mission.trigfunc[2]='';end;",
    }, -- end of trigfunc
    weather = 
    {
        qnh = 790,
        wind = 
        {
            at8000 = 
            {
                speed = 9,
                dir = 137,
            }, -- end of at8000
            atGround = 
            {
                speed = 2,
                dir = 240,
            }, -- end of atGround
            at2000 = 
            {
                speed = 5,
                dir = 205,
            }, -- end of at2000
        }, -- end of wind
        name = "Winter, clean sky",
        fog = 
        {
            thickness = 0,
            density = 0,
        }, -- end of fog
        turbulence = 
        {
            at8000 = 0,
            atGround = 3,
            at2000 = 0,
        }, -- end of turbulence
        visibility = 
        {
            distance = 80000,
        }, -- end of visibility
        season = 
        {
            iseason = 3,
            temperature = 13,
        }, -- end of season
        clouds = 
        {
            density = 3,
            thickness = 300,
            base = 500,
            iprecptns = 0,
        }, -- end of clouds
    }, -- end of weather
    result = 
    {
        [1] = "if c_group_dead(\"Intercept flight 1\")  then a_set_mission_result(50) end",
        [2] = "if c_group_dead(\"Intercept flight 2\")  then a_set_mission_result(50) end",
        offline = 
        {
            conditions = 
            {
                [1] = "return(c_group_dead(\"Intercept flight 1\") )",
                [2] = "return(c_group_dead(\"Intercept flight 2\") )",
            }, -- end of conditions
            actions = 
            {
                [1] = "a_set_mission_result(50)",
                [2] = "a_set_mission_result(50)",
            }, -- end of actions
            func = 
            {
                [1] = "if mission.result.offline.conditions[1]() then mission.result.offline.actions[1]() end",
                [2] = "if mission.result.offline.conditions[2]() then mission.result.offline.actions[2]() end",
            }, -- end of func
        }, -- end of offline
        blue = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- end of func
        }, -- end of blue
        red = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- end of func
        }, -- end of red
    }, -- end of result
    triggers = 
    {
        zones = 
        {
            [1] = 
            {
                radius = 30000,
                zoneId = 1,
                color = 
                {
                    [1] = 0,
                    [2] = 0.50196078431373,
                    [3] = 1,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.76086223490154,
                hidden = true,
                long = 0.70334018377086,
                x = -145216.60011443,
                name = "GCI Zone 1",
                y = 489435.69485248,
            }, -- end of [1]
            [2] = 
            {
                radius = 30000,
                zoneId = 2,
                color = 
                {
                    [1] = 0,
                    [2] = 0.50196078431373,
                    [3] = 1,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.75822554190554,
                hidden = true,
                long = 0.71880090043357,
                x = -155299.93958574,
                name = "GCI Zone 2",
                y = 562657.14198434,
            }, -- end of [2]
        }, -- end of zones
    }, -- end of triggers
    map = 
    {
        centerY = 0.72726493138218,
        zoom = 1000000,
        centerX = 0.77017072419614,
    }, -- 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 = "BACKGROUND:\
=========\
Tensions are high between Russia and Georgia. Over the past two weeks alone there have been six incidents of Georgian troops \"accidentally\" shooting at Russian border positions. In addition there have been several incidents of sabotage at local militia bases and intelligence indicates that Georgian agents, funded and trained by the Ukraine, were responsible.\
\
SITUATION:\
=======\
It apears that the Georgians have been provided with previous generation fighter aircraft and anti-aircraft systems by the Ukraine. Diplomatic efforts are underway at the UN to persuade the Ukrainians that supplying the Georgians with military hardware is unacceptable, however our most recent information is that none of the aircraft or SAM systems have yet been withdrawn.\
\
Technically we are currently at peace with Georgia and the Ukraine. The Stavka central command has however ordered that all units in-theatre are to protect themselves from aggressive action by all means necessary.",
    trigflag = 
    {
        [1] = true,
        [2] = true,
    }, -- end of trigflag
    descriptionRedTask = "Command has tasked your flight with conducting an armed patrol along the border. You will take off from Majkop, patrol the route along the border and land at Nal'Chik. There are no indications that the Georgians are conducting patrols, but be alert to any hostile activity.\
\
Our AWACS will be orbiting to the north to provide theatre radar coverage so make good use of them should anything happen. Watch for messages from the AWACS, callsign Red Crown 500.\
\
We also have HUMINT assets on the ground in Georgia. They are code named \"Looking Glass\" and \"Green Snow\". They have been given your radio frequency so watch carefully for messages from them.\
\
\
YOUR FLIGHT:\
=========\
4 * Su-27, call sign Marko 110.\
Armament: R-73*4, R-27ER*4, ECM pods.\
\
\
ENEMY FORCES:\
==========\
ELINT flights during the past two days sugest that there may be a 2P-25 (SA-6) air defence system installed at Babushara so avoid flying too far over the border. There also appears to be some sort of EWR installation to the north east of the town of Novy'j Afon. We do not know if this installation has any SAM protection, though it is likely that it does.\
\
Local HUMINT sources indicate that at least two MiG-23MLDs are stationed at Bambora and that they may be functioning as GCI interceptors. Be on the lookout for them. Some of the local airfields are also apparently protected by anti-aircraft systems, though our sources have not been able to discover what types or how many.\
\
Whether there are any other GCI assets stationed at any of the other airfields across the border is not known.\
\
Though at the moment we are technically at peace with Georgia, their intentions are unknown at this time. It is possible that the Georgians or the Ukrainians may try to provoke an incident.",
    pictureFileNameB = 
    {
    }, -- end of pictureFileNameB
    pictureFileNameR = 
    {
        [1] = "Border1{98B9F514-9AE7-4869-97E6-5F75C38B33BB}.png",
        [2] = "BP2{F9F5F8BB-B466-4b63-A850-900E8E03C026}.png",
        [4] = "BP1{D4F9FE7B-3C26-4a5f-B52A-06B91732754F}.png",
        [3] = "BP3{E010FF10-929D-4d92-B815-B148E075A431}.png",
    }, -- end of pictureFileNameR
    trigrules = 
    {
        [1] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    zone = 1,
                    predicate = "c_unit_in_zone",
                    unit = 8,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    group = 4,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    text = "Marko 110, Looking Glass, two MiG-23MLD aircraft are launching from Bambora airfield!",
                    predicate = "a_out_text_delay",
                    seconds = 15,
                }, -- end of [2]
            }, -- end of actions
            comment = "Intercept group 1 active",
        }, -- end of [1]
        [2] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    zone = 2,
                    predicate = "c_unit_in_zone",
                    unit = 8,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    group = 5,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    text = "Marko 110, Green Snow, two MiG-23MLD aircraft are launching from Babushara airfield!",
                    predicate = "a_out_text_delay",
                    seconds = 15,
                }, -- end of [2]
            }, -- end of actions
            comment = "Intercept group 2 active",
        }, -- end of [2]
    }, -- end of trigrules
    coalition = 
    {
        blue = 
        {
            country = 
            {
                [1] = 
                {
                    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 [1]
                [2] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Ukraine",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 1,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1271,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74807704835442,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71782248019818,
                                            x = -220385.15961384,
                                            speed = 0,
                                            y = 564436.38819413,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 6,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 16,
                                        lat = 0.74807704835442,
                                        skill = "Good",
                                        long = 0.71782248019818,
                                        x = -220385.15961384,
                                        name = "Unit #1",
                                        heading = 5.7595865315813,
                                        y = 564436.38819413,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 17,
                                        lat = 0.74806810298351,
                                        skill = "High",
                                        long = 0.71783258039314,
                                        x = -220437.54331403,
                                        name = "Unit #2",
                                        heading = 0,
                                        y = 564489.36443093,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 18,
                                        lat = 0.74807599117059,
                                        skill = "High",
                                        long = 0.71784384821882,
                                        x = -220382.17004239,
                                        name = "Unit #3",
                                        heading = 0,
                                        y = 564537.22770538,
                                    }, -- end of [3]
                                }, -- end of units
                                name = "New Vehicle Group",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.71773882299729,
                                                lat = 0.74811608084427,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.7177865019221,
                                                lat = 0.74816625593429,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 15,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74816300302132,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71762995889577,
                                            x = -219925.25677249,
                                            speed = 0,
                                            y = 563479.7779165,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 7,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 19,
                                        lat = 0.74816300302132,
                                        skill = "High",
                                        long = 0.71762995889577,
                                        x = -219925.25677249,
                                        name = "Unit #4",
                                        heading = 5.7595865315813,
                                        y = 563479.7779165,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "New Vehicle Group #001",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 15,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74798833601606,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71801495736618,
                                            x = -220862.64822995,
                                            speed = 0,
                                            y = 565394.52590974,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 31,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 52,
                                        lat = 0.74798833601606,
                                        skill = "High",
                                        long = 0.71801495736618,
                                        x = -220862.64822995,
                                        name = "Unit #22",
                                        heading = 0.80285145591739,
                                        y = 565394.52590974,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "New Vehicle Group #011",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [3]
                            [4] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1271,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75260695360166,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70801227028618,
                                            x = -195845.55934065,
                                            speed = 0,
                                            y = 515856.28037539,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 33,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 55,
                                        lat = 0.75260695360166,
                                        skill = "High",
                                        long = 0.70801227028618,
                                        x = -195845.55934065,
                                        name = "Unit #19",
                                        heading = 5.9341194567807,
                                        y = 515856.28037539,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "New Vehicle Group #010",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [4]
                            [5] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75230093451097,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70816906491251,
                                            x = -197727.60787021,
                                            speed = 0,
                                            y = 516762.51768293,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 34,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 56,
                                        lat = 0.75230093451097,
                                        skill = "High",
                                        long = 0.70816906491251,
                                        x = -197727.60787021,
                                        name = "Unit #20",
                                        heading = 0.5235987755983,
                                        y = 516762.51768293,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "New Vehicle Group #013",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [5]
                            [6] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.70808617417386,
                                                lat = 0.75240845577535,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.70809325353746,
                                                lat = 0.75240110773626,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75240845577535,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70808617417386,
                                            x = -197078.21126303,
                                            speed = 0,
                                            y = 516314.50446012,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 35,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 57,
                                        lat = 0.75240845577535,
                                        skill = "High",
                                        long = 0.70808617417386,
                                        x = -197078.21126303,
                                        name = "Unit #21",
                                        heading = 5.7595865315813,
                                        y = 516314.50446012,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 58,
                                        lat = 0.75239776031298,
                                        skill = "High",
                                        long = 0.70808773375037,
                                        x = -197145.66339203,
                                        name = "Unit #25",
                                        heading = 0,
                                        y = 516327.90092042,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 59,
                                        lat = 0.75239882168996,
                                        skill = "High",
                                        long = 0.70810673284466,
                                        x = -197130.79140188,
                                        name = "Unit #26",
                                        heading = 0.5235987755983,
                                        y = 516415.86535645,
                                    }, -- end of [3]
                                }, -- end of units
                                name = "New Vehicle Group #014",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [6]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "Intercept flight 1",
                                groupId = 4,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 2050,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            lat = 0.752425,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.70803775769753,
                                                    radius = 40000,
                                                    y = 513704.30043049,
                                                    x = -170866.58892741,
                                                    lat = 0.75652732338923,
                                                    categories = 
                                                    {
                                                        [1] = "Planes",
                                                        [2] = "Helicopters",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.708083,
                                            x = -196974.19851241,
                                            speed = 138.88888888889,
                                            airdromeId = 21,
                                            y = 516290.23098695,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 82800,
                                task = "Intercept",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-23MLD",
                                        CLSID = "{A00E562B-1DC8-4671-9EBF-C1CDC2506AE7}",
                                        unitId = 12,
                                        lat = 0.752425,
                                        skill = "Average",
                                        y = 516290.23098695,
                                        long = 0.708083,
                                        x = -196974.19851241,
                                        name = "Pilot #8",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [2] = 
                                                {
                                                    CLSID = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "3800",
                                            flare = 60,
                                            chaff = 60,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 0,
                                            name = 100,
                                        }, -- end of callsign
                                        onboard_num = 22,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "MiG-23MLD",
                                        CLSID = "{A00E562B-1DC8-4671-9EBF-C1CDC2506AE7}",
                                        unitId = 13,
                                        lat = 0.752418,
                                        skill = "Average",
                                        y = 516326.87371168,
                                        long = 0.70809,
                                        x = -197015.79176602,
                                        name = "Pilot #9",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [2] = 
                                                {
                                                    CLSID = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "3800",
                                            flare = 60,
                                            chaff = 60,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 1,
                                            name = 101,
                                        }, -- end of callsign
                                        onboard_num = 23,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = true,
                                name = "Intercept flight 2",
                                groupId = 5,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 180,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            lat = 0.748055,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.71782339228904,
                                                    radius = 50000,
                                                    y = 560339.5359661,
                                                    x = -178401.11240521,
                                                    lat = 0.75466841855421,
                                                    categories = 
                                                    {
                                                        [1] = "Planes",
                                                        [2] = "Helicopters",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.717809,
                                            x = -220531.73642658,
                                            speed = 138.88888888889,
                                            airdromeId = 20,
                                            y = 564387.05872916,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 82800,
                                task = "Intercept",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-23MLD",
                                        CLSID = "{A00E562B-1DC8-4671-9EBF-C1CDC2506AE7}",
                                        unitId = 14,
                                        lat = 0.748055,
                                        skill = "Average",
                                        y = 564387.05872916,
                                        long = 0.717809,
                                        x = -220531.73642658,
                                        name = "Pilot #10",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [2] = 
                                                {
                                                    CLSID = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "3800",
                                            flare = 60,
                                            chaff = 60,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 2,
                                            name = 102,
                                        }, -- end of callsign
                                        onboard_num = 24,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "MiG-23MLD",
                                        CLSID = "{A00E562B-1DC8-4671-9EBF-C1CDC2506AE7}",
                                        unitId = 15,
                                        lat = 0.748048,
                                        skill = "Average",
                                        y = 564424.27758166,
                                        long = 0.717816,
                                        x = -220573.13934267,
                                        name = "Pilot #11",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [2] = 
                                                {
                                                    CLSID = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "3800",
                                            flare = 60,
                                            chaff = 60,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 3,
                                            name = 103,
                                        }, -- end of callsign
                                        onboard_num = 25,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [2]
                        }, -- 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 = "Georgia",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 16,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1273,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75286658337226,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71366132008952,
                                            x = -191745.4841437,
                                            speed = 0,
                                            y = 542053.72997703,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 37,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "1L13 EWR",
                                        CLSID = "{F16F5FBF-D121-47EC-9BFA-8140F30C8664}",
                                        unitId = 62,
                                        lat = 0.75286658337226,
                                        skill = "Excellent",
                                        long = 0.71366132008952,
                                        x = -191745.4841437,
                                        name = "Unit #23",
                                        heading = 0,
                                        y = 542053.72997703,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "New Vehicle Group #012",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.71366039617522,
                                                lat = 0.75289231294453,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.71366655296383,
                                                lat = 0.7528856150279,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1258,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75289231294453,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71366039617522,
                                            x = -191582.01765869,
                                            speed = 0,
                                            y = 542034.18825302,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 38,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Osa 9A33 ln",
                                        CLSID = "{8E5B2FB3-8845-4026-BC7F-16898FF9442B}",
                                        unitId = 63,
                                        lat = 0.75289231294453,
                                        skill = "Excellent",
                                        long = 0.71366039617522,
                                        x = -191582.01765869,
                                        name = "Unit #24",
                                        heading = 5.7595865315813,
                                        y = 542034.18825302,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 64,
                                        lat = 0.75289566191861,
                                        skill = "Excellent",
                                        long = 0.71368958735383,
                                        x = -191547.8094748,
                                        name = "Unit #27",
                                        heading = 5.9341194567807,
                                        y = 542168.29697981,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "New Vehicle Group #015",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                        }, -- 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]
            }, -- 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 = 181,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7797015884778,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69912064022037,
                                            x = -26945.11989132,
                                            speed = 0,
                                            y = 459567.96773036,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 8,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "SA-11 Buk SR 9S18M1",
                                        CLSID = "{AC6EAFDF-396C-4E27-8FED-BBB9B2868F2B}",
                                        unitId = 20,
                                        lat = 0.7797015884778,
                                        skill = "Excellent",
                                        long = 0.69912064022037,
                                        x = -26945.11989132,
                                        name = "Unit #5",
                                        heading = 2.8632929945847,
                                        y = 459567.96773036,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 21,
                                        lat = 0.77969354202151,
                                        skill = "Excellent",
                                        long = 0.69909352855852,
                                        x = -27007.182061399,
                                        name = "Unit #6",
                                        heading = 2.8632929945847,
                                        y = 459449.35813192,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 22,
                                        lat = 0.7796939611062,
                                        skill = "Excellent",
                                        long = 0.69914551505569,
                                        x = -26983.754596519,
                                        name = "Unit #7",
                                        heading = 2.8632929945847,
                                        y = 459685.35178903,
                                    }, -- end of [3]
                                }, -- end of units
                                name = "New Vehicle Group #002",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.69893411677814,
                                                lat = 0.77961257811745,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.69893411677814,
                                                lat = 0.77961257811745,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1549,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7796238087481,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69862671961316,
                                            x = -27637.61453266,
                                            speed = 0,
                                            y = 457367.89344769,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 9,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 23,
                                        lat = 0.7796238087481,
                                        skill = "Excellent",
                                        long = 0.69862671961316,
                                        x = -27637.61453266,
                                        name = "Unit #8",
                                        heading = 3.7295952571374,
                                        y = 457367.89344769,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "New Vehicle Group #003",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 180,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.77992976568753,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69902198298812,
                                            x = -25531.588256741,
                                            speed = 0,
                                            y = 458989.52728863,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 10,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 24,
                                        lat = 0.77992976568753,
                                        skill = "Excellent",
                                        long = 0.69902198298812,
                                        x = -25531.588256741,
                                        name = "Unit #9",
                                        heading = 1.373400766945,
                                        y = 458989.52728863,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "New Vehicle Group #004",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [3]
                            [4] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 430,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.77979739651682,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69872373561819,
                                            x = -26493.548154223,
                                            speed = 0,
                                            y = 457709.74747415,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 11,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 25,
                                        lat = 0.77979739651682,
                                        skill = "Excellent",
                                        long = 0.69872373561819,
                                        x = -26493.548154223,
                                        name = "Unit #10",
                                        heading = 2.2896263264165,
                                        y = 457709.74747415,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "New Vehicle Group #005",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [4]
                            [5] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [6] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.69920686380241,
                                                lat = 0.77973888799152,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.69920686380241,
                                                lat = 0.77973888799152,
                                            }, -- end of [2]
                                        }, -- end of [6]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.69900308439879,
                                                lat = 0.77999448953851,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.69909358190623,
                                                lat = 0.77999734016608,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.69909358190623,
                                                lat = 0.77999734016608,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.69913326685788,
                                                lat = 0.77993999379244,
                                            }, -- end of [2]
                                        }, -- end of [3]
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.69878534112738,
                                                lat = 0.77983998078115,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.69900308439879,
                                                lat = 0.77999448953851,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [4] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.69913326685788,
                                                lat = 0.77993999379244,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.69913322956484,
                                                lat = 0.77985490246341,
                                            }, -- end of [2]
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.69913322956484,
                                                lat = 0.77985490246341,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.69920501316552,
                                                lat = 0.77970619845556,
                                            }, -- end of [2]
                                        }, -- end of [5]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 430,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.77983998078115,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69878534112738,
                                            x = -26197.79134201,
                                            speed = 5.5555555555556,
                                            y = 457965.40403214,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 180,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.77999448953851,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69900308439879,
                                            x = -25127.00320708,
                                            speed = 5.5555555555556,
                                            y = 458866.73758852,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 180,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.77999734016608,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69909358190623,
                                            x = -25072.714823638,
                                            speed = 5.5555555555556,
                                            y = 459276.34301528,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 180,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.77993999379244,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69913326685788,
                                            x = -25422.023231075,
                                            speed = 5.5555555555556,
                                            y = 459489.3809422,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 180,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.77985490246341,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69913322956484,
                                            x = -25963.860311257,
                                            speed = 5.5555555555556,
                                            y = 459537.73947022,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 189,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.77970619845556,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69920501316552,
                                            x = -26882.074402855,
                                            speed = 5.5555555555556,
                                            y = 459948.73907103,
                                        }, -- end of [6]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 20,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "T-80UD",
                                        CLSID = "{E2D06D03-13F6-4E5F-8A28-549D4CF30D9F}",
                                        unitId = 34,
                                        lat = 0.77983998078115,
                                        skill = "Excellent",
                                        long = 0.69878534112738,
                                        x = -26197.79134201,
                                        name = "Unit #11",
                                        heading = 0.78629327678659,
                                        y = 457965.40403214,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "BMP-3",
                                        CLSID = "{616C3D4B-37BA-47EA-BC78-EBDDF62C086E}",
                                        unitId = 35,
                                        lat = 0.77983620848062,
                                        skill = "Excellent",
                                        long = 0.69879080051407,
                                        x = -26219.631596684,
                                        name = "Unit #12",
                                        heading = 0.78629327678217,
                                        y = 457992.36347848,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "BMP-3",
                                        CLSID = "{616C3D4B-37BA-47EA-BC78-EBDDF62C086E}",
                                        unitId = 36,
                                        lat = 0.77983201705209,
                                        skill = "Excellent",
                                        long = 0.6987975242913,
                                        x = -26243.635775781,
                                        name = "Unit #13",
                                        heading = 0.78629327678217,
                                        y = 458025.30749255,
                                    }, -- end of [3]
                                }, -- end of units
                                name = "New Vehicle Group #006",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [5]
                            [6] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.76167263270274,
                                                lat = 0.75953656971704,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.76167257046148,
                                                lat = 0.75953656971704,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 430,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75953804924081,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76167131578836,
                                            x = -124249.81949133,
                                            speed = 0,
                                            y = 760563.24045238,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 21,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 38,
                                        lat = 0.75953804924081,
                                        skill = "Excellent",
                                        long = 0.76167131578836,
                                        x = -124249.81949133,
                                        name = "Unit #14",
                                        heading = 4.5378560551853,
                                        y = 760563.24045238,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "SA-11 Buk SR 9S18M1",
                                        CLSID = "{AC6EAFDF-396C-4E27-8FED-BBB9B2868F2B}",
                                        unitId = 39,
                                        lat = 0.75953254213507,
                                        skill = "Excellent",
                                        long = 0.76168957954474,
                                        x = -124273.96517413,
                                        name = "Unit #15",
                                        heading = 4.3633231299858,
                                        y = 760652.5330854,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 40,
                                        lat = 0.75951939095426,
                                        skill = "Excellent",
                                        long = 0.76168824748966,
                                        x = -124358.54489864,
                                        name = "Unit #16",
                                        heading = -1.5707963058865,
                                        y = 760657.32232891,
                                    }, -- end of [3]
                                }, -- end of units
                                name = "New Vehicle Group #007",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [6]
                            [7] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 430,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75945026776017,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76149883966821,
                                            x = -124912.34448901,
                                            speed = 0,
                                            y = 759836.56403487,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 22,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 41,
                                        lat = 0.75945026776017,
                                        skill = "Excellent",
                                        long = 0.76149883966821,
                                        x = -124912.34448901,
                                        name = "Unit #17",
                                        heading = 4.0746862018819,
                                        y = 759836.56403487,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "New Vehicle Group #008",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [7]
                            [8] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 430,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75941205058126,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76162928234465,
                                            x = -125077.69063273,
                                            speed = 0,
                                            y = 760473.37615781,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 23,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 42,
                                        lat = 0.75941205058126,
                                        skill = "Excellent",
                                        long = 0.76162928234465,
                                        x = -125077.69063273,
                                        name = "Unit #18",
                                        heading = 4.1363363725212,
                                        y = 760473.37615781,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "New Vehicle Group #009",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [8]
                            [9] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 591,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.77992305878965,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69878252819573,
                                            x = -25669.912289011,
                                            speed = 0,
                                            y = 457905.2419594,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 39,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "55G6 EWR",
                                        CLSID = "{EDEA0ECC-33A4-488B-8A3C-1D6929B5A871}",
                                        unitId = 65,
                                        lat = 0.77992305878965,
                                        skill = "Excellent",
                                        long = 0.69878252819573,
                                        x = -25669.912289011,
                                        name = "Unit #28",
                                        heading = 2.677945044589,
                                        y = 457905.2419594,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "New Vehicle Group #016",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [9]
                            [10] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 430,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75956484542005,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76177902873587,
                                            x = -124014.59945503,
                                            speed = 0,
                                            y = 761040.42608511,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 40,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "55G6 EWR",
                                        CLSID = "{EDEA0ECC-33A4-488B-8A3C-1D6929B5A871}",
                                        unitId = 66,
                                        lat = 0.75956484542005,
                                        skill = "Excellent",
                                        long = 0.76177902873587,
                                        x = -124014.59945503,
                                        name = "Unit #29",
                                        heading = 4.8120576328759,
                                        y = 761040.42608511,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "New Vehicle Group #017",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [10]
                            [11] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.7249685880939,
                                                lat = 0.76436060694227,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.72497229019533,
                                                lat = 0.76435474413923,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1046,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.76436060694227,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7249685880939,
                                            x = -113334.3779817,
                                            speed = 0,
                                            y = 587241.39702523,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 41,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "55G6 EWR",
                                        CLSID = "{EDEA0ECC-33A4-488B-8A3C-1D6929B5A871}",
                                        unitId = 67,
                                        lat = 0.76436060694227,
                                        skill = "Excellent",
                                        long = 0.7249685880939,
                                        x = -113334.3779817,
                                        name = "Unit #30",
                                        heading = 3.5877869700707,
                                        y = 587241.39702523,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 68,
                                        lat = 0.76435474413923,
                                        skill = "Excellent",
                                        long = 0.72493073069407,
                                        x = -113390.0531539,
                                        name = "Unit #31",
                                        heading = 3.9935589807631,
                                        y = 587070.72116882,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 69,
                                        lat = 0.76434037628238,
                                        skill = "Excellent",
                                        long = 0.7249760743693,
                                        x = -113459.59909986,
                                        name = "Unit #32",
                                        heading = 2.7139230501289,
                                        y = 587289.22772102,
                                    }, -- end of [3]
                                }, -- end of units
                                name = "New Vehicle Group #018",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [11]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "Red Crown",
                                groupId = 1,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 8000,
                                            type = "Turning Point",
                                            action = "Begin Loop",
                                            lat = 0.77244206797386,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67359475427275,
                                            x = -82207.212004702,
                                            speed = 138.88888888889,
                                            y = 346753.93390933,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 8000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7727774261205,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7166861483951,
                                            x = -63589.394550015,
                                            speed = 138.88888888889,
                                            y = 543751.06807747,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 8000,
                                            type = "Turning Point",
                                            action = "End Loop",
                                            lat = 0.7691372923587,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7803608350179,
                                            x = -51310.811288885,
                                            speed = 138.88888888889,
                                            y = 838441.1179807,
                                        }, -- end of [3]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "AWACS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "A-50",
                                        CLSID = "{CA17F0F8-6AEB-43FA-BC90-76732137F61D}",
                                        unitId = 1,
                                        lat = 0.77244206797386,
                                        skill = "Excellent",
                                        long = 0.67359475427275,
                                        x = -82207.212004702,
                                        name = "Pilot #1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "70000",
                                            flare = 192,
                                            chaff = 192,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 346753.93390933,
                                        callsign = 
                                        {
                                            [1] = 5,
                                            [2] = 0,
                                            [3] = 0,
                                            name = "500",
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "Red Crown #001",
                                groupId = 2,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 8000,
                                            type = "Turning Point",
                                            action = "Begin Loop",
                                            lat = 0.77216364334197,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67358639181203,
                                            x = -83982.684772579,
                                            speed = 138.88888888889,
                                            y = 346834.83385239,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 8000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77246661889725,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71665588056628,
                                            x = -65582.44400879,
                                            speed = 138.88888888889,
                                            y = 543806.83150648,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 8000,
                                            type = "Turning Point",
                                            action = "End Loop",
                                            lat = 0.76876215142405,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.78030766110844,
                                            x = -53735.242835351,
                                            speed = 138.88888888889,
                                            y = 838542.42268329,
                                        }, -- end of [3]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Escort",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-31",
                                        CLSID = "{43CC7267-6C0A-41B2-BCF7-CE8FA05E9E35}",
                                        unitId = 6,
                                        lat = 0.77216364334197,
                                        skill = "Excellent",
                                        long = 0.67358639181203,
                                        x = -83982.684772579,
                                        name = "Pilot #2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{F1243568-8EF0-49D4-9CB5-4DA90D92BC1D}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{F1243568-8EF0-49D4-9CB5-4DA90D92BC1D}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{F1243568-8EF0-49D4-9CB5-4DA90D92BC1D}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{F1243568-8EF0-49D4-9CB5-4DA90D92BC1D}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{275A2855-4A79-4B2D-B082-91EA2ADF4691}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "15500",
                                            flare = 0,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 346834.83385239,
                                        callsign = 
                                        {
                                            [1] = 5,
                                            [2] = 0,
                                            [3] = 1,
                                            name = 501,
                                        }, -- end of callsign
                                        onboard_num = 16,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "MiG-31",
                                        CLSID = "{43CC7267-6C0A-41B2-BCF7-CE8FA05E9E35}",
                                        unitId = 7,
                                        lat = 0.77215664334197,
                                        skill = "Excellent",
                                        long = 0.67359339181203,
                                        x = -84025.054606794,
                                        name = "Pilot #3",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{F1243568-8EF0-49D4-9CB5-4DA90D92BC1D}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{F1243568-8EF0-49D4-9CB5-4DA90D92BC1D}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{F1243568-8EF0-49D4-9CB5-4DA90D92BC1D}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{F1243568-8EF0-49D4-9CB5-4DA90D92BC1D}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{275A2855-4A79-4B2D-B082-91EA2ADF4691}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "15500",
                                            flare = 0,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 346869.8203744,
                                        callsign = 
                                        {
                                            [1] = 5,
                                            [2] = 0,
                                            [3] = 2,
                                            name = 502,
                                        }, -- end of callsign
                                        onboard_num = 17,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [2]
                            [3] = 
                            {
                                hidden = false,
                                name = "Marko 110",
                                groupId = 3,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1257,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            lat = 0.779801,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.698797,
                                            x = -26441.347360305,
                                            speed = 138.88888888889,
                                            airdromeId = 16,
                                            y = 458040.61422532,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77759919614074,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69520357216518,
                                            x = -41854.990077347,
                                            speed = 208.33333333333,
                                            y = 442886.21855459,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 8000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76195590488173,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69994072312609,
                                            x = -139620.06901264,
                                            speed = 208.33333333333,
                                            y = 473106.39905857,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 8000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75808623829104,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72147874525331,
                                            x = -154945.40913533,
                                            speed = 208.33333333333,
                                            y = 575175.88308862,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 8000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75493984503024,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74833382293683,
                                            x = -161248.73339295,
                                            speed = 208.33333333333,
                                            y = 702223.33150164,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 8000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74728328778681,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76539181738231,
                                            x = -200082.21603567,
                                            speed = 208.33333333333,
                                            y = 788056.0056072,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76027239623853,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7665420405447,
                                            x = -116611.44075829,
                                            speed = 138.88888888889,
                                            y = 782518.8421013,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 817,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.759437,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.761624,
                                            x = -124921.90954665,
                                            speed = 83.333333333333,
                                            airdromeId = 27,
                                            y = 760428.0733062,
                                        }, -- end of [8]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 8,
                                        lat = 0.779801,
                                        skill = "Player",
                                        y = 458040.61422532,
                                        long = 0.698797,
                                        x = -26441.347360305,
                                        name = "Pilot #4",
                                        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 = "9400",
                                            flare = 72,
                                            chaff = 120,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 6,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 3,
                                            name = "113",
                                        }, -- end of callsign
                                        onboard_num = 13,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 9,
                                        lat = 0.779794,
                                        skill = "Excellent",
                                        y = 458076.41516939,
                                        long = 0.698804,
                                        x = -26483.124922666,
                                        name = "Pilot #5",
                                        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 = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 5,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 9,
                                            name = "119",
                                        }, -- end of callsign
                                        onboard_num = 19,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 10,
                                        lat = 0.779787,
                                        skill = "Excellent",
                                        y = 458112.21611346,
                                        long = 0.698811,
                                        x = -26524.902485027,
                                        name = "Pilot #6",
                                        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 = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 2,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 2,
                                            [3] = 0,
                                            name = "120",
                                        }, -- end of callsign
                                        onboard_num = 20,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 11,
                                        lat = 0.77978,
                                        skill = "Excellent",
                                        y = 458148.01705753,
                                        long = 0.698818,
                                        x = -26566.680047388,
                                        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 = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 2,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 2,
                                            [3] = 1,
                                            name = "121",
                                        }, -- end of callsign
                                        onboard_num = 21,
                                    }, -- end of [4]
                                }, -- end of units
                            }, -- end of [3]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                heading = 5.1848930141185,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.77964325311985,
                                            long = 0.69872311749117,
                                            x = -27475.308769074,
                                            name = "",
                                            speed = 0,
                                            y = 457794.8473499,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 12,
                                lat = 0.77964325311985,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ka-50",
                                        CLSID = "{3457BB1E-523F-4C24-BBEA-58D028623F05}",
                                        unitId = 26,
                                        lat = 0.77964325311985,
                                        long = 0.69872311749117,
                                        x = -27475.308769074,
                                        name = "New Static Object",
                                        category = "Helicopters",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 457794.8473499,
                                        heading = 5.1848930141185,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.69872311749117,
                                name = "New Static Object",
                                dead = false,
                            }, -- end of [1]
                            [2] = 
                            {
                                heading = 5.1848930141185,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.7796378053056,
                                            long = 0.69872099294518,
                                            x = -27510.846288655,
                                            name = "",
                                            speed = 0,
                                            y = 457788.30008143,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 13,
                                lat = 0.7796378053056,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ka-50",
                                        CLSID = "{3457BB1E-523F-4C24-BBEA-58D028623F05}",
                                        unitId = 27,
                                        lat = 0.7796378053056,
                                        long = 0.69872099294518,
                                        x = -27510.846288655,
                                        name = "New Static Object #001",
                                        category = "Helicopters",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 457788.30008143,
                                        heading = 5.1848930141185,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.69872099294518,
                                name = "New Static Object #001",
                                dead = false,
                            }, -- end of [2]
                            [3] = 
                            {
                                heading = 1.8925468811915,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.77963369851117,
                                            long = 0.69868672312617,
                                            x = -27550.680867146,
                                            name = "",
                                            speed = 0,
                                            y = 457634.91617995,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 14,
                                lat = 0.77963369851117,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ka-50",
                                        CLSID = "{3457BB1E-523F-4C24-BBEA-58D028623F05}",
                                        unitId = 28,
                                        lat = 0.77963369851117,
                                        long = 0.69868672312617,
                                        x = -27550.680867146,
                                        name = "New Static Object #002",
                                        category = "Helicopters",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 457634.91617995,
                                        heading = 1.8925468811915,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.69868672312617,
                                name = "New Static Object #002",
                                dead = false,
                            }, -- end of [3]
                            [4] = 
                            {
                                heading = 0.22679884805389,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.77963218989699,
                                            long = 0.69871996195056,
                                            x = -27547.014301335,
                                            name = "",
                                            speed = 0,
                                            y = 457786.81761687,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 15,
                                lat = 0.77963218989699,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "BTR_D",
                                        CLSID = "{5231B5F9-15E5-4B6C-8B22-374CEEC378BE}",
                                        unitId = 29,
                                        lat = 0.77963218989699,
                                        long = 0.69871996195056,
                                        x = -27547.014301335,
                                        name = "New Static Object #003",
                                        category = "Ground vehicles",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 457786.81761687,
                                        heading = 0.22679884805389,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.69871996195056,
                                name = "New Static Object #003",
                                dead = false,
                            }, -- end of [4]
                            [5] = 
                            {
                                heading = 5.7595865315813,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.77980561145184,
                                            long = 0.69896891950353,
                                            x = -26343.333933539,
                                            name = "",
                                            speed = 0,
                                            y = 458819.20642438,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 16,
                                lat = 0.77980561145184,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "IL-76MD",
                                        CLSID = "{439A1A0C-1A35-4B45-A0ED-2F2A0B0E8F31}",
                                        unitId = 30,
                                        lat = 0.77980561145184,
                                        long = 0.69896891950353,
                                        x = -26343.333933539,
                                        name = "New Static Object #004",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 458819.20642438,
                                        heading = 5.7595865315813,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.69896891950353,
                                name = "New Static Object #004",
                                dead = false,
                            }, -- end of [5]
                            [6] = 
                            {
                                heading = 1.9198621771938,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.77986521364217,
                                            long = 0.6989933838138,
                                            x = -25954.045841951,
                                            name = "",
                                            speed = 0,
                                            y = 458896.38366897,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 17,
                                lat = 0.77986521364217,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 31,
                                        lat = 0.77986521364217,
                                        long = 0.6989933838138,
                                        x = -25954.045841951,
                                        name = "New Static Object #005",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 458896.38366897,
                                        heading = 1.9198621771938,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.6989933838138,
                                name = "New Static Object #005",
                                dead = false,
                            }, -- end of [6]
                            [7] = 
                            {
                                heading = 2.0943951023932,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.77983419659276,
                                            long = 0.69897284879701,
                                            x = -26159.747968963,
                                            name = "",
                                            speed = 0,
                                            y = 458820.75934638,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 18,
                                lat = 0.77983419659276,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 32,
                                        lat = 0.77983419659276,
                                        long = 0.69897284879701,
                                        x = -26159.747968963,
                                        name = "New Static Object #006",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 458820.75934638,
                                        heading = 2.0943951023932,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.69897284879701,
                                name = "New Static Object #006",
                                dead = false,
                            }, -- end of [7]
                            [8] = 
                            {
                                heading = 5.235987755983,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.77981650891759,
                                            long = 0.69901142476349,
                                            x = -26256.970978441,
                                            name = "",
                                            speed = 0,
                                            y = 459006.14037085,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 19,
                                lat = 0.77981650891759,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 33,
                                        lat = 0.77981650891759,
                                        long = 0.69901142476349,
                                        x = -26256.970978441,
                                        name = "New Static Object #007",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 459006.14037085,
                                        heading = 5.235987755983,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.69901142476349,
                                name = "New Static Object #007",
                                dead = false,
                            }, -- end of [8]
                            [9] = 
                            {
                                heading = 5.6504364721774,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75940218830855,
                                            long = 0.76169053866001,
                                            x = -125103.83307844,
                                            name = "",
                                            speed = 0,
                                            y = 760765.68345036,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 24,
                                lat = 0.75940218830855,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 43,
                                        lat = 0.75940218830855,
                                        long = 0.76169053866001,
                                        x = -125103.83307844,
                                        name = "New Static Object #008",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 760765.68345036,
                                        heading = 5.6504364721774,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.76169053866001,
                                name = "New Static Object #008",
                                dead = false,
                            }, -- end of [9]
                            [10] = 
                            {
                                heading = 5.6504364721774,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75939890090484,
                                            long = 0.76168107959664,
                                            x = -125130.44118351,
                                            name = "",
                                            speed = 0,
                                            y = 760724.55734315,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 25,
                                lat = 0.75939890090484,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 44,
                                        lat = 0.75939890090484,
                                        long = 0.76168107959664,
                                        x = -125130.44118351,
                                        name = "New Static Object #009",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 760724.55734315,
                                        heading = 5.6504364721774,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.76168107959664,
                                name = "New Static Object #009",
                                dead = false,
                            }, -- end of [10]
                            [11] = 
                            {
                                heading = 5.6504364721774,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75939479166462,
                                            long = 0.76167076706113,
                                            x = -125162.79609646,
                                            name = "",
                                            speed = 0,
                                            y = 760680.15849333,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 26,
                                lat = 0.75939479166462,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 45,
                                        lat = 0.75939479166462,
                                        long = 0.76167076706113,
                                        x = -125162.79609646,
                                        name = "New Static Object #010",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 760680.15849333,
                                        heading = 5.6504364721774,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.76167076706113,
                                name = "New Static Object #010",
                                dead = false,
                            }, -- end of [11]
                            [12] = 
                            {
                                heading = 5.6504364721774,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75939060025611,
                                            long = 0.76166051408225,
                                            x = -125195.63880821,
                                            name = "",
                                            speed = 0,
                                            y = 760636.10436446,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 27,
                                lat = 0.75939060025611,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 46,
                                        lat = 0.75939060025611,
                                        long = 0.76166051408225,
                                        x = -125195.63880821,
                                        name = "New Static Object #011",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 760636.10436446,
                                        heading = 5.6504364721774,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.76166051408225,
                                name = "New Static Object #011",
                                dead = false,
                            }, -- end of [12]
                            [13] = 
                            {
                                heading = 3.9935589807631,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75940210612334,
                                            long = 0.76167322012772,
                                            x = -125114.72886894,
                                            name = "",
                                            speed = 0,
                                            y = 760685.43532414,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 28,
                                lat = 0.75940210612334,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ural-375 PBU",
                                        CLSID = "{20B6EAF4-E6D3-4FC2-A306-41951CAF1361}",
                                        unitId = 47,
                                        lat = 0.75940210612334,
                                        long = 0.76167322012772,
                                        x = -125114.72886894,
                                        name = "New Static Object #012",
                                        category = "Ground vehicles",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 760685.43532414,
                                        heading = 3.9935589807631,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.76167322012772,
                                name = "New Static Object #012",
                                dead = false,
                            }, -- end of [13]
                            [14] = 
                            {
                                heading = 5.695182703632,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75937342387388,
                                            long = 0.76161742258754,
                                            x = -125330.87187738,
                                            name = "",
                                            speed = 0,
                                            y = 760450.58608817,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 29,
                                lat = 0.75937342387388,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "IL-78M",
                                        CLSID = "{E8506C78-7BCD-4FA7-9163-354FE3297DCA}",
                                        unitId = 48,
                                        lat = 0.75937342387388,
                                        long = 0.76161742258754,
                                        x = -125330.87187738,
                                        name = "New Static Object #013",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 760450.58608817,
                                        heading = 5.695182703632,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.76161742258754,
                                name = "New Static Object #013",
                                dead = false,
                            }, -- end of [14]
                        }, -- end of group
                    }, -- end of static
                }, -- end of [1]
            }, -- end of country
        }, -- end of red
    }, -- end of coalition
    sortie = "Border Patrol",
    version = 2,
    trigfuncStartup = 
    {
    }, -- end of trigfuncStartup
    currentKey = 13130,
    start_time = 28800,
    forcedOptions = 
    {
        civTraffic = 1,
        weapons = false,
    }, -- end of forcedOptions
    failures = 
    {
        hydro = 
        {
            hh = 0,
            prob = 100,
            label = "HYDRO",
            enable = false,
            mmint = 1,
            id = "hydro",
            mm = 0,
        }, -- end of hydro
        eos = 
        {
            hh = 0,
            prob = 100,
            label = "EOS",
            enable = false,
            mmint = 1,
            id = "eos",
            mm = 0,
        }, -- end of eos
        ecm = 
        {
            hh = 0,
            prob = 100,
            label = "ECM",
            enable = false,
            mmint = 1,
            id = "ecm",
            mm = 0,
        }, -- end of ecm
        helmet = 
        {
            hh = 0,
            prob = 100,
            label = "HELMET",
            enable = false,
            mmint = 1,
            id = "helmet",
            mm = 0,
        }, -- end of helmet
        l_engine = 
        {
            hh = 0,
            prob = 100,
            label = "L-ENGINE",
            enable = false,
            mmint = 1,
            id = "l_engine",
            mm = 0,
        }, -- end of l_engine
        autopilot = 
        {
            hh = 0,
            prob = 100,
            label = "AUTOPILOT",
            enable = false,
            mmint = 1,
            id = "autopilot",
            mm = 0,
        }, -- end of autopilot
        hud = 
        {
            hh = 0,
            prob = 100,
            label = "HUD",
            enable = false,
            mmint = 1,
            id = "hud",
            mm = 0,
        }, -- end of hud
        asc = 
        {
            hh = 0,
            prob = 100,
            label = "ASC",
            enable = false,
            mmint = 1,
            id = "asc",
            mm = 0,
        }, -- end of asc
        rws = 
        {
            hh = 0,
            prob = 100,
            label = "RWS",
            enable = false,
            mmint = 1,
            id = "rws",
            mm = 0,
        }, -- end of rws
        r_engine = 
        {
            hh = 0,
            prob = 100,
            label = "R-ENGINE",
            enable = false,
            mmint = 1,
            id = "r_engine",
            mm = 0,
        }, -- end of r_engine
        radar = 
        {
            hh = 0,
            prob = 100,
            label = "RADAR",
            enable = false,
            mmint = 1,
            id = "radar",
            mm = 0,
        }, -- end of radar
        mfd = 
        {
            hh = 0,
            prob = 100,
            label = "MFD",
            enable = false,
            mmint = 1,
            id = "mfd",
            mm = 0,
        }, -- end of mfd
    }, -- end of failures
} -- end of mission
