mission = 
{
    trig = 
    {
        actions = 
        {
            [1] = "a_out_text_delay(\"Enfield 11, Pontiac 11, HAWK site is still active. I have dropped a smoke marker on target. Good hunting gentleman.\", \"15\");a_explosion_marker(\"Pop Smoke\", \"1\"); mission.trig.func[1]='';",
            [2] = "a_activate_group(\"F-4 Intercept\"); 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(\"11\", \"Status Report\") )",
            [2] = "return(c_unit_dead(\"5\") and c_unit_dead(\"4\") and c_random_less(\"25\") )",
        }, -- 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 = "It has been raining nonstop since the two Su-25's were shot down.  We have been unable to get any flights into the area because of weather.  There is a patrol unit on the road at the border.  They are trying to get a positive location of the wreckage to retrieve the bodies for their families.\
\
We were able to get a satellite image of the site itself before clouds rolled in.  The site consists of three launchers, one search radar, and one tracking radar.  The other five vehicles in the area are support vehicles.\
\
The Turks flew a flight of two F-4's in the area of the crash site right after the incident.  We believe the flight was to protect the site for any invaders.  Our E-2C picked them up about thirty minutes after the first shot was fired.\
\
We need you to fly in and wipe out that SAM site.  The rain has slowed down a bit and the fog has retreated as well.  You will notice an alternate IP to the target on the Mission Planner.  It is up to you to decide on the direction of attack. \
\
There will be a F/A-18 flying a fast recon flight over the SAM site to verify it is still there.  He will relay any information to you about the site.  By the time you take off he will be clear of the area.\
\
A couple of F-16's will be flying CAP in the area to watch your back while you are defusing the situation. \
\
The E-2C will be flying as well.  He will provide updates as needed.  If you happen to have company in the area, make it back to the airfield as fast as you can.\
\
Good luck!",
    goals = 
    {
        [1] = 
        {
            rules = 
            {
                [1] = 
                {
                    group = 1,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            score = 100,
            side = "OFFLINE",
            predicate = "score",
            comment = "HAWK Site Destroyed",
        }, -- end of [1]
    }, -- end of goals
    trigfunc = 
    {
        [1] = "if c_unit_in_zone(\"11\", \"Status Report\") then a_out_text_delay(\"Enfield 11, Pontiac 11, HAWK site is still active. I have dropped a smoke marker on target. Good hunting gentleman.\", \"15\");a_explosion_marker(\"Pop Smoke\", \"1\"); mission.trigfunc[1]='';end;",
        [2] = "if c_unit_dead(\"5\") and c_unit_dead(\"4\") and c_random_less(\"25\") then a_activate_group(\"F-4 Intercept\"); mission.trigfunc[2]='';end;",
    }, -- end of trigfunc
    weather = 
    {
        qnh = 735,
        wind = 
        {
            at8000 = 
            {
                speed = 0,
                dir = 0,
            }, -- end of at8000
            atGround = 
            {
                speed = 2,
                dir = 308,
            }, -- end of atGround
            at2000 = 
            {
                speed = 8,
                dir = 275,
            }, -- end of at2000
        }, -- end of wind
        name = "Winter, clean sky",
        fog = 
        {
            density = 7,
            visibility = 25,
            thickness = 15,
        }, -- end of fog
        turbulence = 
        {
            at8000 = 0,
            atGround = 0,
            at2000 = 0,
        }, -- end of turbulence
        visibility = 
        {
            distance = 80000,
        }, -- end of visibility
        season = 
        {
            iseason = 4,
            temperature = 17,
        }, -- end of season
        clouds = 
        {
            density = 9,
            thickness = 1620,
            base = 1600,
            iprecptns = 1,
        }, -- end of clouds
    }, -- end of weather
    result = 
    {
        [1] = "if c_group_dead(\"SAM Hawk Site\")  then a_set_mission_result(100) end",
        offline = 
        {
            conditions = 
            {
                [1] = "return(c_group_dead(\"SAM Hawk Site\") )",
            }, -- end of conditions
            actions = 
            {
                [1] = "a_set_mission_result(100)",
            }, -- end of actions
            func = 
            {
                [1] = "if mission.result.offline.conditions[1]() then mission.result.offline.actions[1]() 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 = 2000,
                zoneId = 1,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of color
                lat = 0.72364741651361,
                hidden = true,
                long = 0.72838167458874,
                x = -371052.45636081,
                name = "Status Report",
                y = 629969.09743205,
            }, -- end of [1]
            [2] = 
            {
                radius = 100,
                zoneId = 2,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of color
                lat = 0.72344437689839,
                hidden = true,
                long = 0.72796830190936,
                x = -372545.23647139,
                name = "Pop Smoke",
                y = 628115.38374515,
            }, -- end of [2]
        }, -- end of zones
    }, -- end of triggers
    map = 
    {
        centerY = 0.72662859345257,
        zoom = 100000,
        centerX = 0.72536005900381,
    }, -- end of map
    coalitions = 
    {
        blue = 
        {
            [1] = 16,
            [2] = 2,
        }, -- end of blue
        red = 
        {
            [1] = 0,
            [2] = 3,
        }, -- end of red
    }, -- end of coalitions
    descriptionText = "Georgia and Turkey have not been playing nice lately.\
\
Three days ago a flight of Su-25's flew a recon mission along the border.  The flight itself was a low level flight through the mountains along the border.  As the Su-25's made their turn at the border, the flight was locked up by a HAWK tracking radar.  One plane was hit by a missile and destroyed.  The second plane flew into a mountain trying to escape.\
\
Prior to that flight, there was no indications of a SAM site being active in that area.  The Georgian President, Mikheil Saakashvili, demands payback...",
    trigflag = 
    {
        [1] = true,
        [2] = true,
    }, -- end of trigflag
    descriptionRedTask = "",
    pictureFileNameB = 
    {
        [6] = "Slide6{FD27BA06-ECAD-4685-9203-A773F63882FA}.JPG",
        [2] = "Slide2{94B0CAFE-2A25-4f9d-B636-F9C10DE4A69D}.JPG",
        [3] = "Slide3{8D49DC27-9E93-4a1a-A045-DCEBA462142F}.JPG",
        [1] = "Slide1{F5B666BF-D5BB-439a-A729-6CBD9B87C445}.JPG",
        [4] = "Slide4{1F08C880-D448-4681-8314-0AD0DB5B2799}.JPG",
        [5] = "Slide5{E7624890-9395-4577-B88D-234F4B3D7110}.JPG",
        [7] = "Slide7{43945C58-ED18-4599-924F-A3484E11B8D1}.JPG",
    }, -- end of pictureFileNameB
    pictureFileNameR = 
    {
    }, -- end of pictureFileNameR
    trigrules = 
    {
        [1] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    unit = 11,
                    predicate = "c_unit_in_zone",
                    zone = 1,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    text = "Enfield 11, Pontiac 11, HAWK site is still active. I have dropped a smoke marker on target. Good hunting gentleman.",
                    predicate = "a_out_text_delay",
                    seconds = 15,
                }, -- end of [1]
                [2] = 
                {
                    altitude = 1,
                    seconds = 10,
                    zone = 2,
                    text = "",
                    predicate = "a_explosion_marker",
                }, -- end of [2]
            }, -- end of actions
            comment = "Send Report",
        }, -- end of [1]
        [2] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    predicate = "c_unit_dead",
                    unit = 5,
                }, -- end of [1]
                [2] = 
                {
                    predicate = "c_unit_dead",
                    unit = 4,
                }, -- end of [2]
                [3] = 
                {
                    percent = 25,
                    predicate = "c_random_less",
                    unit = "",
                }, -- end of [3]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    group = 6,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "Launch the F-4s",
        }, -- end of [2]
    }, -- end of trigrules
    coalition = 
    {
        blue = 
        {
            country = 
            {
                [1] = 
                {
                    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 = 10,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.72617801199046,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72603821198411,
                                            x = -356055.47825557,
                                            speed = 0,
                                            y = 617113.98414356,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 11,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Osa 9A33 ln",
                                        CLSID = "{8E5B2FB3-8845-4026-BC7F-16898FF9442B}",
                                        unitId = 25,
                                        lat = 0.72617801199046,
                                        skill = "Excellent",
                                        long = 0.72603821198411,
                                        x = -356055.47825557,
                                        name = "Unit #14",
                                        heading = 3.6409393752699,
                                        y = 617113.98414356,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "SAM SA-8",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                heading = 0,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.72389090530216,
                                            long = 0.72802364697151,
                                            x = -369673.10309588,
                                            name = "",
                                            speed = 0,
                                            y = 628091.72280226,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 9,
                                lat = 0.72389090530216,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-25",
                                        CLSID = "{CC4276EE-EDB4-4EC0-BE13-4313ABDC7619}",
                                        unitId = 23,
                                        lat = 0.72389090530216,
                                        rate = "40",
                                        long = 0.72802364697151,
                                        x = -369673.10309588,
                                        name = "Su-25 1",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 1,
                                        y = 628091.72280226,
                                        heading = 0,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.72802364697151,
                                name = "Su-25 1",
                                dead = true,
                            }, -- end of [1]
                            [2] = 
                            {
                                heading = 3.8966970570685,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.7234921710395,
                                            long = 0.72798481928017,
                                            x = -372232.7197445,
                                            name = "",
                                            speed = 0,
                                            y = 628163.70546596,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 10,
                                lat = 0.7234921710395,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-25",
                                        CLSID = "{CC4276EE-EDB4-4EC0-BE13-4313ABDC7619}",
                                        unitId = 24,
                                        lat = 0.7234921710395,
                                        long = 0.72798481928017,
                                        x = -372232.7197445,
                                        name = "Su-25 2",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 628163.70546596,
                                        heading = 3.8966970570685,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.72798481928017,
                                name = "Su-25 2",
                                dead = true,
                            }, -- end of [2]
                        }, -- end of group
                    }, -- end of static
                }, -- end of [1]
                [2] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "USA",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 2,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 200,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.72387754029834,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72803715076268,
                                            x = -369751.76744901,
                                            speed = 0,
                                            y = 628165.00053776,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 8,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "M1043 HMMWV Armament",
                                        CLSID = "{FA0867CA-3D72-4545-8FD3-8E373855A0F2}",
                                        unitId = 20,
                                        lat = 0.72387754029834,
                                        skill = "Excellent",
                                        long = 0.72803715076268,
                                        x = -369751.76744901,
                                        name = "Unit #11",
                                        heading = 2.9670597283904,
                                        y = 628165.00053776,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "M1043 HMMWV Armament",
                                        CLSID = "{FA0867CA-3D72-4545-8FD3-8E373855A0F2}",
                                        unitId = 21,
                                        lat = 0.72387754029834,
                                        skill = "Excellent",
                                        long = 0.72804072821206,
                                        x = -369750.04604798,
                                        name = "Unit #12",
                                        heading = 3.3161255787892,
                                        y = 628182.18330741,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "M1126 Stryker ICV",
                                        CLSID = "{FB82E110-BCD3-48ef-8D3D-BB338595F4B3}",
                                        unitId = 22,
                                        lat = 0.72388143840815,
                                        skill = "Excellent",
                                        long = 0.7280405282779,
                                        x = -369725.30148936,
                                        name = "Unit #13",
                                        heading = 3.3161255787892,
                                        y = 628178.69361529,
                                    }, -- end of [3]
                                }, -- end of units
                                name = "US Border Checkpoint",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "F/A-18C Recon",
                                groupId = 2,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1220,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72406713128123,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72509716447673,
                                            x = -369959.30473029,
                                            speed = 257.22222222222,
                                            y = 613961.38584485,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 1220,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72345598726961,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72671298108453,
                                            x = -373075.50621523,
                                            speed = 385.83333333333,
                                            y = 622086.98052346,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 1220,
                                            type = "Turning Point",
                                            action = "Fly Over Point",
                                            lat = 0.72343014242764,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72797406048829,
                                            x = -372633.17493014,
                                            speed = 385.83333333333,
                                            y = 628152.27906754,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 1524,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72450093127296,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72997707253659,
                                            x = -364826.76637582,
                                            speed = 385.83333333333,
                                            y = 637058.1962944,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 1524,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72548884373109,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72995952902992,
                                            x = -358539.9051267,
                                            speed = 154.16666666667,
                                            y = 636318.38297779,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 610,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72721327415676,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72431859093759,
                                            x = -350287.52793944,
                                            speed = 154.16666666667,
                                            y = 608243.48988653,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 10,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.726232,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.726078,
                                            x = -355692.3067714,
                                            speed = 138.88888888889,
                                            airdromeId = 22,
                                            y = 617269.96285781,
                                        }, -- end of [7]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Reconnaissance",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F/A-18C",
                                        CLSID = "{C075771D-EDE1-42C7-8E81-130B60500584}",
                                        unitId = 11,
                                        lat = 0.72406713128123,
                                        skill = "High",
                                        long = 0.72509716447673,
                                        x = -369959.30473029,
                                        name = "F-18 1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [6] = 
                                                {
                                                    CLSID = "{1C2B16EB-8EB0-43de-8788-8EBB2D70B8BC}",
                                                }, -- end of [6]
                                                [4] = 
                                                {
                                                    CLSID = "{6C0D552F-570B-42ff-9F6D-F10D9C1D4E1C}",
                                                }, -- end of [4]
                                                [9] = 
                                                {
                                                    CLSID = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}",
                                                }, -- end of [9]
                                            }, -- end of pylons
                                            fuel = "6531",
                                            flare = 0,
                                            chaff = 60,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 2,
                                        y = 613961.38584485,
                                        callsign = 
                                        {
                                            [1] = 8,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Pontiac11",
                                        }, -- end of callsign
                                        onboard_num = 501,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "F-16C CAP",
                                groupId = 4,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1524,
                                            type = "Turning Point",
                                            action = "Begin Loop",
                                            lat = 0.72547052053942,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.72796149703489,
                                                    radius = 15000,
                                                    y = 628086.10501958,
                                                    x = -372581.95689703,
                                                    lat = 0.72343912841349,
                                                    categories = 
                                                    {
                                                        [1] = "Planes",
                                                        [2] = "Helicopters",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.72330950977153,
                                            x = -361863.66772798,
                                            speed = 154.16666666667,
                                            y = 604511.4546468,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 1524,
                                            type = "Turning Point",
                                            action = "End Loop",
                                            lat = 0.72549274740605,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.72796159450013,
                                                    radius = 15000,
                                                    y = 628104.01380592,
                                                    x = -372753.19187847,
                                                    lat = 0.72341225019031,
                                                    categories = 
                                                    {
                                                        [1] = "Planes",
                                                        [2] = "Helicopters",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.73303576424808,
                                            x = -356989.9127864,
                                            speed = 154.16666666667,
                                            y = 651047.50053268,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 610,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72721008260789,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72431656344874,
                                            x = -350308.84073843,
                                            speed = 154.16666666667,
                                            y = 608235.82003836,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 120,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.726232,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.726078,
                                            x = -355692.3067714,
                                            speed = 138.88888888889,
                                            airdromeId = 22,
                                            y = 617269.96285781,
                                        }, -- end of [4]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "CAP",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-16C bl.52d",
                                        CLSID = "{082D2561-FB8B-11d5-9190-00A0249B6F00}",
                                        unitId = 13,
                                        lat = 0.72547052053942,
                                        skill = "Excellent",
                                        long = 0.72330950977153,
                                        x = -361863.66772798,
                                        name = "F-16 1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
                                                }, -- end of [3]
                                                [6] = 
                                                {
                                                    CLSID = "{8A0BE8AE-58D4-4572-9263-3144C0D06364}",
                                                }, -- end of [6]
                                                [8] = 
                                                {
                                                    CLSID = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = 2949,
                                            flare = 30,
                                            chaff = 120,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 3,
                                        y = 604511.4546468,
                                        callsign = 
                                        {
                                            [1] = 5,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Dodge11",
                                        }, -- end of callsign
                                        onboard_num = 431,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "F-16C bl.52d",
                                        CLSID = "{082D2561-FB8B-11d5-9190-00A0249B6F00}",
                                        unitId = 14,
                                        lat = 0.72546352053942,
                                        skill = "Good",
                                        long = 0.72331650977153,
                                        x = -361904.99919301,
                                        name = "F-16 2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
                                                }, -- end of [3]
                                                [6] = 
                                                {
                                                    CLSID = "{8A0BE8AE-58D4-4572-9263-3144C0D06364}",
                                                }, -- end of [6]
                                                [8] = 
                                                {
                                                    CLSID = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = 2949,
                                            flare = 30,
                                            chaff = 120,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 3,
                                        y = 604549.41010057,
                                        callsign = 
                                        {
                                            [1] = 5,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Dodge12",
                                        }, -- end of callsign
                                        onboard_num = 434,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [2]
                            [3] = 
                            {
                                hidden = false,
                                taskSelected = true,
                                name = "Your Flight",
                                groupId = 5,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 130,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.726232,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.726078,
                                            x = -355692.3067714,
                                            speed = 138.88888888889,
                                            airdromeId = 22,
                                            y = 617269.96285781,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 762,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72502798637629,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72812168722358,
                                            x = -362380.21236762,
                                            name = "IP",
                                            speed = 154.16666666667,
                                            y = 627829.98521865,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 1220,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72353535450267,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.72796160159183,
                                                    radius = 500,
                                                    y = 628087.17481649,
                                                    x = -372587.48091259,
                                                    lat = 0.72343825366837,
                                                    categories = 
                                                    {
                                                        [1] = "Planes",
                                                        [2] = "Helicopters",
                                                        [3] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.72797074979884,
                                            x = -371964.30244704,
                                            name = "Targets",
                                            speed = 154.16666666667,
                                            y = 628068.10790112,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 1000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72353925143397,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72431936217904,
                                            x = -373697.48617848,
                                            name = "Alternate IP",
                                            speed = 154.16666666667,
                                            y = 610567.89308917,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 610,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72721375288988,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72431559140093,
                                            x = -350285.9227651,
                                            name = "",
                                            speed = 154.16666666667,
                                            y = 608228.85586743,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 10,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.726232,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.726078,
                                            x = -355692.3067714,
                                            speed = 138.88888888889,
                                            airdromeId = 22,
                                            y = 617269.96285781,
                                        }, -- end of [6]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "CAS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "A-10A",
                                        CLSID = "{8FDB2742-2283-450D-B417-CFC47774E8B6}",
                                        unitId = 15,
                                        lat = 0.726232,
                                        skill = "Player",
                                        y = 617269.96285781,
                                        long = 0.726078,
                                        x = -355692.3067714,
                                        name = "A-10 1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{D7670BC7-881B-4094-906C-73879CF7EB28}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    CLSID = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}",
                                                }, -- end of [11]
                                            }, -- end of pylons
                                            fuel = "4853",
                                            flare = 90,
                                            chaff = 300,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 2,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Enfield11",
                                        }, -- end of callsign
                                        onboard_num = 205,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "A-10A",
                                        CLSID = "{8FDB2742-2283-450D-B417-CFC47774E8B6}",
                                        unitId = 16,
                                        lat = 0.726225,
                                        skill = "Excellent",
                                        y = 617307.83245432,
                                        long = 0.726085,
                                        x = -355733.53670401,
                                        name = "A-10 2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{D7670BC7-881B-4094-906C-73879CF7EB28}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    CLSID = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}",
                                                }, -- end of [11]
                                            }, -- end of pylons
                                            fuel = "4853",
                                            flare = 90,
                                            chaff = 300,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 2,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Enfield12",
                                        }, -- end of callsign
                                        onboard_num = 207,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [3]
                            [4] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "E-2C AWACS",
                                groupId = 7,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 3048,
                                            type = "Turning Point",
                                            action = "Begin Loop",
                                            lat = 0.73011135533732,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71995498584833,
                                            x = -333863.96864039,
                                            speed = 138.88888888889,
                                            y = 585613.19360976,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 3048,
                                            type = "Turning Point",
                                            action = "End Loop",
                                            lat = 0.73011303524371,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73304857250964,
                                            x = -327540.30446155,
                                            speed = 138.88888888889,
                                            y = 648007.00926264,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 610,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72720497614853,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72432147046072,
                                            x = -350339.0138315,
                                            speed = 138.88888888889,
                                            y = 608262.49275322,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 10,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.726232,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.726078,
                                            x = -355692.3067714,
                                            speed = 138.88888888889,
                                            airdromeId = 22,
                                            y = 617269.96285781,
                                        }, -- end of [4]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "AWACS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "E-2C",
                                        CLSID = "{C7888130-8CDA-422F-8BB9-FC507DCDF19D}",
                                        unitId = 19,
                                        lat = 0.73011135533732,
                                        skill = "High",
                                        long = 0.71995498584833,
                                        x = -333863.96864039,
                                        name = "E-2 1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = 4218,
                                            flare = 60,
                                            chaff = 120,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 585613.19360976,
                                        callsign = 
                                        {
                                            [1] = 7,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Chevy11",
                                        }, -- end of callsign
                                        onboard_num = 609,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [4]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [2]
            }, -- 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 = 
                        {
                        }, -- 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 = "Turkey",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 3,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.7280247722888,
                                                lat = 0.72345463537095,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.72802522007675,
                                                lat = 0.72345368109051,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 120,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.72342425783839,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72795932676567,
                                            x = -372677.76415216,
                                            speed = 5.5555555555556,
                                            y = 628085.3302164,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 1,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "M 818",
                                        CLSID = "{0EDE3912-F55C-402a-95AF-36BB3106BEA2}",
                                        unitId = 1,
                                        lat = 0.72342425783839,
                                        skill = "Excellent",
                                        long = 0.72795932676567,
                                        x = -372677.76415216,
                                        name = "Unit #1",
                                        heading = 0,
                                        y = 628085.3302164,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "M 818",
                                        CLSID = "{0EDE3912-F55C-402a-95AF-36BB3106BEA2}",
                                        unitId = 2,
                                        lat = 0.72342425783839,
                                        skill = "Excellent",
                                        long = 0.72796313390873,
                                        x = -372675.93222687,
                                        name = "Unit #2",
                                        heading = 0,
                                        y = 628103.61622279,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "M 818",
                                        CLSID = "{0EDE3912-F55C-402a-95AF-36BB3106BEA2}",
                                        unitId = 3,
                                        lat = 0.72342425783839,
                                        skill = "Excellent",
                                        long = 0.72796669689229,
                                        x = -372674.21778652,
                                        name = "Unit #3",
                                        heading = 0,
                                        y = 628120.72951198,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Hawk sr",
                                        CLSID = "{6E93EACB-F7DB-4208-88C4-8D6465869A05}",
                                        unitId = 4,
                                        lat = 0.72342831356543,
                                        skill = "Excellent",
                                        long = 0.72796298042914,
                                        x = -372650.16089703,
                                        name = "Unit #4",
                                        heading = 0,
                                        y = 628100.24738146,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Hawk tr",
                                        CLSID = "{6FD50C44-10A0-458F-AF4E-0472EEFCD07E}",
                                        unitId = 5,
                                        lat = 0.72343372122408,
                                        skill = "Excellent",
                                        long = 0.72796282181433,
                                        x = -372615.77683372,
                                        name = "Unit #5",
                                        heading = 0,
                                        y = 628095.97663832,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 6,
                                        lat = 0.72343889024634,
                                        skill = "Excellent",
                                        long = 0.72794749007977,
                                        x = -372590.21450284,
                                        name = "Unit #6",
                                        heading = 5.4977871437821,
                                        y = 628018.98305785,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 7,
                                        lat = 0.72345097803033,
                                        skill = "Excellent",
                                        long = 0.72796242358409,
                                        x = -372505.99919824,
                                        name = "Unit #7",
                                        heading = 0,
                                        y = 628082.86636753,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 8,
                                        lat = 0.72343904929529,
                                        skill = "Excellent",
                                        long = 0.72797972844289,
                                        x = -372573.68846998,
                                        name = "Unit #8",
                                        heading = 0.78539816339745,
                                        y = 628173.72323853,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        type = "M-113",
                                        CLSID = "{3BDD3518-974C-49EB-8746-54A8DD91C14F}",
                                        unitId = 9,
                                        lat = 0.7234328461681,
                                        skill = "Excellent",
                                        long = 0.72797127678858,
                                        x = -372617.28476725,
                                        name = "Unit #9",
                                        heading = 0,
                                        y = 628137.15434551,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        type = "M-113",
                                        CLSID = "{3BDD3518-974C-49EB-8746-54A8DD91C14F}",
                                        unitId = 10,
                                        lat = 0.7234328461681,
                                        skill = "Excellent",
                                        long = 0.72797465150938,
                                        x = -372615.66091538,
                                        name = "Unit #10",
                                        heading = 0,
                                        y = 628153.36339391,
                                    }, -- end of [10]
                                }, -- end of units
                                name = "SAM Hawk Site",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "F-4 Intercept",
                                groupId = 6,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1524,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72053067306347,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71833813214658,
                                            x = -395638.05717524,
                                            speed = 257.22222222222,
                                            y = 583703.38311013,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 1524,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72226320612525,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72556850707419,
                                            x = -381227.01181725,
                                            speed = 257.22222222222,
                                            y = 617355.84057843,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 1524,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72200418227133,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72751482232418,
                                            x = -381941.10411369,
                                            speed = 257.22222222222,
                                            y = 626871.79452734,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 1524,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72343984411455,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.72797101346233,
                                                    radius = 15000,
                                                    y = 628133.5675701,
                                                    x = -372594.60749411,
                                                    lat = 0.72343642465804,
                                                    categories = 
                                                    {
                                                        [1] = "Planes",
                                                        [2] = "Helicopters",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.72796911890187,
                                            x = -372573.72858296,
                                            speed = 257.22222222222,
                                            y = 628122.24904208,
                                        }, -- end of [4]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 82800,
                                task = "Intercept",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-4E",
                                        CLSID = "{4B75FEBA-9997-4D34-A0D6-0DB061350951}",
                                        unitId = 17,
                                        lat = 0.72053067306347,
                                        skill = "Good",
                                        long = 0.71833813214658,
                                        x = -395638.05717524,
                                        name = "F-4 1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [2] = 
                                                {
                                                    CLSID = "{9DDF5297-94B9-42FC-A45E-6E316121CD85}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [4]
                                                [6] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{9DDF5297-94B9-42FC-A45E-6E316121CD85}",
                                                }, -- end of [8]
                                            }, -- end of pylons
                                            fuel = "4864",
                                            flare = 30,
                                            chaff = 60,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 583703.38311013,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Uzi11",
                                        }, -- end of callsign
                                        onboard_num = 352,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "F-4E",
                                        CLSID = "{4B75FEBA-9997-4D34-A0D6-0DB061350951}",
                                        unitId = 18,
                                        lat = 0.72052367306347,
                                        skill = "Good",
                                        long = 0.71834513214658,
                                        x = -395679.48625157,
                                        name = "F-4 2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [2] = 
                                                {
                                                    CLSID = "{9DDF5297-94B9-42FC-A45E-6E316121CD85}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [4]
                                                [6] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{9DDF5297-94B9-42FC-A45E-6E316121CD85}",
                                                }, -- end of [8]
                                            }, -- end of pylons
                                            fuel = "4864",
                                            flare = 30,
                                            chaff = 60,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 583741.13244297,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Uzi12",
                                        }, -- end of callsign
                                        onboard_num = 355,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [2]
            }, -- end of country
        }, -- end of red
    }, -- end of coalition
    sortie = "Hunting the Hawk",
    version = 2,
    trigfuncStartup = 
    {
    }, -- end of trigfuncStartup
    currentKey = 11880,
    start_time = 889200,
    forcedOptions = 
    {
    }, -- end of forcedOptions
    failures = 
    {
        hydro = 
        {
            hh = 0,
            prob = 100,
            label = "HYDRO",
            enable = false,
            mmint = 1,
            id = "hydro",
            mm = 0,
        }, -- end of hydro
        ecm = 
        {
            hh = 0,
            prob = 100,
            label = "ECM",
            enable = false,
            mmint = 1,
            id = "ecm",
            mm = 0,
        }, -- end of ecm
        l_engine = 
        {
            hh = 0,
            prob = 100,
            label = "L-ENGINE",
            enable = false,
            mmint = 1,
            id = "l_engine",
            mm = 0,
        }, -- end of l_engine
        autopilot = 
        {
            hh = 0,
            prob = 100,
            label = "AUTOPILOT",
            enable = false,
            mmint = 1,
            id = "autopilot",
            mm = 0,
        }, -- end of autopilot
        hud = 
        {
            hh = 0,
            prob = 100,
            label = "HUD",
            enable = false,
            mmint = 1,
            id = "hud",
            mm = 0,
        }, -- end of hud
        asc = 
        {
            hh = 0,
            prob = 100,
            label = "ASC",
            enable = false,
            mmint = 1,
            id = "asc",
            mm = 0,
        }, -- end of asc
        rws = 
        {
            hh = 0,
            prob = 100,
            label = "RWS",
            enable = false,
            mmint = 1,
            id = "rws",
            mm = 0,
        }, -- end of rws
        r_engine = 
        {
            hh = 0,
            prob = 100,
            label = "R-ENGINE",
            enable = false,
            mmint = 1,
            id = "r_engine",
            mm = 0,
        }, -- end of r_engine
        mfd = 
        {
            hh = 0,
            prob = 100,
            label = "MFD",
            enable = false,
            mmint = 1,
            id = "mfd",
            mm = 0,
        }, -- end of mfd
        mlws = 
        {
            hh = 0,
            prob = 100,
            label = "MLWS",
            enable = false,
            mmint = 1,
            id = "mlws",
            mm = 0,
        }, -- end of mlws
    }, -- end of failures
} -- end of mission
