mission = 
{
    trig = 
    {
        actions = 
        {
            [1] = "a_out_sound(\"Toilettes.ogg\");a_signal_flare(\"WC Flare\", \"10\", \"3\");a_explosion_marker(\"WC Flare\", \"5\"); mission.trig.func[1]='';",
            [2] = "a_out_text_delay(\"Pepperoni Pizzaaa!\", \"20\");a_out_sound(\"Tonton.ogg\");a_set_flag(\"1\");a_set_flag(\"2\"); mission.trig.func[2]='';",
            [3] = "a_out_text_delay(\"Ha ben alors!!!...\", \"10\");a_out_sound(\"Autucass.ogg\");a_explosion_marker(\"WC Flare\", \"1\"); mission.trig.func[3]='';",
            [4] = "if not mission.trig.flag[4] then a_signal_flare(\"Pizza Hunt Flare Red\", \"400\", \"1\");a_signal_flare(\"Pizza Hunt Flare White\", \"500\", \"2\");a_signal_flare(\"Pizza Hunt Flare Green\", \"600\", \"0\");a_set_flag(\"1\"); mission.trig.flag[4]=true; end; else mission.trig.flag[4]=false;",
            [5] = "a_clear_flag(\"2\"); mission.trig.func[5]='';",
            [6] = "a_activate_group(\"Retalliatorsky\"); mission.trig.func[6]='';",
            [7] = "a_out_text_delay(\"Attention! A tous les appareils en fréquence. Convoi de Molnya repéré proche de W6. Destination présumée POTI. Engagez, et détruisez!\", \"25\"); mission.trig.func[7]='';",
        }, -- end of actions
        custom = 
        {
        }, -- end of custom
        func = 
        {
            [1] = "if mission.trig.conditions[1]() then mission.trig.actions[1]() end",
            [2] = "if mission.trig.conditions[2]() then mission.trig.actions[2]() end",
            [3] = "if mission.trig.conditions[3]() then mission.trig.actions[3]() end",
            [4] = "if mission.trig.conditions[4]() then mission.trig.actions[4]() end",
            [5] = "if mission.trig.conditions[5]() then mission.trig.actions[5]() end",
            [6] = "if mission.trig.conditions[6]() then mission.trig.actions[6]() end",
            [7] = "if mission.trig.conditions[7]() then mission.trig.actions[7]() end",
        }, -- end of func
        flag = 
        {
            [1] = true,
            [2] = true,
            [3] = true,
            [4] = true,
            [5] = true,
            [6] = true,
            [7] = true,
        }, -- end of flag
        conditions = 
        {
            [1] = "return(c_unit_dead(\"2\") )",
            [2] = "return(c_unit_dead(\"1\") )",
            [3] = "return(c_unit_dead(\"7\") )",
            [4] = "return(c_time_since_flag(\"1\", \"2\") and c_flag_is_true(\"2\") )",
            [5] = "return(c_time_since_flag(\"2\", \"60\") )",
            [6] = "return(c_unit_damaged(\"16\") )",
            [7] = "return(c_unit_in_zone_unit(\"37\", \"Nemo\", \"25\") and c_unit_in_zone_unit(\"53\", \"Nemo\", \"25\") )",
        }, -- end of conditions
        customStartup = 
        {
            [6] = "for i,t in ipairs(mission.result.offline.actions) do mission.result.offline.actions[i]=loadstring(t) end",
            [2] = "for i,t in ipairs(mission.result.blue.conditions) do mission.result.blue.conditions[i]=loadstring(t) end",
            [8] = "for i,t in ipairs(mission.trig.actions) do mission.trig.actions[i]=loadstring(t) end",
            [3] = "for i,t in ipairs(mission.result.offline.conditions) do mission.result.offline.conditions[i]=loadstring(t) end",
            [1] = "for i,t in ipairs(mission.result.red.conditions) do mission.result.red.conditions[i]=loadstring(t) end",
            [4] = "for i,t in ipairs(mission.result.red.actions) do mission.result.red.actions[i]=loadstring(t) end",
            [5] = "for i,t in ipairs(mission.result.blue.actions) do mission.result.blue.actions[i]=loadstring(t) end",
            [7] = "for i,t in ipairs(mission.trig.conditions) do mission.trig.conditions[i]=loadstring(t) end",
        }, -- end of customStartup
        funcStartup = 
        {
        }, -- end of funcStartup
    }, -- end of trig
    resultRed = 
    {
        [1] = "if c_unit_dead(\"2\")  then a_set_mission_result(100) end",
        [2] = "if c_unit_dead(\"1\")  then a_set_mission_result(100) end",
    }, -- end of resultRed
    resultBlue = 
    {
    }, -- end of resultBlue
    descriptionBlueTask = "C'eeeest à boiiiire, à boiiire, à boiiireuuuu! Hips!",
    goals = 
    {
        [1] = 
        {
            rules = 
            {
                [1] = 
                {
                    predicate = "c_unit_dead",
                    unit = 2,
                }, -- end of [1]
            }, -- end of rules
            side = "RED",
            score = 100,
            predicate = "score",
            comment = "Canard",
        }, -- end of [1]
        [2] = 
        {
            rules = 
            {
                [1] = 
                {
                    predicate = "c_unit_dead",
                    unit = 1,
                }, -- end of [1]
            }, -- end of rules
            score = 100,
            side = "RED",
            predicate = "score",
            comment = "Pizza Hut",
        }, -- end of [2]
    }, -- end of goals
    trigfunc = 
    {
        [1] = "if c_unit_dead(\"2\") then a_out_sound(\"Toilettes.ogg\");a_signal_flare(\"WC Flare\", \"10\", \"3\");a_explosion_marker(\"WC Flare\", \"5\"); mission.trigfunc[1]='';end;",
        [2] = "if c_unit_dead(\"1\") then a_out_text_delay(\"Pepperoni Pizzaaa!\", \"20\");a_out_sound(\"Tonton.ogg\");a_set_flag(\"1\");a_set_flag(\"2\"); mission.trigfunc[2]='';end;",
        [3] = "if c_unit_dead(\"7\") then a_out_text_delay(\"Ha ben alors!!!...\", \"10\");a_out_sound(\"Autucass.ogg\");a_explosion_marker(\"WC Flare\", \"1\"); mission.trigfunc[3]='';end;",
        [4] = "if c_time_since_flag(\"1\", \"2\") and c_flag_is_true(\"2\") then if not mission.trigflag[4] then a_signal_flare(\"Pizza Hunt Flare Red\", \"400\", \"1\");a_signal_flare(\"Pizza Hunt Flare White\", \"500\", \"2\");a_signal_flare(\"Pizza Hunt Flare Green\", \"600\", \"0\");a_set_flag(\"1\"); mission.trigflag[4]=true; end; else mission.trigflag[4]=false;end;",
        [5] = "if c_time_since_flag(\"2\", \"60\") then a_clear_flag(\"2\"); mission.trigfunc[5]='';end;",
        [6] = "if c_unit_damaged(\"16\") then a_activate_group(\"Retalliatorsky\"); mission.trigfunc[6]='';end;",
        [7] = "if c_unit_in_zone_unit(\"37\", \"Nemo\", \"25\") and c_unit_in_zone_unit(\"53\", \"Nemo\", \"25\") then a_out_text_delay(\"Attention! A tous les appareils en fréquence. Convoi de Molnya repéré proche de W6. Destination présumée POTI. Engagez, et détruisez!\", \"25\"); mission.trigfunc[7]='';end;",
    }, -- end of trigfunc
    weather = 
    {
        qnh = 760,
        wind = 
        {
            at8000 = 
            {
                speed = 0,
                dir = 0,
            }, -- end of at8000
            at2000 = 
            {
                speed = 1,
                dir = 270,
            }, -- end of at2000
            atGround = 
            {
                speed = 2,
                dir = 240,
            }, -- end of atGround
        }, -- end of wind
        name = "Winter, clean sky",
        fog = 
        {
            density = 1,
            visibility = 1000,
            thickness = 150,
        }, -- end of fog
        turbulence = 
        {
            at8000 = 0,
            at2000 = 0,
            atGround = 2,
        }, -- end of turbulence
        season = 
        {
            temperature = 8,
            iseason = 3,
        }, -- end of season
        visibility = 
        {
            distance = 80000,
        }, -- end of visibility
        clouds = 
        {
            density = 6,
            thickness = 500,
            base = 2000,
            iprecptns = 0,
        }, -- end of clouds
    }, -- end of weather
    result = 
    {
        offline = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- end of func
        }, -- end of offline
        blue = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- end of func
        }, -- end of blue
        red = 
        {
            conditions = 
            {
                [1] = "return(c_unit_dead(\"2\") )",
                [2] = "return(c_unit_dead(\"1\") )",
            }, -- end of conditions
            actions = 
            {
                [1] = "a_set_mission_result(100)",
                [2] = "a_set_mission_result(100)",
            }, -- end of actions
            func = 
            {
                [1] = "if mission.result.red.conditions[1]() then mission.result.red.actions[1]() end",
                [2] = "if mission.result.red.conditions[2]() then mission.result.red.actions[2]() end",
            }, -- end of func
        }, -- end of red
    }, -- end of result
    triggers = 
    {
        zones = 
        {
            [1] = 
            {
                radius = 10000,
                zoneId = 5,
                color = 
                {
                    [1] = 1,
                    [2] = 0,
                    [3] = 0,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.73997829306509,
                hidden = true,
                long = 0.72101765311261,
                x = -270506.30665411,
                name = "Nemo",
                y = 584509.17664771,
            }, -- end of [1]
            [2] = 
            {
                radius = 100,
                zoneId = 3,
                color = 
                {
                    [1] = 0,
                    [2] = 0.50196078431373,
                    [3] = 0,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.73792955153167,
                hidden = true,
                long = 0.74948111870197,
                x = -269000.12513364,
                name = "Pizza Hunt Flare Green",
                y = 720471.9875535,
            }, -- end of [2]
            [3] = 
            {
                radius = 100,
                zoneId = 1,
                color = 
                {
                    [1] = 1,
                    [2] = 0,
                    [3] = 0,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.73792858479138,
                hidden = true,
                long = 0.74947773160347,
                x = -269008.16311206,
                name = "Pizza Hunt Flare Red",
                y = 720456.65891381,
            }, -- end of [3]
            [4] = 
            {
                radius = 100,
                zoneId = 2,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.73792914872311,
                hidden = true,
                long = 0.74947942310624,
                x = -269003.6318209,
                name = "Pizza Hunt Flare White",
                y = 720464.25265587,
            }, -- end of [4]
            [5] = 
            {
                radius = 100,
                zoneId = 4,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 0,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.73820671880057,
                hidden = true,
                long = 0.74890319597945,
                x = -267554.06248157,
                name = "WC Flare",
                y = 717530.37591206,
            }, -- end of [5]
        }, -- end of zones
    }, -- end of triggers
    map = 
    {
        centerY = 0.72870867412936,
        zoom = 500000,
        centerX = 0.7444410383883,
    }, -- 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] = 3,
            [13] = 4,
            [14] = 2,
            [15] = 1,
        }, -- end of blue
        red = 
        {
            [1] = 0,
        }, -- end of red
    }, -- end of coalitions
    descriptionText = "Kamarads,\
Comme vous le savez, les Georgiens ont mené une attaque surprise dans le but de chasser d'Abkasie les garnisons que nous y avions laissé, afin de garantir la sécurité de nos ressortissants et sympatisants.\
Nos troupes au sol ont été contraintes de se retirer en catastrophe et se sont regroupées à Sochi Adler en vue d'une EVASAN sur Majkop, mieux équipée.\
\
L'attaque ayant été massive, une contre attaque immédiate est inenvisageable.\
En revanche, nos services secrets ont localisé l'état major ennemi. Se croyant a l'abri, ils ont commis l'erreur de fêter leur dernière victoire dans un restaurant au bord d'un lac.\
Notre but, faire comprendre à ces prétentieux que le Kodiak est loin d'avoir perdu ses crocs et ses griffes.\
\
La fête s'est poursuivie très tard dans la nuit, nous décolerons donc aux aurores et apporterons le feu d'artifice final à leur beuverie. Décapitant d'un coup les forces ennemies, ce qui nous permettra de réorganiser les nôtres en vue d'une riposte punitive d'envergure\
\
Une paire de FAB 500 devrait suffire.\
\
Un convoi de véhicules destine à rapatrier ces généraux décadents a été également repéré. Détruisez-le  si d'aventure vous le croisez.\
\
Ne soyez tout de fois pas trop confiants, il est plus que probable que des appareils ennemis soient maintenus en alerte; à condition toutefois que leurs pilotes ne soient pas ivres morts.\
\
ATTENTION: une information de dernière minute vient de nous parvenir. Nos observateurs nous ont communiqué la découverte d'un tunnel secret qui pourrait permettre aux membres du QG de se mettre à l'abri. Vous détruirez donc la sortie localisée dans des toilettes publiques, et condamnerez ainsi les éventuels survivants à un sort qu'ils auront bien mérité.\
\
D'autre part, un convoi blindé a été signalé à l'approche de SOCHI. S'il devait arriver assez près de la frontière, il menacerai l'aérodrome et pourrait y interdire toute activité aérienne, tout en le menaçant de frappes d'artillerie.",
    trigflag = 
    {
        [1] = true,
        [2] = true,
        [3] = true,
        [4] = true,
        [5] = true,
        [6] = true,
        [7] = true,
    }, -- end of trigflag
    descriptionRedTask = "Groupe VIGOR: \
Cible principale: nettoyage du restaurant et des WC\
Cible secondaire: destruction du convoi d'évacuation des autorités\
\
Groupe DESTOP:\
Cible principale: protection des VIGOR\
Cible secondaire: destruction du convoi blindé menaçant SOCHI\
\
Groupe JAVEL:\
Protection des deux groupes d'intervention. Leurs missions sont priorotaires et doivent être menées à bien.\
\
Groupe DYSON:\
Search and destroy, vous décollez de SOCHI et tentez de neutraliser le convoi, le groupe DESTOP vous rejoint en support dès qu'il le peut.",
    pictureFileNameB = 
    {
    }, -- end of pictureFileNameB
    pictureFileNameR = 
    {
    }, -- end of pictureFileNameR
    trigrules = 
    {
        [1] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    predicate = "c_unit_dead",
                    unit = 2,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    seconds = 10,
                    file = "Toilettes.ogg",
                    predicate = "a_out_sound",
                    text = "",
                }, -- end of [1]
                [2] = 
                {
                    altitude = 10,
                    seconds = 10,
                    zone = 4,
                    color = "3",
                    text = "",
                    predicate = "a_signal_flare",
                }, -- end of [2]
                [3] = 
                {
                    altitude = 5,
                    seconds = 10,
                    zone = 4,
                    text = "",
                    predicate = "a_explosion_marker",
                }, -- end of [3]
            }, -- end of actions
            comment = "WC",
        }, -- end of [1]
        [2] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    predicate = "c_unit_dead",
                    unit = 1,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    text = "Pepperoni Pizzaaa!",
                    predicate = "a_out_text_delay",
                    seconds = 20,
                }, -- end of [1]
                [2] = 
                {
                    seconds = 10,
                    file = "Tonton.ogg",
                    predicate = "a_out_sound",
                    text = "",
                }, -- end of [2]
                [3] = 
                {
                    flag = 1,
                    text = "",
                    predicate = "a_set_flag",
                    seconds = 10,
                }, -- end of [3]
                [4] = 
                {
                    flag = 2,
                    text = "",
                    predicate = "a_set_flag",
                    seconds = 10,
                }, -- end of [4]
            }, -- end of actions
            comment = "Pizza Hunt",
        }, -- end of [2]
        [3] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    predicate = "c_unit_dead",
                    unit = 7,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    text = "Ha ben alors!!!...",
                    predicate = "a_out_text_delay",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    seconds = 10,
                    file = "Autucass.ogg",
                    predicate = "a_out_sound",
                    text = "",
                }, -- end of [2]
                [3] = 
                {
                    altitude = 1,
                    seconds = 10,
                    zone = 4,
                    text = "",
                    predicate = "a_explosion_marker",
                }, -- end of [3]
            }, -- end of actions
            comment = "2CV",
        }, -- end of [3]
        [4] = 
        {
            predicate = "triggerFront",
            rules = 
            {
                [1] = 
                {
                    flag = 1,
                    seconds = 2,
                    predicate = "c_time_since_flag",
                    unit = "",
                }, -- end of [1]
                [2] = 
                {
                    flag = 2,
                    predicate = "c_flag_is_true",
                    unit = "",
                }, -- end of [2]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    altitude = 400,
                    seconds = 10,
                    zone = 1,
                    color = "1",
                    text = "",
                    predicate = "a_signal_flare",
                }, -- end of [1]
                [2] = 
                {
                    altitude = 500,
                    seconds = 10,
                    zone = 2,
                    color = "2",
                    text = "",
                    predicate = "a_signal_flare",
                }, -- end of [2]
                [3] = 
                {
                    altitude = 600,
                    seconds = 10,
                    zone = 3,
                    color = "0",
                    text = "",
                    predicate = "a_signal_flare",
                }, -- end of [3]
                [4] = 
                {
                    flag = 1,
                    text = "",
                    predicate = "a_set_flag",
                    seconds = 10,
                }, -- end of [4]
            }, -- end of actions
            comment = "Flare Routine",
        }, -- end of [4]
        [5] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    flag = 2,
                    seconds = 60,
                    predicate = "c_time_since_flag",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    flag = 2,
                    text = "",
                    predicate = "a_clear_flag",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "Pizza Flares OFF",
        }, -- end of [5]
        [6] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    predicate = "c_unit_damaged",
                    unit = 16,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    group = 26,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "Vengeance",
        }, -- end of [6]
        [7] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    zoneunit = 25,
                    zone = 5,
                    predicate = "c_unit_in_zone_unit",
                    unit = 37,
                }, -- end of [1]
                [2] = 
                {
                    zoneunit = 25,
                    zone = 5,
                    predicate = "c_unit_in_zone_unit",
                    unit = 53,
                }, -- end of [2]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    text = "Attention! A tous les appareils en fréquence. Convoi de Molnya repéré proche de W6. Destination présumée POTI. Engagez, et détruisez!",
                    predicate = "a_out_text_delay",
                    seconds = 25,
                }, -- end of [1]
            }, -- end of actions
            comment = "Declare",
        }, -- end of [7]
    }, -- end of trigrules
    coalition = 
    {
        blue = 
        {
            country = 
            {
                [1] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "UK",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 4,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [1]
                [2] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Insurgents",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 17,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.74893056233429,
                                                lat = 0.73820849160684,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.74893072692884,
                                                lat = 0.73820865277119,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 599,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73820776636756,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74890566817262,
                                            x = -267546.01607196,
                                            speed = 5.5555555555556,
                                            y = 717541.29406672,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 15,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Soldier RPG",
                                        CLSID = "{71866639-E9F9-4128-8AD0-B582FA3D27F4}",
                                        unitId = 41,
                                        lat = 0.73820776636756,
                                        skill = "Average",
                                        long = 0.74890566817262,
                                        x = -267546.01607196,
                                        name = "Unit #15",
                                        heading = 2.1587989303425,
                                        y = 717541.29406672,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Soldier RPG",
                                        CLSID = "{71866639-E9F9-4128-8AD0-B582FA3D27F4}",
                                        unitId = 42,
                                        lat = 0.73820824984969,
                                        skill = "Average",
                                        long = 0.74890473632699,
                                        x = -267543.45150351,
                                        name = "Unit #24",
                                        heading = 0.64695986303012,
                                        y = 717536.53193946,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Soldier RPG",
                                        CLSID = "{71866639-E9F9-4128-8AD0-B582FA3D27F4}",
                                        unitId = 43,
                                        lat = 0.73820865275163,
                                        skill = "Average",
                                        long = 0.74890398569879,
                                        x = -267541.29999892,
                                        name = "Unit #25",
                                        heading = 0.64695986303012,
                                        y = 717532.68601175,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Soldier RPG",
                                        CLSID = "{71866639-E9F9-4128-8AD0-B582FA3D27F4}",
                                        unitId = 66,
                                        lat = 0.7382100226691,
                                        skill = "Average",
                                        long = 0.74890405381047,
                                        x = -267532.53201917,
                                        name = "Unit #16",
                                        heading = 1.6704649792861,
                                        y = 717531.99937594,
                                    }, -- end of [4]
                                }, -- end of units
                                name = "Lagaff",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.74892992643098,
                                                lat = 0.73821050616289,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.74892726799129,
                                                lat = 0.73820808869607,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 599,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73820631589045,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74890542711842,
                                            x = -267555.39331394,
                                            speed = 5.5555555555556,
                                            y = 717541.2222801,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 16,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 44,
                                        lat = 0.73820631589045,
                                        skill = "Average",
                                        long = 0.74890542711842,
                                        x = -267555.39331394,
                                        name = "Unit #26",
                                        heading = 3.7618421395726,
                                        y = 717541.2222801,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 45,
                                        lat = 0.73820575182827,
                                        skill = "Average",
                                        long = 0.74890550276992,
                                        x = -267558.9460367,
                                        name = "Unit #27",
                                        heading = 4.7123889803847,
                                        y = 717541.99531897,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 46,
                                        lat = 0.73820526834664,
                                        skill = "Average",
                                        long = 0.7489055194015,
                                        x = -267562.01795286,
                                        name = "Unit #28",
                                        heading = 1.7681918866448,
                                        y = 717542.42995567,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 47,
                                        lat = 0.73820470428501,
                                        skill = "Average",
                                        long = 0.74890548117114,
                                        x = -267565.63380277,
                                        name = "Unit #29",
                                        heading = 4.9906886393898,
                                        y = 717542.66451613,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 48,
                                        lat = 0.73820414022366,
                                        skill = "Average",
                                        long = 0.7489055568225,
                                        x = -267569.18652032,
                                        name = "Unit #30",
                                        heading = 0.87605805059819,
                                        y = 717543.43755372,
                                    }, -- end of [5]
                                }, -- end of units
                                name = "Gaston",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.74892890647079,
                                                lat = 0.73821195664554,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.74892278577423,
                                                lat = 0.73821074790987,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1791,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7382116343159,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74890428238997,
                                            x = -267522.13458898,
                                            speed = 5.5555555555556,
                                            y = 717531.8935052,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 17,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "KAMAZ Truck",
                                        CLSID = "{254D09EB-5591-4D42-B513-3A15B9965B63}",
                                        unitId = 49,
                                        lat = 0.7382116343159,
                                        skill = "Average",
                                        long = 0.74890428238997,
                                        x = -267522.13458898,
                                        name = "Unit #31",
                                        heading = 2.4927470947373,
                                        y = 717531.8935052,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "KAMAZ Truck",
                                        CLSID = "{254D09EB-5591-4D42-B513-3A15B9965B63}",
                                        unitId = 50,
                                        lat = 0.73820551007066,
                                        skill = "Average",
                                        long = 0.74891469331796,
                                        x = -267555.39191147,
                                        name = "Unit #32",
                                        heading = 3.5740004291603,
                                        y = 717585.62983713,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "Tracteur",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [3]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [2]
                [3] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Belgium",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 11,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [3]
                [4] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Canada",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 8,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [4]
                [5] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "France",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 5,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [5]
                [6] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Israel",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 15,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [6]
                [7] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Ukraine",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 1,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [7]
                [8] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Norway",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 12,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [8]
                [9] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = true,
                                name = "Secu civile",
                                groupId = 5,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 602,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            lat = 0.736122,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.741468,
                                            x = -284889.06283057,
                                            speed = 41.666666666667,
                                            airdromeId = 25,
                                            y = 683853.75717885,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 150,
                                            type = "Turning Point",
                                            action = "Begin Loop",
                                            lat = 0.73766622677085,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74463810309165,
                                            x = -273341.1186996,
                                            speed = 41.666666666667,
                                            y = 697742.59067665,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 150,
                                            type = "Turning Point",
                                            action = "End Loop",
                                            lat = 0.7377098010958,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74451849059622,
                                            x = -273127.9887021,
                                            speed = 5.5555555555556,
                                            y = 697143.4279454,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 140,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.737234,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.733932,
                                            x = -281713.83114196,
                                            speed = 41.666666666667,
                                            airdromeId = 23,
                                            y = 647369.87369832,
                                        }, -- end of [4]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "CAS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Mi-24V",
                                        CLSID = "{0903DF50-B9FA-441E-B94D-8F03DFF3E40D}",
                                        unitId = 11,
                                        lat = 0.736122,
                                        skill = "High",
                                        y = 683853.75717885,
                                        long = 0.741468,
                                        x = -284889.06283057,
                                        name = "T3",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [1]
                                                [6] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "1704",
                                            flare = 192,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 2,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Enfield11",
                                        }, -- end of callsign
                                        onboard_num = 12,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Georgia",
                    ship = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73997821235284,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72099740329125,
                                            x = -270516.31551657,
                                            speed = 5.5555555555556,
                                            y = 584413.76996509,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73766203857174,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72538522326545,
                                            x = -283200.40602801,
                                            speed = 5.5555555555556,
                                            y = 606631.22816153,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73570973649756,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72692296768577,
                                            x = -294896.483418,
                                            speed = 5.5555555555556,
                                            y = 615182.94317742,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 606,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73572758536175,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72716920756127,
                                            x = -294663.92036195,
                                            speed = 5.5555555555556,
                                            y = 616338.67825334,
                                        }, -- end of [4]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 10,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MOLNIYA",
                                        CLSID = "{C8459CF8-BD2E-4595-9C92-6625C0B8794E}",
                                        unitId = 25,
                                        lat = 0.73997821235284,
                                        skill = "Average",
                                        long = 0.72099740329125,
                                        x = -270516.31551657,
                                        name = "Jea",
                                        heading = 2.1894053159274,
                                        y = 584413.76996509,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "MOLNIYA",
                                        CLSID = "{C8459CF8-BD2E-4595-9C92-6625C0B8794E}",
                                        unitId = 26,
                                        lat = 0.73999169138156,
                                        skill = "Average",
                                        long = 0.72066971331135,
                                        x = -270584.09596228,
                                        name = "Draunh",
                                        heading = 2.1894053159274,
                                        y = 582860.65243674,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "Molnyaaaaa",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of ship
                    id = 16,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [6] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.74398289639442,
                                                lat = 0.73733283155571,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.74398289639442,
                                                lat = 0.73733283155571,
                                            }, -- end of [2]
                                        }, -- end of [6]
                                        [2] = 
                                        {
                                            [6] = 
                                            {
                                                long = 0.74983971186988,
                                                lat = 0.73820044368069,
                                            }, -- end of [6]
                                            [2] = 
                                            {
                                                long = 0.74970222257546,
                                                lat = 0.73830904449425,
                                            }, -- end of [2]
                                            [8] = 
                                            {
                                                long = 0.74983612146836,
                                                lat = 0.73819363505129,
                                            }, -- end of [8]
                                            [3] = 
                                            {
                                                long = 0.74971096462973,
                                                lat = 0.73829388189145,
                                            }, -- end of [3]
                                            [1] = 
                                            {
                                                long = 0.74970222257546,
                                                lat = 0.73830904449425,
                                            }, -- end of [1]
                                            [4] = 
                                            {
                                                long = 0.74972003980703,
                                                lat = 0.73828516195708,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                long = 0.74981959182923,
                                                lat = 0.73821146714029,
                                            }, -- end of [5]
                                            [7] = 
                                            {
                                                long = 0.74983971186988,
                                                lat = 0.73820044368069,
                                            }, -- end of [7]
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.74983612146836,
                                                lat = 0.73819363505129,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.74983612146836,
                                                lat = 0.73819363505129,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                long = 0.74982830664407,
                                                lat = 0.73818190921746,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                long = 0.74977772071804,
                                                lat = 0.73812036687468,
                                            }, -- end of [8]
                                            [16] = 
                                            {
                                                long = 0.74948549350702,
                                                lat = 0.73796372999425,
                                            }, -- end of [16]
                                            [17] = 
                                            {
                                                long = 0.74947367598121,
                                                lat = 0.73794985837838,
                                            }, -- end of [17]
                                            [9] = 
                                            {
                                                long = 0.74972573585305,
                                                lat = 0.73809581990821,
                                            }, -- end of [9]
                                            [18] = 
                                            {
                                                long = 0.74946813647553,
                                                lat = 0.73793826133761,
                                            }, -- end of [18]
                                            [5] = 
                                            {
                                                long = 0.74980431520458,
                                                lat = 0.73816330228006,
                                            }, -- end of [5]
                                            [10] = 
                                            {
                                                long = 0.7497164985909,
                                                lat = 0.7380882353028,
                                            }, -- end of [10]
                                            [11] = 
                                            {
                                                long = 0.74971314981253,
                                                lat = 0.7380758192131,
                                            }, -- end of [11]
                                            [3] = 
                                            {
                                                long = 0.74983441326213,
                                                lat = 0.73819039567491,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                long = 0.7497945784637,
                                                lat = 0.73815325130799,
                                            }, -- end of [6]
                                            [12] = 
                                            {
                                                long = 0.74971864914492,
                                                lat = 0.73806654993065,
                                            }, -- end of [12]
                                            [13] = 
                                            {
                                                long = 0.74971864914492,
                                                lat = 0.73806654993065,
                                            }, -- end of [13]
                                            [7] = 
                                            {
                                                long = 0.74978525521463,
                                                lat = 0.73812919895028,
                                            }, -- end of [7]
                                            [14] = 
                                            {
                                                long = 0.74959973420578,
                                                lat = 0.7380343737884,
                                            }, -- end of [14]
                                            [15] = 
                                            {
                                                long = 0.74957130839094,
                                                lat = 0.73802172285858,
                                            }, -- end of [15]
                                            [19] = 
                                            {
                                                long = 0.74946656214585,
                                                lat = 0.73793342944839,
                                            }, -- end of [19]
                                        }, -- end of [3]
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.74966815994824,
                                                lat = 0.73837966146142,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.74970222257546,
                                                lat = 0.73830904449425,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [4] = 
                                        {
                                            [33] = 
                                            {
                                                long = 0.74958191261476,
                                                lat = 0.73764162003615,
                                            }, -- end of [33]
                                            [35] = 
                                            {
                                                long = 0.74959761638136,
                                                lat = 0.73762212091435,
                                            }, -- end of [35]
                                            [37] = 
                                            {
                                                long = 0.74960016953344,
                                                lat = 0.73757435361107,
                                            }, -- end of [37]
                                            [39] = 
                                            {
                                                long = 0.74962356157252,
                                                lat = 0.73755339603788,
                                            }, -- end of [39]
                                            [41] = 
                                            {
                                                long = 0.74965960130536,
                                                lat = 0.73754890336565,
                                            }, -- end of [41]
                                            [43] = 
                                            {
                                                long = 0.74970298840325,
                                                lat = 0.7375700480759,
                                            }, -- end of [43]
                                            [45] = 
                                            {
                                                long = 0.7497301778945,
                                                lat = 0.73757299872154,
                                            }, -- end of [45]
                                            [47] = 
                                            {
                                                long = 0.74973281808439,
                                                lat = 0.73756037136503,
                                            }, -- end of [47]
                                            [49] = 
                                            {
                                                long = 0.74969904789548,
                                                lat = 0.73753328458895,
                                            }, -- end of [49]
                                            [51] = 
                                            {
                                                long = 0.74970359268929,
                                                lat = 0.73750605465571,
                                            }, -- end of [51]
                                            [53] = 
                                            {
                                                long = 0.74973355226739,
                                                lat = 0.73751315583281,
                                            }, -- end of [53]
                                            [55] = 
                                            {
                                                long = 0.74974817709139,
                                                lat = 0.73752277837019,
                                            }, -- end of [55]
                                            [57] = 
                                            {
                                                long = 0.7497538376063,
                                                lat = 0.73750988610037,
                                            }, -- end of [57]
                                            [59] = 
                                            {
                                                long = 0.7497309969805,
                                                lat = 0.73748976514206,
                                            }, -- end of [59]
                                            [61] = 
                                            {
                                                long = 0.7496820979524,
                                                lat = 0.73746714293662,
                                            }, -- end of [61]
                                            [63] = 
                                            {
                                                long = 0.7497049911169,
                                                lat = 0.73742379027802,
                                            }, -- end of [63]
                                            [66] = 
                                            {
                                                long = 0.74970882304967,
                                                lat = 0.73740470369992,
                                            }, -- end of [66]
                                            [70] = 
                                            {
                                                long = 0.74958330714879,
                                                lat = 0.7372911983104,
                                            }, -- end of [70]
                                            [74] = 
                                            {
                                                long = 0.74944734903131,
                                                lat = 0.73728278617377,
                                            }, -- end of [74]
                                            [78] = 
                                            {
                                                long = 0.74933656092392,
                                                lat = 0.73725529478152,
                                            }, -- end of [78]
                                            [82] = 
                                            {
                                                long = 0.74908976106745,
                                                lat = 0.73708748208089,
                                            }, -- end of [82]
                                            [86] = 
                                            {
                                                long = 0.74895578584961,
                                                lat = 0.73703265202618,
                                            }, -- end of [86]
                                            [90] = 
                                            {
                                                long = 0.74874901979316,
                                                lat = 0.73690845126952,
                                            }, -- end of [90]
                                            [94] = 
                                            {
                                                long = 0.74852194353518,
                                                lat = 0.73679368493442,
                                            }, -- end of [94]
                                            [98] = 
                                            {
                                                long = 0.74813384266861,
                                                lat = 0.73660548620137,
                                            }, -- end of [98]
                                            [102] = 
                                            {
                                                long = 0.74803771114818,
                                                lat = 0.73655844463708,
                                            }, -- end of [102]
                                            [106] = 
                                            {
                                                long = 0.74785297210259,
                                                lat = 0.73660365835037,
                                            }, -- end of [106]
                                            [110] = 
                                            {
                                                long = 0.74742769973905,
                                                lat = 0.73674381591126,
                                            }, -- end of [110]
                                            [114] = 
                                            {
                                                long = 0.74705512849312,
                                                lat = 0.73679365998606,
                                            }, -- end of [114]
                                            [118] = 
                                            {
                                                long = 0.746941879414,
                                                lat = 0.73679770367485,
                                            }, -- end of [118]
                                            [122] = 
                                            {
                                                long = 0.7468432967461,
                                                lat = 0.73692012308028,
                                            }, -- end of [122]
                                            [126] = 
                                            {
                                                long = 0.74675082652375,
                                                lat = 0.73701282547017,
                                            }, -- end of [126]
                                            [132] = 
                                            {
                                                long = 0.74652809703158,
                                                lat = 0.73714843282479,
                                            }, -- end of [132]
                                            [140] = 
                                            {
                                                long = 0.74612807705826,
                                                lat = 0.73747931106505,
                                            }, -- end of [140]
                                            [148] = 
                                            {
                                                long = 0.74591054434451,
                                                lat = 0.73758481944523,
                                            }, -- end of [148]
                                            [156] = 
                                            {
                                                long = 0.74577092975272,
                                                lat = 0.73768630570618,
                                            }, -- end of [156]
                                            [164] = 
                                            {
                                                long = 0.74545608158658,
                                                lat = 0.73775200975246,
                                            }, -- end of [164]
                                            [172] = 
                                            {
                                                long = 0.74522481214791,
                                                lat = 0.73775662700574,
                                            }, -- end of [172]
                                            [180] = 
                                            {
                                                long = 0.74489445667732,
                                                lat = 0.73765118772171,
                                            }, -- end of [180]
                                            [1] = 
                                            {
                                                long = 0.74946656214585,
                                                lat = 0.73793342944839,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.74946656214585,
                                                lat = 0.73793342944839,
                                            }, -- end of [2]
                                            [133] = 
                                            {
                                                long = 0.74640892711807,
                                                lat = 0.73724082811004,
                                            }, -- end of [133]
                                            [141] = 
                                            {
                                                long = 0.74612064460965,
                                                lat = 0.73748920032629,
                                            }, -- end of [141]
                                            [149] = 
                                            {
                                                long = 0.74589830098556,
                                                lat = 0.73758963507965,
                                            }, -- end of [149]
                                            [157] = 
                                            {
                                                long = 0.7457578712,
                                                lat = 0.7376845212909,
                                            }, -- end of [157]
                                            [165] = 
                                            {
                                                long = 0.7454105047774,
                                                lat = 0.73776602737307,
                                            }, -- end of [165]
                                            [173] = 
                                            {
                                                long = 0.74518917748829,
                                                lat = 0.73772773605925,
                                            }, -- end of [173]
                                            [181] = 
                                            {
                                                long = 0.74489445667732,
                                                lat = 0.73765118772171,
                                            }, -- end of [181]
                                            [3] = 
                                            {
                                                long = 0.74946813647553,
                                                lat = 0.73793826133761,
                                            }, -- end of [3]
                                            [4] = 
                                            {
                                                long = 0.74947367598121,
                                                lat = 0.73794985837838,
                                            }, -- end of [4]
                                            [67] = 
                                            {
                                                long = 0.74970774918933,
                                                lat = 0.73740126741642,
                                            }, -- end of [67]
                                            [71] = 
                                            {
                                                long = 0.74956515224595,
                                                lat = 0.73728125613339,
                                            }, -- end of [71]
                                            [75] = 
                                            {
                                                long = 0.749417184244,
                                                lat = 0.73728299469837,
                                            }, -- end of [75]
                                            [5] = 
                                            {
                                                long = 0.74948549350702,
                                                lat = 0.73796372999425,
                                            }, -- end of [5]
                                            [83] = 
                                            {
                                                long = 0.74905627099103,
                                                lat = 0.73707197067059,
                                            }, -- end of [83]
                                            [87] = 
                                            {
                                                long = 0.74893008997824,
                                                lat = 0.73701700720579,
                                            }, -- end of [87]
                                            [91] = 
                                            {
                                                long = 0.74864063045097,
                                                lat = 0.73683355902711,
                                            }, -- end of [91]
                                            [6] = 
                                            {
                                                long = 0.74957130839094,
                                                lat = 0.73802172285858,
                                            }, -- end of [6]
                                            [99] = 
                                            {
                                                long = 0.7481195637938,
                                                lat = 0.73659990083964,
                                            }, -- end of [99]
                                            [103] = 
                                            {
                                                long = 0.7479681403343,
                                                lat = 0.73657570188503,
                                            }, -- end of [103]
                                            [107] = 
                                            {
                                                long = 0.74772381411473,
                                                lat = 0.73660434104981,
                                            }, -- end of [107]
                                            [7] = 
                                            {
                                                long = 0.74959973420578,
                                                lat = 0.7380343737884,
                                            }, -- end of [7]
                                            [115] = 
                                            {
                                                long = 0.7470214088894,
                                                lat = 0.73679806063878,
                                            }, -- end of [115]
                                            [119] = 
                                            {
                                                long = 0.74690965131683,
                                                lat = 0.73683398403447,
                                            }, -- end of [119]
                                            [123] = 
                                            {
                                                long = 0.74682297966106,
                                                lat = 0.73694415607506,
                                            }, -- end of [123]
                                            [8] = 
                                            {
                                                long = 0.74971864914492,
                                                lat = 0.73806654993065,
                                            }, -- end of [8]
                                            [134] = 
                                            {
                                                long = 0.74640892711807,
                                                lat = 0.73724082811004,
                                            }, -- end of [134]
                                            [9] = 
                                            {
                                                long = 0.74971864914492,
                                                lat = 0.73806654993065,
                                            }, -- end of [9]
                                            [150] = 
                                            {
                                                long = 0.74583090102189,
                                                lat = 0.73759227346545,
                                            }, -- end of [150]
                                            [10] = 
                                            {
                                                long = 0.74975809243566,
                                                lat = 0.73803021760758,
                                            }, -- end of [10]
                                            [166] = 
                                            {
                                                long = 0.74537576785686,
                                                lat = 0.73777433155433,
                                            }, -- end of [166]
                                            [11] = 
                                            {
                                                long = 0.74977144921066,
                                                lat = 0.73800127277022,
                                            }, -- end of [11]
                                            [182] = 
                                            {
                                                long = 0.74472718653195,
                                                lat = 0.73762753740024,
                                            }, -- end of [182]
                                            [12] = 
                                            {
                                                long = 0.74977758701695,
                                                lat = 0.73797609939732,
                                            }, -- end of [12]
                                            [13] = 
                                            {
                                                long = 0.74977779504538,
                                                lat = 0.73794752348613,
                                            }, -- end of [13]
                                            [14] = 
                                            {
                                                long = 0.74977254702596,
                                                lat = 0.7379364509808,
                                            }, -- end of [14]
                                            [15] = 
                                            {
                                                long = 0.7497451266155,
                                                lat = 0.73791218152242,
                                            }, -- end of [15]
                                            [16] = 
                                            {
                                                long = 0.74973509852688,
                                                lat = 0.73790160662813,
                                            }, -- end of [16]
                                            [17] = 
                                            {
                                                long = 0.74971681951237,
                                                lat = 0.73786837566626,
                                            }, -- end of [17]
                                            [18] = 
                                            {
                                                long = 0.74967524837884,
                                                lat = 0.73781820066824,
                                            }, -- end of [18]
                                            [19] = 
                                            {
                                                long = 0.74966228661912,
                                                lat = 0.73780843178016,
                                            }, -- end of [19]
                                            [20] = 
                                            {
                                                long = 0.74963205410109,
                                                lat = 0.73779899985111,
                                            }, -- end of [20]
                                            [21] = 
                                            {
                                                long = 0.74961882373372,
                                                lat = 0.73779019567017,
                                            }, -- end of [21]
                                            [22] = 
                                            {
                                                long = 0.74961021335056,
                                                lat = 0.73777855440521,
                                            }, -- end of [22]
                                            [23] = 
                                            {
                                                long = 0.74960739412653,
                                                lat = 0.73776546412741,
                                            }, -- end of [23]
                                            [24] = 
                                            {
                                                long = 0.74961306503568,
                                                lat = 0.73774331356359,
                                            }, -- end of [24]
                                            [25] = 
                                            {
                                                long = 0.74960987441237,
                                                lat = 0.73773519850824,
                                            }, -- end of [25]
                                            [26] = 
                                            {
                                                long = 0.74959582916954,
                                                lat = 0.73772458266218,
                                            }, -- end of [26]
                                            [27] = 
                                            {
                                                long = 0.74959041411098,
                                                lat = 0.737716427138,
                                            }, -- end of [27]
                                            [28] = 
                                            {
                                                long = 0.74959086357907,
                                                lat = 0.73770728698067,
                                            }, -- end of [28]
                                            [29] = 
                                            {
                                                long = 0.74960139774208,
                                                lat = 0.73769247734732,
                                            }, -- end of [29]
                                            [30] = 
                                            {
                                                long = 0.74960151063042,
                                                lat = 0.7376845435121,
                                            }, -- end of [30]
                                            [31] = 
                                            {
                                                long = 0.74957143299897,
                                                lat = 0.73765477721341,
                                            }, -- end of [31]
                                            [32] = 
                                            {
                                                long = 0.74957100181201,
                                                lat = 0.73764940160798,
                                            }, -- end of [32]
                                            [34] = 
                                            {
                                                long = 0.7495922591042,
                                                lat = 0.73763294639849,
                                            }, -- end of [34]
                                            [36] = 
                                            {
                                                long = 0.74959725855698,
                                                lat = 0.7375879460006,
                                            }, -- end of [36]
                                            [38] = 
                                            {
                                                long = 0.7496093496292,
                                                lat = 0.73756233011228,
                                            }, -- end of [38]
                                            [40] = 
                                            {
                                                long = 0.74964098601401,
                                                lat = 0.73754873065464,
                                            }, -- end of [40]
                                            [42] = 
                                            {
                                                long = 0.74967696278101,
                                                lat = 0.73755381463969,
                                            }, -- end of [42]
                                            [44] = 
                                            {
                                                long = 0.74971594438681,
                                                lat = 0.73757448227886,
                                            }, -- end of [44]
                                            [46] = 
                                            {
                                                long = 0.7497352116883,
                                                lat = 0.73756745771816,
                                            }, -- end of [46]
                                            [48] = 
                                            {
                                                long = 0.74970716492151,
                                                lat = 0.73754183049579,
                                            }, -- end of [48]
                                            [50] = 
                                            {
                                                long = 0.74969687970617,
                                                lat = 0.73752296179211,
                                            }, -- end of [50]
                                            [52] = 
                                            {
                                                long = 0.74970962083635,
                                                lat = 0.73750411390064,
                                            }, -- end of [52]
                                            [54] = 
                                            {
                                                long = 0.74974415107624,
                                                lat = 0.73752203310998,
                                            }, -- end of [54]
                                            [56] = 
                                            {
                                                long = 0.7497535396607,
                                                lat = 0.73751399186276,
                                            }, -- end of [56]
                                            [58] = 
                                            {
                                                long = 0.74974433466924,
                                                lat = 0.73749926522328,
                                            }, -- end of [58]
                                            [60] = 
                                            {
                                                long = 0.74968706438367,
                                                lat = 0.73747447450601,
                                            }, -- end of [60]
                                            [62] = 
                                            {
                                                long = 0.74968509061979,
                                                lat = 0.7374474238693,
                                            }, -- end of [62]
                                            [64] = 
                                            {
                                                long = 0.7497100043966,
                                                lat = 0.73741479917449,
                                            }, -- end of [64]
                                            [68] = 
                                            {
                                                long = 0.74968369408798,
                                                lat = 0.73737081796404,
                                            }, -- end of [68]
                                            [72] = 
                                            {
                                                long = 0.74954403397404,
                                                lat = 0.7372752607184,
                                            }, -- end of [72]
                                            [76] = 
                                            {
                                                long = 0.74938782098934,
                                                lat = 0.73727826842899,
                                            }, -- end of [76]
                                            [80] = 
                                            {
                                                long = 0.74924517627823,
                                                lat = 0.73717761550809,
                                            }, -- end of [80]
                                            [84] = 
                                            {
                                                long = 0.74898970760299,
                                                lat = 0.73705157951497,
                                            }, -- end of [84]
                                            [88] = 
                                            {
                                                long = 0.74884350896317,
                                                lat = 0.73698211781338,
                                            }, -- end of [88]
                                            [92] = 
                                            {
                                                long = 0.74864063045097,
                                                lat = 0.73683355902711,
                                            }, -- end of [92]
                                            [96] = 
                                            {
                                                long = 0.74829048356479,
                                                lat = 0.73664804762986,
                                            }, -- end of [96]
                                            [100] = 
                                            {
                                                long = 0.74805392712878,
                                                lat = 0.73655083892992,
                                            }, -- end of [100]
                                            [104] = 
                                            {
                                                long = 0.7479380377981,
                                                lat = 0.73658694383206,
                                            }, -- end of [104]
                                            [108] = 
                                            {
                                                long = 0.74756674325362,
                                                lat = 0.73665521113828,
                                            }, -- end of [108]
                                            [112] = 
                                            {
                                                long = 0.74719319613451,
                                                lat = 0.73678770142143,
                                            }, -- end of [112]
                                            [116] = 
                                            {
                                                long = 0.74697891591343,
                                                lat = 0.73680643431498,
                                            }, -- end of [116]
                                            [120] = 
                                            {
                                                long = 0.74690140824313,
                                                lat = 0.73686435145695,
                                            }, -- end of [120]
                                            [124] = 
                                            {
                                                long = 0.74679072119987,
                                                lat = 0.73698773380681,
                                            }, -- end of [124]
                                            [128] = 
                                            {
                                                long = 0.74667433173796,
                                                lat = 0.73703000609541,
                                            }, -- end of [128]
                                            [136] = 
                                            {
                                                long = 0.74630060104261,
                                                lat = 0.73731753467726,
                                            }, -- end of [136]
                                            [144] = 
                                            {
                                                long = 0.74597654599217,
                                                lat = 0.73756095744625,
                                            }, -- end of [144]
                                            [152] = 
                                            {
                                                long = 0.74581370953716,
                                                lat = 0.73760535847698,
                                            }, -- end of [152]
                                            [160] = 
                                            {
                                                long = 0.74570839208767,
                                                lat = 0.7376747145933,
                                            }, -- end of [160]
                                            [168] = 
                                            {
                                                long = 0.74531928464573,
                                                lat = 0.73778206079727,
                                            }, -- end of [168]
                                            [176] = 
                                            {
                                                long = 0.74511775799785,
                                                lat = 0.73769899513485,
                                            }, -- end of [176]
                                            [129] = 
                                            {
                                                long = 0.74666223564391,
                                                lat = 0.73703638281311,
                                            }, -- end of [129]
                                            [137] = 
                                            {
                                                long = 0.74618233706796,
                                                lat = 0.73741666495377,
                                            }, -- end of [137]
                                            [145] = 
                                            {
                                                long = 0.74593975649246,
                                                lat = 0.7375627785693,
                                            }, -- end of [145]
                                            [153] = 
                                            {
                                                long = 0.74581179854158,
                                                lat = 0.73766515108886,
                                            }, -- end of [153]
                                            [161] = 
                                            {
                                                long = 0.74561288243142,
                                                lat = 0.73769842563679,
                                            }, -- end of [161]
                                            [169] = 
                                            {
                                                long = 0.74530033841439,
                                                lat = 0.73778046244671,
                                            }, -- end of [169]
                                            [177] = 
                                            {
                                                long = 0.74508788291231,
                                                lat = 0.73769707181098,
                                            }, -- end of [177]
                                            [65] = 
                                            {
                                                long = 0.74970882304967,
                                                lat = 0.73740470369992,
                                            }, -- end of [65]
                                            [69] = 
                                            {
                                                long = 0.74965889565472,
                                                lat = 0.73734631743859,
                                            }, -- end of [69]
                                            [73] = 
                                            {
                                                long = 0.74952161240748,
                                                lat = 0.73727369420681,
                                            }, -- end of [73]
                                            [77] = 
                                            {
                                                long = 0.74936046655025,
                                                lat = 0.73726889403007,
                                            }, -- end of [77]
                                            [81] = 
                                            {
                                                long = 0.749154317975,
                                                lat = 0.73712318681741,
                                            }, -- end of [81]
                                            [85] = 
                                            {
                                                long = 0.74897646644405,
                                                lat = 0.73704661607084,
                                            }, -- end of [85]
                                            [89] = 
                                            {
                                                long = 0.74883214978192,
                                                lat = 0.73697636156041,
                                            }, -- end of [89]
                                            [93] = 
                                            {
                                                long = 0.74854980462249,
                                                lat = 0.73680640082029,
                                            }, -- end of [93]
                                            [97] = 
                                            {
                                                long = 0.74828222126853,
                                                lat = 0.73664382329887,
                                            }, -- end of [97]
                                            [101] = 
                                            {
                                                long = 0.74805392712878,
                                                lat = 0.73655083892992,
                                            }, -- end of [101]
                                            [105] = 
                                            {
                                                long = 0.74788019229853,
                                                lat = 0.73660161156914,
                                            }, -- end of [105]
                                            [109] = 
                                            {
                                                long = 0.74749379416802,
                                                lat = 0.73669816371408,
                                            }, -- end of [109]
                                            [113] = 
                                            {
                                                long = 0.74714884890918,
                                                lat = 0.73679027628408,
                                            }, -- end of [113]
                                            [117] = 
                                            {
                                                long = 0.74696342871615,
                                                lat = 0.73680525971088,
                                            }, -- end of [117]
                                            [121] = 
                                            {
                                                long = 0.7468911409342,
                                                lat = 0.73687904515673,
                                            }, -- end of [121]
                                            [125] = 
                                            {
                                                long = 0.74677291093198,
                                                lat = 0.73700213547624,
                                            }, -- end of [125]
                                            [130] = 
                                            {
                                                long = 0.74656536988034,
                                                lat = 0.73710984111039,
                                            }, -- end of [130]
                                            [138] = 
                                            {
                                                long = 0.74614881990027,
                                                lat = 0.73745171068479,
                                            }, -- end of [138]
                                            [146] = 
                                            {
                                                long = 0.74592751352653,
                                                lat = 0.73756759434656,
                                            }, -- end of [146]
                                            [154] = 
                                            {
                                                long = 0.74580601264909,
                                                lat = 0.73767482654456,
                                            }, -- end of [154]
                                            [162] = 
                                            {
                                                long = 0.74557451453294,
                                                lat = 0.73770100267337,
                                            }, -- end of [162]
                                            [170] = 
                                            {
                                                long = 0.74522823605173,
                                                lat = 0.73775759002107,
                                            }, -- end of [170]
                                            [178] = 
                                            {
                                                long = 0.74499938153185,
                                                lat = 0.73770540451031,
                                            }, -- end of [178]
                                            [79] = 
                                            {
                                                long = 0.74926961231569,
                                                lat = 0.73719658287966,
                                            }, -- end of [79]
                                            [95] = 
                                            {
                                                long = 0.74845340342109,
                                                lat = 0.73675587327838,
                                            }, -- end of [95]
                                            [111] = 
                                            {
                                                long = 0.74740772719053,
                                                lat = 0.73675174142887,
                                            }, -- end of [111]
                                            [127] = 
                                            {
                                                long = 0.74673220350912,
                                                lat = 0.73701796041602,
                                            }, -- end of [127]
                                            [131] = 
                                            {
                                                long = 0.74656536988034,
                                                lat = 0.73710984111039,
                                            }, -- end of [131]
                                            [135] = 
                                            {
                                                long = 0.74630060104261,
                                                lat = 0.73731753467726,
                                            }, -- end of [135]
                                            [139] = 
                                            {
                                                long = 0.74612807705826,
                                                lat = 0.73747931106505,
                                            }, -- end of [139]
                                            [142] = 
                                            {
                                                long = 0.74609403131403,
                                                lat = 0.73752859548004,
                                            }, -- end of [142]
                                            [143] = 
                                            {
                                                long = 0.74607950939376,
                                                lat = 0.73753776609381,
                                            }, -- end of [143]
                                            [147] = 
                                            {
                                                long = 0.74591886264057,
                                                lat = 0.73757649577612,
                                            }, -- end of [147]
                                            [151] = 
                                            {
                                                long = 0.74582003626263,
                                                lat = 0.73759712739693,
                                            }, -- end of [151]
                                            [155] = 
                                            {
                                                long = 0.74579514688958,
                                                lat = 0.73768172038178,
                                            }, -- end of [155]
                                            [158] = 
                                            {
                                                long = 0.74573566001065,
                                                lat = 0.73767481170217,
                                            }, -- end of [158]
                                            [159] = 
                                            {
                                                long = 0.74572007568867,
                                                lat = 0.73767308642521,
                                            }, -- end of [159]
                                            [163] = 
                                            {
                                                long = 0.74554744631183,
                                                lat = 0.7377144597094,
                                            }, -- end of [163]
                                            [167] = 
                                            {
                                                long = 0.74537576785686,
                                                lat = 0.73777433155433,
                                            }, -- end of [167]
                                            [171] = 
                                            {
                                                long = 0.74522823605173,
                                                lat = 0.73775759002107,
                                            }, -- end of [171]
                                            [174] = 
                                            {
                                                long = 0.74517216667255,
                                                lat = 0.73771679142058,
                                            }, -- end of [174]
                                            [175] = 
                                            {
                                                long = 0.74514625471271,
                                                lat = 0.73770566476198,
                                            }, -- end of [175]
                                            [179] = 
                                            {
                                                long = 0.74499938153185,
                                                lat = 0.73770540451031,
                                            }, -- end of [179]
                                            [183] = 
                                            {
                                                long = 0.74467028777018,
                                                lat = 0.73762184747769,
                                            }, -- end of [183]
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.74467028777018,
                                                lat = 0.73762184747769,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.74463845250062,
                                                lat = 0.73766131369275,
                                            }, -- end of [2]
                                        }, -- end of [5]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 600,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73837966146142,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74966815994824,
                                            x = -266027.87256496,
                                            speed = 27.777777777778,
                                            y = 721020.08417451,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 571,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.73830904449425,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74970222257546,
                                            x = -266459.02662071,
                                            speed = 27.777777777778,
                                            y = 721233.54324866,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 661,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.73819363505129,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74983612146836,
                                            x = -267120.36385168,
                                            speed = 27.777777777778,
                                            y = 721955.60069984,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 602,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.73793342944839,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74946656214585,
                                            x = -268983.47592423,
                                            speed = 27.777777777778,
                                            y = 720400.0407546,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 164,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.73762184747769,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74467028777018,
                                            x = -273606.56776425,
                                            speed = 27.777777777778,
                                            y = 697927.85424382,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 140,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73766131369275,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74463845250062,
                                            x = -273372.24021269,
                                            speed = 27.777777777778,
                                            y = 697747.86479735,
                                        }, -- end of [6]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 3,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "LAZ Bus",
                                        CLSID = "{D75AF34A-25E9-4BDE-A57A-E179AF185F2D}",
                                        unitId = 3,
                                        lat = 0.73837966146142,
                                        skill = "Good",
                                        long = 0.74966815994824,
                                        x = -266027.87256496,
                                        name = "Unit #1",
                                        heading = 2.7989111284476,
                                        y = 721020.08417451,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "KAMAZ Truck",
                                        CLSID = "{254D09EB-5591-4D42-B513-3A15B9965B63}",
                                        unitId = 7,
                                        lat = 0.73838973584769,
                                        skill = "Good",
                                        long = 0.7496723945485,
                                        x = -265961.32296926,
                                        name = "Unit #2",
                                        heading = 2.7989111284476,
                                        y = 721032.68907275,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "LAZ Bus",
                                        CLSID = "{D75AF34A-25E9-4BDE-A57A-E179AF185F2D}",
                                        unitId = 8,
                                        lat = 0.73839956853776,
                                        skill = "Good",
                                        long = 0.7496829653397,
                                        x = -265892.80117602,
                                        name = "Unit #3",
                                        heading = 2.7989111284476,
                                        y = 721075.43192655,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "MAZ-6303",
                                        CLSID = "{9A2584F4-2FEE-4f3c-A47F-35D97995FCE1}",
                                        unitId = 9,
                                        lat = 0.73839392681958,
                                        skill = "Good",
                                        long = 0.74969660578562,
                                        x = -265921.19315564,
                                        name = "Unit #4",
                                        heading = 2.7989111284476,
                                        y = 721144.08338988,
                                    }, -- end of [4]
                                }, -- end of units
                                name = "ViP convoy",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1791,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73613368476172,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74178666707473,
                                            x = -284646.84588529,
                                            speed = 5.5555555555556,
                                            y = 685355.79829081,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 9,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Osa 9A33 ln",
                                        CLSID = "{8E5B2FB3-8845-4026-BC7F-16898FF9442B}",
                                        unitId = 17,
                                        lat = 0.73613368476172,
                                        skill = "Excellent",
                                        long = 0.74178666707473,
                                        x = -284646.84588529,
                                        name = "SA-8",
                                        heading = 0,
                                        y = 685355.79829081,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Osa 9A33 ln",
                                        CLSID = "{8E5B2FB3-8845-4026-BC7F-16898FF9442B}",
                                        unitId = 18,
                                        lat = 0.7372659230876,
                                        skill = "Excellent",
                                        long = 0.73388172468899,
                                        x = -281536.13947041,
                                        name = "Unit #8",
                                        heading = 0,
                                        y = 647110.53261791,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Osa 9A33 ln",
                                        CLSID = "{8E5B2FB3-8845-4026-BC7F-16898FF9442B}",
                                        unitId = 19,
                                        lat = 0.75236453158248,
                                        skill = "Excellent",
                                        long = 0.70810481907218,
                                        x = -197349.99786316,
                                        name = "Unit #9",
                                        heading = 0,
                                        y = 516426.58317389,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Osa 9A33 ln",
                                        CLSID = "{8E5B2FB3-8845-4026-BC7F-16898FF9442B}",
                                        unitId = 20,
                                        lat = 0.74798939304035,
                                        skill = "Excellent",
                                        long = 0.71802229961717,
                                        x = -220852.57413391,
                                        name = "Unit #10",
                                        heading = 0,
                                        y = 565428.28206741,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Osa 9A33 ln",
                                        CLSID = "{8E5B2FB3-8845-4026-BC7F-16898FF9442B}",
                                        unitId = 21,
                                        lat = 0.73184348124755,
                                        skill = "Excellent",
                                        long = 0.73078238557641,
                                        x = -317638.6343307,
                                        name = "Unit #11",
                                        heading = 0,
                                        y = 636046.53576454,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Osa 9A33 ln",
                                        CLSID = "{8E5B2FB3-8845-4026-BC7F-16898FF9442B}",
                                        unitId = 22,
                                        lat = 0.7261027631323,
                                        skill = "Excellent",
                                        long = 0.72596997827149,
                                        x = -356567.82525655,
                                        name = "Unit #12",
                                        heading = 0,
                                        y = 616835.53341304,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Osa 9A33 ln",
                                        CLSID = "{8E5B2FB3-8845-4026-BC7F-16898FF9442B}",
                                        unitId = 23,
                                        lat = 0.74592748234864,
                                        skill = "Excellent",
                                        long = 0.7314365702447,
                                        x = -227579.47126107,
                                        name = "Unit #13",
                                        heading = 0,
                                        y = 629688.40445066,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "Osa 9A33 ln",
                                        CLSID = "{8E5B2FB3-8845-4026-BC7F-16898FF9442B}",
                                        unitId = 24,
                                        lat = 0.7397444946115,
                                        skill = "Excellent",
                                        long = 0.75741057326217,
                                        x = -252901.18047301,
                                        name = "Unit #14",
                                        heading = 0,
                                        y = 756573.272088,
                                    }, -- end of [8]
                                }, -- end of units
                                name = "Yeti",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [31] = 
                                            {
                                                long = 0.69965506269043,
                                                lat = 0.75736494019236,
                                            }, -- end of [31]
                                            [2] = 
                                            {
                                                long = 0.69968788342813,
                                                lat = 0.75819784902857,
                                            }, -- end of [2]
                                            [8] = 
                                            {
                                                long = 0.69969498156362,
                                                lat = 0.75798475191937,
                                            }, -- end of [8]
                                            [32] = 
                                            {
                                                long = 0.69965536594201,
                                                lat = 0.75721401845755,
                                            }, -- end of [32]
                                            [33] = 
                                            {
                                                long = 0.69964377918803,
                                                lat = 0.75720516152179,
                                            }, -- end of [33]
                                            [34] = 
                                            {
                                                long = 0.69963228895993,
                                                lat = 0.7571925298613,
                                            }, -- end of [34]
                                            [35] = 
                                            {
                                                long = 0.69961909274449,
                                                lat = 0.75715888425837,
                                            }, -- end of [35]
                                            [9] = 
                                            {
                                                long = 0.69969818120155,
                                                lat = 0.75797253993341,
                                            }, -- end of [9]
                                            [36] = 
                                            {
                                                long = 0.69961909274449,
                                                lat = 0.75715888425837,
                                            }, -- end of [36]
                                            [37] = 
                                            {
                                                long = 0.69961814134899,
                                                lat = 0.75715627404643,
                                            }, -- end of [37]
                                            [38] = 
                                            {
                                                long = 0.69960535661341,
                                                lat = 0.75714545013009,
                                            }, -- end of [38]
                                            [39] = 
                                            {
                                                long = 0.69955293327802,
                                                lat = 0.75711691556833,
                                            }, -- end of [39]
                                            [10] = 
                                            {
                                                long = 0.69969381392954,
                                                lat = 0.7579545969006,
                                            }, -- end of [10]
                                            [40] = 
                                            {
                                                long = 0.69953578614482,
                                                lat = 0.7571129578192,
                                            }, -- end of [40]
                                            [41] = 
                                            {
                                                long = 0.69951796498875,
                                                lat = 0.75711336009603,
                                            }, -- end of [41]
                                            [42] = 
                                            {
                                                long = 0.69945683509499,
                                                lat = 0.75712909664396,
                                            }, -- end of [42]
                                            [43] = 
                                            {
                                                long = 0.69941773520697,
                                                lat = 0.75712611037359,
                                            }, -- end of [43]
                                            [11] = 
                                            {
                                                long = 0.69969149499483,
                                                lat = 0.75790268682064,
                                            }, -- end of [11]
                                            [44] = 
                                            {
                                                long = 0.69935045583966,
                                                lat = 0.7571343745662,
                                            }, -- end of [44]
                                            [45] = 
                                            {
                                                long = 0.69922839466337,
                                                lat = 0.75713810776994,
                                            }, -- end of [45]
                                            [46] = 
                                            {
                                                long = 0.69922839466337,
                                                lat = 0.75713810776994,
                                            }, -- end of [46]
                                            [3] = 
                                            {
                                                long = 0.69966805465651,
                                                lat = 0.75814918871917,
                                            }, -- end of [3]
                                            [12] = 
                                            {
                                                long = 0.69968957425965,
                                                lat = 0.75788906661099,
                                            }, -- end of [12]
                                            [48] = 
                                            {
                                                long = 0.69904440240333,
                                                lat = 0.75716278874609,
                                            }, -- end of [48]
                                            [49] = 
                                            {
                                                long = 0.69900121086719,
                                                lat = 0.75715887006889,
                                            }, -- end of [49]
                                            [50] = 
                                            {
                                                long = 0.69897858581228,
                                                lat = 0.75715870143483,
                                            }, -- end of [50]
                                            [51] = 
                                            {
                                                long = 0.69892742309129,
                                                lat = 0.75716768006463,
                                            }, -- end of [51]
                                            [13] = 
                                            {
                                                long = 0.69968204527755,
                                                lat = 0.75787171313327,
                                            }, -- end of [13]
                                            [52] = 
                                            {
                                                long = 0.69891989244579,
                                                lat = 0.75716586944189,
                                            }, -- end of [52]
                                            [53] = 
                                            {
                                                long = 0.69891276236725,
                                                lat = 0.75715547599075,
                                            }, -- end of [53]
                                            [54] = 
                                            {
                                                long = 0.69890576422166,
                                                lat = 0.75715269018016,
                                            }, -- end of [54]
                                            [55] = 
                                            {
                                                long = 0.69846661326588,
                                                lat = 0.75724028389238,
                                            }, -- end of [55]
                                            [14] = 
                                            {
                                                long = 0.69964986887908,
                                                lat = 0.75783155585469,
                                            }, -- end of [14]
                                            [56] = 
                                            {
                                                long = 0.69845539467819,
                                                lat = 0.75724380238544,
                                            }, -- end of [56]
                                            [57] = 
                                            {
                                                long = 0.69844341759121,
                                                lat = 0.75725192140779,
                                            }, -- end of [57]
                                            [58] = 
                                            {
                                                long = 0.69843638011731,
                                                lat = 0.75726271927257,
                                            }, -- end of [58]
                                            [59] = 
                                            {
                                                long = 0.69843549120265,
                                                lat = 0.75727455119705,
                                            }, -- end of [59]
                                            [15] = 
                                            {
                                                long = 0.69963073530797,
                                                lat = 0.75780432565775,
                                            }, -- end of [15]
                                            [60] = 
                                            {
                                                long = 0.69844067716157,
                                                lat = 0.75728585145198,
                                            }, -- end of [60]
                                            [61] = 
                                            {
                                                long = 0.69846526821144,
                                                lat = 0.75730851703426,
                                            }, -- end of [61]
                                            [62] = 
                                            {
                                                long = 0.69847949543119,
                                                lat = 0.75732907370904,
                                            }, -- end of [62]
                                            [1] = 
                                            {
                                                long = 0.69968788342813,
                                                lat = 0.75819784902857,
                                            }, -- end of [1]
                                            [4] = 
                                            {
                                                long = 0.69963658467356,
                                                lat = 0.7580976812167,
                                            }, -- end of [4]
                                            [16] = 
                                            {
                                                long = 0.69961131907719,
                                                lat = 0.75778386504938,
                                            }, -- end of [16]
                                            [64] = 
                                            {
                                                long = 0.69849444416112,
                                                lat = 0.75737997069762,
                                            }, -- end of [64]
                                            [65] = 
                                            {
                                                long = 0.6983773092635,
                                                lat = 0.75739342379392,
                                            }, -- end of [65]
                                            [17] = 
                                            {
                                                long = 0.69960418239643,
                                                lat = 0.75776892076452,
                                            }, -- end of [17]
                                            [18] = 
                                            {
                                                long = 0.69960467727375,
                                                lat = 0.75772350905304,
                                            }, -- end of [18]
                                            [19] = 
                                            {
                                                long = 0.69959895097531,
                                                lat = 0.75771232409855,
                                            }, -- end of [19]
                                            [5] = 
                                            {
                                                long = 0.69963026404101,
                                                lat = 0.75808237213411,
                                            }, -- end of [5]
                                            [20] = 
                                            {
                                                long = 0.6995710278936,
                                                lat = 0.75768909516674,
                                            }, -- end of [20]
                                            [21] = 
                                            {
                                                long = 0.69956234110254,
                                                lat = 0.75768021426066,
                                            }, -- end of [21]
                                            [22] = 
                                            {
                                                long = 0.69955546808582,
                                                lat = 0.75766658811818,
                                            }, -- end of [22]
                                            [23] = 
                                            {
                                                long = 0.69955474163457,
                                                lat = 0.75765210830843,
                                            }, -- end of [23]
                                            [6] = 
                                            {
                                                long = 0.69963033360871,
                                                lat = 0.75806642950254,
                                            }, -- end of [6]
                                            [24] = 
                                            {
                                                long = 0.69956010285083,
                                                lat = 0.75763811323798,
                                            }, -- end of [24]
                                            [25] = 
                                            {
                                                long = 0.69960686969278,
                                                lat = 0.75758503153255,
                                            }, -- end of [25]
                                            [26] = 
                                            {
                                                long = 0.69961071386044,
                                                lat = 0.75757372174606,
                                            }, -- end of [26]
                                            [27] = 
                                            {
                                                long = 0.69962360072273,
                                                lat = 0.75754308408895,
                                            }, -- end of [27]
                                            [7] = 
                                            {
                                                long = 0.69963661848434,
                                                lat = 0.75805112043699,
                                            }, -- end of [7]
                                            [28] = 
                                            {
                                                long = 0.69963312958132,
                                                lat = 0.75750676698147,
                                            }, -- end of [28]
                                            [29] = 
                                            {
                                                long = 0.69963851193649,
                                                lat = 0.7574442490413,
                                            }, -- end of [29]
                                            [30] = 
                                            {
                                                long = 0.69964885528369,
                                                lat = 0.75740018683452,
                                            }, -- end of [30]
                                            [63] = 
                                            {
                                                long = 0.69849544659213,
                                                lat = 0.75737747491158,
                                            }, -- end of [63]
                                            [47] = 
                                            {
                                                long = 0.6992172439433,
                                                lat = 0.75713848583133,
                                            }, -- end of [47]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.6993302074953,
                                                lat = 0.75744782739604,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.6993302074953,
                                                lat = 0.75744782739604,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 430,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.75819784902857,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.69714387664702,
                                                    radius = 1700,
                                                    name = "Adler Airbase",
                                                    y = 462146.85784607,
                                                    x = -164310.18954794,
                                                    lat = 0.75825181217758,
                                                    categories = 
                                                    {
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.69968788342813,
                                            x = -163653.13508042,
                                            speed = 5.5555555555556,
                                            y = 473981.96125617,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 275,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.75739342379392,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.6983773092635,
                                            x = -169298.7041192,
                                            speed = 5.5555555555556,
                                            y = 468338.75503453,
                                        }, -- end of [2]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 11,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Osa 9A33 ln",
                                        CLSID = "{8E5B2FB3-8845-4026-BC7F-16898FF9442B}",
                                        unitId = 27,
                                        lat = 0.75819784902857,
                                        skill = "Excellent",
                                        long = 0.69968788342813,
                                        x = -163653.13508042,
                                        name = "Cater Osa",
                                        heading = 4.0112329478951,
                                        y = 473981.96125617,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 28,
                                        lat = 0.75819278438767,
                                        skill = "Excellent",
                                        long = 0.69968581952824,
                                        x = -163686.21130939,
                                        name = "Cater Shika",
                                        heading = 4.0112329478951,
                                        y = 473975.11536986,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "SKP-11",
                                        CLSID = "{693BB858-F64A-4af0-B4EF-0BE24B8406A6}",
                                        unitId = 29,
                                        lat = 0.7581877197859,
                                        skill = "Excellent",
                                        long = 0.69968375566531,
                                        x = -163719.28727442,
                                        name = "Cater command",
                                        heading = 4.0112329478951,
                                        y = 473968.26963387,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "KAMAZ Truck",
                                        CLSID = "{254D09EB-5591-4D42-B513-3A15B9965B63}",
                                        unitId = 30,
                                        lat = 0.75818265522326,
                                        skill = "Excellent",
                                        long = 0.69968169183933,
                                        x = -163752.36297552,
                                        name = "Cater Trans",
                                        heading = 4.0112329478951,
                                        y = 473961.42404814,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "BMP-2",
                                        CLSID = "{EBF0085E-E84E-401B-9F66-9C2B2BC7D214}",
                                        unitId = 31,
                                        lat = 0.75817759069975,
                                        skill = "Excellent",
                                        long = 0.6996796280503,
                                        x = -163785.43841269,
                                        name = "Cater Bump",
                                        heading = 4.0112329478951,
                                        y = 473954.57861267,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "SAU Akatsia",
                                        CLSID = "{83485D57-2B11-4A83-9A7E-5FD47E9ADCEC}",
                                        unitId = 32,
                                        lat = 0.75817252621538,
                                        skill = "Average",
                                        long = 0.69967756429822,
                                        x = -163818.51358587,
                                        name = "Kater Aka",
                                        heading = 4.0112329478951,
                                        y = 473947.73332745,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "SAU Akatsia",
                                        CLSID = "{83485D57-2B11-4A83-9A7E-5FD47E9ADCEC}",
                                        unitId = 33,
                                        lat = 0.75816746177014,
                                        skill = "Average",
                                        long = 0.69967550058309,
                                        x = -163851.58849513,
                                        name = "Cater Tsia",
                                        heading = 4.0112329478951,
                                        y = 473940.8881925,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "Caterpillard",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [3]
                            [4] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.72663819460264,
                                                lat = 0.74185387729675,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.7265977118107,
                                                lat = 0.74182752023621,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 13,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73726906310529,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73356341144312,
                                            x = -281678.9190192,
                                            speed = 5.5555555555556,
                                            y = 645603.55944952,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 30,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "1L13 EWR",
                                        CLSID = "{F16F5FBF-D121-47EC-9BFA-8140F30C8664}",
                                        unitId = 65,
                                        lat = 0.73726906310529,
                                        skill = "Average",
                                        long = 0.73356341144312,
                                        x = -281678.9190192,
                                        name = "Taupe",
                                        heading = 3.9889852516189,
                                        y = 645603.55944952,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Georgian EWR",
                                start_time = 300,
                                task = "Nothing",
                            }, -- end of [4]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "Retalliatorsky",
                                groupId = 26,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 787,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.752425,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.708083,
                                            x = -196974.19851241,
                                            speed = 138.88888888889,
                                            airdromeId = 21,
                                            y = 516290.23098695,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 40,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75386992462057,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70732712532473,
                                            x = -188094.40017956,
                                            speed = 138.88888888889,
                                            y = 511931.92589791,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 40,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75811743019677,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.6971576881215,
                                                    radius = 1000,
                                                    y = 462230.87153866,
                                                    x = -164539.6130638,
                                                    lat = 0.75821495188697,
                                                    categories = 
                                                    {
                                                        [1] = "Ships",
                                                        [2] = "Vehicles",
                                                        [3] = "Airfields",
                                                        [4] = "Fortifications",
                                                        [5] = "Buildings",
                                                        [6] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.69726858653656,
                                            x = -165118.00085519,
                                            speed = 138.88888888889,
                                            y = 462798.80367261,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 21,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.752425,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.708083,
                                            x = -196974.19851241,
                                            speed = 138.88888888889,
                                            airdromeId = 21,
                                            y = 516290.23098695,
                                        }, -- end of [4]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 1200,
                                task = "Ground Attack",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-25T",
                                        CLSID = "{31E68806-0891-4e12-9573-D1CFEA8C96F8}",
                                        unitId = 59,
                                        lat = 0.752425,
                                        skill = "Good",
                                        y = 516290.23098695,
                                        long = 0.708083,
                                        x = -196974.19851241,
                                        name = "Truck",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{0180F983-C14A-11d8-9897-000476191836}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{0180F983-C14A-11d8-9897-000476191836}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{0180F983-C14A-11d8-9897-000476191836}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    CLSID = "{0180F983-C14A-11d8-9897-000476191836}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{0180F983-C14A-11d8-9897-000476191836}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{0180F983-C14A-11d8-9897-000476191836}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [11]
                                            }, -- end of pylons
                                            fuel = "3790",
                                            flare = 128,
                                            chaff = 128,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 4,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 6,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Ford11",
                                        }, -- end of callsign
                                        onboard_num = 19,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-25T",
                                        CLSID = "{31E68806-0891-4e12-9573-D1CFEA8C96F8}",
                                        unitId = 60,
                                        lat = 0.752418,
                                        skill = "Good",
                                        y = 516326.87371168,
                                        long = 0.70809,
                                        x = -197015.79176602,
                                        name = "Carrier",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{CBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{E92CBFE5-C153-11d8-9897-000476191836}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E92CBFE5-C153-11d8-9897-000476191836}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    CLSID = "{E92CBFE5-C153-11d8-9897-000476191836}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{E92CBFE5-C153-11d8-9897-000476191836}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{CBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [11]
                                            }, -- end of pylons
                                            fuel = "3790",
                                            flare = 128,
                                            chaff = 128,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 4,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 6,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Ford12",
                                        }, -- end of callsign
                                        onboard_num = 20,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                heading = 1.8259787174157,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.73792955153167,
                                            long = 0.74947929288266,
                                            x = -269001.13679241,
                                            name = "",
                                            speed = 0,
                                            y = 720463.33085622,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 1,
                                lat = 0.73792955153167,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "restoran1",
                                        type = "Restaurant 1",
                                        CLSID = "{65c10c17-e726-46d4-a380-db42706b923f}",
                                        unitId = 1,
                                        lat = 0.73792955153167,
                                        rate = 100,
                                        long = 0.74947929288266,
                                        x = -269001.13679241,
                                        name = "Restaurant",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 720463.33085622,
                                        heading = 1.8259787174157,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.74947929288266,
                                name = "Restaurant",
                                dead = false,
                            }, -- end of [1]
                            [2] = 
                            {
                                heading = 4.7123889803847,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.73820679938261,
                                            long = 0.74890318766335,
                                            x = -267553.5535577,
                                            name = "",
                                            speed = 0,
                                            y = 717530.27725631,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 2,
                                lat = 0.73820679938261,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "WC",
                                        type = "WC",
                                        CLSID = "{044858e2-4d40-4702-a185-70ee80f07151}",
                                        unitId = 2,
                                        lat = 0.73820679938261,
                                        rate = 100,
                                        long = 0.74890318766335,
                                        x = -267553.5535577,
                                        name = "Toilettes à récurer",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 717530.27725631,
                                        heading = 4.7123889803847,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.74890318766335,
                                name = "Toilettes à récurer",
                                dead = false,
                            }, -- end of [2]
                        }, -- end of group
                    }, -- end of static
                }, -- end of [9]
                [10] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Spain",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 9,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [10]
                [11] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "USA",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 2,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [11]
                [12] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Denmark",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 13,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [12]
                [13] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Germany",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 6,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [13]
                [14] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Turkey",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 3,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "Turkish F4",
                                groupId = 6,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 45,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            lat = 0.737234,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.733932,
                                            x = -281713.83114196,
                                            speed = 138.88888888889,
                                            airdromeId = 23,
                                            y = 647369.87369832,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Begin Loop",
                                            lat = 0.7521026567716,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74013574363703,
                                            x = -183767.65133454,
                                            speed = 138.88888888889,
                                            y = 666100.93033561,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "End Loop",
                                            lat = 0.75028403674327,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74823382551705,
                                            x = -190966.83983485,
                                            speed = 138.88888888889,
                                            y = 705298.1493911,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 1015,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7397812114664,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75769922122287,
                                            x = -252498.8504651,
                                            speed = 347.22222222222,
                                            y = 757909.02333328,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 1015,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73621009639556,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74310087833514,
                                            x = -283450.47590474,
                                            speed = 347.22222222222,
                                            y = 691526.84252183,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 1054,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.737234,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.733932,
                                            x = -281713.83114196,
                                            speed = 138.88888888889,
                                            airdromeId = 23,
                                            y = 647369.87369832,
                                        }, -- end of [6]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-4E",
                                        CLSID = "{4B75FEBA-9997-4D34-A0D6-0DB061350951}",
                                        unitId = 12,
                                        lat = 0.737234,
                                        skill = "Good",
                                        y = 647369.87369832,
                                        long = 0.733932,
                                        x = -281713.83114196,
                                        name = "Khouss Khous",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{7B4B122D-C12C-4DB4-834E-4D8BB4D863A8}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{9DDF5297-94B9-42FC-A45E-6E316121CD85}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [4]
                                                [6] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{9DDF5297-94B9-42FC-A45E-6E316121CD85}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{7B4B122D-C12C-4DB4-834E-4D8BB4D863A8}",
                                                }, -- end of [9]
                                            }, -- end of pylons
                                            fuel = "4864",
                                            flare = 30,
                                            chaff = 60,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 7,
                                            [2] = 2,
                                            [3] = 1,
                                            name = "Chevy21",
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "F-4E",
                                        CLSID = "{4B75FEBA-9997-4D34-A0D6-0DB061350951}",
                                        unitId = 13,
                                        lat = 0.737227,
                                        skill = "Good",
                                        y = 647407.71652637,
                                        long = 0.733939,
                                        x = -281754.85284723,
                                        name = "Merh Guaiz",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{7B4B122D-C12C-4DB4-834E-4D8BB4D863A8}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{9DDF5297-94B9-42FC-A45E-6E316121CD85}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [4]
                                                [6] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{9DDF5297-94B9-42FC-A45E-6E316121CD85}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{7B4B122D-C12C-4DB4-834E-4D8BB4D863A8}",
                                                }, -- end of [9]
                                            }, -- end of pylons
                                            fuel = "4864",
                                            flare = 30,
                                            chaff = 60,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 7,
                                            [2] = 2,
                                            [3] = 2,
                                            name = "Chevy22",
                                        }, -- end of callsign
                                        onboard_num = 12,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "Turkish F-5",
                                groupId = 8,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 601,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            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 = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7520695188351,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72762299796715,
                                            x = -190336.26456896,
                                            speed = 138.88888888889,
                                            y = 607709.56049316,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 3000,
                                            type = "Turning Point",
                                            action = "Begin Loop",
                                            lat = 0.75967277681333,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70515407491214,
                                            x = -152042.23071587,
                                            speed = 138.88888888889,
                                            y = 498511.18964274,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 3000,
                                            type = "Turning Point",
                                            action = "End Loop",
                                            lat = 0.75396108768609,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70034410729548,
                                            x = -190372.81395155,
                                            speed = 138.88888888889,
                                            y = 479343.49572354,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 1894,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.758225,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69716,
                                            x = -164474.73482633,
                                            speed = 138.88888888889,
                                            airdromeId = 18,
                                            y = 462236.21834688,
                                        }, -- end of [5]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "GAI",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-5E",
                                        CLSID = "{569949FE-CE95-4D94-BF76-7B809B8DACD0}",
                                        unitId = 16,
                                        lat = 0.748055,
                                        skill = "Good",
                                        y = 564387.05872916,
                                        long = 0.717809,
                                        x = -220531.73642658,
                                        name = "Tarras",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [2]
                                                [4] = 
                                                {
                                                    CLSID = "{0395076D-2F77-4420-9D33-087A4398130B}",
                                                }, -- end of [4]
                                                [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 = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 8,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Pontiac11",
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "F-5E",
                                        CLSID = "{569949FE-CE95-4D94-BF76-7B809B8DACD0}",
                                        unitId = 36,
                                        lat = 0.748048,
                                        skill = "Good",
                                        y = 564424.27758166,
                                        long = 0.717816,
                                        x = -220573.13934267,
                                        name = "Bulba",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [2]
                                                [4] = 
                                                {
                                                    CLSID = "{0395076D-2F77-4420-9D33-087A4398130B}",
                                                }, -- end of [4]
                                                [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 = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 8,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Pontiac12",
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [2]
                            [3] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "Turkish F16",
                                groupId = 29,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 2035,
                                            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 = 6000,
                                            type = "Turning Point",
                                            action = "Begin Loop",
                                            lat = 0.74728507542877,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74813514526463,
                                            x = -210129.68140885,
                                            speed = 138.88888888889,
                                            y = 707097.95544451,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "End Loop",
                                            lat = 0.75421908466454,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72025340527698,
                                            x = -180152.12102153,
                                            speed = 138.88888888889,
                                            y = 571949.26845298,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 18,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.748055,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.717809,
                                            x = -220531.73642658,
                                            speed = 138.88888888889,
                                            airdromeId = 20,
                                            y = 564387.05872916,
                                        }, -- end of [4]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 1200,
                                task = "GAI",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-16C bl.50",
                                        CLSID = "{B5B20CFE-3D22-4EC0-A5C4-DDCDD68B5318}",
                                        unitId = 63,
                                        lat = 0.731802,
                                        skill = "Good",
                                        y = 635639.37385346,
                                        long = 0.730691,
                                        x = -317948.32727306,
                                        name = "Chic'h",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [2]
                                                [6] = 
                                                {
                                                    CLSID = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [6]
                                                [9] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "3104",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 8,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Enfield11",
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "F-16C bl.50",
                                        CLSID = "{B5B20CFE-3D22-4EC0-A5C4-DDCDD68B5318}",
                                        unitId = 64,
                                        lat = 0.731795,
                                        skill = "Good",
                                        y = 635677.2300221,
                                        long = 0.730698,
                                        x = -317989.45333289,
                                        name = "Keb' Hab",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [2]
                                                [6] = 
                                                {
                                                    CLSID = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [6]
                                                [9] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "3104",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 8,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Enfield12",
                                        }, -- end of callsign
                                        onboard_num = 12,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [3]
                            [4] = 
                            {
                                hidden = true,
                                name = "Turkish F16 Daltons",
                                groupId = 36,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 2559,
                                            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 = 8500,
                                            type = "Turning Point",
                                            action = "Begin Loop",
                                            lat = 0.7520390752816,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7352858907762,
                                            x = -186696.5419152,
                                            speed = 138.88888888889,
                                            y = 643500.38864126,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 8500,
                                            type = "Turning Point",
                                            action = "End Loop",
                                            lat = 0.75599421353846,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71325813171467,
                                            x = -172003.30733103,
                                            speed = 138.88888888889,
                                            y = 538291.0703945,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 2789,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.748055,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.717809,
                                            x = -220531.73642658,
                                            speed = 138.88888888889,
                                            airdromeId = 20,
                                            y = 564387.05872916,
                                        }, -- end of [4]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 1500,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-16C bl.50",
                                        CLSID = "{B5B20CFE-3D22-4EC0-A5C4-DDCDD68B5318}",
                                        unitId = 72,
                                        lat = 0.726232,
                                        skill = "Random",
                                        y = 617269.96285781,
                                        long = 0.726078,
                                        x = -355692.3067714,
                                        name = "Dj' Auh",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [4]
                                                [6] = 
                                                {
                                                    CLSID = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "3104",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 8,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Uzi11",
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "F-16C bl.50",
                                        CLSID = "{B5B20CFE-3D22-4EC0-A5C4-DDCDD68B5318}",
                                        unitId = 73,
                                        lat = 0.726225,
                                        skill = "Random",
                                        y = 617307.83245432,
                                        long = 0.726085,
                                        x = -355733.53670401,
                                        name = "Fhran Queh",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [4]
                                                [6] = 
                                                {
                                                    CLSID = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "3104",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 8,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Uzi12",
                                        }, -- end of callsign
                                        onboard_num = 12,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "F-16C bl.50",
                                        CLSID = "{B5B20CFE-3D22-4EC0-A5C4-DDCDD68B5318}",
                                        unitId = 74,
                                        lat = 0.726218,
                                        skill = "Random",
                                        y = 617345.70205084,
                                        long = 0.726092,
                                        x = -355774.76663663,
                                        name = "Djihack",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [4]
                                                [6] = 
                                                {
                                                    CLSID = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "3104",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 8,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 1,
                                            [3] = 3,
                                            name = "Uzi13",
                                        }, -- end of callsign
                                        onboard_num = 13,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "F-16C bl.50",
                                        CLSID = "{B5B20CFE-3D22-4EC0-A5C4-DDCDD68B5318}",
                                        unitId = 75,
                                        lat = 0.726211,
                                        skill = "Random",
                                        y = 617383.57164735,
                                        long = 0.726099,
                                        x = -355815.99656925,
                                        name = "El' Averh",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [4]
                                                [6] = 
                                                {
                                                    CLSID = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "3104",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 8,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 1,
                                            [3] = 4,
                                            name = "Uzi14",
                                        }, -- end of callsign
                                        onboard_num = 14,
                                    }, -- end of [4]
                                }, -- end of units
                            }, -- end of [4]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [14]
                [15] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "The Netherlands",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 10,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [15]
            }, -- end of country
        }, -- end of blue
        red = 
        {
            country = 
            {
                [1] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = false,
                                name = "Dyson 01",
                                groupId = 34,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 430,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.758225,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69716,
                                            x = -164474.73482633,
                                            speed = 41.666666666667,
                                            airdromeId = 18,
                                            y = 462236.21834688,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "CAS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ka-50",
                                        CLSID = "{3457BB1E-523F-4C24-BBEA-58D028623F05}",
                                        unitId = 70,
                                        lat = 0.758225,
                                        skill = "Client",
                                        y = 462236.21834688,
                                        long = 0.69716,
                                        x = -164474.73482633,
                                        name = "Dyson 1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [2] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [3]
                                            }, -- end of pylons
                                            fuel = "1450",
                                            flare = 128,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 4,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 3,
                                            [3] = 4,
                                            name = "334",
                                        }, -- end of callsign
                                        onboard_num = 51,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = false,
                                name = "Dyson 02",
                                groupId = 35,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 30,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.758225,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69716,
                                            x = -164474.73482633,
                                            speed = 41.666666666667,
                                            airdromeId = 18,
                                            y = 462236.21834688,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "CAS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ka-50",
                                        CLSID = "{3457BB1E-523F-4C24-BBEA-58D028623F05}",
                                        unitId = 71,
                                        lat = 0.758225,
                                        skill = "Client",
                                        y = 462236.21834688,
                                        long = 0.69716,
                                        x = -164474.73482633,
                                        name = "Dyson 2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [2] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [3]
                                            }, -- end of pylons
                                            fuel = "1450",
                                            flare = 128,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 4,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 3,
                                            [3] = 4,
                                            name = "334",
                                        }, -- end of callsign
                                        onboard_num = 52,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [2]
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Russia",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 0,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.75721921657905,
                                                lat = 0.7563772618248,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.75743117235196,
                                                lat = 0.75630752444151,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1791,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75638480127623,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7572125530389,
                                            x = -146980.07783735,
                                            speed = 5.5555555555556,
                                            y = 742425.37655419,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 7,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "55G6 EWR",
                                        CLSID = "{EDEA0ECC-33A4-488B-8A3C-1D6929B5A871}",
                                        unitId = 14,
                                        lat = 0.75638480127623,
                                        skill = "Excellent",
                                        long = 0.7572125530389,
                                        x = -146980.07783735,
                                        name = "Radar",
                                        heading = 1.1230827441086,
                                        y = 742425.37655419,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "55G6 EWR",
                                        CLSID = "{EDEA0ECC-33A4-488B-8A3C-1D6929B5A871}",
                                        unitId = 15,
                                        lat = 0.76480949826228,
                                        skill = "Excellent",
                                        long = 0.71974385504641,
                                        x = -112937.87406007,
                                        name = "Unit #6",
                                        heading = 1.1230827441086,
                                        y = 562851.52227486,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "Sentinel",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 199,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.77933989643647,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69938156729919,
                                            x = -29144.035421418,
                                            speed = 5.5555555555556,
                                            y = 460954.75988342,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 38,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "S-300PS 40B6M tr",
                                        CLSID = "{0626F96A-FDFB-42D3-ADE5-A0415690BF5E}",
                                        unitId = 77,
                                        lat = 0.77933989643647,
                                        skill = "Excellent",
                                        long = 0.69938156729919,
                                        x = -29144.035421418,
                                        name = "Unit #5",
                                        heading = 0,
                                        y = 460954.75988342,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Sam Majkop",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.69708979578206,
                                                lat = 0.75806768775237,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.69709126446517,
                                                lat = 0.75806653861467,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 30,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75814763797305,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69715724980414,
                                            x = -164968.45419645,
                                            speed = 5.5555555555556,
                                            y = 462265.01052806,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 39,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "SA-18 Igla-S manpad",
                                        CLSID = "{277D9D98-C741-4e14-8B07-F7966C490284}",
                                        unitId = 78,
                                        lat = 0.75814763797305,
                                        skill = "Excellent",
                                        long = 0.69715724980414,
                                        x = -164968.45419645,
                                        name = "Unit #7",
                                        heading = 2.3934703810308,
                                        y = 462265.01052806,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "SA-18 Igla-S manpad",
                                        CLSID = "{277D9D98-C741-4e14-8B07-F7966C490284}",
                                        unitId = 79,
                                        lat = 0.75832381249262,
                                        skill = "Excellent",
                                        long = 0.69742761289995,
                                        x = -163742.53706197,
                                        name = "Unit #17",
                                        heading = 2.3934703810308,
                                        y = 463427.13554408,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "Sam Majkop Sochi",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [3]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = false,
                                name = "Evasan",
                                groupId = 12,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 430,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.758225,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69716,
                                            x = -164474.73482633,
                                            speed = 138.88888888889,
                                            airdromeId = 18,
                                            y = 462236.21834688,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 2859,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.779801,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.698797,
                                            x = -26441.347360305,
                                            speed = 138.88888888889,
                                            airdromeId = 16,
                                            y = 458040.61422532,
                                        }, -- end of [2]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Transport",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "An-30M",
                                        CLSID = "{DFBDA1AB-0456-4AE8-A24C-EE2A0362D06E}",
                                        unitId = 34,
                                        lat = 0.758225,
                                        skill = "Excellent",
                                        y = 462236.21834688,
                                        long = 0.69716,
                                        x = -164474.73482633,
                                        name = "Aeroflot",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "8300",
                                            flare = 192,
                                            chaff = 192,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 9,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "911",
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "An-30M",
                                        CLSID = "{DFBDA1AB-0456-4AE8-A24C-EE2A0362D06E}",
                                        unitId = 35,
                                        lat = 0.758218,
                                        skill = "Average",
                                        y = 462272.52047391,
                                        long = 0.697167,
                                        x = -164516.62018436,
                                        name = "Pilot #7",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "8300",
                                            flare = 192,
                                            chaff = 192,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 2,
                                            name = 102,
                                        }, -- end of callsign
                                        onboard_num = 12,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = false,
                                taskSelected = true,
                                name = "VIGOR 1",
                                groupId = 13,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1835,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.759437,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.761624,
                                            x = -124921.90954665,
                                            speed = 138.88888888889,
                                            airdromeId = 27,
                                            y = 760428.0733062,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 11000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75140526270605,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75172635886955,
                                            x = -181866.01689527,
                                            speed = 138.88888888889,
                                            y = 720759.18962016,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 2859,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73792947096995,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.74947940674066,
                                                    radius = 50,
                                                    y = 720463.9315624,
                                                    x = -269001.58714215,
                                                    lat = 0.73792947096995,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.74947941083206,
                                            x = -269001.58487517,
                                            speed = 138.88888888889,
                                            y = 720463.95096082,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 2859,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73820671880057,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.74890324668454,
                                                    radius = 50,
                                                    y = 717530.61566557,
                                                    x = -267554.03437309,
                                                    lat = 0.73820671880057,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.7489031918214,
                                            x = -267554.06478659,
                                            speed = 138.88888888889,
                                            y = 717530.35625118,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 2859,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74346245957937,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74288472686002,
                                            x = -237353.41955372,
                                            speed = 138.88888888889,
                                            y = 685249.41830454,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 2859,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73864928388648,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71881008515343,
                                            x = -279991.19234141,
                                            speed = 138.88888888889,
                                            y = 574912.18143485,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 2859,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75739434311416,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69831811177207,
                                            x = -169316.46314639,
                                            speed = 138.88888888889,
                                            y = 468063.83462819,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 180,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.779801,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.698797,
                                            x = -26441.347360305,
                                            speed = 138.88888888889,
                                            airdromeId = 16,
                                            y = 458040.61422532,
                                        }, -- end of [8]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Ground Attack",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 37,
                                        lat = 0.759437,
                                        skill = "Client",
                                        y = 760428.0733062,
                                        long = 0.761624,
                                        x = -124921.90954665,
                                        name = "Vigor 1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{37DCC01E-9E02-432F-B61D-10C166CA2798}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{37DCC01E-9E02-432F-B61D-10C166CA2798}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 9,
                                            [2] = 2,
                                            name = "92",
                                        }, -- end of callsign
                                        onboard_num = 1,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [2]
                            [3] = 
                            {
                                hidden = false,
                                taskSelected = true,
                                name = "VIGOR 2",
                                groupId = 18,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 2859,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.759437,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.761624,
                                            x = -124921.90954665,
                                            speed = 138.88888888889,
                                            airdromeId = 27,
                                            y = 760428.0733062,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 2880,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75140526270605,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75172615808287,
                                            x = -181866.1313004,
                                            speed = 138.88888888889,
                                            y = 720758.25322695,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 2880,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73792947096995,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.74947935185736,
                                                    radius = 50,
                                                    y = 720463.73222099,
                                                    x = -269002.13098889,
                                                    lat = 0.73792939040823,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.74947940674066,
                                            x = -269001.58714215,
                                            speed = 138.88888888889,
                                            y = 720463.9315624,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 2880,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73820663821853,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.74890325500063,
                                                    radius = 50,
                                                    y = 717530.71432128,
                                                    x = -267554.54329697,
                                                    lat = 0.73820663821853,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.74890308209513,
                                            x = -267554.63914751,
                                            speed = 138.88888888889,
                                            y = 717529.89675642,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 2880,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7434622166684,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7428851394473,
                                            x = -237354.74432797,
                                            speed = 138.88888888889,
                                            y = 685251.53367709,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 2880,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73864920327198,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71881010032511,
                                            x = -279991.69897767,
                                            speed = 138.88888888889,
                                            y = 574912.30167193,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 2880,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75739393296907,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69831784807735,
                                            x = -169319.18024329,
                                            speed = 138.88888888889,
                                            y = 468062.83262287,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 430,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.779801,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.698797,
                                            x = -26441.347360305,
                                            speed = 138.88888888889,
                                            airdromeId = 16,
                                            y = 458040.61422532,
                                        }, -- end of [8]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Ground Attack",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 51,
                                        lat = 0.759437,
                                        skill = "Client",
                                        y = 760428.0733062,
                                        long = 0.761624,
                                        x = -124921.90954665,
                                        name = "Vigor 2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 9,
                                            [2] = 2,
                                            name = "92",
                                        }, -- end of callsign
                                        onboard_num = 92,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [3]
                            [4] = 
                            {
                                hidden = false,
                                taskSelected = true,
                                name = "VIGOR 3",
                                groupId = 19,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 430,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.759437,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.761624,
                                            x = -124921.90954665,
                                            speed = 138.88888888889,
                                            airdromeId = 27,
                                            y = 760428.0733062,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 2871,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75140542584326,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75172644048272,
                                            x = -181864.93099752,
                                            speed = 138.88888888889,
                                            y = 720759.44503876,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 2871,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73792939040823,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.7494796041216,
                                                    radius = 50,
                                                    y = 720465.29352293,
                                                    x = -269005.0718326,
                                                    lat = 0.73792890703805,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.74947930515689,
                                            x = -269002.15686491,
                                            speed = 138.88888888889,
                                            y = 720463.51080158,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 2871,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73820663821853,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.74890319597945,
                                                    radius = 50,
                                                    y = 717530.43524605,
                                                    x = -267554.57601549,
                                                    lat = 0.73820663821853,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.74890285432649,
                                            x = -267554.76541155,
                                            speed = 138.88888888889,
                                            y = 717528.81977715,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 2871,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74346262152005,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74288514979875,
                                            x = -237352.15911496,
                                            speed = 138.88888888889,
                                            y = 685251.29023521,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 2871,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73864920327198,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71881010032511,
                                            x = -279991.69897767,
                                            speed = 138.88888888889,
                                            y = 574912.30167193,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 2871,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75739393296907,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69831720741443,
                                            x = -169319.4357996,
                                            speed = 138.88888888889,
                                            y = 468059.86265281,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 297,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.779801,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.698797,
                                            x = -26441.347360305,
                                            speed = 138.88888888889,
                                            airdromeId = 16,
                                            y = 458040.61422532,
                                        }, -- end of [8]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Ground Attack",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 52,
                                        lat = 0.759437,
                                        skill = "Client",
                                        y = 760428.0733062,
                                        long = 0.761624,
                                        x = -124921.90954665,
                                        name = "Vigor 3",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 9,
                                            [2] = 2,
                                            name = "92",
                                        }, -- end of callsign
                                        onboard_num = 13,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [4]
                            [5] = 
                            {
                                hidden = false,
                                taskSelected = true,
                                name = "Destop 1",
                                groupId = 20,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 430,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.759437,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.761624,
                                            x = -124921.90954665,
                                            name = "Homeplate",
                                            speed = 138.88888888889,
                                            airdromeId = 27,
                                            y = 760428.0733062,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 2872,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75140542584326,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75172583423907,
                                            x = -181865.27642575,
                                            name = "Ingress",
                                            speed = 138.88888888889,
                                            y = 720756.61774744,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 2872,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73792955153167,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74947895540012,
                                            x = -269001.32378636,
                                            name = "Pizza Hunt",
                                            speed = 138.88888888889,
                                            y = 720461.73076131,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 2872,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73820663821853,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74890319597945,
                                            x = -267554.57601549,
                                            name = "Harpic",
                                            speed = 138.88888888889,
                                            y = 717530.43524605,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 2872,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7434622166684,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7428851394473,
                                            x = -237354.74432797,
                                            name = "Bull's Eye",
                                            speed = 138.88888888889,
                                            y = 685251.53367709,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 2872,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73864936450099,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7188100548186,
                                            x = -279990.69259597,
                                            name = "Wet'n Safe",
                                            speed = 138.88888888889,
                                            y = 574911.98952903,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 2872,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75739393296907,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69831720741443,
                                            x = -169319.4357996,
                                            name = "Arnhem",
                                            speed = 138.88888888889,
                                            y = 468059.86265281,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 180,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.779801,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.698797,
                                            x = -26441.347360305,
                                            name = "Diversion",
                                            speed = 138.88888888889,
                                            airdromeId = 16,
                                            y = 458040.61422532,
                                        }, -- end of [8]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 53,
                                        lat = 0.759437,
                                        skill = "Client",
                                        y = 760428.0733062,
                                        long = 0.761624,
                                        x = -124921.90954665,
                                        name = "#4",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 11,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 3,
                                            name = 103,
                                        }, -- end of callsign
                                        onboard_num = 21,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [5]
                            [6] = 
                            {
                                hidden = false,
                                taskSelected = true,
                                name = "Destop 2",
                                groupId = 21,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1791,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.759437,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.761624,
                                            x = -124921.90954665,
                                            speed = 138.88888888889,
                                            airdromeId = 27,
                                            y = 760428.0733062,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 2868,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75140542584326,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75172618010923,
                                            x = -181865.0793543,
                                            speed = 138.88888888889,
                                            y = 720758.23075518,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 2868,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73792939040823,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74947964673077,
                                            x = -269001.967604,
                                            speed = 138.88888888889,
                                            y = 720465.13029463,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 2868,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73820687996466,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74890318766335,
                                            x = -267553.04002371,
                                            speed = 138.88888888889,
                                            y = 717530.21792232,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 2868,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74346262152005,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74288514979875,
                                            x = -237352.15911496,
                                            speed = 138.88888888889,
                                            y = 685251.29023521,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 2868,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73864936450099,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7188100548186,
                                            x = -279990.69259597,
                                            speed = 138.88888888889,
                                            y = 574911.98952903,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 2868,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75739393296907,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69831784807735,
                                            x = -169319.18024329,
                                            speed = 138.88888888889,
                                            y = 468062.83262287,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 180,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.779801,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.698797,
                                            x = -26441.347360305,
                                            speed = 138.88888888889,
                                            airdromeId = 16,
                                            y = 458040.61422532,
                                        }, -- end of [8]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 54,
                                        lat = 0.759437,
                                        skill = "Client",
                                        y = 760428.0733062,
                                        long = 0.761624,
                                        x = -124921.90954665,
                                        name = " #5",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 11,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 3,
                                            name = "103",
                                        }, -- end of callsign
                                        onboard_num = 22,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [6]
                            [7] = 
                            {
                                hidden = false,
                                taskSelected = true,
                                name = "Destop 3",
                                groupId = 22,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 430,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.759437,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.761624,
                                            x = -124921.90954665,
                                            speed = 138.88888888889,
                                            airdromeId = 27,
                                            y = 760428.0733062,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 2859,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75140526270605,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75172555183932,
                                            x = -181866.47672858,
                                            speed = 138.88888888889,
                                            y = 720755.4259361,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 2856,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73792914872311,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7494793133397,
                                            x = -269003.69264088,
                                            speed = 138.88888888889,
                                            y = 720463.73222337,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 2856,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73820663821853,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74890319597945,
                                            x = -267554.57601549,
                                            speed = 138.88888888889,
                                            y = 717530.43524605,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 2856,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7434622166684,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7428845375999,
                                            x = -237355.06961647,
                                            speed = 138.88888888889,
                                            y = 685248.70362027,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 2856,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73864936450099,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7188100548186,
                                            x = -279990.69259597,
                                            speed = 138.88888888889,
                                            y = 574911.98952903,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 2856,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75739393296907,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69831784807735,
                                            x = -169319.18024329,
                                            speed = 138.88888888889,
                                            y = 468062.83262287,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 180,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.779801,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.698797,
                                            x = -26441.347360305,
                                            speed = 138.88888888889,
                                            airdromeId = 16,
                                            y = 458040.61422532,
                                        }, -- end of [8]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 55,
                                        lat = 0.759437,
                                        skill = "Client",
                                        y = 760428.0733062,
                                        long = 0.761624,
                                        x = -124921.90954665,
                                        name = " #6",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 11,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 3,
                                            name = "103",
                                        }, -- end of callsign
                                        onboard_num = 23,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [7]
                            [8] = 
                            {
                                hidden = false,
                                name = "Javel 1",
                                groupId = 23,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 430,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.759437,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.761624,
                                            x = -124921.90954665,
                                            speed = 138.88888888889,
                                            airdromeId = 27,
                                            y = 760428.0733062,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 2876,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75140526270605,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75172615808287,
                                            x = -181866.1313004,
                                            speed = 138.88888888889,
                                            y = 720758.25322695,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 2876,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73792939040823,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74947901846627,
                                            x = -269002.31571583,
                                            speed = 138.88888888889,
                                            y = 720462.15152473,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 2876,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73820647705448,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74890320429555,
                                            x = -267555.59847309,
                                            speed = 138.88888888889,
                                            y = 717530.59323577,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 2876,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7434622166684,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7428851394473,
                                            x = -237354.74432797,
                                            speed = 138.88888888889,
                                            y = 685251.53367709,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 2876,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73864936450099,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7188100548186,
                                            x = -279990.69259597,
                                            speed = 138.88888888889,
                                            y = 574911.98952903,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 2876,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75739393296907,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69831720741443,
                                            x = -169319.4357996,
                                            speed = 138.88888888889,
                                            y = 468059.86265281,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 180,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.779801,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.698797,
                                            x = -26441.347360305,
                                            speed = 138.88888888889,
                                            airdromeId = 16,
                                            y = 458040.61422532,
                                        }, -- end of [8]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 56,
                                        lat = 0.759437,
                                        skill = "Client",
                                        y = 760428.0733062,
                                        long = 0.761624,
                                        x = -124921.90954665,
                                        name = " #7",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 3,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 4,
                                            name = 104,
                                        }, -- end of callsign
                                        onboard_num = 31,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [8]
                            [9] = 
                            {
                                hidden = false,
                                name = "Javel 2",
                                groupId = 24,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 430,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.759437,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.761624,
                                            x = -124921.90954665,
                                            speed = 138.88888888889,
                                            airdromeId = 27,
                                            y = 760428.0733062,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 2874,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75140542584326,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75172583423907,
                                            x = -181865.27642575,
                                            speed = 138.88888888889,
                                            y = 720756.61774744,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 2874,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73792955153167,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74947963854803,
                                            x = -269000.94526447,
                                            speed = 138.88888888889,
                                            y = 720464.96974811,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 2874,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73820663821853,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74890319597945,
                                            x = -267554.57601549,
                                            speed = 138.88888888889,
                                            y = 717530.43524605,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 2874,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74346262152005,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74288514979875,
                                            x = -237352.15911496,
                                            speed = 138.88888888889,
                                            y = 685251.29023521,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 2874,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73864920327198,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71881006240445,
                                            x = -279991.71621067,
                                            speed = 138.88888888889,
                                            y = 574912.12243965,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 2874,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75739393296907,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69831720741443,
                                            x = -169319.4357996,
                                            speed = 138.88888888889,
                                            y = 468059.86265281,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 180,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.779801,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.698797,
                                            x = -26441.347360305,
                                            speed = 138.88888888889,
                                            airdromeId = 16,
                                            y = 458040.61422532,
                                        }, -- end of [8]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 57,
                                        lat = 0.759437,
                                        skill = "Client",
                                        y = 760428.0733062,
                                        long = 0.761624,
                                        x = -124921.90954665,
                                        name = " #8",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 3,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 4,
                                            name = "104",
                                        }, -- end of callsign
                                        onboard_num = 32,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [9]
                            [10] = 
                            {
                                hidden = false,
                                name = "Javel 3",
                                groupId = 25,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 430,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.759437,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.761624,
                                            x = -124921.90954665,
                                            speed = 138.88888888889,
                                            airdromeId = 27,
                                            y = 760428.0733062,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 2866,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75140542584326,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75172583423907,
                                            x = -181865.27642575,
                                            speed = 138.88888888889,
                                            y = 720756.61774744,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 2866,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73792922928481,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7494792461822,
                                            x = -269003.21641522,
                                            speed = 138.88888888889,
                                            y = 720463.35293675,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 2866,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73820687996466,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74890347445323,
                                            x = -267552.88104112,
                                            speed = 138.88888888889,
                                            y = 717531.5739771,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 2866,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74346262152005,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74288514979875,
                                            x = -237352.15911496,
                                            speed = 138.88888888889,
                                            y = 685251.29023521,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 2866,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73864936450099,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7188100548186,
                                            x = -279990.69259597,
                                            speed = 138.88888888889,
                                            y = 574911.98952903,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 2866,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75739393296907,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69831720741443,
                                            x = -169319.4357996,
                                            speed = 138.88888888889,
                                            y = 468059.86265281,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 180,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.779801,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.698797,
                                            x = -26441.347360305,
                                            speed = 138.88888888889,
                                            airdromeId = 16,
                                            y = 458040.61422532,
                                        }, -- end of [8]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 58,
                                        lat = 0.759437,
                                        skill = "Client",
                                        y = 760428.0733062,
                                        long = 0.761624,
                                        x = -124921.90954665,
                                        name = " #9",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 3,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 4,
                                            name = "104",
                                        }, -- end of callsign
                                        onboard_num = 33,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [10]
                            [11] = 
                            {
                                hidden = false,
                                name = "Evasan #001",
                                groupId = 31,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 275,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.758225,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69716,
                                            x = -164474.73482633,
                                            speed = 138.88888888889,
                                            airdromeId = 18,
                                            y = 462236.21834688,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 180,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.779801,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.698797,
                                            x = -26441.347360305,
                                            speed = 138.88888888889,
                                            airdromeId = 16,
                                            y = 458040.61422532,
                                        }, -- end of [2]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 600,
                                task = "Transport",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "An-30M",
                                        CLSID = "{DFBDA1AB-0456-4AE8-A24C-EE2A0362D06E}",
                                        unitId = 67,
                                        lat = 0.758225,
                                        skill = "Excellent",
                                        y = 462236.21834688,
                                        long = 0.69716,
                                        x = -164474.73482633,
                                        name = "Aeroflot #1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "8300",
                                            flare = 192,
                                            chaff = 192,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 6,
                                            name = 106,
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [11]
                            [12] = 
                            {
                                hidden = false,
                                name = "Evasan #002",
                                groupId = 32,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 30,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.758225,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69716,
                                            x = -164474.73482633,
                                            speed = 138.88888888889,
                                            airdromeId = 18,
                                            y = 462236.21834688,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 180,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.779801,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.698797,
                                            x = -26441.347360305,
                                            speed = 138.88888888889,
                                            airdromeId = 16,
                                            y = 458040.61422532,
                                        }, -- end of [2]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 1200,
                                task = "Transport",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "An-30M",
                                        CLSID = "{DFBDA1AB-0456-4AE8-A24C-EE2A0362D06E}",
                                        unitId = 68,
                                        lat = 0.758225,
                                        skill = "Excellent",
                                        y = 462236.21834688,
                                        long = 0.69716,
                                        x = -164474.73482633,
                                        name = "Aeroflot #2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "8300",
                                            flare = 192,
                                            chaff = 192,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 7,
                                            name = 107,
                                        }, -- end of callsign
                                        onboard_num = 12,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [12]
                            [13] = 
                            {
                                hidden = false,
                                name = "Evasan #003",
                                groupId = 33,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 30,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.758225,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69716,
                                            x = -164474.73482633,
                                            speed = 138.88888888889,
                                            airdromeId = 18,
                                            y = 462236.21834688,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 1476,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.779801,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.698797,
                                            x = -26441.347360305,
                                            speed = 138.88888888889,
                                            airdromeId = 16,
                                            y = 458040.61422532,
                                        }, -- end of [2]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 1800,
                                task = "Transport",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "An-30M",
                                        CLSID = "{DFBDA1AB-0456-4AE8-A24C-EE2A0362D06E}",
                                        unitId = 69,
                                        lat = 0.758225,
                                        skill = "Excellent",
                                        y = 462236.21834688,
                                        long = 0.69716,
                                        x = -164474.73482633,
                                        name = "Aeroflot #3",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "8300",
                                            flare = 192,
                                            chaff = 192,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 8,
                                            name = 108,
                                        }, -- end of callsign
                                        onboard_num = 13,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [13]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [1]
            }, -- end of country
        }, -- end of red
    }, -- end of coalition
    sortie = "Corvée de chiottes",
    version = 2,
    trigfuncStartup = 
    {
    }, -- end of trigfuncStartup
    currentKey = 14621,
    start_time = 5202000,
    forcedOptions = 
    {
        birds = 30,
        externalViews = true,
        permitCrash = true,
        civTraffic = 0,
        geffect = "realistic",
        scenes = "high",
    }, -- end of forcedOptions
    failures = 
    {
        hydro = 
        {
            hh = 0,
            prob = 100,
            label = "HYDRO",
            enable = false,
            mmint = 1,
            id = "hydro",
            mm = 0,
        }, -- end of hydro
        eos = 
        {
            hh = 0,
            prob = 100,
            label = "EOS",
            enable = false,
            mmint = 1,
            id = "eos",
            mm = 0,
        }, -- end of eos
        ecm = 
        {
            hh = 0,
            prob = 100,
            label = "ECM",
            enable = false,
            mmint = 1,
            id = "ecm",
            mm = 0,
        }, -- end of ecm
        helmet = 
        {
            hh = 0,
            prob = 100,
            label = "HELMET",
            enable = false,
            mmint = 1,
            id = "helmet",
            mm = 0,
        }, -- end of helmet
        l_engine = 
        {
            hh = 0,
            prob = 100,
            label = "L-ENGINE",
            enable = false,
            mmint = 1,
            id = "l_engine",
            mm = 0,
        }, -- end of l_engine
        autopilot = 
        {
            hh = 0,
            prob = 100,
            label = "AUTOPILOT",
            enable = false,
            mmint = 1,
            id = "autopilot",
            mm = 0,
        }, -- end of autopilot
        hud = 
        {
            hh = 0,
            prob = 100,
            label = "HUD",
            enable = false,
            mmint = 1,
            id = "hud",
            mm = 0,
        }, -- end of hud
        asc = 
        {
            hh = 0,
            prob = 100,
            label = "ASC",
            enable = false,
            mmint = 1,
            id = "asc",
            mm = 0,
        }, -- end of asc
        rws = 
        {
            hh = 0,
            prob = 100,
            label = "RWS",
            enable = false,
            mmint = 1,
            id = "rws",
            mm = 0,
        }, -- end of rws
        r_engine = 
        {
            hh = 0,
            prob = 100,
            label = "R-ENGINE",
            enable = false,
            mmint = 1,
            id = "r_engine",
            mm = 0,
        }, -- end of r_engine
        mfd = 
        {
            hh = 0,
            prob = 100,
            label = "MFD",
            enable = false,
            mmint = 1,
            id = "mfd",
            mm = 0,
        }, -- end of mfd
        radar = 
        {
            hh = 0,
            prob = 100,
            label = "RADAR",
            enable = false,
            mmint = 1,
            id = "radar",
            mm = 0,
        }, -- end of radar
    }, -- end of failures
} -- end of mission
