mission = 
{
    trig = 
    {
        actions = 
        {
            [1] = "a_activate_group(\"Turkish HAWK Site\"); mission.trig.func[1]='';",
            [2] = "a_activate_group(\"Turkish Helo Evac\");a_explosion_marker(\"Smoke Signal\", \"7\"); mission.trig.func[2]='';",
            [3] = "a_out_text_delay(\"Springfield 11, CAS backup is enroute. Standby.\", \"10\");a_activate_group(\"Georgian Helo Strike\");a_activate_group(\"Georgian Ground Attack\"); mission.trig.func[3]='';",
            [4] = "a_activate_group(\"Turkish Artillery\"); mission.trig.func[4]='';",
        }, -- end of actions
        custom = 
        {
        }, -- end of custom
        func = 
        {
            [1] = "if mission.trig.conditions[1]() then mission.trig.actions[1]() end",
            [2] = "if mission.trig.conditions[2]() then mission.trig.actions[2]() end",
            [3] = "if mission.trig.conditions[3]() then mission.trig.actions[3]() end",
            [4] = "if mission.trig.conditions[4]() then mission.trig.actions[4]() end",
        }, -- end of func
        flag = 
        {
            [1] = true,
            [2] = true,
            [3] = true,
            [4] = true,
        }, -- end of flag
        conditions = 
        {
            [1] = "return(c_unit_in_zone(\"23\", \"A-10 No Fly Zone\") )",
            [2] = "return(c_group_dead(\"Turkish Air Defense\") )",
            [3] = "return(c_unit_dead(\"31\") )",
            [4] = "return(c_unit_in_zone(\"31\", \"Start the Shelling\") )",
        }, -- 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 = "The Georgian government has given the \"Ok\" to suppress the harrassing fire from the artillery battery to the south of us.  The US President has warned Turkish officials that \"any hostile act against US forces will result in appropriate levels of force to ensure the safety of all US personnel and its interest.\"\
\
Currently, we have a MQ-1 providing real time collect on the artillery battery.  The battery mainly consist of:\
4x M109 Paladin\
4x M270 MLRS\
3x M163 Vulcan AAA\
1x M1097 Avenger SAM\
Poss 1x MANPAD south of the artillery site\
\
You are to take your flight ESE along the river.  Your NAV waypoints will take you over the mountains in order to pounce on the anti-air threat.  \
\
OBJECTIVE - Destroy all artillery units and associated support equipment and structures.\
\
You may land and resupply if needed.\
\
Airspace Deconfliction\
Surface to 1000ft - UZI - Ka-50\
1000ft to 5000ft - FORD - Su-25\
5000ft to 10000ft - SPRINGFIELD - A-10\
10000ft to 14000ft - COLT - F-5\
14000ft to 15000ft - DODGE - MQ-1",
    goals = 
    {
        [1] = 
        {
            rules = 
            {
                [1] = 
                {
                    group = 4,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            side = "OFFLINE",
            score = 40,
            predicate = "score",
            comment = "Artillery",
        }, -- end of [1]
        [2] = 
        {
            rules = 
            {
                [1] = 
                {
                    group = 1,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            side = "OFFLINE",
            score = 10,
            predicate = "score",
            comment = "Air Defense",
        }, -- end of [2]
        [3] = 
        {
            rules = 
            {
                [1] = 
                {
                    group = 3,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            side = "OFFLINE",
            score = 10,
            predicate = "score",
            comment = "Support Vehicles",
        }, -- end of [3]
        [4] = 
        {
            rules = 
            {
                [1] = 
                {
                    group = 2,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            side = "OFFLINE",
            score = 10,
            predicate = "score",
            comment = "Armor",
        }, -- end of [4]
        [5] = 
        {
            rules = 
            {
                [1] = 
                {
                    predicate = "c_unit_dead",
                    unit = 21,
                }, -- end of [1]
            }, -- end of rules
            side = "OFFLINE",
            score = 10,
            predicate = "score",
            comment = "Command Center",
        }, -- end of [5]
        [6] = 
        {
            rules = 
            {
                [1] = 
                {
                    predicate = "c_unit_dead",
                    unit = 22,
                }, -- end of [1]
            }, -- end of rules
            side = "OFFLINE",
            score = 10,
            predicate = "score",
            comment = "Barracks",
        }, -- end of [6]
        [7] = 
        {
            rules = 
            {
                [1] = 
                {
                    predicate = "c_unit_dead",
                    unit = 32,
                }, -- end of [1]
            }, -- end of rules
            side = "OFFLINE",
            score = 10,
            predicate = "score",
            comment = "Ammo Depot",
        }, -- end of [7]
    }, -- end of goals
    trigfunc = 
    {
        [1] = "if c_unit_in_zone(\"23\", \"A-10 No Fly Zone\") then a_activate_group(\"Turkish HAWK Site\"); mission.trigfunc[1]='';end;",
        [2] = "if c_group_dead(\"Turkish Air Defense\") then a_activate_group(\"Turkish Helo Evac\");a_explosion_marker(\"Smoke Signal\", \"7\"); mission.trigfunc[2]='';end;",
        [3] = "if c_unit_dead(\"31\") then a_out_text_delay(\"Springfield 11, CAS backup is enroute. Standby.\", \"10\");a_activate_group(\"Georgian Helo Strike\");a_activate_group(\"Georgian Ground Attack\"); mission.trigfunc[3]='';end;",
        [4] = "if c_unit_in_zone(\"31\", \"Start the Shelling\") then a_activate_group(\"Turkish Artillery\"); mission.trigfunc[4]='';end;",
    }, -- end of trigfunc
    weather = 
    {
        qnh = 760,
        wind = 
        {
            at8000 = 
            {
                speed = 0,
                dir = 0,
            }, -- end of at8000
            at2000 = 
            {
                speed = 0,
                dir = 0,
            }, -- end of at2000
            atGround = 
            {
                speed = 0,
                dir = 0,
            }, -- end of atGround
        }, -- end of wind
        name = "Winter, clean sky",
        fog = 
        {
            density = 0,
            thickness = 0,
        }, -- end of fog
        turbulence = 
        {
            at8000 = 0,
            at2000 = 0,
            atGround = 0,
        }, -- end of turbulence
        season = 
        {
            temperature = 22,
            iseason = 1,
        }, -- end of season
        visibility = 
        {
            distance = 80000,
        }, -- end of visibility
        clouds = 
        {
            density = 4,
            thickness = 700,
            base = 2200,
            iprecptns = 0,
        }, -- end of clouds
    }, -- end of weather
    result = 
    {
        [1] = "if c_group_dead(\"Turkish Artillery\")  then a_set_mission_result(40) end",
        [2] = "if c_group_dead(\"Turkish Air Defense\")  then a_set_mission_result(10) end",
        [3] = "if c_group_dead(\"Turkish Platoon Support\")  then a_set_mission_result(10) end",
        [4] = "if c_group_dead(\"Turkish Platoon Defense\")  then a_set_mission_result(10) end",
        [5] = "if c_unit_dead(\"21\")  then a_set_mission_result(10) end",
        [6] = "if c_unit_dead(\"22\")  then a_set_mission_result(10) end",
        [7] = "if c_unit_dead(\"32\")  then a_set_mission_result(10) end",
        offline = 
        {
            conditions = 
            {
                [1] = "return(c_group_dead(\"Turkish Artillery\") )",
                [2] = "return(c_group_dead(\"Turkish Air Defense\") )",
                [3] = "return(c_group_dead(\"Turkish Platoon Support\") )",
                [4] = "return(c_group_dead(\"Turkish Platoon Defense\") )",
                [5] = "return(c_unit_dead(\"21\") )",
                [6] = "return(c_unit_dead(\"22\") )",
                [7] = "return(c_unit_dead(\"32\") )",
            }, -- end of conditions
            actions = 
            {
                [1] = "a_set_mission_result(40)",
                [2] = "a_set_mission_result(10)",
                [3] = "a_set_mission_result(10)",
                [4] = "a_set_mission_result(10)",
                [5] = "a_set_mission_result(10)",
                [6] = "a_set_mission_result(10)",
                [7] = "a_set_mission_result(10)",
            }, -- end of actions
            func = 
            {
                [1] = "if mission.result.offline.conditions[1]() then mission.result.offline.actions[1]() end",
                [2] = "if mission.result.offline.conditions[2]() then mission.result.offline.actions[2]() end",
                [3] = "if mission.result.offline.conditions[3]() then mission.result.offline.actions[3]() end",
                [4] = "if mission.result.offline.conditions[4]() then mission.result.offline.actions[4]() end",
                [5] = "if mission.result.offline.conditions[5]() then mission.result.offline.actions[5]() end",
                [6] = "if mission.result.offline.conditions[6]() then mission.result.offline.actions[6]() end",
                [7] = "if mission.result.offline.conditions[7]() then mission.result.offline.actions[7]() end",
            }, -- end of func
        }, -- end of offline
        blue = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- end of func
        }, -- end of blue
        red = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- end of func
        }, -- end of red
    }, -- end of result
    triggers = 
    {
        zones = 
        {
            [1] = 
            {
                radius = 30000,
                zoneId = 1,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of color
                lat = 0.71797273180791,
                hidden = true,
                long = 0.72426429554316,
                x = -409194.18105518,
                name = "A-10 No Fly Zone",
                y = 613801.15588493,
            }, -- end of [1]
            [2] = 
            {
                radius = 500,
                zoneId = 2,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of color
                lat = 0.72419778695697,
                hidden = true,
                long = 0.72484765412756,
                x = -369246.90382329,
                name = "Smoke Signal",
                y = 612683.79243845,
            }, -- end of [2]
            [3] = 
            {
                radius = 50,
                zoneId = 3,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of color
                lat = 0.72611966180248,
                hidden = true,
                long = 0.72624865932279,
                x = -356325.87772271,
                name = "Start the Shelling",
                y = 618156.3574547,
            }, -- end of [3]
        }, -- end of zones
    }, -- end of triggers
    map = 
    {
        centerY = 0.72535089124335,
        zoom = 100000,
        centerX = 0.72520164623994,
    }, -- end of map
    coalitions = 
    {
        blue = 
        {
            [1] = 11,
            [2] = 8,
            [3] = 13,
            [4] = 5,
            [5] = 16,
            [6] = 6,
            [7] = 17,
            [8] = 15,
            [9] = 12,
            [10] = 9,
            [11] = 10,
            [12] = 4,
            [13] = 2,
            [14] = 1,
        }, -- end of blue
        red = 
        {
            [1] = 0,
            [2] = 3,
        }, -- end of red
    }, -- end of coalitions
    descriptionText = "You are here in Georgia for 3 months of A2G training exercises with the Georgian Air Force.  You are 2/3 complete with your tour.  The Turkish government is not enthused about the US cooperation with the Georgian government.  In the past 3 weeks, Intel has been receiving indications and warnings of an artillery battery just south of the Georgian boarder outside the city of Kemal'pasha, Turkey.  \
\
2 days a ago, 4 M270 MLRS units moved in that morning.  Later that evening the battery conducted a live fire shoot off the coast well inside the flight path we use here at the Batumi airfield.  We have suspended flight operations to allow time for the elected officials of both governments settle the dispute of the  un-announced live fire exercise.\
\
Last night our MQ-1 Predator observed 8 trucks resupply the M270 launchers despite the peace talks.\
\
This morning at 0314L, one of the M109 Paladin's fired an illumination round right over our airfield.  We have been on alert since awaiting further instructions from our superiors...",
    trigflag = 
    {
        [1] = true,
        [2] = true,
        [3] = true,
        [4] = true,
    }, -- end of trigflag
    descriptionRedTask = "",
    pictureFileNameB = 
    {
        [1] = "Turkish Uprising{89C56D7F-1759-4abf-8776-0D4F8951C605}.jpg",
    }, -- end of pictureFileNameB
    pictureFileNameR = 
    {
    }, -- end of pictureFileNameR
    trigrules = 
    {
        [1] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    zone = 1,
                    predicate = "c_unit_in_zone",
                    unit = 23,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    group = 15,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "Spawn Hawk Missile Defensee",
        }, -- end of [1]
        [2] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    group = 1,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    group = 11,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    altitude = 7,
                    seconds = 10,
                    zone = 2,
                    text = "",
                    predicate = "a_explosion_marker",
                }, -- end of [2]
            }, -- end of actions
            comment = "Evacuate",
        }, -- end of [2]
        [3] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    predicate = "c_unit_dead",
                    unit = 31,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    text = "Springfield 11, CAS backup is enroute. Standby.",
                    predicate = "a_out_text_delay",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    group = 10,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [2]
                [3] = 
                {
                    group = 16,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [3]
            }, -- end of actions
            comment = "CAS Backup",
        }, -- end of [3]
        [4] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    unit = 31,
                    predicate = "c_unit_in_zone",
                    zone = 3,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    group = 4,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "Start the Shelling",
        }, -- end of [4]
    }, -- end of trigrules
    coalition = 
    {
        blue = 
        {
            country = 
            {
                [1] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Belgium",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 11,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [1]
                [2] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Canada",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 8,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [2]
                [3] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Denmark",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 13,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [3]
                [4] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "France",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 5,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [4]
                [5] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = true,
                                name = "Georgian Helo Strike",
                                groupId = 10,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 11,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.726232,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.726078,
                                            x = -355692.3067714,
                                            speed = 41.666666666667,
                                            airdromeId = 22,
                                            y = 617269.96285781,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 10,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72562229334734,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7254975380953,
                                            x = -359856.91328671,
                                            speed = 41.666666666667,
                                            y = 614881.95641193,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 10,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72502209346383,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72527895511883,
                                            x = -363786.58609277,
                                            speed = 41.666666666667,
                                            y = 614216.95573355,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 18,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72469285594525,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72478530658736,
                                            x = -366122.27015333,
                                            speed = 41.666666666667,
                                            y = 612066.45972358,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 250,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72430307045075,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.72485292514923,
                                                    radius = 250,
                                                    y = 612708.04059788,
                                                    x = -369234.22462254,
                                                    lat = 0.72419937847119,
                                                    categories = 
                                                    {
                                                        [1] = "Vehicles",
                                                        [2] = "Fortifications",
                                                        [3] = "Helicopters",
                                                        [4] = "Planes",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.72483019439392,
                                            x = -368584.44143418,
                                            speed = 41.666666666667,
                                            y = 612533.82209339,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 305,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72562006241796,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72550047817861,
                                            x = -359869.71175879,
                                            speed = 41.666666666667,
                                            y = 614897.4138647,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 10,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.726232,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.726078,
                                            x = -355692.3067714,
                                            speed = 41.666666666667,
                                            airdromeId = 22,
                                            y = 617269.96285781,
                                        }, -- end of [7]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 82800,
                                task = "CAS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ka-50",
                                        CLSID = "{3457BB1E-523F-4C24-BBEA-58D028623F05}",
                                        unitId = 26,
                                        lat = 0.726232,
                                        skill = "High",
                                        y = 617269.96285781,
                                        long = 0.726078,
                                        x = -355692.3067714,
                                        name = "Pilot #3",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [4]
                                            }, -- end of pylons
                                            fuel = "1450",
                                            flare = 128,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 36,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Uzi11",
                                        }, -- end of callsign
                                        onboard_num = 602,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Ka-50",
                                        CLSID = "{3457BB1E-523F-4C24-BBEA-58D028623F05}",
                                        unitId = 27,
                                        lat = 0.726225,
                                        skill = "High",
                                        y = 617307.83245432,
                                        long = 0.726085,
                                        x = -355733.53670401,
                                        name = "Pilot #4",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [4]
                                            }, -- end of pylons
                                            fuel = "1450",
                                            flare = 128,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 36,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Uzi12",
                                        }, -- end of callsign
                                        onboard_num = 603,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Georgia",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 16,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = true,
                                name = "Georgian Transport",
                                groupId = 12,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 15,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            lat = 0.748055,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.717809,
                                            x = -220531.73642658,
                                            speed = 138.88888888889,
                                            airdromeId = 20,
                                            y = 564387.05872916,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73973723208266,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72473757174976,
                                            x = -270292.37444979,
                                            speed = 138.88888888889,
                                            y = 602233.95562715,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73141508283761,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72888248273825,
                                            x = -321311.82099943,
                                            speed = 138.88888888889,
                                            y = 627297.30343436,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7264113632548,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72391007807948,
                                            x = -355588.15037798,
                                            speed = 138.88888888889,
                                            y = 606793.59511227,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            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 [5]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Transport",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Yak-40",
                                        CLSID = "{{7061418E-5D0E-4b49-915D-ACEF1F2E6855}}",
                                        unitId = 30,
                                        lat = 0.748055,
                                        skill = "High",
                                        y = 564387.05872916,
                                        long = 0.717809,
                                        x = -220531.73642658,
                                        name = "Pilot #7",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = 2125,
                                            flare = 0,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 2,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 7,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Chevy11",
                                        }, -- end of callsign
                                        onboard_num = 717,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "Georgian Ground Attack",
                                groupId = 16,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 45,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            lat = 0.736122,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.741468,
                                            x = -284889.06283057,
                                            speed = 138.88888888889,
                                            airdromeId = 25,
                                            y = 683853.75717885,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 1000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7308033706512,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72759727058461,
                                            x = -325832.13207175,
                                            speed = 180.55555555556,
                                            y = 621576.34119391,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 1500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72641909728167,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72386596379775,
                                            x = -355559.48569894,
                                            speed = 180.55555555556,
                                            y = 606577.39285138,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 1500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7242988525561,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.72484471063406,
                                                    radius = 250,
                                                    y = 612672.59936199,
                                                    x = -369277.73045327,
                                                    lat = 0.72419317157842,
                                                    categories = 
                                                    {
                                                        [1] = "Vehicles",
                                                        [2] = "Fortifications",
                                                        [3] = "Planes",
                                                        [4] = "Helicopters",
                                                        [5] = "Buildings",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.72483019452768,
                                            x = -368611.3179119,
                                            speed = 152.77777777778,
                                            y = 612536.48004376,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 1000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73076935200915,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72760527780268,
                                            x = -326045.03075454,
                                            speed = 138.88888888889,
                                            y = 621636.78617856,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 45,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.736122,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.741468,
                                            x = -284889.06283057,
                                            speed = 138.88888888889,
                                            airdromeId = 25,
                                            y = 683853.75717885,
                                        }, -- end of [6]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 82800,
                                task = "Ground Attack",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-25",
                                        CLSID = "{CC4276EE-EDB4-4EC0-BE13-4313ABDC7619}",
                                        unitId = 44,
                                        lat = 0.736122,
                                        skill = "High",
                                        y = 683853.75717885,
                                        long = 0.741468,
                                        x = -284889.06283057,
                                        name = "Pilot #10",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "B-8M1 - 20 S-8OFP2",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "B-8M1 - 20 S-8OFP2",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "B-8M1 - 20 S-8OFP2",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "B-8M1 - 20 S-8OFP2",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "2835",
                                            flare = 128,
                                            chaff = 128,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 300,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 6,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Ford11",
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-25",
                                        CLSID = "{CC4276EE-EDB4-4EC0-BE13-4313ABDC7619}",
                                        unitId = 45,
                                        lat = 0.736115,
                                        skill = "High",
                                        y = 683891.96105378,
                                        long = 0.741475,
                                        x = -284929.99166026,
                                        name = "Pilot #11",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [1]
                                                [4] = 
                                                {
                                                    CLSID = "{37DCC01E-9E02-432F-B61D-10C166CA2798}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{D4A8D9B9-5C45-42e7-BBD2-0E54F8308432}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{D4A8D9B9-5C45-42e7-BBD2-0E54F8308432}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{37DCC01E-9E02-432F-B61D-10C166CA2798}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{F75187EF-1D9E-4DA9-84B4-1A1A14A3973A}",
                                                }, -- end of [8]
                                                [10] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "2835",
                                            flare = 128,
                                            chaff = 128,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 300,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 6,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Ford12",
                                        }, -- end of callsign
                                        onboard_num = 12,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [2]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [5]
                [6] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Germany",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 6,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [6]
                [7] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Insurgents",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 17,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [7]
                [8] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Israel",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 15,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [8]
                [9] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Norway",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 12,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [9]
                [10] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Spain",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 9,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [10]
                [11] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "The Netherlands",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 10,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [11]
                [12] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "UK",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 4,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [12]
                [13] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "USA",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 2,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = false,
                                name = "Your Flight",
                                groupId = 7,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 231,
                                            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 = 304,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7254635100057,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72747678633646,
                                            x = -359915.46295828,
                                            speed = 102.77777777778,
                                            y = 624457.06713928,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 610,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72501205965666,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72809006208746,
                                            x = -362496.92937024,
                                            speed = 128.61111111111,
                                            y = 627688.85312188,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 610,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72458650128991,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72808362978586,
                                            x = -365211.79821157,
                                            speed = 128.61111111111,
                                            y = 627935.07258407,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72336398232011,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72781831100336,
                                            x = -373129.72491511,
                                            speed = 128.61111111111,
                                            y = 627447.13184221,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72383466197697,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.72485220775965,
                                                    radius = 300,
                                                    y = 612704.55381,
                                                    x = -369234.06299081,
                                                    lat = 0.72419945804696,
                                                    categories = 
                                                    {
                                                        [1] = "Planes",
                                                        [2] = "Helicopters",
                                                        [3] = "Vehicles",
                                                        [4] = "Fortifications",
                                                        [5] = "Buildings",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.72546932325302,
                                            x = -371261.40897575,
                                            speed = 128.61111111111,
                                            y = 615890.66994087,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 305,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72721710402738,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72430558608473,
                                            x = -350269.30315147,
                                            speed = 102.77777777778,
                                            y = 608178.87096122,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 544,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72721670508192,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72867565051287,
                                            x = -348166.36523616,
                                            speed = 102.77777777778,
                                            y = 629058.90800067,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            alt = 10,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.726232,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.726078,
                                            x = -355692.3067714,
                                            speed = 90.277777777778,
                                            airdromeId = 22,
                                            y = 617269.96285781,
                                        }, -- end of [9]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "CAS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "A-10A",
                                        CLSID = "{8FDB2742-2283-450D-B417-CFC47774E8B6}",
                                        unitId = 23,
                                        lat = 0.726232,
                                        skill = "Player",
                                        y = 617269.96285781,
                                        long = 0.726078,
                                        x = -355692.3067714,
                                        name = "Pilot #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 = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    CLSID = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}",
                                                }, -- 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 = 3785,
                                            flare = 120,
                                            chaff = 240,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 2,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 2,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Springfield11",
                                        }, -- end of callsign
                                        onboard_num = 203,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "A-10A",
                                        CLSID = "{8FDB2742-2283-450D-B417-CFC47774E8B6}",
                                        unitId = 31,
                                        lat = 0.726225,
                                        skill = "Excellent",
                                        y = 617307.83245432,
                                        long = 0.726085,
                                        x = -355733.53670401,
                                        name = "Pilot #8",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    CLSID = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}",
                                                }, -- 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 = "{3C0745ED-8B0B-42eb-B907-5BD5C1717447}",
                                                }, -- end of [11]
                                            }, -- end of pylons
                                            fuel = 3785,
                                            flare = 120,
                                            chaff = 240,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 2,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 2,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Springfield12",
                                        }, -- end of callsign
                                        onboard_num = 654,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "USA Recon",
                                groupId = 9,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 4420,
                                            type = "Turning Point",
                                            action = "Begin Loop",
                                            lat = 0.7246025812165,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72394642444629,
                                            x = -367096.37116994,
                                            speed = 61.111111111111,
                                            y = 608110.95993353,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 4420,
                                            type = "Turning Point",
                                            action = "End Loop",
                                            lat = 0.72432049927668,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72589953888502,
                                            x = -367958.48670704,
                                            speed = 61.111111111111,
                                            y = 617645.35022105,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 1000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72650943784094,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72385299347824,
                                            x = -354989.91445884,
                                            speed = 61.111111111111,
                                            y = 606458.16238254,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 10,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.726232,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.726078,
                                            x = -355692.3067714,
                                            speed = 61.111111111111,
                                            airdromeId = 22,
                                            y = 617269.96285781,
                                        }, -- end of [4]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Ground Attack",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "RQ-1A Predator",
                                        CLSID = "{3170e5d2-f866-4ade-a66a-81703d65a7ca}",
                                        unitId = 25,
                                        lat = 0.7246025812165,
                                        skill = "High",
                                        long = 0.72394642444629,
                                        x = -367096.37116994,
                                        name = "Pilot #2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{ee368869-c35a-486a-afe7-284beb7c5d52}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{ee368869-c35a-486a-afe7-284beb7c5d52}",
                                                }, -- end of [2]
                                            }, -- end of pylons
                                            fuel = "200",
                                            flare = 0,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 1,
                                        y = 608110.95993353,
                                        callsign = 
                                        {
                                            [1] = 5,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Dodge11",
                                        }, -- end of callsign
                                        onboard_num = 601,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [2]
                            [3] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "USA CAP",
                                groupId = 14,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 18,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.731802,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.730691,
                                            x = -317948.32727306,
                                            speed = 138.88888888889,
                                            airdromeId = 24,
                                            y = 635639.37385346,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 3350,
                                            type = "Turning Point",
                                            action = "Begin Loop",
                                            lat = 0.72505323068732,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72262656104934,
                                            x = -364841.70567213,
                                            speed = 155.55555555556,
                                            y = 601503.78261473,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 3350,
                                            type = "Turning Point",
                                            action = "End Loop",
                                            lat = 0.72417526727095,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72938602730726,
                                            x = -367195.1030741,
                                            speed = 155.55555555556,
                                            y = 634441.88466025,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 305,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73083090649994,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72757903004029,
                                            x = -325665.47381787,
                                            speed = 138.88888888889,
                                            y = 621471.37959976,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 18,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.731802,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.730691,
                                            x = -317948.32727306,
                                            speed = 138.88888888889,
                                            airdromeId = 24,
                                            y = 635639.37385346,
                                        }, -- end of [5]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "CAP",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-5E",
                                        CLSID = "{569949FE-CE95-4D94-BF76-7B809B8DACD0}",
                                        unitId = 35,
                                        lat = 0.731802,
                                        skill = "High",
                                        y = 635639.37385346,
                                        long = 0.730691,
                                        x = -317948.32727306,
                                        name = "Pilot #9",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{0395076D-2F77-4420-9D33-087A4398130B}",
                                                }, -- end of [3]
                                                [5] = 
                                                {
                                                    CLSID = "{0395076D-2F77-4420-9D33-087A4398130B}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [7]
                                            }, -- end of pylons
                                            fuel = "2000",
                                            flare = 15,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 9,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 4,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Colt11",
                                        }, -- end of callsign
                                        onboard_num = 213,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [3]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [13]
                [14] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Ukraine",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 1,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [14]
            }, -- 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 = 
                        {
                            [1] = 
                            {
                                hidden = true,
                                name = "Turkish Helo Evac",
                                groupId = 11,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 40,
                                            type = "Turning Point",
                                            action = "Begin Loop",
                                            lat = 0.72245570525031,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72278058833598,
                                            x = -381320.58081708,
                                            name = "",
                                            speed = 55.555555555556,
                                            y = 603860.35161589,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 40,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72371279777258,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7238853591686,
                                            x = -372794.43238428,
                                            speed = 55.555555555556,
                                            y = 608374.26262305,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 100,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72399695584071,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7246808825356,
                                            x = -370606.90678606,
                                            speed = 55.555555555556,
                                            y = 612011.39851717,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 100,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72410365287619,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72477028656704,
                                            x = -369883.98174048,
                                            speed = 55.555555555556,
                                            y = 612372.46844781,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 25,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72414972428309,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72480163184752,
                                            x = -369575.32051687,
                                            speed = 1.3888888888889,
                                            y = 612493.60262079,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 29,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72416882178967,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72485911886109,
                                            x = -369425.95033924,
                                            speed = 1.3888888888889,
                                            airdromeId = 22,
                                            y = 612756.9625417,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 40,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72421266770235,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72488219947995,
                                            x = -369135.44950977,
                                            speed = 1.3888888888889,
                                            y = 612839.90693721,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 40,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72422181906015,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72484500539086,
                                            x = -369095.04597508,
                                            speed = 1.3888888888889,
                                            y = 612655.96323654,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            alt = 25,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72417598343781,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72481781249155,
                                            x = -369400.20537703,
                                            speed = 1.3888888888889,
                                            y = 612554.57249742,
                                        }, -- end of [9]
                                        [10] = 
                                        {
                                            alt = 100,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72398947708226,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72467414597444,
                                            x = -370657.80533679,
                                            speed = 55.555555555556,
                                            y = 611983.83870553,
                                        }, -- end of [10]
                                        [11] = 
                                        {
                                            alt = 100,
                                            type = "Turning Point",
                                            action = "End Loop",
                                            lat = 0.72383577567904,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72440629336417,
                                            x = -371766.16755903,
                                            speed = 55.555555555556,
                                            y = 610797.52408996,
                                        }, -- end of [11]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 82800,
                                task = "Transport",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Mi-8MT",
                                        CLSID = "{C08CF845-F905-40F0-AF1B-554908BBE89E}",
                                        unitId = 28,
                                        lat = 0.72245570525031,
                                        skill = "High",
                                        long = 0.72278058833598,
                                        x = -381320.58081708,
                                        name = "Pilot #5",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "2296",
                                            flare = 192,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 2,
                                        y = 603860.35161589,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Enfield11",
                                        }, -- end of callsign
                                        onboard_num = 604,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Mi-8MT",
                                        CLSID = "{C08CF845-F905-40F0-AF1B-554908BBE89E}",
                                        unitId = 29,
                                        lat = 0.72244870525031,
                                        skill = "High",
                                        long = 0.72278758833598,
                                        x = -381361.91606322,
                                        name = "Pilot #6",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "2296",
                                            flare = 192,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 2,
                                        y = 603898.3806208,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Enfield12",
                                        }, -- end of callsign
                                        onboard_num = 605,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [1]
                        }, -- 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.72512351321878,
                                                lat = 0.72440334956293,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.72512343064906,
                                                lat = 0.72440342915306,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 11,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.72421616908267,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72486445351914,
                                            x = -369121.68340108,
                                            speed = 5.5555555555556,
                                            y = 612752.68902039,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 1,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "M1097 Avenger",
                                        CLSID = "{B350FDB3-E7DA-4DF3-9F59-0DADD5933EEB}",
                                        unitId = 1,
                                        lat = 0.72421616908267,
                                        skill = "Good",
                                        long = 0.72486445351914,
                                        x = -369121.68340108,
                                        name = "Unit #1",
                                        heading = -0.66051536964781,
                                        y = 612752.68902039,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Vulcan",
                                        CLSID = "{AC83CA0F-E7D9-4A25-9B1F-0CC163FA1684}",
                                        unitId = 2,
                                        lat = 0.72420940424647,
                                        skill = "Excellent",
                                        long = 0.72484096662718,
                                        x = -369176.09820184,
                                        name = "Unit #2",
                                        heading = 5.3871299226082,
                                        y = 612644.43697941,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Vulcan",
                                        CLSID = "{AC83CA0F-E7D9-4A25-9B1F-0CC163FA1684}",
                                        unitId = 3,
                                        lat = 0.72420478963628,
                                        skill = "Good",
                                        long = 0.72486797070485,
                                        x = -369192.50000471,
                                        name = "Unit #3",
                                        heading = 0,
                                        y = 612776.70724523,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Stinger manpad",
                                        CLSID = "{B84C5FC5-9893-45e4-A712-E3D4D201A003}",
                                        unitId = 4,
                                        lat = 0.72417972342764,
                                        skill = "Good",
                                        long = 0.72485118853356,
                                        x = -369360.30329782,
                                        name = "Unit #4",
                                        heading = 2.8198420991932,
                                        y = 612712.10418632,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Vulcan",
                                        CLSID = "{AC83CA0F-E7D9-4A25-9B1F-0CC163FA1684}",
                                        unitId = 33,
                                        lat = 0.72417089070559,
                                        skill = "Good",
                                        long = 0.72481986610623,
                                        x = -369431.667581,
                                        name = "Unit #21",
                                        heading = 3.985746639703,
                                        y = 612567.61880236,
                                    }, -- end of [5]
                                }, -- end of units
                                name = "Turkish Air Defense",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.72511901523702,
                                                lat = 0.72440104145158,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.72511941864284,
                                                lat = 0.72440088227166,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 3,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.72421099659284,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72484203559908,
                                            x = -369165.4370102,
                                            speed = 5.5555555555556,
                                            y = 612648.55469703,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 2,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Leopard1A3",
                                        CLSID = "{16263664-B3F8-4DA7-B61D-BF2445D3C469}",
                                        unitId = 5,
                                        lat = 0.72421099659284,
                                        skill = "Good",
                                        long = 0.72484203559908,
                                        x = -369165.4370102,
                                        name = "Unit #5",
                                        heading = 5.4803338512622,
                                        y = 612648.55469703,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Leopard1A3",
                                        CLSID = "{16263664-B3F8-4DA7-B61D-BF2445D3C469}",
                                        unitId = 6,
                                        lat = 0.72421648739051,
                                        skill = "Average",
                                        long = 0.72486813071283,
                                        x = -369117.88454434,
                                        name = "Unit #6",
                                        heading = 1.124602010314,
                                        y = 612770.10407847,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "M-113",
                                        CLSID = "{3BDD3518-974C-49EB-8746-54A8DD91C14F}",
                                        unitId = 7,
                                        lat = 0.72418107619297,
                                        skill = "Good",
                                        long = 0.72485004309784,
                                        x = -369352.23497349,
                                        name = "Unit #7",
                                        heading = 5.9614347527829,
                                        y = 612705.76472332,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "BTR-80",
                                        CLSID = "{10C3BD0E-4494-4bc4-BC37-2C544E33ADC7}",
                                        unitId = 34,
                                        lat = 0.72417606301193,
                                        skill = "Good",
                                        long = 0.72483708877552,
                                        x = -369390.41668478,
                                        name = "Unit #22",
                                        heading = 2.4087775518033,
                                        y = 612646.86539482,
                                    }, -- end of [4]
                                }, -- end of units
                                name = "Turkish Platoon Defense",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.72511319616928,
                                                lat = 0.7243980966267,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.7251131731672,
                                                lat = 0.72439801703694,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.72420303896239,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72483732976332,
                                            x = -369218.40914046,
                                            speed = 5.5555555555556,
                                            y = 612631.02476796,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 3,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "M978 HEMTT Tanker",
                                        CLSID = "{2CAB63C2-2773-47EC-BAE0-F36D895486B9}",
                                        unitId = 8,
                                        lat = 0.72420303896239,
                                        skill = "Good",
                                        long = 0.72483732976332,
                                        x = -369218.40914046,
                                        name = "Unit #8",
                                        heading = 4.7123889803847,
                                        y = 612631.02476796,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "M 818",
                                        CLSID = "{0EDE3912-F55C-402a-95AF-36BB3106BEA2}",
                                        unitId = 9,
                                        lat = 0.72419842356239,
                                        skill = "Good",
                                        long = 0.72483735030403,
                                        x = -369247.80870727,
                                        name = "Unit #9",
                                        heading = 4.7123889803847,
                                        y = 612634.03090957,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "M 818",
                                        CLSID = "{0EDE3912-F55C-402a-95AF-36BB3106BEA2}",
                                        unitId = 10,
                                        lat = 0.7242000150775,
                                        skill = "Good",
                                        long = 0.72483735111526,
                                        x = -369237.66713808,
                                        name = "Unit #10",
                                        heading = 4.7123889803847,
                                        y = 612633.03212768,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "M 818",
                                        CLSID = "{0EDE3912-F55C-402a-95AF-36BB3106BEA2}",
                                        unitId = 11,
                                        lat = 0.72420152702106,
                                        skill = "Good",
                                        long = 0.72483732212546,
                                        x = -369228.04695038,
                                        name = "Unit #11",
                                        heading = 4.7123889803847,
                                        y = 612631.94071472,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Hummer",
                                        CLSID = "{5A76E1FB-E73B-4D93-B61B-967AB6F87508}",
                                        unitId = 12,
                                        lat = 0.72419691162511,
                                        skill = "Good",
                                        long = 0.72483731970738,
                                        x = -369257.45754618,
                                        name = "Unit #12",
                                        heading = 4.7123889803847,
                                        y = 612634.83686971,
                                    }, -- end of [5]
                                }, -- end of units
                                name = "Turkish Platoon Support",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [3]
                            [4] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.72515236286786,
                                                lat = 0.72439706196032,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.72515250500285,
                                                lat = 0.72439682319129,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 22,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.72420494878859,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.72610412931141,
                                                    radius = 200,
                                                    y = 617475.13087478,
                                                    x = -356489.47613168,
                                                    lat = 0.72610491530733,
                                                    categories = 
                                                    {
                                                    }, -- end of categories
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    long = 0.72586922491092,
                                                    radius = 500,
                                                    y = 616265.61974628,
                                                    x = -355723.9386971,
                                                    lat = 0.72624282250575,
                                                    categories = 
                                                    {
                                                    }, -- end of categories
                                                }, -- end of [2]
                                            }, -- end of targets
                                            long = 0.72484978065168,
                                            x = -369200.24449901,
                                            speed = 5.5555555555556,
                                            y = 612689.46753631,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 4,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "M-109",
                                        CLSID = "{A543AD97-7C33-4655-9A9A-FDB9F1D42248}",
                                        unitId = 13,
                                        lat = 0.72420494878859,
                                        skill = "Good",
                                        long = 0.72484978065168,
                                        x = -369200.24449901,
                                        name = "Unit #13",
                                        heading = 0,
                                        y = 612689.46753631,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "M-109",
                                        CLSID = "{A543AD97-7C33-4655-9A9A-FDB9F1D42248}",
                                        unitId = 14,
                                        lat = 0.72420669968164,
                                        skill = "Good",
                                        long = 0.72485427574757,
                                        x = -369186.92334473,
                                        name = "Unit #14",
                                        heading = 0,
                                        y = 612709.89821362,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "M-109",
                                        CLSID = "{A543AD97-7C33-4655-9A9A-FDB9F1D42248}",
                                        unitId = 15,
                                        lat = 0.7242047896085,
                                        skill = "Good",
                                        long = 0.724858667431,
                                        x = -369196.97976263,
                                        name = "Unit #15",
                                        heading = 0,
                                        y = 612732.1399335,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "M-109",
                                        CLSID = "{A543AD97-7C33-4655-9A9A-FDB9F1D42248}",
                                        unitId = 16,
                                        lat = 0.72420677936121,
                                        skill = "Good",
                                        long = 0.72486310319512,
                                        x = -369182.16515654,
                                        name = "Unit #16",
                                        heading = 0,
                                        y = 612752.13589836,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "MLRS",
                                        CLSID = "{3C8BFE7F-E0B6-4FF7-8DCD-CC165BE5D5BC}",
                                        unitId = 17,
                                        lat = 0.72418624854591,
                                        skill = "Good",
                                        long = 0.72484522050314,
                                        x = -369321.59870419,
                                        name = "Unit #17",
                                        heading = 0,
                                        y = 612679.4034591,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "MLRS",
                                        CLSID = "{3C8BFE7F-E0B6-4FF7-8DCD-CC165BE5D5BC}",
                                        unitId = 18,
                                        lat = 0.72418911324387,
                                        skill = "Good",
                                        long = 0.72485315588406,
                                        x = -369299.52383661,
                                        name = "Unit #18",
                                        heading = 0,
                                        y = 612715.61311372,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "MLRS",
                                        CLSID = "{3C8BFE7F-E0B6-4FF7-8DCD-CC165BE5D5BC}",
                                        unitId = 19,
                                        lat = 0.72419261455124,
                                        skill = "Good",
                                        long = 0.72486125894732,
                                        x = -369273.31173611,
                                        name = "Unit #19",
                                        heading = 0,
                                        y = 612752.22498116,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "MLRS",
                                        CLSID = "{3C8BFE7F-E0B6-4FF7-8DCD-CC165BE5D5BC}",
                                        unitId = 20,
                                        lat = 0.72419516096341,
                                        skill = "Good",
                                        long = 0.72486816726813,
                                        x = -369253.75952991,
                                        name = "Unit #20",
                                        heading = 0,
                                        y = 612783.71502755,
                                    }, -- end of [8]
                                }, -- end of units
                                name = "Turkish Artillery",
                                start_time = 82800,
                                task = "Nothing",
                            }, -- end of [4]
                            [5] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.71816785789639,
                                                lat = 0.72025816589819,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.71820487382218,
                                                lat = 0.72019060435561,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 323,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7187766161355,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71316178023898,
                                            x = -409122.55831731,
                                            speed = 5.5555555555556,
                                            y = 559850.99505388,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 15,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 36,
                                        lat = 0.7187766161355,
                                        skill = "Excellent",
                                        long = 0.71316178023898,
                                        x = -409122.55831731,
                                        name = "HAWK LNR #1",
                                        heading = 5.3871299226082,
                                        y = 559850.99505388,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 37,
                                        lat = 0.71878230692253,
                                        skill = "Excellent",
                                        long = 0.71318103929095,
                                        x = -409077.85834215,
                                        name = "HAWK LNR #2",
                                        heading = 0,
                                        y = 559940.35731217,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 38,
                                        lat = 0.71877448209764,
                                        skill = "Excellent",
                                        long = 0.71319012561275,
                                        x = -409123.72926512,
                                        name = "HAWK LNR #3",
                                        heading = 1.124602010314,
                                        y = 559988.72308897,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Hawk sr",
                                        CLSID = "{6E93EACB-F7DB-4208-88C4-8D6465869A05}",
                                        unitId = 39,
                                        lat = 0.71877060922258,
                                        skill = "Excellent",
                                        long = 0.71317530011115,
                                        x = -409154.90333526,
                                        name = "HAWK Search RDR",
                                        heading = 0.38050637711236,
                                        y = 559919.63271484,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Hawk tr",
                                        CLSID = "{6FD50C44-10A0-458F-AF4E-0472EEFCD07E}",
                                        unitId = 40,
                                        lat = 0.71877669517404,
                                        skill = "Excellent",
                                        long = 0.71317726694811,
                                        x = -409115.2659361,
                                        name = "HAWK TRK RDR",
                                        heading = 1.325817663668,
                                        y = 559925.50874408,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "M 818",
                                        CLSID = "{0EDE3912-F55C-402a-95AF-36BB3106BEA2}",
                                        unitId = 41,
                                        lat = 0.71876278447525,
                                        skill = "Excellent",
                                        long = 0.71317276617002,
                                        x = -409205.86766148,
                                        name = "HAWK Support",
                                        heading = 3.9269908169872,
                                        y = 559912.05299395,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "M 818",
                                        CLSID = "{0EDE3912-F55C-402a-95AF-36BB3106BEA2}",
                                        unitId = 42,
                                        lat = 0.71876278447525,
                                        skill = "Excellent",
                                        long = 0.71317487460348,
                                        x = -409204.94340152,
                                        name = "HAWK Support #1",
                                        heading = 2.6224465393433,
                                        y = 559922.20399169,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "Hummer",
                                        CLSID = "{5A76E1FB-E73B-4D93-B61B-967AB6F87508}",
                                        unitId = 43,
                                        lat = 0.71876278447525,
                                        skill = "Excellent",
                                        long = 0.7131770093398,
                                        x = -409204.00761135,
                                        name = "HAWK Support #2",
                                        heading = 0,
                                        y = 559932.48162386,
                                    }, -- end of [8]
                                }, -- end of units
                                name = "Turkish HAWK Site",
                                start_time = 82800,
                                task = "Nothing",
                            }, -- end of [5]
                        }, -- 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.72419181879862,
                                            long = 0.7248331219245,
                                            x = -369291.93043541,
                                            name = "",
                                            speed = 0,
                                            y = 612617.93591681,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 5,
                                lat = 0.72419181879862,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "ComCenter",
                                        type = ".Command Center",
                                        CLSID = "{64DE4673-7D3E-424f-AB29-F4336AC38F98}",
                                        unitId = 21,
                                        lat = 0.72419181879862,
                                        long = 0.7248331219245,
                                        x = -369291.93043541,
                                        name = "Turkish Command Center",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 612617.93591681,
                                        heading = 0,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.7248331219245,
                                name = "Turkish Command Center",
                                dead = false,
                            }, -- end of [1]
                            [2] = 
                            {
                                heading = 0,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.72418585067177,
                                            long = 0.72482893526778,
                                            x = -369331.97540559,
                                            name = "",
                                            speed = 0,
                                            y = 612601.63971047,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 6,
                                lat = 0.72418585067177,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "PalatkaB",
                                        type = "FARP Tent",
                                        CLSID = "{80c39fb0-854f-461b-bc4b-b2b51d0c4139}",
                                        unitId = 22,
                                        lat = 0.72418585067177,
                                        long = 0.72482893526778,
                                        x = -369331.97540559,
                                        name = "Turkish Field Barracks",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 612601.63971047,
                                        heading = 0,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.72482893526778,
                                name = "Turkish Field Barracks",
                                dead = false,
                            }, -- end of [2]
                            [3] = 
                            {
                                heading = 0,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.72418012129963,
                                            long = 0.72482450356062,
                                            x = -369370.61701734,
                                            name = "",
                                            speed = 0,
                                            y = 612584.01917259,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 13,
                                lat = 0.72418012129963,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "SetkaKP",
                                        type = "FARP Ammo Dump Coating",
                                        CLSID = "{7c9d05ea-0b54-4d5c-9d6f-fa2cde39e349}",
                                        unitId = 32,
                                        lat = 0.72418012129963,
                                        rate = 50,
                                        long = 0.72482450356062,
                                        x = -369370.61701734,
                                        name = "Turkish Ammo Storage",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 612584.01917259,
                                        heading = 0,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.72482450356062,
                                name = "Turkish Ammo Storage",
                                dead = false,
                            }, -- end of [3]
                        }, -- end of group
                    }, -- end of static
                }, -- end of [2]
            }, -- end of country
        }, -- end of red
    }, -- end of coalition
    sortie = "Turkish Uprising",
    version = 2,
    trigfuncStartup = 
    {
    }, -- end of trigfuncStartup
    currentKey = 24501,
    start_time = 35100,
    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
        mlws = 
        {
            hh = 0,
            prob = 100,
            label = "MLWS",
            enable = false,
            mmint = 1,
            id = "mlws",
            mm = 0,
        }, -- end of mlws
        mfd = 
        {
            hh = 0,
            prob = 100,
            label = "MFD",
            enable = false,
            mmint = 1,
            id = "mfd",
            mm = 0,
        }, -- end of mfd
    }, -- end of failures
} -- end of mission
