mission = 
{
    trig = 
    {
        actions = 
        {
            [1] = "a_activate_group(\"Lleonets\");a_out_text_delay(\"Grup Alfa de Grup Lleó: Hem arribat a dintre de la ciutat, procedim a desplegar tropes.\", \"10\"); mission.trig.func[1]='';",
            [2] = "a_activate_group(\"Tigrets\");a_out_text_delay(\"Grup Beta de Grup Tigre: Hem arribat a dintre de la ciutat, procedim a desplegar tropes.\", \"10\"); mission.trig.func[2]='';",
            [3] = "a_activate_group(\"Tigres\");a_out_text_delay(\"Grup Beta de Grup Tigre: Iniciem l'avanç cap a la ciutat.  Eliminin el bloqueig enemic de WP2.  Un cop fet eliminin blanc enemics dintre de la ciutat a discreció.\", \"10\"); mission.trig.func[3]='';",
            [4] = "a_activate_group(\"Lleons\");a_out_text_delay(\"Grup Alfa de Grup Lleó: Iniciem l'avanç cap a la ciutat.  Eliminin el bloqueig enemic de WP2.  Un cop fet eliminin blanc enemics dintre de la ciutat a discreció.\", \"10\"); mission.trig.func[4]='';",
        }, -- end of actions
        custom = 
        {
        }, -- end of custom
        func = 
        {
            [1] = "if mission.trig.conditions[1]() then mission.trig.actions[1]() end",
            [2] = "if mission.trig.conditions[2]() then mission.trig.actions[2]() end",
            [3] = "if mission.trig.conditions[3]() then mission.trig.actions[3]() end",
            [4] = "if mission.trig.conditions[4]() then mission.trig.actions[4]() end",
        }, -- end of func
        flag = 
        {
            [1] = true,
            [2] = true,
            [3] = true,
            [4] = true,
            [5] = true,
        }, -- end of flag
        conditions = 
        {
            [1] = "return(((c_unit_in_zone(\"16\", \"activaLleonets\") ) or (c_unit_in_zone(\"19\", \"activaLleonets\") )))",
            [2] = "return(((c_unit_in_zone(\"63\", \"activaTigrets\") ) or (c_unit_in_zone(\"64\", \"activaTigrets\") )))",
            [3] = "return((c_unit_in_zone(\"91\", \"activaTigres\") ))",
            [4] = "return((c_unit_in_zone(\"87\", \"activaLleons\") ))",
        }, -- end of conditions
        customStartup = 
        {
            [6] = "for i,t in ipairs(mission.result.offline.actions) do mission.result.offline.actions[i]=loadstring(t) end",
            [2] = "for i,t in ipairs(mission.result.blue.conditions) do mission.result.blue.conditions[i]=loadstring(t) end",
            [8] = "for i,t in ipairs(mission.trig.actions) do mission.trig.actions[i]=loadstring(t) end",
            [3] = "for i,t in ipairs(mission.result.offline.conditions) do mission.result.offline.conditions[i]=loadstring(t) end",
            [1] = "for i,t in ipairs(mission.result.red.conditions) do mission.result.red.conditions[i]=loadstring(t) end",
            [4] = "for i,t in ipairs(mission.result.red.actions) do mission.result.red.actions[i]=loadstring(t) end",
            [5] = "for i,t in ipairs(mission.result.blue.actions) do mission.result.blue.actions[i]=loadstring(t) end",
            [7] = "for i,t in ipairs(mission.trig.conditions) do mission.trig.conditions[i]=loadstring(t) end",
        }, -- end of customStartup
        funcStartup = 
        {
        }, -- end of funcStartup
    }, -- end of trig
    resultRed = 
    {
    }, -- end of resultRed
    resultBlue = 
    {
    }, -- end of resultBlue
    descriptionBlueTask = "",
    goals = 
    {
    }, -- end of goals
    trigfunc = 
    {
        [1] = "if ((c_unit_in_zone(\"16\", \"activaLleonets\") ) or (c_unit_in_zone(\"19\", \"activaLleonets\") )) then a_activate_group(\"Lleonets\");a_out_text_delay(\"Grup Alfa de Grup Lleó: Hem arribat a dintre de la ciutat, procedim a desplegar tropes.\", \"10\"); mission.trigfunc[1]='';end;",
        [2] = "if ((c_unit_in_zone(\"63\", \"activaTigrets\") ) or (c_unit_in_zone(\"64\", \"activaTigrets\") )) then a_activate_group(\"Tigrets\");a_out_text_delay(\"Grup Beta de Grup Tigre: Hem arribat a dintre de la ciutat, procedim a desplegar tropes.\", \"10\"); mission.trigfunc[2]='';end;",
        [3] = "if (c_unit_in_zone(\"91\", \"activaTigres\") ) then a_activate_group(\"Tigres\");a_out_text_delay(\"Grup Beta de Grup Tigre: Iniciem l'avanç cap a la ciutat.  Eliminin el bloqueig enemic de WP2.  Un cop fet eliminin blanc enemics dintre de la ciutat a discreció.\", \"10\"); mission.trigfunc[3]='';end;",
        [4] = "if (c_unit_in_zone(\"87\", \"activaLleons\") ) then a_activate_group(\"Lleons\");a_out_text_delay(\"Grup Alfa de Grup Lleó: Iniciem l'avanç cap a la ciutat.  Eliminin el bloqueig enemic de WP2.  Un cop fet eliminin blanc enemics dintre de la ciutat a discreció.\", \"10\"); mission.trigfunc[4]='';end;",
    }, -- end of trigfunc
    weather = 
    {
        name_ru = "Зима. Снегопад",
        wind = 
        {
            at8000 = 
            {
                speed = 7,
                dir = 57,
            }, -- end of at8000
            atGround = 
            {
                speed = 3,
                dir = 328,
            }, -- end of atGround
            at2000 = 
            {
                speed = 5,
                dir = 36,
            }, -- end of at2000
        }, -- end of wind
        name_fr = "Hiver. Chute de neige & nuages",
        turbulence = 
        {
            at8000 = 3,
            atGround = 7,
            at2000 = 2,
        }, -- end of turbulence
        season = 
        {
            iseason = 2,
            temperature = -2,
        }, -- end of season
        qnh = 735,
        name = "Winter. Heavy snow & clouds",
        fog = 
        {
            density = 2,
            visibility = 500,
            thickness = 600,
        }, -- end of fog
        name_de = "Winter. Schwerer Schneefall",
        visibility = 
        {
            distance = 80000,
        }, -- end of visibility
        name_es = "Invierno. Nieve intensa & nubes",
        clouds = 
        {
            density = 5,
            thickness = 1100,
            base = 1000,
            iprecptns = 3,
        }, -- end of clouds
    }, -- end of weather
    result = 
    {
        offline = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- end of func
        }, -- end of offline
        blue = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- end of func
        }, -- end of blue
        red = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- end of func
        }, -- end of red
    }, -- end of result
    triggers = 
    {
        zones = 
        {
            [1] = 
            {
                radius = 300,
                zoneId = 3,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of color
                lat = 0.73838030621937,
                hidden = true,
                long = 0.74967634892702,
                x = -266019.2240678,
                name = "activaLleonets",
                y = 721058.33012416,
            }, -- end of [1]
            [2] = 
            {
                radius = 500,
                zoneId = 1,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of color
                lat = 0.73899775507542,
                hidden = true,
                long = 0.7503192552264,
                x = -261727.94147922,
                name = "activaLleons",
                y = 723640.53137079,
            }, -- end of [2]
            [3] = 
            {
                radius = 500,
                zoneId = 2,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of color
                lat = 0.73764689675411,
                hidden = true,
                long = 0.74960796462733,
                x = -270731.2598875,
                name = "activaTigres",
                y = 721286.9808528,
            }, -- end of [3]
            [4] = 
            {
                radius = 300,
                zoneId = 4,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of color
                lat = 0.7384720268937,
                hidden = true,
                long = 0.74972560717437,
                x = -265407.39934578,
                name = "activaTigrets",
                y = 721223.70683813,
            }, -- end of [4]
        }, -- end of zones
    }, -- end of triggers
    map = 
    {
        centerY = 0.7517295423798,
        zoom = 100000,
        centerX = 0.73914794744843,
    }, -- 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 = "L'exèrcit georgià ha pres el control de la ciutat Akhalsopeli (qui ho pronuncii bé te premi ç;) ). Aquesta ciutat és estratègicament molt difícil de atacar ja que te poques vies d'accés i força bosc. És per això que necessitarem dels valents pilots de Black Shark per a donar suport CAS als grups d'assalt!",
    trigflag = 
    {
        [1] = true,
        [2] = true,
        [3] = true,
        [4] = true,
    }, -- end of trigflag
    descriptionRedTask = "Procediment de la missió\
Atacarem des del nord i des de l'est accedint simultàniament per tots dos accessos a la ciutat. Els pilots del Ka-50 hauran de:\
1.- Passar a recollir els grups d'assalt situats als WP1 de les seves rutes de vol. (necessari que els líders de grup sobrevolin les tropes!!!)\
2.- OBJECTIU PRIORITARI: Eliminar el bloquejos situats als WP2 dels seus respectius plans de vol. Ho han de fer ràpid abans de que arribin les nostres tropes d'assalt.\
3.- Un cop aconseguit tindran via lliure per atacar els blancs situats a la ciutat. Quan quedin sense munició retornin a FARP. Re-atacs a discreció dels líders de vol.\
\
Els grups d'assalt un cop aconsegueixin internar-se a la ciutat desplegaran infanteria amiga per a verificar l'estat de la ciutat i la seva seguretat.\
\
Dades de intel·ligencia\
1.- Se sap que l'exercit georgià disposa de tancs T-72V, Strela i varis AAA així com armament de mà. Es desconeix el nombre d'unitats, però s'estima que siguin superiors al grup d'assalt.\
\
2.- L'enemic ha establert bloquejos en les dues rutes d'entrada a la ciutat amb tancs i strela. Les dades de la seva última situació coneguda han estat carregades als seus mapes tàctics ABRIS.\
\
Dades meteorològiques\
*Hora de la missió: 6:00 AM (acaba de fer-se de dia)\
*Temperatura: -2º C\
*Petites precipitacions en forma de neu.\
*Boira fins a 600 m.\
*Vent: a nivell de mar 3m/s a 2000 metre 5m/s\
*Turbulències: 7m/s *0,1\
\
Armament\
* Piló extern: Vikhr\
* Piló intern: S-13 (coets perforants)\
\
Ruta carregada al Ka-50\
WP1: Punt de reunió amb grup d'assalt\
WP2: Grup de bloqueig georgià a atacar.\
WP3: Centre ciutat.\
WP4: Punt de sortida de la zona de combat.\
WP5: Retorn a FARP.\
\
FARPs\
Vetka: freq. 127 500 (assignat a grup Alfa)\
Torba: freq. 127 600 (assignat a grup Beta)",
    pictureFileNameB = 
    {
    }, -- end of pictureFileNameB
    pictureFileNameR = 
    {
        [1] = "recuperar{1AB8343A-C70C-4c79-BD93-258CE34EC221}.JPG",
    }, -- end of pictureFileNameR
    trigrules = 
    {
        [1] = 
        {
            rules = 
            {
                [1] = 
                {
                    logicBlock = "A",
                    zone = 3,
                    predicate = "c_unit_in_zone",
                    unit = 16,
                }, -- end of [1]
                [2] = 
                {
                    logicBlock = "B",
                    zone = 3,
                    predicate = "c_unit_in_zone",
                    unit = 19,
                }, -- end of [2]
            }, -- end of rules
            comment = "activaLleonets",
            triggerLogic = "OR",
            predicate = "triggerOnce",
            actions = 
            {
                [1] = 
                {
                    group = 7,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    text = "Grup Alfa de Grup Lleó: Hem arribat a dintre de la ciutat, procedim a desplegar tropes.",
                    predicate = "a_out_text_delay",
                    seconds = 10,
                }, -- end of [2]
            }, -- end of actions
        }, -- end of [1]
        [2] = 
        {
            rules = 
            {
                [1] = 
                {
                    logicBlock = "A",
                    zone = 4,
                    predicate = "c_unit_in_zone",
                    unit = 63,
                }, -- end of [1]
                [2] = 
                {
                    logicBlock = "B",
                    zone = 4,
                    predicate = "c_unit_in_zone",
                    unit = 64,
                }, -- end of [2]
            }, -- end of rules
            comment = "activaTigrets",
            triggerLogic = "OR",
            predicate = "triggerOnce",
            actions = 
            {
                [1] = 
                {
                    group = 8,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    text = "Grup Beta de Grup Tigre: Hem arribat a dintre de la ciutat, procedim a desplegar tropes.",
                    predicate = "a_out_text_delay",
                    seconds = 10,
                }, -- end of [2]
            }, -- end of actions
        }, -- end of [2]
        [3] = 
        {
            rules = 
            {
                [1] = 
                {
                    logicBlock = "A",
                    zone = 2,
                    predicate = "c_unit_in_zone",
                    unit = 91,
                }, -- end of [1]
            }, -- end of rules
            comment = "activaTigres",
            triggerLogic = "OR",
            predicate = "triggerOnce",
            actions = 
            {
                [1] = 
                {
                    group = 2,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    text = "Grup Beta de Grup Tigre: Iniciem l'avanç cap a la ciutat.  Eliminin el bloqueig enemic de WP2.  Un cop fet eliminin blanc enemics dintre de la ciutat a discreció.",
                    predicate = "a_out_text_delay",
                    seconds = 10,
                }, -- end of [2]
            }, -- end of actions
        }, -- end of [3]
        [4] = 
        {
            rules = 
            {
                [1] = 
                {
                    logicBlock = "A",
                    zone = 1,
                    predicate = "c_unit_in_zone",
                    unit = 87,
                }, -- end of [1]
            }, -- end of rules
            comment = "activaLleons",
            triggerLogic = "OR",
            predicate = "triggerOnce",
            actions = 
            {
                [1] = 
                {
                    group = 6,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    text = "Grup Alfa de Grup Lleó: Iniciem l'avanç cap a la ciutat.  Eliminin el bloqueig enemic de WP2.  Un cop fet eliminin blanc enemics dintre de la ciutat a discreció.",
                    predicate = "a_out_text_delay",
                    seconds = 10,
                }, -- end of [2]
            }, -- end of actions
        }, -- end of [4]
        [5] = 
        {
            rules = 
            {
            }, -- end of rules
            comment = "missatgeInicial",
            triggerLogic = "OR",
            actions = 
            {
                [1] = 
                {
                    text = "Grups Alfa i Beta de Control Missió: Els grups d'assalt Tigre i Lleo els esperen en les posicions de WP1 de les seves respectives rutes, vagin al seu encontre i inicien l'atac sobre les posicions enemigues situades a WP2.  És necessari eliminar-les per a que els grups d'assalt puguin entrar a la ciutat intactes.",
                    predicate = "a_out_text_delay",
                    seconds = 20,
                }, -- end of [1]
            }, -- end of actions
            predicate = "triggerStart",
        }, -- end of [5]
    }, -- end of trigrules
    coalition = 
    {
        blue = 
        {
            country = 
            {
                [1] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "UK",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 4,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [1]
                [2] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Insurgents",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 17,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [2]
                [3] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Belgium",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 11,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [3]
                [4] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Canada",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 8,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [4]
                [5] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "France",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 5,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [5]
                [6] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Israel",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 15,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [6]
                [7] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Ukraine",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 1,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [7]
                [8] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Norway",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 12,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [8]
                [9] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Georgia",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 16,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.74970993186794,
                                                lat = 0.73828923790551,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.74970873392467,
                                                lat = 0.73828923790551,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 658,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73828408027993,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74969977273508,
                                            x = -266619.48621173,
                                            speed = 5.5555555555556,
                                            y = 721240.79164878,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 1,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 1,
                                        lat = 0.73828408027993,
                                        skill = "Average",
                                        long = 0.74969977273508,
                                        x = -266619.48621173,
                                        name = "tanc 1",
                                        heading = 0,
                                        y = 721240.79164878,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 2,
                                        lat = 0.7382805344243,
                                        skill = "Average",
                                        long = 0.74971249036111,
                                        x = -266635.03804945,
                                        name = "Unit #1",
                                        heading = -1.5707959236921,
                                        y = 721303.76867285,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 3,
                                        lat = 0.73828408027993,
                                        skill = "Average",
                                        long = 0.74973369941185,
                                        x = -266600.68795494,
                                        name = "Unit #2",
                                        heading = 0,
                                        y = 721401.64708993,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 4,
                                        lat = 0.73829391203038,
                                        skill = "Average",
                                        long = 0.74973554648562,
                                        x = -266537.00471253,
                                        name = "Unit #3",
                                        heading = 0,
                                        y = 721402.97537942,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Strela-10M3",
                                        CLSID = "{DD80908D-C289-4AFA-A25E-A6697EC65FDE}",
                                        unitId = 5,
                                        lat = 0.73830334091155,
                                        skill = "Average",
                                        long = 0.74970456661713,
                                        x = -266494.0779511,
                                        name = "Unit #4",
                                        heading = 0,
                                        y = 721248.96678369,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 56,
                                        lat = 0.73829399395889,
                                        skill = "Average",
                                        long = 0.74972089581216,
                                        x = -266544.60028082,
                                        name = "Unit #36",
                                        heading = 0,
                                        y = 721333.45071352,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 57,
                                        lat = 0.73828811021993,
                                        skill = "Average",
                                        long = 0.74971429869696,
                                        x = -266585.75394417,
                                        name = "Unit #37",
                                        heading = 0,
                                        y = 721306.61796615,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "bloqueig 1",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.74989796487476,
                                                lat = 0.73873086879673,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.75183061765133,
                                                lat = 0.74004544772102,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1147,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73873086879673,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74989796487476,
                                            x = -263662.30256503,
                                            speed = 5.5555555555556,
                                            y = 721848.09162057,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 3,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 20,
                                        lat = 0.73873086879673,
                                        skill = "Average",
                                        long = 0.74989796487476,
                                        x = -263662.30256503,
                                        name = "tanc 1 #1",
                                        heading = 0,
                                        y = 721848.09162057,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 21,
                                        lat = 0.73874296172008,
                                        skill = "Average",
                                        long = 0.74990162320431,
                                        x = -263583.20867571,
                                        name = "Unit #11",
                                        heading = -1.5707959236921,
                                        y = 721856.4854008,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 22,
                                        lat = 0.73873223932135,
                                        skill = "Average",
                                        long = 0.74988040816697,
                                        x = -263663.30107289,
                                        name = "Unit #12",
                                        heading = 0,
                                        y = 721764.06749397,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 23,
                                        lat = 0.73874255862049,
                                        skill = "Average",
                                        long = 0.74988343935439,
                                        x = -263595.85780885,
                                        name = "Unit #13",
                                        heading = 0,
                                        y = 721770.80185168,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Strela-10M3",
                                        CLSID = "{DD80908D-C289-4AFA-A25E-A6697EC65FDE}",
                                        unitId = 24,
                                        lat = 0.73873756031823,
                                        skill = "Average",
                                        long = 0.74989067376459,
                                        x = -263623.70062172,
                                        name = "Unit #14",
                                        heading = 0,
                                        y = 721808.68931265,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 51,
                                        lat = 0.73875005664227,
                                        skill = "Average",
                                        long = 0.74988336927882,
                                        x = -263548.11319741,
                                        name = "Unit #34",
                                        heading = 0,
                                        y = 721764.94958079,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 52,
                                        lat = 0.73875094348358,
                                        skill = "Average",
                                        long = 0.74990153739816,
                                        x = -263532.38999113,
                                        name = "Unit #35",
                                        heading = 0.82607941522979,
                                        y = 721850.20256197,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "bloqueig 1 #001",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 640,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73837530935512,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74968392371719,
                                            x = -266046.86902612,
                                            speed = 5.5555555555556,
                                            y = 721097.82597601,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 4,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 25,
                                        lat = 0.73837530935512,
                                        skill = "Average",
                                        long = 0.74968392371719,
                                        x = -266046.86902612,
                                        name = "tanc 1 #2",
                                        heading = 0,
                                        y = 721097.82597601,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 26,
                                        lat = 0.73838740227847,
                                        skill = "Average",
                                        long = 0.74968758204674,
                                        x = -265967.7751368,
                                        name = "Unit #15",
                                        heading = -1.5707959236921,
                                        y = 721106.21975623,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 27,
                                        lat = 0.73837667987974,
                                        skill = "Average",
                                        long = 0.7496663670094,
                                        x = -266047.86753398,
                                        name = "Unit #16",
                                        heading = 0,
                                        y = 721013.8018494,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 28,
                                        lat = 0.73838699917888,
                                        skill = "Average",
                                        long = 0.74966939819682,
                                        x = -265980.42426994,
                                        name = "Unit #17",
                                        heading = 0,
                                        y = 721020.53620711,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Strela-10M3",
                                        CLSID = "{DD80908D-C289-4AFA-A25E-A6697EC65FDE}",
                                        unitId = 29,
                                        lat = 0.73838200087662,
                                        skill = "Average",
                                        long = 0.74967663260702,
                                        x = -266008.26708281,
                                        name = "Unit #18",
                                        heading = 0,
                                        y = 721058.42366809,
                                    }, -- end of [5]
                                }, -- end of units
                                name = "bloqueig 1 #002",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [3]
                            [4] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.74972998710942,
                                                lat = 0.73848282754735,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.74972944598251,
                                                lat = 0.73848194092253,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1141,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73847323591682,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74972305631788,
                                            x = -265401.10854562,
                                            speed = 5.5555555555556,
                                            y = 721210.75516526,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 5,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Osa 9A33 ln",
                                        CLSID = "{8E5B2FB3-8845-4026-BC7F-16898FF9442B}",
                                        unitId = 30,
                                        lat = 0.73847323591682,
                                        skill = "Average",
                                        long = 0.74972305631788,
                                        x = -265401.10854562,
                                        name = "Unit #19",
                                        heading = 0,
                                        y = 721210.75516526,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Ural-375 ZU-23",
                                        CLSID = "{96E2A468-E0D6-4e7f-A618-7C29E4DAD176}",
                                        unitId = 37,
                                        lat = 0.73840641923449,
                                        skill = "Average",
                                        long = 0.74964761298449,
                                        x = -265868.7406514,
                                        name = "Unit #20",
                                        heading = 0,
                                        y = 720903.22786706,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Ural-375 ZU-23",
                                        CLSID = "{96E2A468-E0D6-4e7f-A618-7C29E4DAD176}",
                                        unitId = 38,
                                        lat = 0.73835645042704,
                                        skill = "Average",
                                        long = 0.74963601348377,
                                        x = -266193.61250763,
                                        name = "Unit #21",
                                        heading = 0,
                                        y = 720885.17380582,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Ural-375 ZU-23",
                                        CLSID = "{96E2A468-E0D6-4e7f-A618-7C29E4DAD176}",
                                        unitId = 39,
                                        lat = 0.73831526816649,
                                        skill = "Average",
                                        long = 0.74965639152525,
                                        x = -266444.76256206,
                                        name = "Unit #22",
                                        heading = 0,
                                        y = 721011.85238816,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Ural-375 ZU-23",
                                        CLSID = "{96E2A468-E0D6-4e7f-A618-7C29E4DAD176}",
                                        unitId = 40,
                                        lat = 0.73837635708284,
                                        skill = "Average",
                                        long = 0.74953824302198,
                                        x = -266120.95046683,
                                        name = "Unit #23",
                                        heading = 0,
                                        y = 720408.21917795,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Strela-10M3",
                                        CLSID = "{DD80908D-C289-4AFA-A25E-A6697EC65FDE}",
                                        unitId = 41,
                                        lat = 0.73831929767377,
                                        skill = "Average",
                                        long = 0.74934537310178,
                                        x = -266591.49702005,
                                        name = "Unit #24",
                                        heading = 0,
                                        y = 719538.2685706,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Ural-375 ZU-23",
                                        CLSID = "{96E2A468-E0D6-4e7f-A618-7C29E4DAD176}",
                                        unitId = 42,
                                        lat = 0.73860776820087,
                                        skill = "Average",
                                        long = 0.74986811959741,
                                        x = -264463.34390014,
                                        name = "Unit #25",
                                        heading = 0,
                                        y = 721797.61261757,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 43,
                                        lat = 0.73841318937676,
                                        skill = "Average",
                                        long = 0.74964368483954,
                                        x = -265827.77340591,
                                        name = "Unit #26",
                                        heading = 0,
                                        y = 720879.6690849,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 44,
                                        lat = 0.73840238940771,
                                        skill = "Average",
                                        long = 0.74963519721208,
                                        x = -265901.30467666,
                                        name = "Unit #27",
                                        heading = 0,
                                        y = 720847.48846912,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 45,
                                        lat = 0.73846823862989,
                                        skill = "Average",
                                        long = 0.7497193377088,
                                        x = -265435.01671795,
                                        name = "Unit #28",
                                        heading = 3.5655504696742,
                                        y = 721196.85171713,
                                    }, -- end of [10]
                                    [11] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 46,
                                        lat = 0.73860260907967,
                                        skill = "Average",
                                        long = 0.74987387626854,
                                        x = -264493.03076919,
                                        name = "Unit #29",
                                        heading = 3.5655504696742,
                                        y = 721828.63116375,
                                    }, -- end of [11]
                                    [12] = 
                                    {
                                        type = "Stinger manpad",
                                        CLSID = "{B84C5FC5-9893-45e4-A712-E3D4D201A003}",
                                        unitId = 47,
                                        lat = 0.73860131930316,
                                        skill = "Average",
                                        long = 0.74986234282024,
                                        x = -264507.64386012,
                                        name = "Unit #30",
                                        heading = 3.5655504696742,
                                        y = 721775.04619197,
                                    }, -- end of [12]
                                    [13] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 48,
                                        lat = 0.73835443560343,
                                        skill = "Average",
                                        long = 0.74963271244516,
                                        x = -266208.28253084,
                                        name = "Unit #31",
                                        heading = 3.5655504696742,
                                        y = 720871.04875374,
                                    }, -- end of [13]
                                    [14] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 49,
                                        lat = 0.73832300483351,
                                        skill = "Average",
                                        long = 0.74934651506244,
                                        x = -266567.23895206,
                                        name = "Unit #32",
                                        heading = 3.5655504696742,
                                        y = 719540.93856015,
                                    }, -- end of [14]
                                    [15] = 
                                    {
                                        type = "Stinger manpad",
                                        CLSID = "{B84C5FC5-9893-45e4-A712-E3D4D201A003}",
                                        unitId = 50,
                                        lat = 0.73828988261041,
                                        skill = "Average",
                                        long = 0.74971452636766,
                                        x = -266574.33197917,
                                        name = "Unit #33",
                                        heading = 3.5655504696742,
                                        y = 721306.35813961,
                                    }, -- end of [15]
                                }, -- end of units
                                name = "interior",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [4]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [9]
                [10] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Spain",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 9,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [10]
                [11] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "USA",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 2,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [11]
                [12] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Denmark",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 13,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [12]
                [13] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Germany",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 6,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [13]
                [14] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Turkey",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 3,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [14]
                [15] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "The Netherlands",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 10,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [15]
            }, -- end of country
        }, -- end of blue
        red = 
        {
            country = 
            {
                [1] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = false,
                                name = "ka50 Alfa 1",
                                groupId = 11,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1141,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            linkUnit = 85,
                                            lat = 0.74008726003172,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7518502872157,
                                            x = -253916.12448699,
                                            speed = 41.666666666667,
                                            helipadId = 85,
                                            y = 730036.81938891,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 700,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7390040450212,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75032104376709,
                                            x = -261686.86525787,
                                            speed = 41.666666666667,
                                            y = 723644.22049795,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 1140,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73874586431126,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74989148707149,
                                            x = -263570.33000474,
                                            speed = 41.666666666667,
                                            y = 721806.42056888,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 1140,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73841995956074,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74967602875379,
                                            x = -265766.69840001,
                                            speed = 41.666666666667,
                                            y = 721027.61876261,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 1140,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7404655806636,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74956438217875,
                                            x = -252792.20759689,
                                            speed = 41.666666666667,
                                            y = 718958.58107061,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 1141,
                                            type = "Land",
                                            action = "Landing",
                                            linkUnit = 85,
                                            lat = 0.74008726003172,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7518502872157,
                                            x = -253916.12448699,
                                            speed = 41.666666666667,
                                            helipadId = 85,
                                            y = 730036.81938891,
                                        }, -- end of [6]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "CAS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ka-50",
                                        CLSID = "{3457BB1E-523F-4C24-BBEA-58D028623F05}",
                                        unitId = 87,
                                        lat = 0.74008726003172,
                                        skill = "Client",
                                        y = 730036.81938891,
                                        long = 0.7518502872157,
                                        x = -253916.12448699,
                                        name = "Alfa #1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [4]
                                            }, -- end of pylons
                                            fuel = "1450",
                                            flare = 128,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 0,
                                            name = 100,
                                        }, -- end of callsign
                                        onboard_num = 1,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = false,
                                name = "ka50 Beta 1",
                                groupId = 12,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1141,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            linkUnit = 86,
                                            lat = 0.74009065028904,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75189884439835,
                                            x = -253866.89147157,
                                            speed = 41.666666666667,
                                            helipadId = 86,
                                            y = 730263.23284091,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 1141,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73765696442879,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74959305198305,
                                            x = -270675.35935597,
                                            speed = 41.666666666667,
                                            y = 721208.66856834,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 1141,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73829665203469,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74970957398049,
                                            x = -266533.9330616,
                                            speed = 41.666666666667,
                                            y = 721277.76235797,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 1141,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73841705804821,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74968422215553,
                                            x = -265780.64715413,
                                            speed = 41.666666666667,
                                            y = 721068.49680748,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 1141,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73838248228026,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75126485162122,
                                            x = -265113.84946346,
                                            speed = 41.666666666667,
                                            y = 728577.16040945,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 1141,
                                            type = "Land",
                                            action = "Landing",
                                            linkUnit = 86,
                                            lat = 0.74009065028904,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75189884439835,
                                            x = -253866.89147157,
                                            speed = 41.666666666667,
                                            helipadId = 86,
                                            y = 730263.23284091,
                                        }, -- end of [6]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "CAS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ka-50",
                                        CLSID = "{3457BB1E-523F-4C24-BBEA-58D028623F05}",
                                        unitId = 91,
                                        lat = 0.74009065028904,
                                        skill = "Client",
                                        y = 730263.23284091,
                                        long = 0.75189884439835,
                                        x = -253866.89147157,
                                        name = "Beta #1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [4]
                                            }, -- end of pylons
                                            fuel = "1450",
                                            flare = 128,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 4,
                                            name = 104,
                                        }, -- end of callsign
                                        onboard_num = 5,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [2]
                            [3] = 
                            {
                                hidden = false,
                                name = "ka50 Alfa 2",
                                groupId = 18,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1140,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            linkUnit = 85,
                                            lat = 0.74008726003172,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7518502872157,
                                            x = -253916.12448699,
                                            speed = 41.666666666667,
                                            helipadId = 85,
                                            y = 730036.81938891,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 700,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7390040450212,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75032104376709,
                                            x = -261686.86525787,
                                            speed = 41.666666666667,
                                            y = 723644.22049795,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 1140,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73874586431126,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74989148707149,
                                            x = -263570.33000474,
                                            speed = 41.666666666667,
                                            y = 721806.42056888,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 1140,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73841995956074,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74967602875379,
                                            x = -265766.69840001,
                                            speed = 41.666666666667,
                                            y = 721027.61876261,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 1140,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7404655806636,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74956438217875,
                                            x = -252792.20759689,
                                            speed = 41.666666666667,
                                            y = 718958.58107061,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 1141,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.74008726003172,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7518502872157,
                                            x = -253916.12448699,
                                            speed = 41.666666666667,
                                            y = 730036.81938891,
                                        }, -- end of [6]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "CAS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ka-50",
                                        CLSID = "{3457BB1E-523F-4C24-BBEA-58D028623F05}",
                                        unitId = 97,
                                        lat = 0.74008726003172,
                                        skill = "Client",
                                        y = 730036.81938891,
                                        long = 0.7518502872157,
                                        x = -253916.12448699,
                                        name = "Alfa #2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [4]
                                            }, -- end of pylons
                                            fuel = "1450",
                                            flare = 128,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 1,
                                            name = 101,
                                        }, -- end of callsign
                                        onboard_num = 6,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [3]
                            [4] = 
                            {
                                hidden = false,
                                name = "ka50 Alfa 3",
                                groupId = 19,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1140,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            linkUnit = 85,
                                            lat = 0.74008726003172,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7518502872157,
                                            x = -253916.12448699,
                                            speed = 41.666666666667,
                                            helipadId = 85,
                                            y = 730036.81938891,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 700,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7390040450212,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75032104376709,
                                            x = -261686.86525787,
                                            speed = 41.666666666667,
                                            y = 723644.22049795,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 1140,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73874586431126,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74989148707149,
                                            x = -263570.33000474,
                                            speed = 41.666666666667,
                                            y = 721806.42056888,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 1140,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73841995956074,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74967602875379,
                                            x = -265766.69840001,
                                            speed = 41.666666666667,
                                            y = 721027.61876261,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 1140,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7404655806636,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74956438217875,
                                            x = -252792.20759689,
                                            speed = 41.666666666667,
                                            y = 718958.58107061,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 1141,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.74008726003172,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7518502872157,
                                            x = -253916.12448699,
                                            speed = 41.666666666667,
                                            y = 730036.81938891,
                                        }, -- end of [6]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "CAS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ka-50",
                                        CLSID = "{3457BB1E-523F-4C24-BBEA-58D028623F05}",
                                        unitId = 98,
                                        lat = 0.74008726003172,
                                        skill = "Client",
                                        y = 730036.81938891,
                                        long = 0.7518502872157,
                                        x = -253916.12448699,
                                        name = "Alfa #3",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [4]
                                            }, -- end of pylons
                                            fuel = "1450",
                                            flare = 128,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 2,
                                            name = 102,
                                        }, -- end of callsign
                                        onboard_num = 7,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [4]
                            [5] = 
                            {
                                hidden = false,
                                name = "ka50 Alfa 4",
                                groupId = 20,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1140,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            linkUnit = 85,
                                            lat = 0.74008726003172,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7518502872157,
                                            x = -253916.12448699,
                                            speed = 41.666666666667,
                                            helipadId = 85,
                                            y = 730036.81938891,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 700,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7390040450212,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75032104376709,
                                            x = -261686.86525787,
                                            speed = 41.666666666667,
                                            y = 723644.22049795,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 1140,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73874586431126,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74989148707149,
                                            x = -263570.33000474,
                                            speed = 41.666666666667,
                                            y = 721806.42056888,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 1140,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73841995956074,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74967602875379,
                                            x = -265766.69840001,
                                            speed = 41.666666666667,
                                            y = 721027.61876261,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 1140,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7404655806636,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74956438217875,
                                            x = -252792.20759689,
                                            speed = 41.666666666667,
                                            y = 718958.58107061,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 1141,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.74008726003172,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7518502872157,
                                            x = -253916.12448699,
                                            speed = 41.666666666667,
                                            y = 730036.81938891,
                                        }, -- end of [6]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "CAS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ka-50",
                                        CLSID = "{3457BB1E-523F-4C24-BBEA-58D028623F05}",
                                        unitId = 99,
                                        lat = 0.74008726003172,
                                        skill = "Client",
                                        y = 730036.81938891,
                                        long = 0.7518502872157,
                                        x = -253916.12448699,
                                        name = "Alfa #4",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [4]
                                            }, -- end of pylons
                                            fuel = "1450",
                                            flare = 128,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 3,
                                            name = 103,
                                        }, -- end of callsign
                                        onboard_num = 8,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [5]
                            [6] = 
                            {
                                hidden = false,
                                name = "ka50 Beta 2",
                                groupId = 21,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1141,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            linkUnit = 86,
                                            lat = 0.74009065028904,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75189884439835,
                                            x = -253866.89147157,
                                            speed = 41.666666666667,
                                            helipadId = 86,
                                            y = 730263.23284091,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 1141,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73765696442879,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74959305198305,
                                            x = -270675.35935597,
                                            speed = 41.666666666667,
                                            y = 721208.66856834,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 1141,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73829665203469,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74970957398049,
                                            x = -266533.9330616,
                                            speed = 41.666666666667,
                                            y = 721277.76235797,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 1141,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73841705804821,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74968422215553,
                                            x = -265780.64715413,
                                            speed = 41.666666666667,
                                            y = 721068.49680748,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 1141,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73838248228026,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75126485162122,
                                            x = -265113.84946346,
                                            speed = 41.666666666667,
                                            y = 728577.16040945,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 1141,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.74009065028904,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75189884439835,
                                            x = -253866.89147157,
                                            speed = 41.666666666667,
                                            y = 730263.23284091,
                                        }, -- end of [6]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "CAS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ka-50",
                                        CLSID = "{3457BB1E-523F-4C24-BBEA-58D028623F05}",
                                        unitId = 100,
                                        lat = 0.74009065028904,
                                        skill = "Client",
                                        y = 730263.23284091,
                                        long = 0.75189884439835,
                                        x = -253866.89147157,
                                        name = "Beta #2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [4]
                                            }, -- end of pylons
                                            fuel = "1450",
                                            flare = 128,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 5,
                                            name = 105,
                                        }, -- end of callsign
                                        onboard_num = 9,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [6]
                            [7] = 
                            {
                                hidden = false,
                                name = "ka50 Beta 3",
                                groupId = 22,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1141,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            linkUnit = 86,
                                            lat = 0.74009065028904,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75189884439835,
                                            x = -253866.89147157,
                                            speed = 41.666666666667,
                                            helipadId = 86,
                                            y = 730263.23284091,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 1141,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73765696442879,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74959305198305,
                                            x = -270675.35935597,
                                            speed = 41.666666666667,
                                            y = 721208.66856834,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 1141,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73829665203469,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74970957398049,
                                            x = -266533.9330616,
                                            speed = 41.666666666667,
                                            y = 721277.76235797,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 1141,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73841705804821,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74968422215553,
                                            x = -265780.64715413,
                                            speed = 41.666666666667,
                                            y = 721068.49680748,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 1141,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73838248228026,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75126485162122,
                                            x = -265113.84946346,
                                            speed = 41.666666666667,
                                            y = 728577.16040945,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 1141,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.74009065028904,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75189884439835,
                                            x = -253866.89147157,
                                            speed = 41.666666666667,
                                            y = 730263.23284091,
                                        }, -- end of [6]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "CAS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ka-50",
                                        CLSID = "{3457BB1E-523F-4C24-BBEA-58D028623F05}",
                                        unitId = 101,
                                        lat = 0.74009065028904,
                                        skill = "Client",
                                        y = 730263.23284091,
                                        long = 0.75189884439835,
                                        x = -253866.89147157,
                                        name = "Beta #3",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [4]
                                            }, -- end of pylons
                                            fuel = "1450",
                                            flare = 128,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 6,
                                            name = 106,
                                        }, -- end of callsign
                                        onboard_num = 10,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [7]
                            [8] = 
                            {
                                hidden = false,
                                name = "ka50 Beta 4",
                                groupId = 23,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1141,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            linkUnit = 86,
                                            lat = 0.74009065028904,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75189884439835,
                                            x = -253866.89147157,
                                            speed = 41.666666666667,
                                            helipadId = 86,
                                            y = 730263.23284091,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 1141,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73765696442879,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74959305198305,
                                            x = -270675.35935597,
                                            speed = 41.666666666667,
                                            y = 721208.66856834,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 1141,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73829665203469,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74970957398049,
                                            x = -266533.9330616,
                                            speed = 41.666666666667,
                                            y = 721277.76235797,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 1141,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73841705804821,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74968422215553,
                                            x = -265780.64715413,
                                            speed = 41.666666666667,
                                            y = 721068.49680748,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 1141,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73838248228026,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75126485162122,
                                            x = -265113.84946346,
                                            speed = 41.666666666667,
                                            y = 728577.16040945,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 1141,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.74009065028904,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75189884439835,
                                            x = -253866.89147157,
                                            speed = 41.666666666667,
                                            y = 730263.23284091,
                                        }, -- end of [6]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "CAS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ka-50",
                                        CLSID = "{3457BB1E-523F-4C24-BBEA-58D028623F05}",
                                        unitId = 102,
                                        lat = 0.74009065028904,
                                        skill = "Client",
                                        y = 730263.23284091,
                                        long = 0.75189884439835,
                                        x = -253866.89147157,
                                        name = "Beta #4",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [4]
                                            }, -- end of pylons
                                            fuel = "1450",
                                            flare = 128,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 7,
                                            name = 107,
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [8]
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Russia",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 0,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [27] = 
                                            {
                                                long = 0.74971314981253,
                                                lat = 0.7380758192131,
                                            }, -- end of [27]
                                            [2] = 
                                            {
                                                long = 0.74957140476881,
                                                lat = 0.73765442526987,
                                            }, -- end of [2]
                                            [38] = 
                                            {
                                                long = 0.74981959182923,
                                                lat = 0.73821146714029,
                                            }, -- end of [38]
                                            [3] = 
                                            {
                                                long = 0.74957143299897,
                                                lat = 0.73765477721341,
                                            }, -- end of [3]
                                            [4] = 
                                            {
                                                long = 0.74960151063042,
                                                lat = 0.7376845435121,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                long = 0.74960139774208,
                                                lat = 0.73769247734732,
                                            }, -- end of [5]
                                            [6] = 
                                            {
                                                long = 0.74959086357907,
                                                lat = 0.73770728698067,
                                            }, -- end of [6]
                                            [7] = 
                                            {
                                                long = 0.74959041411098,
                                                lat = 0.737716427138,
                                            }, -- end of [7]
                                            [8] = 
                                            {
                                                long = 0.74959582916954,
                                                lat = 0.73772458266218,
                                            }, -- end of [8]
                                            [10] = 
                                            {
                                                long = 0.74961306503568,
                                                lat = 0.73774331356359,
                                            }, -- end of [10]
                                            [12] = 
                                            {
                                                long = 0.74961021335056,
                                                lat = 0.73777855440521,
                                            }, -- end of [12]
                                            [14] = 
                                            {
                                                long = 0.74963205410109,
                                                lat = 0.73779899985111,
                                            }, -- end of [14]
                                            [16] = 
                                            {
                                                long = 0.74967524837884,
                                                lat = 0.73781820066824,
                                            }, -- end of [16]
                                            [20] = 
                                            {
                                                long = 0.74977254702596,
                                                lat = 0.7379364509808,
                                            }, -- end of [20]
                                            [24] = 
                                            {
                                                long = 0.74975809243566,
                                                lat = 0.73803021760758,
                                            }, -- end of [24]
                                            [28] = 
                                            {
                                                long = 0.7497164985909,
                                                lat = 0.7380882353028,
                                            }, -- end of [28]
                                            [32] = 
                                            {
                                                long = 0.7497945784637,
                                                lat = 0.73815325130799,
                                            }, -- end of [32]
                                            [40] = 
                                            {
                                                long = 0.74971096462973,
                                                lat = 0.73829388189145,
                                            }, -- end of [40]
                                            [33] = 
                                            {
                                                long = 0.74980431520458,
                                                lat = 0.73816330228006,
                                            }, -- end of [33]
                                            [41] = 
                                            {
                                                long = 0.74969033752104,
                                                lat = 0.73832965769469,
                                            }, -- end of [41]
                                            [17] = 
                                            {
                                                long = 0.74971681951237,
                                                lat = 0.73786837566626,
                                            }, -- end of [17]
                                            [21] = 
                                            {
                                                long = 0.74977779504538,
                                                lat = 0.73794752348613,
                                            }, -- end of [21]
                                            [25] = 
                                            {
                                                long = 0.74971864914492,
                                                lat = 0.73806654993065,
                                            }, -- end of [25]
                                            [29] = 
                                            {
                                                long = 0.74972573585305,
                                                lat = 0.73809581990821,
                                            }, -- end of [29]
                                            [34] = 
                                            {
                                                long = 0.74982830664407,
                                                lat = 0.73818190921746,
                                            }, -- end of [34]
                                            [9] = 
                                            {
                                                long = 0.74960987441237,
                                                lat = 0.73773519850824,
                                            }, -- end of [9]
                                            [11] = 
                                            {
                                                long = 0.74960739412653,
                                                lat = 0.73776546412741,
                                            }, -- end of [11]
                                            [13] = 
                                            {
                                                long = 0.74961882373372,
                                                lat = 0.73779019567017,
                                            }, -- end of [13]
                                            [15] = 
                                            {
                                                long = 0.74966228661912,
                                                lat = 0.73780843178016,
                                            }, -- end of [15]
                                            [18] = 
                                            {
                                                long = 0.74973509852688,
                                                lat = 0.73790160662813,
                                            }, -- end of [18]
                                            [22] = 
                                            {
                                                long = 0.74977758701695,
                                                lat = 0.73797609939732,
                                            }, -- end of [22]
                                            [26] = 
                                            {
                                                long = 0.74971864914492,
                                                lat = 0.73806654993065,
                                            }, -- end of [26]
                                            [30] = 
                                            {
                                                long = 0.74977772071804,
                                                lat = 0.73812036687468,
                                            }, -- end of [30]
                                            [36] = 
                                            {
                                                long = 0.74983971186988,
                                                lat = 0.73820044368069,
                                            }, -- end of [36]
                                            [37] = 
                                            {
                                                long = 0.74983971186988,
                                                lat = 0.73820044368069,
                                            }, -- end of [37]
                                            [39] = 
                                            {
                                                long = 0.74972003980703,
                                                lat = 0.73828516195708,
                                            }, -- end of [39]
                                            [35] = 
                                            {
                                                long = 0.74983441326213,
                                                lat = 0.73819039567491,
                                            }, -- end of [35]
                                            [1] = 
                                            {
                                                long = 0.74957140476881,
                                                lat = 0.73765442526987,
                                            }, -- end of [1]
                                            [19] = 
                                            {
                                                long = 0.7497451266155,
                                                lat = 0.73791218152242,
                                            }, -- end of [19]
                                            [23] = 
                                            {
                                                long = 0.74977144921066,
                                                lat = 0.73800127277022,
                                            }, -- end of [23]
                                            [31] = 
                                            {
                                                long = 0.74978525521463,
                                                lat = 0.73812919895028,
                                            }, -- end of [31]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.74969033752104,
                                                lat = 0.73832965769469,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.74967602142113,
                                                lat = 0.7383814345467,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.74968942956847,
                                                lat = 0.73833123239345,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.74969055904518,
                                                lat = 0.73832904914252,
                                            }, -- end of [2]
                                        }, -- end of [3]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 640,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.73765442526987,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74957140476881,
                                            x = -270703.53634104,
                                            speed = 5.5555555555556,
                                            y = 721107.95200921,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 557,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.73832965769469,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74969033752104,
                                            x = -266334.24281611,
                                            speed = 5.5555555555556,
                                            y = 721161.76707632,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 605,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7383814345467,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74967602142113,
                                            x = -266012.21500724,
                                            speed = 5.5555555555556,
                                            y = 721055.95074076,
                                        }, -- end of [3]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 2,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "T-55",
                                        CLSID = "{64066D8C-3785-4baf-A347-C585FE29746E}",
                                        unitId = 6,
                                        lat = 0.73765442526987,
                                        skill = "Average",
                                        long = 0.74957140476881,
                                        x = -270703.53634104,
                                        name = "atac1",
                                        heading = 0.12953897677093,
                                        y = 721107.95200921,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "T-55",
                                        CLSID = "{64066D8C-3785-4baf-A347-C585FE29746E}",
                                        unitId = 12,
                                        lat = 0.73765429298196,
                                        skill = "Average",
                                        long = 0.74957139415771,
                                        x = -270704.38531908,
                                        name = "Unit #5",
                                        heading = -0.37218920120459,
                                        y = 721108.00166007,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "T-55",
                                        CLSID = "{64066D8C-3785-4baf-A347-C585FE29746E}",
                                        unitId = 13,
                                        lat = 0.7376541562735,
                                        skill = "Average",
                                        long = 0.74957138319204,
                                        x = -270705.26266666,
                                        name = "Unit #6",
                                        heading = -0.37218920120459,
                                        y = 721108.05297013,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "T-55",
                                        CLSID = "{64066D8C-3785-4baf-A347-C585FE29746E}",
                                        unitId = 14,
                                        lat = 0.7376526689557,
                                        skill = "Average",
                                        long = 0.74957126389131,
                                        x = -270714.80775754,
                                        name = "Unit #7",
                                        heading = -0.067214087671284,
                                        y = 721108.61119774,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "T-55",
                                        CLSID = "{64066D8C-3785-4baf-A347-C585FE29746E}",
                                        unitId = 15,
                                        lat = 0.7376527515841,
                                        skill = "Average",
                                        long = 0.74957127051909,
                                        x = -270714.27747708,
                                        name = "Unit #8",
                                        heading = 0.12953897677082,
                                        y = 721108.58018519,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Ural-4320-31",
                                        CLSID = "{D61DB6DA-E56D-4439-88A0-37F8615A44C2}",
                                        unitId = 16,
                                        lat = 0.73765523941753,
                                        skill = "Average",
                                        long = 0.74957190002088,
                                        x = -270698.07319566,
                                        name = "TT1",
                                        heading = 0.12953897677082,
                                        y = 721109.68493597,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Ural-4320-31",
                                        CLSID = "{D61DB6DA-E56D-4439-88A0-37F8615A44C2}",
                                        unitId = 19,
                                        lat = 0.73765522822034,
                                        skill = "Average",
                                        long = 0.74957188870697,
                                        x = -270698.15082656,
                                        name = "TT2",
                                        heading = 0.12953897677082,
                                        y = 721109.63975465,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "Tigres",
                                start_time = 82800,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.7497772932942,
                                                lat = 0.73850734776619,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.74977508039398,
                                                lat = 0.73849387011646,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.74977508039398,
                                                lat = 0.73849387011646,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.74975806704622,
                                                lat = 0.7384752509583,
                                            }, -- end of [2]
                                        }, -- end of [3]
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.75031932764775,
                                                lat = 0.73899914629965,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.75031932764775,
                                                lat = 0.73899914629965,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                long = 0.75006910248349,
                                                lat = 0.73888263330646,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                long = 0.75005203744378,
                                                lat = 0.73880355859481,
                                            }, -- end of [8]
                                            [16] = 
                                            {
                                                long = 0.74994705761307,
                                                lat = 0.73876853240126,
                                            }, -- end of [16]
                                            [17] = 
                                            {
                                                long = 0.74991016794403,
                                                lat = 0.7387632987426,
                                            }, -- end of [17]
                                            [9] = 
                                            {
                                                long = 0.75003990854433,
                                                lat = 0.73879050237476,
                                            }, -- end of [9]
                                            [18] = 
                                            {
                                                long = 0.74990031768503,
                                                lat = 0.73875788716332,
                                            }, -- end of [18]
                                            [5] = 
                                            {
                                                long = 0.75006157443103,
                                                lat = 0.73887058504218,
                                            }, -- end of [5]
                                            [10] = 
                                            {
                                                long = 0.75003990854433,
                                                lat = 0.73879050237476,
                                            }, -- end of [10]
                                            [20] = 
                                            {
                                                long = 0.74989016065885,
                                                lat = 0.73873861571224,
                                            }, -- end of [20]
                                            [30] = 
                                            {
                                                long = 0.7497772932942,
                                                lat = 0.73850734776619,
                                            }, -- end of [30]
                                            [21] = 
                                            {
                                                long = 0.74989016065885,
                                                lat = 0.73873861571224,
                                            }, -- end of [21]
                                            [11] = 
                                            {
                                                long = 0.7500273258223,
                                                lat = 0.73877725058682,
                                            }, -- end of [11]
                                            [22] = 
                                            {
                                                long = 0.7499150124885,
                                                lat = 0.73870152059733,
                                            }, -- end of [22]
                                            [3] = 
                                            {
                                                long = 0.75008151123589,
                                                lat = 0.73889213421617,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                long = 0.7500595675216,
                                                lat = 0.73885648152631,
                                            }, -- end of [6]
                                            [12] = 
                                            {
                                                long = 0.75002552578836,
                                                lat = 0.73876862166782,
                                            }, -- end of [12]
                                            [24] = 
                                            {
                                                long = 0.74990424306625,
                                                lat = 0.73864856689121,
                                            }, -- end of [24]
                                            [19] = 
                                            {
                                                long = 0.74989100955036,
                                                lat = 0.73874128714851,
                                            }, -- end of [19]
                                            [25] = 
                                            {
                                                long = 0.74989370849969,
                                                lat = 0.73863089775786,
                                            }, -- end of [25]
                                            [13] = 
                                            {
                                                long = 0.75001928329694,
                                                lat = 0.73876461972348,
                                            }, -- end of [13]
                                            [26] = 
                                            {
                                                long = 0.74988342562558,
                                                lat = 0.73862011060314,
                                            }, -- end of [26]
                                            [27] = 
                                            {
                                                long = 0.74977853473419,
                                                lat = 0.73852708821341,
                                            }, -- end of [27]
                                            [7] = 
                                            {
                                                long = 0.7500595675216,
                                                lat = 0.73885648152631,
                                            }, -- end of [7]
                                            [14] = 
                                            {
                                                long = 0.75001308744014,
                                                lat = 0.73876422264331,
                                            }, -- end of [14]
                                            [28] = 
                                            {
                                                long = 0.74977496414513,
                                                lat = 0.7385172806607,
                                            }, -- end of [28]
                                            [23] = 
                                            {
                                                long = 0.74991551853712,
                                                lat = 0.73869143377542,
                                            }, -- end of [23]
                                            [29] = 
                                            {
                                                long = 0.7497772932942,
                                                lat = 0.73850734776619,
                                            }, -- end of [29]
                                            [15] = 
                                            {
                                                long = 0.74997090827833,
                                                lat = 0.73876957573313,
                                            }, -- end of [15]
                                        }, -- end of [1]
                                        [4] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.74975806704622,
                                                lat = 0.7384752509583,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.74972535495157,
                                                lat = 0.73847283290897,
                                            }, -- end of [2]
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.74972535495157,
                                                lat = 0.73847283290897,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.74972535495157,
                                                lat = 0.73847283290897,
                                            }, -- end of [2]
                                        }, -- end of [5]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 658,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.73899914629965,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75031932764775,
                                            x = -261719.03530014,
                                            speed = 5.5555555555556,
                                            y = 723639.81925615,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 659,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.73850734776619,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7497772932942,
                                            x = -265153.65387189,
                                            speed = 5.5555555555556,
                                            y = 721442.09165582,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 661,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73849387011646,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74977508039398,
                                            x = -265240.77108058,
                                            speed = 5.5555555555556,
                                            y = 721441.55202967,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 661,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7384752509583,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74975806704622,
                                            x = -265368.85879877,
                                            speed = 5.5555555555556,
                                            y = 721374.81587923,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 642,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73847283290897,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74972535495157,
                                            x = -265402.40258496,
                                            speed = 5.5555555555556,
                                            y = 721221.92074671,
                                        }, -- end of [5]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 6,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "T-55",
                                        CLSID = "{64066D8C-3785-4baf-A347-C585FE29746E}",
                                        unitId = 58,
                                        lat = 0.73899914629965,
                                        skill = "Average",
                                        long = 0.75031932764775,
                                        x = -261719.03530014,
                                        name = "atac1 #1",
                                        heading = 3.8254917567925,
                                        y = 723639.81925615,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "T-55",
                                        CLSID = "{64066D8C-3785-4baf-A347-C585FE29746E}",
                                        unitId = 59,
                                        lat = 0.73900084997847,
                                        skill = "Average",
                                        long = 0.7503231146999,
                                        x = -261706.07868821,
                                        name = "Unit #38",
                                        heading = 3.8254917567933,
                                        y = 723656.43452834,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "T-55",
                                        CLSID = "{64066D8C-3785-4baf-A347-C585FE29746E}",
                                        unitId = 60,
                                        lat = 0.73900233673857,
                                        skill = "Average",
                                        long = 0.75032598883504,
                                        x = -261695.0105394,
                                        name = "Unit #39",
                                        heading = 3.8254917567933,
                                        y = 723668.89759653,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "T-55",
                                        CLSID = "{64066D8C-3785-4baf-A347-C585FE29746E}",
                                        unitId = 61,
                                        lat = 0.73900009063039,
                                        skill = "Average",
                                        long = 0.75032142676626,
                                        x = -261711.85359226,
                                        name = "Unit #40",
                                        heading = 3.8254917567933,
                                        y = 723649.0289051,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "T-55",
                                        CLSID = "{64066D8C-3785-4baf-A347-C585FE29746E}",
                                        unitId = 62,
                                        lat = 0.73900123333546,
                                        skill = "Average",
                                        long = 0.75032396685561,
                                        x = -261703.16322584,
                                        name = "Unit #41",
                                        heading = 3.8254917567933,
                                        y = 723660.17326855,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Ural-4320-31",
                                        CLSID = "{D61DB6DA-E56D-4439-88A0-37F8615A44C2}",
                                        unitId = 63,
                                        lat = 0.7390015866696,
                                        skill = "Average",
                                        long = 0.75032475227548,
                                        x = -261700.47608909,
                                        name = "TLL1",
                                        heading = 3.8254917567933,
                                        y = 723663.61921299,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Ural-4320-31",
                                        CLSID = "{D61DB6DA-E56D-4439-88A0-37F8615A44C2}",
                                        unitId = 64,
                                        lat = 0.73900440555413,
                                        skill = "Average",
                                        long = 0.75032937758485,
                                        x = -261679.94777374,
                                        name = "TLL2",
                                        heading = 3.8254917567933,
                                        y = 723683.3527649,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "Lleons",
                                start_time = 82800,
                                task = "Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.74967448573061,
                                                lat = 0.7383814345467,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.74960524490805,
                                                lat = 0.73840980430041,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.74960524490805,
                                                lat = 0.73840980430041,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.74949257713968,
                                                lat = 0.7383551609395,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.74949257713968,
                                                lat = 0.7383551609395,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.74949257713968,
                                                lat = 0.7383551609395,
                                            }, -- end of [2]
                                        }, -- end of [3]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1141,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7383814345467,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74967448573061,
                                            x = -266013.0663206,
                                            speed = 5.5555555555556,
                                            y = 721048.68939501,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 605,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73840980430041,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74960524490805,
                                            x = -265870.65510901,
                                            speed = 5.5555555555556,
                                            y = 720700.40253738,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 528,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7383551609395,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74949257713968,
                                            x = -266281.34441303,
                                            speed = 5.5555555555556,
                                            y = 720207.90011114,
                                        }, -- end of [3]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 7,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 65,
                                        lat = 0.7383814345467,
                                        skill = "Average",
                                        long = 0.74967448573061,
                                        x = -266013.0663206,
                                        name = "Unit #44",
                                        heading = -1.064847995494,
                                        y = 721048.68939501,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 66,
                                        lat = 0.73838111216735,
                                        skill = "Average",
                                        long = 0.74966668523414,
                                        x = -266019.44500463,
                                        name = "Unit #45",
                                        heading = 0,
                                        y = 721012.04296868,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 67,
                                        lat = 0.73837724362246,
                                        skill = "Average",
                                        long = 0.74967456515128,
                                        x = -266039.73025179,
                                        name = "Unit #46",
                                        heading = 0,
                                        y = 721052.15077872,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 68,
                                        lat = 0.7383819987108,
                                        skill = "Average",
                                        long = 0.74968307950224,
                                        x = -266004.70703483,
                                        name = "Unit #47",
                                        heading = 0,
                                        y = 721088.90870634,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 69,
                                        lat = 0.73838627024839,
                                        skill = "Average",
                                        long = 0.74966668711498,
                                        x = -265986.57249856,
                                        name = "Unit #48",
                                        heading = 0,
                                        y = 721008.25387564,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 70,
                                        lat = 0.73838554489178,
                                        skill = "Average",
                                        long = 0.74967457920383,
                                        x = -265986.82006088,
                                        name = "Unit #49",
                                        heading = 0,
                                        y = 721046.10485312,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 71,
                                        lat = 0.73838643143881,
                                        skill = "Average",
                                        long = 0.74968184884229,
                                        x = -265977.14032648,
                                        name = "Unit #50",
                                        heading = 0,
                                        y = 721079.82576839,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 72,
                                        lat = 0.73837547054394,
                                        skill = "Average",
                                        long = 0.74966703728339,
                                        x = -266055.20283178,
                                        name = "Unit #51",
                                        heading = -1.064847995494,
                                        y = 721017.86162249,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 73,
                                        lat = 0.73837547054394,
                                        skill = "Average",
                                        long = 0.74968431628017,
                                        x = -266045.62418248,
                                        name = "Unit #52",
                                        heading = 0,
                                        y = 721099.56348122,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 74,
                                        lat = 0.73837925848789,
                                        skill = "Average",
                                        long = 0.74968761542079,
                                        x = -266019.6554548,
                                        name = "Unit #53",
                                        heading = -1.0648479955555,
                                        y = 721112.37397897,
                                    }, -- end of [10]
                                }, -- end of units
                                name = "Lleonets",
                                start_time = 82800,
                                task = "Nothing",
                            }, -- end of [3]
                            [4] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.74968039228411,
                                                lat = 0.7385173258688,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.74963677298186,
                                                lat = 0.73848548742611,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.74963677298186,
                                                lat = 0.73848548742611,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.74969735019782,
                                                lat = 0.73842729397381,
                                            }, -- end of [2]
                                        }, -- end of [3]
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.74972426665819,
                                                lat = 0.73847283290897,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.74968039228411,
                                                lat = 0.7385173258688,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [4] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.74969735019782,
                                                lat = 0.73842729397381,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.74976279839941,
                                                lat = 0.7384367240054,
                                            }, -- end of [2]
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.74976279839941,
                                                lat = 0.7384367240054,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.74976279839941,
                                                lat = 0.7384367240054,
                                            }, -- end of [2]
                                        }, -- end of [5]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 640,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73847283290897,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74972426665819,
                                            x = -265403.00588275,
                                            speed = 5.5555555555556,
                                            y = 721216.77486972,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 640,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7385173258688,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74968039228411,
                                            x = -265143.78261822,
                                            speed = 5.5555555555556,
                                            y = 720976.55870532,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 597,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73848548742611,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74963677298186,
                                            x = -265370.86337559,
                                            speed = 5.5555555555556,
                                            y = 720793.7527833,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 640,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73842729397381,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74969735019782,
                                            x = -265708.13800034,
                                            speed = 5.5555555555556,
                                            y = 721123.03443573,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 640,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7384367240054,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74976279839941,
                                            x = -265611.76086121,
                                            speed = 5.5555555555556,
                                            y = 721425.55564613,
                                        }, -- end of [5]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 8,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 75,
                                        lat = 0.73847283290897,
                                        skill = "Average",
                                        long = 0.74972426665819,
                                        x = -265403.00588275,
                                        name = "Unit #54",
                                        heading = -0.63004184760071,
                                        y = 721216.77486972,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 76,
                                        lat = 0.73847251052961,
                                        skill = "Average",
                                        long = 0.74971646616172,
                                        x = -265409.38456684,
                                        name = "Unit #55",
                                        heading = 0,
                                        y = 721180.12844339,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 77,
                                        lat = 0.73846864198472,
                                        skill = "Average",
                                        long = 0.74972434607886,
                                        x = -265429.66981401,
                                        name = "Unit #56",
                                        heading = 0,
                                        y = 721220.23625344,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 78,
                                        lat = 0.73847339707306,
                                        skill = "Average",
                                        long = 0.74973286042982,
                                        x = -265394.64659705,
                                        name = "Unit #57",
                                        heading = 0,
                                        y = 721256.99418106,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 79,
                                        lat = 0.73847766861065,
                                        skill = "Average",
                                        long = 0.74971646804256,
                                        x = -265376.51206077,
                                        name = "Unit #58",
                                        heading = 0,
                                        y = 721176.33935036,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 80,
                                        lat = 0.73847694325404,
                                        skill = "Average",
                                        long = 0.74972436013141,
                                        x = -265376.7596231,
                                        name = "Unit #59",
                                        heading = 0,
                                        y = 721214.19032784,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 81,
                                        lat = 0.73847782980107,
                                        skill = "Average",
                                        long = 0.74973162976987,
                                        x = -265367.07988869,
                                        name = "Unit #60",
                                        heading = 0,
                                        y = 721247.91124311,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 82,
                                        lat = 0.7384668689062,
                                        skill = "Average",
                                        long = 0.74971681821096,
                                        x = -265445.142394,
                                        name = "Unit #61",
                                        heading = 0,
                                        y = 721185.94709716,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 83,
                                        lat = 0.7384668689062,
                                        skill = "Average",
                                        long = 0.74973409720775,
                                        x = -265435.5637447,
                                        name = "Unit #62",
                                        heading = 0,
                                        y = 721267.64895594,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 84,
                                        lat = 0.73847065685015,
                                        skill = "Average",
                                        long = 0.74973739634836,
                                        x = -265409.59501702,
                                        name = "Unit #63",
                                        heading = -0.63004184760071,
                                        y = 721280.45945364,
                                    }, -- end of [10]
                                }, -- end of units
                                name = "Tigrets",
                                start_time = 82800,
                                task = "Nothing",
                            }, -- end of [4]
                            [5] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1140,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74009500920675,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75187404366108,
                                            x = -253853.22367001,
                                            speed = 5.5555555555556,
                                            y = 730142.97482711,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 14,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZiL-131 APA-80",
                                        CLSID = "{A207B91F-77F0-4647-8D74-88A9D3851EAD}",
                                        unitId = 93,
                                        lat = 0.74009500920675,
                                        skill = "Average",
                                        long = 0.75187404366108,
                                        x = -253853.22367001,
                                        name = "Unit #9",
                                        heading = 4.7123889803847,
                                        y = 730142.97482711,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "electricitat",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [5]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                heading = 0,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74008726003172,
                                            long = 0.7518502872157,
                                            x = -253916.12448699,
                                            name = "",
                                            speed = 0,
                                            y = 730036.81938891,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 9,
                                lat = 0.74008726003172,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "FARP",
                                        CLSID = "{24FC9197-F225-4f2a-8A31-BD51DC7BDAB6}",
                                        unitId = 85,
                                        lat = 0.74008726003172,
                                        long = 0.7518502872157,
                                        x = -253916.12448699,
                                        name = "farp alfa",
                                        category = "Heliports",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 2,
                                        y = 730036.81938891,
                                        heading = 0,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.7518502872157,
                                name = "farp alfa",
                                dead = false,
                            }, -- end of [1]
                            [2] = 
                            {
                                heading = 0,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74009065028904,
                                            long = 0.75189884439835,
                                            x = -253866.89147157,
                                            name = "",
                                            speed = 0,
                                            y = 730263.23284091,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 10,
                                lat = 0.74009065028904,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "FARP",
                                        CLSID = "{24FC9197-F225-4f2a-8A31-BD51DC7BDAB6}",
                                        unitId = 86,
                                        lat = 0.74009065028904,
                                        long = 0.75189884439835,
                                        x = -253866.89147157,
                                        name = "New Static Object #001",
                                        category = "Heliports",
                                        heliport_frequency = "127.6",
                                        heliport_callsign_id = 6,
                                        y = 730263.23284091,
                                        heading = 0,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.75189884439835,
                                name = "New Static Object #001",
                                dead = false,
                            }, -- end of [2]
                            [3] = 
                            {
                                heading = 3.2003484763055,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74008895515907,
                                            long = 0.75187440037229,
                                            x = -253891.60211472,
                                            name = "",
                                            speed = 0,
                                            y = 730149.24596794,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 13,
                                lat = 0.74008895515907,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "kp_ug",
                                        type = "FARP CP Blindage",
                                        CLSID = "{a947d0fd-9268-4851-a885-cb59aebe9bbc}",
                                        unitId = 92,
                                        lat = 0.74008895515907,
                                        long = 0.75187440037229,
                                        x = -253891.60211472,
                                        name = "radio",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 730149.24596794,
                                        heading = 3.2003484763055,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.75187440037229,
                                name = "radio",
                                dead = false,
                            }, -- end of [3]
                            [4] = 
                            {
                                heading = 3.2003484763055,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74008160962616,
                                            long = 0.75187525553116,
                                            x = -253937.92737129,
                                            name = "",
                                            speed = 0,
                                            y = 730158.84660938,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 15,
                                lat = 0.74008160962616,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "GSM Rus",
                                        type = "FARP Fuel Depot",
                                        CLSID = "{3441baf3-7ff7-4d76-ab9e-77f768b7813f}",
                                        unitId = 94,
                                        lat = 0.74008160962616,
                                        long = 0.75187525553116,
                                        x = -253937.92737129,
                                        name = "combustible",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 730158.84660938,
                                        heading = 3.2003484763055,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.75187525553116,
                                name = "combustible",
                                dead = false,
                            }, -- end of [4]
                            [5] = 
                            {
                                heading = 3.2003484763055,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74008524202639,
                                            long = 0.75187468438241,
                                            x = -253915.10367636,
                                            name = "",
                                            speed = 0,
                                            y = 730153.39985012,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 16,
                                lat = 0.74008524202639,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "SetkaKP",
                                        type = "FARP Ammo Dump Coating",
                                        CLSID = "{7c9d05ea-0b54-4d5c-9d6f-fa2cde39e349}",
                                        unitId = 95,
                                        lat = 0.74008524202639,
                                        long = 0.75187468438241,
                                        x = -253915.10367636,
                                        name = "armes",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 730153.39985012,
                                        heading = 3.2003484763055,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.75187468438241,
                                name = "armes",
                                dead = false,
                            }, -- end of [5]
                            [6] = 
                            {
                                heading = 3.2003484763055,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74009210325968,
                                            long = 0.75187396244031,
                                            x = -253871.78898167,
                                            name = "",
                                            speed = 0,
                                            y = 730144.79452515,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 17,
                                lat = 0.74009210325968,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "PalatkaB",
                                        type = "FARP Tent",
                                        CLSID = "{80c39fb0-854f-461b-bc4b-b2b51d0c4139}",
                                        unitId = 96,
                                        lat = 0.74009210325968,
                                        long = 0.75187396244031,
                                        x = -253871.78898167,
                                        name = "reparacio",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 730144.79452515,
                                        heading = 3.2003484763055,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.75187396244031,
                                name = "reparacio",
                                dead = false,
                            }, -- end of [6]
                        }, -- end of group
                    }, -- end of static
                }, -- end of [1]
            }, -- end of country
        }, -- end of red
    }, -- end of coalition
    version = 2,
    trigfuncStartup = 
    {
    }, -- end of trigfuncStartup
    currentKey = 11112,
    start_time = 21600,
    forcedOptions = 
    {
    }, -- end of forcedOptions
    failures = 
    {
        hydro_common = 
        {
            hh = 0,
            prob = 100,
            label = "HYD COMMON",
            enable = false,
            mmint = 1,
            id = "hydro_common",
            mm = 0,
        }, -- end of hydro_common
        asc_a = 
        {
            hh = 0,
            prob = 100,
            label = "ASC ALT",
            enable = false,
            mmint = 1,
            id = "asc_a",
            mm = 0,
        }, -- end of asc_a
        asc_p = 
        {
            hh = 0,
            prob = 100,
            label = "ASC PITCH",
            enable = false,
            mmint = 1,
            id = "asc_p",
            mm = 0,
        }, -- end of asc_p
        hydro_main = 
        {
            hh = 0,
            prob = 100,
            label = "HYDRO MAIN",
            enable = false,
            mmint = 1,
            id = "hydro_main",
            mm = 0,
        }, -- end of hydro_main
        r_engine = 
        {
            hh = 0,
            prob = 100,
            label = "R-ENGINE",
            enable = false,
            mmint = 1,
            id = "r_engine",
            mm = 0,
        }, -- end of r_engine
        asc_r = 
        {
            hh = 0,
            prob = 100,
            label = "ASC ROLL",
            enable = false,
            mmint = 1,
            id = "asc_r",
            mm = 0,
        }, -- end of asc_r
        l_engine = 
        {
            hh = 0,
            prob = 100,
            label = "L-ENGINE",
            enable = false,
            mmint = 1,
            id = "l_engine",
            mm = 0,
        }, -- end of l_engine
        asc_y = 
        {
            hh = 0,
            prob = 100,
            label = "ASC YAW",
            enable = false,
            mmint = 1,
            id = "asc_y",
            mm = 0,
        }, -- end of asc_y
    }, -- end of failures
} -- end of mission
