sreVadmiral\admiral.hC_ndescription.extC_zhull3\briefing\blufor.sqfC_hull3\briefing\civilian.sqfC_hull3\briefing\indfor.sqfC_hull3\briefing\opfor.sqfC_hull3\hull3.hC_hull3\LICENSEC_8init.sqfC_Pmission.sqmC_class Admiral { isEnabled = 1; class Camp { defaultUnitTemplate = "GM_GDR_80_WD"; defaultZoneTemplate = "Camp"; }; class Patrol { defaultUnitTemplate = "GM_GDR_80_WD"; defaultZoneTemplate = "Patrol"; }; class Cqc { defaultUnitTemplate = "GM_GDR_80_WD"; defaultZoneTemplate = "Cqc"; }; };#include "admiral\admiral.h" #include "hull3\hull3.h" enableDebugConsole = 1; disableChannels[]={{2,true,true},{4,true,true},{6,true,true}}; onLoadName = "viking raid"; onLoadMission = "Made with Hull3"; author = "dancemoox"; loadScreen = "x\ark\addons\hull3\resources\hull3_logo.paa"; class Header { gameType = Coop; minPlayers = 1; maxPlayers = 53; }; respawn = 0; respawndelay = 3; respawnTemplates[] = {"Hull3_RespawnHandler"}; class Params { class Hull3_Date { title = "Moon Phase"; values[] = {0,1}; texts[] = {"New Moon", "Full Moon"}; default = 1; code = "hull3_mission_date = %1"; }; class Hull3_TimeOfDay { title = "Time of Day"; values[] = {0,1,2,3,4,5,6,7}; texts[] = {"Dawn", "Early Morning", "Morning", "Noon", "Afternoon", "Evening", "Dusk", "Night"}; default = 0; code = "hull3_mission_timeOfDay = %1"; }; class Hull3_Fog { title = "Fog"; values[] = {0,1,2}; texts[] = {"None", "Light", "Heavy"}; default = 0; code = "hull3_mission_fog = %1"; }; class Hull3_Weather { title = "Weather"; values[] = {0,1,2,3,4,5,6,7,8,9}; texts[] = {"Random", "Clear (Calm)", "Clear (Light Winds)", "Clear (Strong Winds)", "Overcast (Calm)", "Overcast (Light Winds)", "Overcast (Strong Winds)", "Rain (Light Winds)", "Rain (Strong Winds)", "Storm"}; default = 1; code = "hull3_mission_weather = %1"; }; class Hull3_SafetyTimer { title = "Safety Timer"; values[] = {9999,0}; texts[] = {"On", "Off"}; default = 9999; code = "hull3_mission_safetyTimerEnd = %1"; }; }; class CfgDebriefingSections { class acex_killTracker { title = "Acex Killed Events"; variable = "acex_killTracker_outputText"; }; }; allowProfileGlasses = 0; // BLUFOR Notes // Situation player createDiaryRecord ["Diary", ["Situation","
This is a raid across the border into East Germany.

ENEMY FORCES
East German NVA regulars.

FRIENDLY FORCES
Additional Danish forces are gearing up in Saalsdorf. "]]; // Mission player createDiaryRecord ["Diary", ["Mission","
Cross the internal border and assault the following objectives:

Seggerde destroying the garrison and the artillery base located in the village.

Klinze destroying the garrison and the anti air emplacement located in the village.

Once both objectives have been completed extract back west behind the internal border. "]]; // Execution player createDiaryRecord ["Diary", ["Execution","
COMMANDER'S INTENT
Undertake objectives in the given order.

MOVEMENT PLAN
Each squad have an attached M113 that can provide organic movement and support.

FIRE SUPPORT PLAN
We have an attached Leopard for fire support in addition to our M113s.

SPECIAL TASKS
This is a raid, cause as much damage to East German equipment as possible. "]]; // Credits player createDiaryRecord ["Diary", ["Credits", "
Made by dancemoox "]]; // CIVFOR Notes // Situation player createDiaryRecord ["Diary", ["Situation","
*** Insert general information about the situation here.***

ENEMY FORCES
*** Insert information about enemy forces here.***

FRIENDLY FORCES
*** Insert information about friendly forces here.*** "]]; // Mission player createDiaryRecord ["Diary", ["Mission","
*** Insert the mission here. *** "]]; // Execution player createDiaryRecord ["Diary", ["Execution","
COMMANDER'S INTENT
*** Insert very short summary of plan here. ***

MOVEMENT PLAN
*** Insert movement instructions here. ***

FIRE SUPPORT PLAN
*** Insert fire support instructions here. ***

SPECIAL TASKS
*** Insert instructions for specific units here. *** "]]; // Administration player createDiaryRecord ["Diary", ["Administration","
*** Insert information on administration and logistics here. *** "]]; // Credits player createDiaryRecord ["Diary", ["Credits", "
Made by "]]; // INDFOR Notes // Situation player createDiaryRecord ["Diary", ["Situation","
*** Insert general information about the situation here.***

ENEMY FORCES
*** Insert information about enemy forces here.***

FRIENDLY FORCES
*** Insert information about friendly forces here.*** "]]; // Mission player createDiaryRecord ["Diary", ["Mission","
*** Insert the mission here. *** "]]; // Execution player createDiaryRecord ["Diary", ["Execution","
COMMANDER'S INTENT
*** Insert very short summary of plan here. ***

MOVEMENT PLAN
*** Insert movement instructions here. ***

FIRE SUPPORT PLAN
*** Insert fire support instructions here. ***

SPECIAL TASKS
*** Insert instructions for specific units here. *** "]]; // Administration player createDiaryRecord ["Diary", ["Administration","
*** Insert information on administration and logistics here. *** "]]; // Credits player createDiaryRecord ["Diary", ["Credits", "
Made by "]]; // OPFOR Notes // Situation player createDiaryRecord ["Diary", ["Situation","
*** Insert general information about the situation here.***

ENEMY FORCES
*** Insert information about enemy forces here.***

FRIENDLY FORCES
*** Insert information about friendly forces here.*** "]]; // Mission player createDiaryRecord ["Diary", ["Mission","
*** Insert the mission here. *** "]]; // Execution player createDiaryRecord ["Diary", ["Execution","
COMMANDER'S INTENT
*** Insert very short summary of plan here. ***

MOVEMENT PLAN
*** Insert movement instructions here. ***

FIRE SUPPORT PLAN
*** Insert fire support instructions here. ***

SPECIAL TASKS
*** Insert instructions for specific units here. *** "]]; // Administration player createDiaryRecord ["Diary", ["Administration","
*** Insert information on administration and logistics here. *** "]]; // Credits player createDiaryRecord ["Diary", ["Credits", "
Made by "]]; class Hull3 { isEnabled = 1; class Briefing { blufor = "hull3\briefing\blufor.sqf"; opfor = "hull3\briefing\opfor.sqf"; indfor = "hull3\briefing\indfor.sqf"; civilian = "hull3\briefing\civilian.sqf"; }; class Faction { class GM_DNK_80_WD { gear = "M75_DNK"; uniform = "GM_DNK_80_WD"; }; }; };The MIT License (MIT) Copyright (c) 2014 László Major Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.ark_fnc_cleanUpAI = { params ["_trigger"]; private _side = [adm_camp_defaultUnitTemplate] call adm_common_fnc_getUnitTemplateSide; { if ((side _x == _side) && (!isPlayer _x) && (_x inArea _trigger)) then { if (isNull objectParent _x) then { deleteVehicle _x; } else { private _vehicle = objectParent _x; {_vehicle deleteVehicleCrew _x} forEach crew _vehicle; deleteVehicle _vehicle; }; }; } forEach allUnits; };raP version6EditorDatasourceNameark_co52_viking_raidaddonsA3_Characters_Face_explosivesgm_vehicles_land_tracked_leopard1_dk_army_leopard1gm_vehicles_land_tracked_m113_dk_army_m113gm_vehicles_land_wheeled_u1300l_dk_army_u1300lgm_coreA3_Modules_Fark_ace_rearmark_ai_sentryark_clear_cargoadmiralgm_characters_gc_charactersgm_vehicles_air_helicopters_mi2_gc_airforce_mi2gm_vehicles_land_wheeled_p601_gc_bgs_p601gm_vehicles_land_wheeled_p601_gc_army_p601gm_vehicles_land_wheeled_brdm2_gc_army_brdm2gm_vehicles_land_wheeled_btr60_gc_army_btr60gm_vehicles_land_wheeled_ural4320_gc_army_ural4320gm_vehicles_land_wheeled_ural375d_gc_army_ural375dCUP_WarfareBuildingsCUP_StandaloneTerrains_Core_FactionA3_Structures_F_Mil_BagBunkerCUP_Creatures_StaticWeaponsCUP_Misc3_Configark_rotorgm_vehicles_land_tracked_zsu234_gc_army_zsu234A3_Ui_FAddonsMetaData7randomSeedScenarioDataCustomAttributesMission moveGridStep?angleGridStep >scaleGridStep?autoGroupingDist AtogglesItemIDProviderMarkerIDProviderLayerIndexProviderCamera7nextID9nextIDnextIDposUMFB>QFdirGG$#Jup -DN?֖aside1zK>7ListGitemsItem0Item1Item2Item3<Item4Item5 Item6 Item7{ Item8 Item9Q Item10 Item11 Item12 Item137 Item14 Item15Item167Item17Item18Item19YItem20Item21Item22Item23Item24Item25}Item26/classNameA3_Characters_FnameArma 3 Alpha - Characters and ClothingauthorBohemia Interactiveurlhttps://www.arma3.comclassNameace_explosivesnameACE3 - ExplosivesauthorACE-Teamurlhttp://ace3mod.com/classNamegm_vehicles_land_tracked_leopard1_dk_army_leopard1namegm_vehicles_land_tracked_leopard1_dk_army_leopard1authorGlobal Mobilizationurlglobal-mobilization.com<classNamegm_vehicles_land_tracked_m113_dk_army_m113namegm_vehicles_land_tracked_m113_dk_army_m113authorGlobal Mobilizationurlglobal-mobilization.comclassNamegm_vehicles_land_wheeled_u1300l_dk_army_u1300lnamegm_vehicles_land_wheeled_u1300l_dk_army_u1300lauthorGlobal Mobilizationurlglobal-mobilization.com classNamegm_corenamegm_coreauthorGlobal Mobilizationurlglobal-mobilization.com classNameA3_Modules_FnameArma 3 Alpha - Scripted ModulesauthorBohemia Interactiveurlhttps://www.arma3.com{ classNameark_ace_rearmnameARK Inhouse - ACE RearmauthorARKurlhttp://www.ark-group.org classNameark_ai_sentrynameARK Inhouse - AI SentryauthorARKurlhttp://www.ark-group.orgQ classNameark_clear_cargonameARK Inhouse - Clear CargoauthorARKurlhttp://www.ark-group.org classNameAdmiralnameadmiralauthorKami classNamegm_characters_gc_charactersnamegm_characters_gc_charactersauthorGlobal Mobilizationurlglobal-mobilization.com classNamegm_vehicles_air_helicopters_mi2_gc_airforce_mi2namegm_vehicles_air_helicopters_mi2_gc_airforce_mi2authorGlobal Mobilizationurlglobal-mobilization.com7 classNamegm_vehicles_land_wheeled_p601_gc_bgs_p601namegm_vehicles_land_wheeled_p601_gc_bgs_p601authorGlobal Mobilizationurlglobal-mobilization.com classNamegm_vehicles_land_wheeled_p601_gc_army_p601namegm_vehicles_land_wheeled_p601_gc_army_p601authorGlobal Mobilizationurlglobal-mobilization.comclassNamegm_vehicles_land_wheeled_brdm2_gc_army_brdm2namegm_vehicles_land_wheeled_brdm2_gc_army_brdm2authorGlobal Mobilizationurlglobal-mobilization.com7classNamegm_vehicles_land_wheeled_btr60_gc_army_btr60namegm_vehicles_land_wheeled_btr60_gc_army_btr60authorGlobal Mobilizationurlglobal-mobilization.comclassNamegm_vehicles_land_wheeled_ural4320_gc_army_ural4320namegm_vehicles_land_wheeled_ural4320_gc_army_ural4320authorGlobal Mobilizationurlglobal-mobilization.comclassNamegm_vehicles_land_wheeled_ural375d_gc_army_ural375dnamegm_vehicles_land_wheeled_ural375d_gc_army_ural375dauthorGlobal Mobilizationurlglobal-mobilization.comYclassNameCUP_WarfareBuildingsnameCUP_WarfareBuildingsclassNameCUP_StandaloneTerrains_Core_FactionnameCUP_StandaloneTerrains_Core_FactionclassNameA3_Structures_F_MilnameArma 3 - Military Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.comclassNameCUP_Creatures_StaticWeaponsnameCUP_Creatures_StaticWeaponsclassNameCUP_Misc3_ConfignameCUP_Misc3_ConfigclassNameark_rotornameARK Inhouse - RotorauthorARKurlhttp://www.ark-group.org}classNamegm_vehicles_land_tracked_zsu234_gc_army_zsu234namegm_vehicles_land_tracked_zsu234_gc_army_zsu234authorGlobal Mobilizationurlglobal-mobilization.com/classNameA3_Ui_FnameArma 3 - User InterfaceauthorBohemia Interactiveurlhttps://www.arma3.comauthordancemooxHeadergameTypeCoopminPlayersmaxPlayers4Category0nameMultiplayerAttribute0^Attribute1;nAttributespropertyRespawnTemplatesexpressiontrueValue;data;typevalue;typeARRAYitemsItem0;data ;type&valueNone;typeSTRING;propertyRespawnButtonexpressiontrueValuewdatatypevalue?typeSCALARIntelEntitiesvConnections~briefingNameark_co52_viking_raidoverviewTextDanes cross the border to do a little pillagingtimeOfChangesFstartWeather>startWind=startWaves=forecastWeather>forecastWind=forecastWaves=forecastLightnings=wavesForcedwindForcedyearmonthday hour minutestartFogDecayT<forecastFogDecayTItem1Item2MItem3!dataTypeObjectPositionInfosideWestflagsAttributesidtypeB_officer_Fposition6MFBPFangles4<I@<skill?rankCAPTAINinit [this, ["faction", "GM_DNK_80_WD"], ["gear", "CO"], ["marker", "CO", "ColorYellow"]] call hull3_unit_fnc_init;descriptionDanish Army - Commanding Officer@COisPlayerisPlayabledataTypeObjectPositionInfo:sideWestflagsAttributesridtypeB_medic_FMposition,MF8sBPFangles4<I@BPFangles4<I@u<skill?rankCORPORALinitcall{ [this, ["faction", "GM_DNK_80_WD"], ["gear", "VD"]] call hull3_unit_fnc_init;}descriptionDanish Army - Platoon Driver (M113A1 DK)@COisPlayableb Attribute0 Attribute1+!nAttributes!propertyspeakerexpression_this setspeaker _value;Value +!data +!type!valueMale11ENG+!typeSTRING+!propertypitchexpression_this setpitch _value;Valueq!!data!!type!valueHz?!typeSCALAR!formationDIAMOND!dataTypeGroupsideWestEntities"Attributes\%idv%itemsItem0>"Item1#\%dataTypeObjectPositionInfo"sideWestflagsAttributes"idtypeB_Soldier_SL_F#positionLFmşBPFanglesH<?<"skill?rankSERGEANTinit [this, ["faction", "GM_DNK_80_WD"], ["gear", "SL"], ["marker", "ASL", "ColorRed"]] call hull3_unit_fnc_init;descriptionDanish Army - Alpha Squad Leader@Alpha SLisPlayable#dataTypeObjectPositionInfoC$sideWestflagsAttributes{$idtypeB_medic_FatlOffset7\%position8LFğBzPFangles4<?"<{$skill?rankCORPORALinit [this, ["faction", "GM_DNK_80_WD"], ["gear", "Medic"], ["marker", "AM", "ColorRed"]] call hull3_unit_fnc_init;descriptionDanish Army - Alpha Squad Medic@Alpha SLisPlayable\%formationDIAMONDv%dataTypeGroupsideWestEntities%Attributes+id +itemsItem0%Item1'Item2 )Item3*+dataTypeObjectPositionInfoo&sideWestflagsAttributes&id typeB_Soldier_TL_F'positionLF,BPFangles<#8@"<&skill?rankCORPORALinit [this, ["faction", "GM_DNK_80_WD"], ["gear", "FTL"], ["marker", "A1", "ColorRed"]] call hull3_unit_fnc_init;descriptionDanish Army - Alpha 1 Fireteam Leader@Alpha 1isPlayable'dataTypeObjectPositionInfo (sideWestflagsAttributesD(id typeB_soldier_AR_FatlOffset )positionwLFBPFangles<#8@"sideWestflagsAttributes>idvtypeB_Soldier_TL_FatlOffset7}?positionLF=yB%PFangles4<c8@Q=>skill?rankCORPORALinit [this, ["faction", "GM_DNK_80_WD"], ["gear", "FTL"], ["marker", "B1", "ColorBlue"]] call hull3_unit_fnc_init;descriptionDanish Army - Bravo 1 Fireteam Leader@Bravo 1isPlayable}?dataTypeObjectPositionInfo?sideWestflagsAttributes6@idwtypeB_soldier_AR_FatlOffset7@positionLF4BPFangles<c8@"<6@skill?rankCORPORALinit [this, ["faction", "GM_DNK_80_WD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionDanish Army - Bravo 1 Machine Gunner@Bravo 1isPlayable@dataTypeObjectPositionInfojAsideWestflagsAttributesAidxtypeB_Soldier_A_FaBpositionLFsB(PFanglesH<c8@Q=Askill?init [this, ["faction", "GM_DNK_80_WD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionDanish Army - Bravo 1 Assistant Machine Gunner@Bravo 1isPlayableaBdataTypeObjectPositionInfoBsideWestflagsAttributes CidytypeB_soldier_LAT_FCposition˳LF+BIPFanglesH<c8@Q= Cskill?init[this, ["faction", "GM_DNK_80_WD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionDanish Army - Bravo 1 Rifleman (AT)@Bravo 1isPlayableCformationDIAMONDCdataTypeGroupsideWestEntities"DAttributes/JidzIJitemsItem0`DItem1EItem2[GItem3H/JdataTypeObjectPositionInfoDsideWestflagsAttributes Eid{typeB_Soldier_TL_FEpositionTLFBPFanglesH<c8@Q= Eskill?rankCORPORALinit [this, ["faction", "GM_DNK_80_WD"], ["gear", "FTL"], ["marker", "B2", "ColorBlue"]] call hull3_unit_fnc_init;descriptionDanish Army - Bravo 2 Fireteam Leader@Bravo 2isPlayableEdataTypeObjectPositionInfo_FsideWestflagsAttributesFid|typeB_soldier_AR_F[GpositionLF͞BvPFangles<c8@"LFÞBPFanglesH<c8@<|Iskill?init[this, ["faction", "GM_DNK_80_WD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionDanish Army - Bravo 2 Rifleman (AT)@Bravo 2isPlayable/JformationDIAMONDIJdataTypeGroupsideWestEntitiesJAttributesPidPitemsItem0JItem1MPdataTypeObjectPositionInfozskill?rankSERGEANTinitcall{ [this, ["faction", "GM_DNK_80_WD"], ["gear", "VC"], ["marker", "TNK2", "ColorOrange"]] call hull3_unit_fnc_init;}descriptionDanish Army - Tank 2 Commander (Leopard 1A3 DK) [JIP Replacement]@Tank 1isPlayable{Attribute0|Attribute1|nAttributes-}propertyspeakerexpression_this setspeaker _value;Value_||datao||type|valueMale12ENG|typeSTRING|propertypitchexpression_this setpitch _value;Value|-}data|-}type}valueQx?-}typeSCALAR-}dataTypeObjectPositionInfo}sideWestflagsAttributes}idtypeB_crew_FCustomAttributes~positionKF0DBSFangles_V>}skill?init [this, ["faction", "GM_DNK_80_WD"], ["gear", "VD"]] call hull3_unit_fnc_init;descriptionDanish Army - Tank 2 Driver [JIP Replacement]@Tank 2isPlayable~Attribute0~Attribute1knAttributespropertyspeakerexpression_this setspeaker _value;Value$kdata4ktypeVvalueMale10ENGktypeSTRINGkpropertypitchexpression_this setpitch _value;ValuedatatypevalueHz?typeSCALARdataTypeObjectPositionInfossideWestflagsAttributesidtypeB_crew_FCustomAttributesgpositionJF0DB "SFangles_V>skill?init [this, ["faction", "GM_DNK_80_WD"], ["gear", "VG"]] call hull3_unit_fnc_init;descriptionDanish Army - Tank 2 Gunner [JIP Replacement]@Tank 2isPlayablegAttribute0Attribute10nAttributespropertyspeakerexpression_this setspeaker _value;Value0data0typevalueMale07ENG0typeSTRING0propertypitchexpression_this setpitch _value;ValuevdatatypevalueHz?typeSCALARdataTypeObjectPositionInfo8sideWestflagsAttributespidtypeB_crew_FCustomAttributes,|positionJF0DB/SFangles_V>pskill?init [this, ["faction", "GM_DNK_80_WD"], ["gear", "VG"]] call hull3_unit_fnc_init;descriptionDanish Army - Tank 2 Loader [JIP Replacement]@Tank 2isPlayable,Attribute0dAttribute1nAttributes|propertyspeakerexpression_this setspeaker _value;ValuedatatypevalueMale05ENGtypeSTRINGpropertypitchexpression_this setpitch _value;Value;|dataK|typegvalueQx?|typeSCALAR|formationDIAMONDdataTypeLayernamePlayer BitsEntitiesidatlOffset'?p items Item0sItem1Item2[Item3Item4Item5SItem67Item71Item8pFItem9'[Item10op dataTypeObjectPositionInfosideEmptyflagsAttributesJidtypegm_dk_army_Leopard1a3atlOffsetCustomAttributespositionLF ]BPFangles4<G@uskill?lockUNLOCKEDinitcall{ [this, ["faction", "GM_DNK_80_WD"], ["gear", "Truck"]] call hull3_unit_fnc_init;}texturesgm_dk_wdlTAttribute0rAttribute1]Attribute2HAttribute33Attribute4Attribute5Attribute6Attribute7̤Attribute8Attribute9Attribute10Attribute11uAttribute12]Attribute13Attribute14Attribute15rnAttributes[propertygm_vehicleMarkings_tacticalNumber_Number_attributeexpression[_this,_value,2,0] spawn gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value]data-]typeHvalue-1]typeSTRING]propertygm_vehicleMarkings_Insignias_MissionLarge_attributeexpression[_this,_value,3,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueHdataHtype3value-1HtypeSTRINGHpropertygm_vehicleMarkings_Insignias_MissionSmall_attributeexpression[_this,_value,3,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value3data3typevalue-13typeSTRING3propertygm_vehicleMarkings_Insignias_Marking_attributeexpression[_this,_value,3,2] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value١datatypevalue-1typeSTRINGpropertygm_vehicleMarkings_tacticalSign_Icon_attributeexpression[_this,_value,1,2] spawn gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValuedataТtypevalue-1typeSTRINGpropertygm_vehicleMarkings_Insignias_Platoon_attributeexpression[_this,_value,3,5] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuedatatypeѣvalue-1typeSTRINGpropertygm_vehicleMarkings_Insignias_Company_attributeexpression[_this,_value,3,4] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value̤data̤typevalue-1̤typeSTRING̤propertygm_vehicleMarkings_tacticalSign_PreIcon_attributeexpression[_this,_value,1,0] spawn gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuevdatatypevalue-1typeSTRINGpropertygm_vehicleMarkings_Insignias_nation_attributeexpression[_this,_value,5,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value[dataktypevalue-1typeSTRINGpropertygm_vehicleMarkings_tacticalSign_PostIcon_attributeexpression[_this,_value,1,3] spawn gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueFdataVtypeqvalue-1typeSTRINGpropertygm_vehicleMarkings_tacticalNumber_Numberfont_attributeexpression[_this,_value,2,1] spawn gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value5udataEutype`value-1utypeSTRINGupropertygm_vehicleMarkings_Insignias_Battalion_attributeexpression[_this,_value,3,3] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value]data-]typeHvalue-1]typeSTRING]propertyVehicleCustomizationexpressionif (local _this) then {if (isSimpleObject _this) then {_this setVariable ['bis_fnc_initVehicle_customization',_value]} else {([_this] + _value + [true]) call (uinamespace getvariable 'bis_fnc_initVehicle');};};Valuendata~typevaluetypeARRAYitemsItem0ժItem1 data type typeARRAY datatype4valueHtypeARRAYH items Item0ȫItem1Item2XItem3Item4Item57Item6xItem7ʭItem8 Item9YdataثtypevalueCamoNet_01_unhidetypeSTRINGdata'XtypeCvalue?XtypeSCALARXdatahtypevalueCamoNet_02_unhidetypeSTRINGdatatypeӬvalue?typeSCALARdata7type"valueCamoNet_03_unhide7typeSTRING7dataGxtypecvalue?xtypeSCALARxdataʭtypevaluebeacon_01_org_unhideʭtypeSTRINGʭdataڭ typevalue typeSCALAR dataYtypeDvaluesideskirt_unhideYtypeSTRINGYdataitypevalue?typeSCALARpropertygm_vehicleMarkings_LicensePlates_Numbers_attributeexpression[_this,_value,0,1] spawn gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueEdataUtypepvalue-1typeSTRINGpropertygm_vehicleMarkings_Insignias_nationPosition_attributeexpression[_this,_value,5,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value2rdataBrtype]value-1rtypeSTRINGrpropertygm_vehicleMarkings_LicensePlates_Plate_attributeexpression[_this,_value,0,0] spawn gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value[data+[typeFvalue-1[typeSTRING[ dataTypeObjectPositionInfosideEmptyflagsAttributes4iditypegm_dk_army_m113a1dk_apcatlOffsetCustomAttributesʲpositionyLFCBWPFangles+<Y?"<4skill?lockUNLOCKEDinitcall{ [this, ["faction", "GM_DNK_80_WD"], ["gear", "Truck"]] call hull3_unit_fnc_init;}texturesgm_dk_wdlʲAttribute0Attribute1ӴAttribute2Attribute3Attribute4Attribute5vAttribute6\Attribute7BAttribute8,Attribute9Attribute10Attribute11Attribute12ӾAttribute13Attribute14Attribute15nAttributespropertygm_vehicleMarkings_tacticalNumber_Number_attributeexpression[_this,_value,2,0] spawn gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueӴdataӴtypevalue-1ӴtypeSTRINGӴpropertygm_vehicleMarkings_Insignias_MissionLarge_attributeexpression[_this,_value,3,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value~datatypevalue-1typeSTRINGpropertygm_vehicleMarkings_Insignias_MissionSmall_attributeexpression[_this,_value,3,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valueidataytypevalue-1typeSTRINGpropertygm_vehicleMarkings_Insignias_Marking_attributeexpression[_this,_value,3,2] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueOdata_typezvalue-1typeSTRINGpropertygm_vehicleMarkings_tacticalSign_Icon_attributeexpression[_this,_value,1,2] spawn gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value6vdataFvtypeavalue-1vtypeSTRINGvpropertygm_vehicleMarkings_Insignias_Platoon_attributeexpression[_this,_value,3,5] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value\data,\typeGvalue-1\typeSTRING\propertygm_vehicleMarkings_Insignias_Company_attributeexpression[_this,_value,3,4] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueBdataBtype-value-1BtypeSTRINGBpropertygm_vehicleMarkings_tacticalSign_PreIcon_attributeexpression[_this,_value,1,0] spawn gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value,data,typevalue-1,typeSTRING,propertygm_vehicleMarkings_Insignias_nation_attributeexpression[_this,_value,5,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valueѻdatatypevalue-1typeSTRINGpropertygm_vehicleMarkings_tacticalSign_PostIcon_attributeexpression[_this,_value,1,3] spawn gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuedata̼typevalue-1typeSTRINGpropertygm_vehicleMarkings_tacticalNumber_Numberfont_attributeexpression[_this,_value,2,1] spawn gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuedatatypeֽvalue-1typeSTRINGpropertygm_vehicleMarkings_Insignias_Battalion_attributeexpression[_this,_value,3,3] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueӾdataӾtypevalue-1ӾtypeSTRINGӾpropertyVehicleCustomizationexpressionif (local _this) then {if (isSimpleObject _this) then {_this setVariable ['bis_fnc_initVehicle_customization',_value]} else {([_this] + _value + [true]) call (uinamespace getvariable 'bis_fnc_initVehicle');};};Valuedatatypevalue#typeARRAY#itemsItem0KItem1data[typektypeARRAYdatatypevaluetypeARRAYitemsItem0Item1Item2EItem3Item4Item5;Item6|Item7Item8 Item9[Item10Item11Item12)Item13uItem14Item15Item16CItem17datatypevalueMachineGunTurret_01_addonarmor_01_unhidetypeSTRINGdataEtype0value?EtypeSCALAREdataUtypevalueMachineGunTurret_01_addonarmor_02_unhidetypeSTRINGdatatypevalue?typeSCALARdata;type&valueCamoNet_01_unhide;typeSTRING;dataK|typegvalue?|typeSCALAR|datatypevalueCamoNet_02_unhidetypeSTRINGdata typevalue typeSCALAR data[typeFvalueCamoNet_03_unhide[typeSTRING[dataktypevalue?typeSCALARdatatypevalueTarp_01_unhidetypeSTRINGdata)typevalue?)typeSCALAR)data9utype`valueammo_01_unhideutypeSTRINGudatatypevalue?typeSCALARdatatypevalueammo_02_unhidetypeSTRINGdataCtype.value?CtypeSCALARCdataStypezvalueammo_03_unhidetypeSTRINGdatatypevalue?typeSCALARpropertygm_vehicleMarkings_LicensePlates_Numbers_attributeexpression[_this,_value,0,1] spawn gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value{datatypevalue-1typeSTRINGpropertygm_vehicleMarkings_Insignias_nationPosition_attributeexpression[_this,_value,5,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuehdataxtypevalue-1typeSTRINGpropertygm_vehicleMarkings_LicensePlates_Plate_attributeexpression[_this,_value,0,0] spawn gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueQdataatype|value-1typeSTRING dataTypeObjectPositionInfo2sideEmptyflagsAttributesjidtypegm_dk_army_m113a1dk_apcatlOffsetCustomAttributespositionLF0BXPFanglesz$<+?u}value-1StypeSTRINGS dataTypeObjectPositionInfosideEmptyflagsAttributes0idltypegm_dk_army_m113a1dk_commandatlOffsetCustomAttributes7position>-MFUB(PFangles4<I@u<0skill?lockUNLOCKEDinitcall{ [this, ["faction", "GM_DNK_80_WD"], ["gear", "Truck"]] call hull3_unit_fnc_init;}texturesgm_dk_wdlAttribute0Attribute1Attribute2Attribute3Attribute4Attribute5rAttribute6XAttribute7>Attribute8(Attribute9 Attribute10Attribute11 Attribute12 Attribute13vAttribute14aAttribute15NnAttributes7propertygm_vehicleMarkings_tacticalNumber_Number_attributeexpression[_this,_value,2,0] spawn gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuedatatypevalue-1typeSTRINGpropertygm_vehicleMarkings_Insignias_MissionLarge_attributeexpression[_this,_value,3,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuezdatatypevalue-1typeSTRINGpropertygm_vehicleMarkings_Insignias_MissionSmall_attributeexpression[_this,_value,3,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valueedatautypevalue-1typeSTRINGpropertygm_vehicleMarkings_Insignias_Marking_attributeexpression[_this,_value,3,2] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueKdata[typevvalue-1typeSTRINGpropertygm_vehicleMarkings_tacticalSign_Icon_attributeexpression[_this,_value,1,2] spawn gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value2rdataBrtype]value-1rtypeSTRINGrpropertygm_vehicleMarkings_Insignias_Platoon_attributeexpression[_this,_value,3,5] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueXdata(XtypeCvalue-1XtypeSTRINGXpropertygm_vehicleMarkings_Insignias_Company_attributeexpression[_this,_value,3,4] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value>data>type)value-1>typeSTRING>propertygm_vehicleMarkings_tacticalSign_PreIcon_attributeexpression[_this,_value,1,0] spawn gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value(data(typevalue-1(typeSTRING(propertygm_vehicleMarkings_Insignias_nation_attributeexpression[_this,_value,5,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value data typevalue-1 typeSTRING propertygm_vehicleMarkings_tacticalSign_PostIcon_attributeexpression[_this,_value,1,3] spawn gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuedatatypevalue-1typeSTRINGpropertygm_vehicleMarkings_tacticalNumber_Numberfont_attributeexpression[_this,_value,2,1] spawn gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value  data  type value-1 typeSTRING propertygm_vehicleMarkings_Insignias_Battalion_attributeexpression[_this,_value,3,3] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value  data  type value-1 typeSTRING propertyVehicleCustomizationexpressionif (local _this) then {if (isSimpleObject _this) then {_this setVariable ['bis_fnc_initVehicle_customization',_value]} else {([_this] + _value + [true]) call (uinamespace getvariable 'bis_fnc_initVehicle');};};Value vdata vtype value vtypeARRAY itemsItem0G Item1{ vdataW { typeg { typeARRAY{ data vtype value vtypeARRAY itemsItem0 Item1Item2DItem3Item4Item5#Item6dItem7Item8Item9@Item10Item11Item12Item13ZItem14Item15Item16(Item17Item18Item195vdata type valuegenerator_01_unhidetypeSTRINGdataDtype/value?DtypeSCALARDdataTtype~valueCamoNet_01_unhidetypeSTRINGdatatypevalue?typeSCALARdata#typevalueCamoNet_02_unhide#typeSTRING#data3dtypeOvaluedtypeSCALARddatattypevalueCamoNet_03_unhidetypeSTRINGdatatypevalue?typeSCALARdata@type+valueTarp_01_unhide@typeSTRING@dataPtypelvalue?typeSCALARdatatypevalueammo_01_unhidetypeSTRINGdatatypevalue?typeSCALARdataZtypeEvalueammo_02_unhideZtypeSTRINGZdatajtypevaluetypeSCALARdatatypevalueammo_03_unhidetypeSTRINGdata(typevalue?(typeSCALAR(data8typeyvalueMachineGunTurret_01_addonarmor_01_unhidetypeSTRINGdatatypevalue?typeSCALARdata5type valueMachineGunTurret_01_addonarmor_02_unhide5typeSTRING5dataEvtypeavalue?vtypeSCALARvpropertygm_vehicleMarkings_LicensePlates_Numbers_attributeexpression[_this,_value,0,1] spawn gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value!adata1atypeLvalue-1atypeSTRINGapropertygm_vehicleMarkings_Insignias_nationPosition_attributeexpression[_this,_value,5,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueNdataNtype9value-1NtypeSTRINGNpropertygm_vehicleMarkings_LicensePlates_Plate_attributeexpression[_this,_value,0,0] spawn gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value7data7type"value-17typeSTRING7 dataTypeObjectPositionInfosideEmptyflagsAttributesidtypegm_dk_army_m113a1dk_engineeratlOffsetrCustomAttributes1positionMF BxPFanglesΣ<K@<initcall{ [this, ["faction", "GM_DNK_80_WD"], ["gear", "Truck"]] call hull3_unit_fnc_init;}texturesgm_dk_wdlAttribute0Attribute1Attribute2Attribute3Attribute4eAttribute5LAttribute62Attribute7Attribute8 Attribute9 Attribute10!Attribute11"Attribute12#Attribute13+Attribute14,Attribute15/Attribute160nAttributes1propertygm_vehicleMarkings_tacticalNumber_Number_attributeexpression[_this,_value,2,0] spawn gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valueidataytypevalue-1typeSTRINGpropertygm_vehicleMarkings_Insignias_MissionLarge_attributeexpression[_this,_value,3,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueTdatadtypevalue-1typeSTRINGpropertygm_vehicleMarkings_Insignias_MissionSmall_attributeexpression[_this,_value,3,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value?dataOtypejvalue-1typeSTRINGpropertygm_vehicleMarkings_Insignias_Marking_attributeexpression[_this,_value,3,2] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value%edata5etypePvalue-1etypeSTRINGepropertygm_vehicleMarkings_tacticalSign_Icon_attributeexpression[_this,_value,1,2] spawn gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value LdataLtype7value-1LtypeSTRINGLpropertygm_vehicleMarkings_Insignias_Platoon_attributeexpression[_this,_value,3,5] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value2data2typevalue-12typeSTRING2propertygm_vehicleMarkings_Insignias_Company_attributeexpression[_this,_value,3,4] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuedatatypevalue-1typeSTRINGpropertygm_vehicleMarkings_tacticalSign_PreIcon_attributeexpression[_this,_value,1,0] spawn gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value data typevalue-1 typeSTRING propertygm_vehicleMarkings_Insignias_nation_attributeexpression[_this,_value,5,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value  data  type value-1 typeSTRING propertygm_vehicleMarkings_tacticalSign_PostIcon_attributeexpression[_this,_value,1,3] spawn gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value!!data!!type!value-1!typeSTRING!propertygm_vehicleMarkings_tacticalNumber_Numberfont_attributeexpression[_this,_value,2,1] spawn gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value""data""type"value-1"typeSTRING"propertygm_vehicleMarkings_Insignias_Battalion_attributeexpression[_this,_value,3,3] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuei##datay##type#value-1#typeSTRING#propertyVehicleCustomizationexpressionif (local _this) then {if (isSimpleObject _this) then {_this setVariable ['bis_fnc_initVehicle_customization',_value]} else {([_this] + _value + [true]) call (uinamespace getvariable 'bis_fnc_initVehicle');};};Value$+data$+type$value$+typeARRAY$itemsItem0!%Item1U%+data1%U%typeA%U%typeARRAYU%datae%+type%value%+typeARRAY%itemsItem0t&Item1&Item2'Item3R'Item4'Item5'Item6#(Item7o(Item8(Item9(Item10=)Item11)Item12)Item13*Item14W*Item15*Item16*Item17d++data&&type&valueladder_01_unhide&typeSTRING&data&'type&value?'typeSCALAR'data'R'type='valueCamoNet_01_unhideR'typeSTRINGR'datab''type~'value?'typeSCALAR'data''type'valueCamoNet_02_unhide'typeSTRING'data'#(type(value#(typeSCALAR#(data3(o(typeZ(valueTarp_01_unhideo(typeSTRINGo(data((type(value?(typeSCALAR(data((type(valueammo_01_unhide(typeSTRING(data )=)type()value?=)typeSCALAR=)dataM))typet)valueammo_02_unhide)typeSTRING)data))type)value?)typeSCALAR)data)*type*valueammo_03_unhide*typeSTRING*data&*W*typeB*value?W*typeSCALARW*datag**type*valueMachineGunTurret_01_addonarmor_01_unhide*typeSTRING*data**type*value?*typeSCALAR*data+d+typeO+valueMachineGunTurret_01_addonarmor_02_unhided+typeSTRINGd+datat++type+value?+typeSCALAR+propertygm_vehicleMarkings_LicensePlates_Numbers_attributeexpression[_this,_value,0,1] spawn gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueP,,data`,,type{,value-1,typeSTRING,propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value,/data,/type/value[[[["gm_p2a1_blk"],[1]],[["gm_handgrenade_frag_dm51a1","gm_smokeshell_wht_dm25","gm_smokeshell_grn_dm21","gm_smokeshell_red_dm23","gm_1Rnd_265mm_flare_multi_red_DM23","gm_1Rnd_265mm_flare_multi_grn_DM21","gm_1Rnd_265mm_flare_multi_nbc_DM47","gm_1Rnd_265mm_flare_single_wht_DM15","gm_1Rnd_265mm_flare_single_red_DM13","gm_1Rnd_265mm_flare_single_grn_DM11","gm_1Rnd_265mm_flare_single_yel_DM10","gm_120Rnd_762x51mm_B_T_DM21A1_mg3_grn","gm_20Rnd_762x51mm_B_DM41_g3_blk","gm_explosive_petn_charge","gm_mine_ap_dm31","gm_mine_at_dm21"],[12,4,4,4,4,4,4,4,4,4,4,8,20,8,8,4]],[["gm_ferod16_oli","gm_ge_army_gauzeBandage","gm_ge_army_burnBandage","gm_repairkit_01"],[1,4,4,4]],[[],[]]],false]/typeSTRING/propertygm_vehicleMarkings_Insignias_nationPosition_attributeexpression[_this,_value,5,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value00data00type0value-10typeSTRING0propertygm_vehicleMarkings_LicensePlates_Plate_attributeexpression[_this,_value,0,0] spawn gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuei11datay11type1value-11typeSTRING1 dataTypeObjectPositionInfoN2sideEmptyflagsAttributes2idtypegm_dk_army_u1300l_containeratlOffsetCustomAttributes3pFpositionSLFpBrPFanglesԣ</iG@4<2initcall{ [this, ["faction", "GM_DNK_80_WD"], ["gear", "Truck"]] call hull3_unit_fnc_init;}texturesgm_dk_wdl3 Attribute03Attribute14Attribute25Attribute3B>Attribute4(?Attribute5@Attribute6@Attribute7AAttribute8BAttribute9CAttribute10DAttribute11EnAttributes pFpropertygm_vehicleMarkings_tacticalSign_Icon_attributeexpression[_this,_value,1,2] spawn gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value44data44type4value-14typeSTRING4propertygm_vehicleMarkings_Insignias_MissionLarge_attributeexpression[_this,_value,3,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuel55data|55type5value-15typeSTRING5propertyVehicleCustomizationexpressionif (local _this) then {if (isSimpleObject _this) then {_this setVariable ['bis_fnc_initVehicle_customization',_value]} else {([_this] + _value + [true]) call (uinamespace getvariable 'bis_fnc_initVehicle');};};Value6B>data6B>type6value6B>typeARRAY6itemsItem0$7Item1X7B>data47X7typeD7X7typeARRAYX7datah7B>type7value7B>typeARRAY7itemsItem08Item18Item2"9Item3r9Item49Item5:Item6C:Item7:Item8:Item9-;Item10n;Item11;Item12<Item13T<Item14<Item15<Item16$=Item17q=Item18=Item19>B>data88type8valueBoardWall_2_1_unhide8typeSTRING8data8"9type 9value?"9typeSCALAR"9data29r9type]9valuecover_hoops_unhider9typeSTRINGr9data99type9value?9typeSCALAR9data9:type9valuecover_down_unhide:typeSTRING:data:C:type.:valueC:typeSCALARC:dataS::type{:valuecover_up_unhide:typeSTRING:data::type:value?:typeSCALAR:data:-;type;valueBoardWall_1_1_extension_unhide-;typeSTRING-;data=;n;typeY;value?n;typeSCALARn;data~;;type;valuecamonetpoles_1_1_unhide;typeSTRING;data;<type;value?<typeSCALAR<data<T<type?<valuecamonetrack_unhideT<typeSTRINGT<datad<<type<value?<typeSCALAR<data<<type<valuegenerator_unhide<typeSTRING<data<$=type=value?$=typeSCALAR$=data4=q=type\=valuesign_mlc_unhideq=typeSTRINGq=data==type=value=typeSCALAR=data=>type=valuesign_medic_unhide>typeSTRING>data>B>type->valueB>typeSCALARB>propertygm_vehicleMarkings_Insignias_Company_attributeexpression[_this,_value,3,4] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value>(?data>(?type?value-1(?typeSTRING(?propertygm_vehicleMarkings_LicensePlates_Numbers_attributeexpression[_this,_value,0,1] spawn gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value?@data?@type?value-1@typeSTRING@propertygm_vehicleMarkings_Insignias_Battalion_attributeexpression[_this,_value,3,3] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value@@data@@type@value-1@typeSTRING@propertygm_vehicleMarkings_Insignias_Platoon_attributeexpression[_this,_value,3,5] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueAAdataAAtypeAvalue-1AtypeSTRINGApropertygm_vehicleMarkings_tacticalSign_PreIcon_attributeexpression[_this,_value,1,0] spawn gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueBBdataBBtypeBvalue-1BtypeSTRINGBpropertygm_vehicleMarkings_Insignias_MissionSmall_attributeexpression[_this,_value,3,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValuevCCdataCCtypeCvalue-1CtypeSTRINGCpropertygm_vehicleMarkings_Insignias_Marking_attributeexpression[_this,_value,3,2] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value\DDdatalDDtypeDvalue-1DtypeSTRINGDpropertygm_vehicleMarkings_LicensePlates_Plate_attributeexpression[_this,_value,0,0] spawn gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueEEEdataUEEtypepEvalue-1EtypeSTRINGEpropertygm_vehicleMarkings_tacticalSign_PostIcon_attributeexpression[_this,_value,1,3] spawn gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value0FpFdata@FpFtype[Fvalue-1pFtypeSTRINGpFdataTypeObjectPositionInfoGsideEmptyflagsAttributes=Gidtypegm_dk_army_u1300l_containerCustomAttributesG'[positionJF9BhSSFangles/?=Ginitcall{ [this, ["faction", "GM_DNK_80_WD"], ["gear", "Truck"]] call hull3_unit_fnc_init;}texturesgm_dk_wdlG Attribute0HAttribute1xIAttribute2cJAttribute3RAttribute4SAttribute5TAttribute6UAttribute7VAttribute8WAttribute9mXAttribute10SYAttribute11Yvalue-1SYtypeSTRINGSYpropertygm_vehicleMarkings_LicensePlates_Plate_attributeexpression[_this,_value,0,0] spawn gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueYFAttributesxid*typeEmptyDetectorAreaR250atlOffsetA @xnametgr_cleanup_1sizeADsizeBFLDisRectanglexdataTypeLayernameSeggerdeEntitiesyidatlOffset{_'itemsItem0OyItem1[Item2 'dataTypeLayernameAdmiralEntitiesyidatlOffsetC[itemsItem0yItem1Item2[dataTypeLayernameCQCEntitieszidaatlOffset|E> items Item0zItem1Y{Item2|Item3|Item4}Item5Y~Item6Item7Item8dataTypeTriggerposition^cF B=FangleAttributes{idtypeEmptyDetectorAreaR50atlOffset=Y{conditioncall{true;}sizeAbAsizeB&@isRectangleY{dataTypeTriggerposition`cFFKBB|:Fangle>AttributesidtypeEmptyDetectorAreaR50atlOffset;?conditioncall{true;}sizeA @sizeBE@isRectangledataTypeLogicPositionInfo@idtypeAdmiral_CqcZoneCustomAttributes`positionfFBbAttribute4Attribute5Attribute6gAttribute7$Attribute8nAttributes propertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueādataātypevalueātypeSTRINGāpropertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];ValueDdataTtypepvaluetypeSCALARpropertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value>data >type)value>typeSCALAR>propertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedataƃtypevalueBtypeSCALARpropertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueodatatypevalueBtypeSCALARpropertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value(gdata8gtypeTvaluegtypeBOOLgpropertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];Value$data$typevalue@@$typeSCALAR$propertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatatypeӆvaluetypeSTRINGpropertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Valuendata~typevaluetypeSTRINGdataTypeLogicPositionInfoidtypeAdmiral_CqcZoneatlOffsetCustomAttributes;position=eF{Bxb;F; Attribute0Attribute1Attribute2`Attribute3Attribute4ҋAttribute5Attribute6BAttribute7Attribute8ÎnAttributes propertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueadataqtypevaluetypeSTRINGpropertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];Value`data/`typeKvalue`typeSCALAR`propertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value؊datatypevaluetypeSCALARpropertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueҋdataҋtypevalueBҋtypeSCALARҋpropertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueJdataZtypevvalueBtypeSCALARpropertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueBdataBtype/valueBtypeBOOLBpropertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];Valuedata΍typevalue@typeSCALARpropertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueÎdataÎtypevalueÎtypeSTRINGÎpropertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueIdataYtypervaluetypeSTRINGdataTypeLayernamePatrolEntitiesӏidbatlOffsetP@ items Item0SItem1Item2ӑItem3Item4SItem5Item6Item7Item8Item9dataTypeTriggerpositionPFMB@Fangle7?AttributesאidtypeEmptyDetectorAreaR50atlOffset`gJ@conditioncall{true;}sizeBz^CisRectangledataTypeTriggerposition}YF;1B;GFangle7?AttributesidtypeEmptyDetectorAreaR50atlOffsetuJ@ӑconditioncall{true;}sizeBz^CisRectangleӑdataTypeTriggerpositionqaFmBo>Fanglew/}@AttributesWidtypeEmptyDetectorAreaR50atlOffset]J@conditioncall{true;}sizeBz^CisRectangledataTypeTriggerpositionGaF;\B5Fangle9@AttributesidtypeEmptyDetectorAreaR50atlOffsetqJ@Sconditioncall{true;}sizeBz^CisRectangleSdataTypeTriggerpositioniFBF7Fangle?PAttributes?idtypeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_seggerde_counter;}sizeA AsizeB AisRectangledataTypeTriggerposition͍kFBH9Fangleת@AttributesidtypeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_seggerde_counter;}sizeA AsizeB AisRectangledataTypeTriggerpositiongFLB=5Fangle@AttributesidtypeEmptyDetectorAreaR50bconditioncall{triggeractivated tgr_seggerde_counter;}sizeA AsizeB AisRectanglebdataTypeTriggerpositionkyFB?5Fangle~@AttributesּidtypeEmptyDetectorAreaR50?conditioncall{triggeractivated tgr_seggerde_counter;}sizeA AsizeB AisRectangle?dataTypeTriggerpositionot}F瀪BBCFangle8@AttributesidtypeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_seggerde_counter;}sizeA AsizeB AisRectangledataTypeLogicPositionInfoidtypeAdmiral_OndemandCampZoneatlOffsetCustomAttributesposition2kkFiB`{6FAttribute0Attribute1}Attribute2?Attribute3Attribute4Attribute5Attribute6MAttribute7'Attribute8Attribute9Attribute10Attribute11fAttribute122Attribute13nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value?}dataO}typehvalue}typeSTRING}propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value?data?type*value?typeSCALAR?propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueLdata\typexvalue AtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueMdataMtype:valueMtypeBOOLMpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value'data'typevalue'typeSCALAR'propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Valuedatatypevalue?typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValueUdataetypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value%fdata5ftypeQvalue?ftypeSCALARfpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value2data2typevalue2typeSCALAR2propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatatypevaluetypeSTRINGdataTypeLogicPositionInfo;idtypeAdmiral_OndemandCampZoneCustomAttributessposition'|FB]26Fangles#e=@sAttribute0oAttribute1<Attribute2Attribute3Attribute4Attribute5LAttribute6 Attribute7Attribute8Attribute9Attribute10UAttribute11%Attribute12Attribute13nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value<data<type'value<typeSTRING<propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueAdataQtypemvalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value LdataLtype7value ALtypeSCALARLpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value data typevalue typeBOOL propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Valuemdata}typevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValueBdataRtypenvaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValueUdata$Utype@valueUtypeSCALARUpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value%data%typevalue%typeSCALAR%propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Valuedatatypevalue?typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Valuedatatypevalue@typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueTdatadtype}valuetypeSTRINGdataTypeLogicPositionInfoidtypeAdmiral_OndemandCampZoneCustomAttributes2Qpositioni~F0)BBFanglesQ<l|@2Attribute0.Attribute1Attribute2Attribute3Attribute4AAttribute5 Attribute6Attribute7Attribute8jAttribute9BAttribute10Attribute11Attribute12Attribute13nAttributesQpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value|datatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value>dataNtypejvalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueAdataAtype,valueBAtypeSCALARApropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value data typevalue A typeSCALAR propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatatypevaluetypeBOOLpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Valueddatattypevalue@@typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value,jdata<jtypeUvaluejtypeSTRINGjpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValueBdataBtype-valueBtypeSCALARBpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Valuedatatypevalue?typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueodatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValueCdataStypeovaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueQdata#Qtype<valueQtypeSTRINGQdataTypeGroupsideCivilianEntitiesAttributesid+itemsItem0Item1tdataTypeObjectPositionInfo6sideCivilianflagsAttributesnid,typeC_Bob_VRtpositiono}FBc6JFangles?ntdataTypeWaypointpositioneFB_:FEffectsshowWPNEVERid6typeMovedataTypeTriggerposition}Fc:B&JFangle@AttributesYid-typeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_seggerde_counter;}sizeA AsizeB AisRectangledataTypeGroupsideCivilianEntitiesAttributesPid.VitemsItem08Item1PdataTypeObjectPositionInfosideCivilianflagsAttributesid/typeC_Bob_VRpositione|F&-B_AFangles?dataTypeWaypointpositioneFB_:FEffectsJshowWPNEVERid5typeMovePPVdataTypeTriggerposition|FԢBPAFangleGHAttributesid0typeEmptyDetectorAreaR503conditioncall{triggeractivated tgr_seggerde_counter;}sizeA AsizeB AisRectangle3dataTypeGroupsideCivilianEntitiesAttributesid1itemsItem0Item1VdataTypeObjectPositionInfosideCivilianflagsAttributesPid2typeC_Bob_VRVpositionmzFrB:Fangles?PVdataTypeWaypointpositioneFB_:FEffectsshowWPNEVERid4typeMovedataTypeTriggerpositionzFKB9FangleGHAttributes;id3typeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_seggerde_counter;}sizeA AsizeB AisRectangledataTypeLogicPositionInfoid7typeAdmiral_OndemandCampZoneatlOffsetCustomAttributes<[position zFBD>F<Attribute08Attribute1Attribute2Attribute3Attribute4KAttribute5Attribute6Attribute7Attribute8tAttribute9LAttribute10Attribute11Attribute12Attribute13nAttributes[propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueHdataXtypetvalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value KdataKtype6valueBKtypeSCALARKpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Valuedatatypevalue AtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatatypevaluetypeBOOLpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Valuendata~typevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value6tdataFttype_valuettypeSTRINGtpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value LdataLtype7value@LtypeSCALARLpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Valuedatatype valuetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Valuedatatypevalue@typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueydatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValueMdata]typeyvaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value[data-[typeFvalue[typeSTRING[dataTypeLayernameSentry AIEntitiesidatlOffset= itemsItem0~Item1Item2Item3 Item4ZItem5Item6Item7Item8"Item9;Item10wItem11Item12Item13Item14N Item15b Item16v  dataTypeGroupsideEastEntitiesAttributesiditemsItem0dataTypeObjectPositionInfoisideEastflagsAttributesidtypegm_gc_bgs_rifleman_mpikm72_80_strpositionTFRBHCFangles٦@dataTypeGroupsideEastEntitiesAttributesiditemsItem0dataTypeObjectPositionInfosideEastflagsAttributesidtypegm_gc_bgs_rifleman_mpikm72_80_strpositionATFRBCFanglesޥ=dataTypeGroupsideEastEntities&Attributesid itemsItem0CdataTypeObjectPositionInfosideEastflagsAttributesidtypegm_gc_bgs_rifleman_mpikm72_80_strpositionTFctBjCFangles"6@ dataTypeGroupsideEastEntitieseAttributesTid atlOffsetZitemsItem0TdataTypeObjectPositionInfosideEastflagsAttributesNid typegm_gc_bgs_rifleman_mpikm72_80_stratlOffsetTposition3AZFoBt_IFangles @NTZdataTypeGroupsideEastEntitiesAttributesid itemsItem0dataTypeObjectPositionInfoEsideEastflagsAttributes}id typegm_gc_bgs_rifleman_mpikm72_80_strpositionnEZFjBjIFangles1@}dataTypeGroupsideEastEntitiesAttributesiditemsItem0dataTypeObjectPositionInfotsideEastflagsAttributesidtypegm_gc_bgs_rifleman_mpikm72_80_strposition|BZFlBdIFangles@dataTypeGroupsideEastEntitiesAttributesid-itemsItem0dataTypeObjectPositionInfosideEastflagsAttributesid.typegm_gc_army_antitank_mpiak74n_rpg7_80_strposition.fFOB%9Fangles@dataTypeGroupsideEastEntities8Attributesid/"itemsItem0UdataTypeObjectPositionInfosideEastflagsAttributesid0typegm_gc_army_machinegunner_lmgrpk_80_strpositionfF$B"9Fanglesy^@"dataTypeGroupsideEastEntitieslAttributes5id1;itemsItem05dataTypeObjectPositionInfosideEastflagsAttributes/id2typegm_gc_army_rifleman_mpiak74n_80_str5position&fF9BA8F/5;dataTypeGroupsideEastEntitiesAttributesqid5atlOffsetwitemsItem0qdataTypeObjectPositionInfoKsideEastflagsAttributeskid6typegm_gc_army_squadleader_mpiak74n_80_stratlOffsetqposition, fFeޫB8FkqwdataTypeGroupsideEastEntitiesAttributesid7atlOffsetitemsItem0dataTypeObjectPositionInfosideEastflagsAttributesid8typegm_gc_army_rifleman_mpiak74n_80_stratlOffsetpositioneF_vBo8FdataTypeGroupsideEastEntitiesAttributesid;itemsItem0dataTypeObjectPositionInfosideEastflagsAttributesid<typegm_gc_army_rifleman_mpiak74n_80_strposition4fFyܬBA8FdataTypeGroupsideEastEntitiesAttributesid@itemsItem00dataTypeObjectPositionInfosideEastflagsAttributesidAtypegm_gc_army_rifleman_mpiak74n_80_strpositionW_fFҐB}+9Fangles@dataTypeGroupsideEastEntitiesT AttributesH idBatlOffset$=N itemsItem0q H dataTypeObjectPositionInfo sideEastflagsAttributesB idCtypegm_gc_army_machinegunner_lmgrpk_80_stratlOffset$=H positionfF㤮B9Fangles@B H N dataTypeGroupsideEastEntities Attributes\ idFb itemsItem0 \ dataTypeObjectPositionInfo6 sideEastflagsAttributesV idGtypegm_gc_airforce_pilot_pm_80_blu\ positiondPeFBE79FV \ b dataTypeGroupsideEastEntities Attributesp idHv itemsItem0 p dataTypeObjectPositionInfoJ sideEastflagsAttributesj idItypegm_gc_airforce_pilot_pm_80_blup positionFeF`Be:9Fj p v dataTypeGroupsideEastEntities Attributes idJ itemsItem0  dataTypeObjectPositionInfoc sideEastflagsAttributes idKtypegm_gc_army_rifleman_mpiak74n_80_str positionDeF^]B /9Fanglesb@   dataTypeLayernameSet DressingEntities idatlOffset`<'itemsItem0EItem1 Item2Item3Item4;Item5Item6Item7{Item87Item9Item10Item11{Item12AItem13Item14Item15rItem16FItem17Item18Item19 Item20!Item21"Item22#Item23`$Item24;%Item25&Item26&'dataTypeObjectPositionInfosideEmptyflagsAttributesid,typegm_gc_airforce_mi2patlOffset positionReF߭B'9Fangles]@:@< dataTypeObjectPositionInfosideEmptyflagsAttributesidtypegm_gc_bgs_p601atlOffsetpositionTFBXCFangles<I@#<dataTypeObjectPositionInfoLsideEmptyflagsAttributesid typegm_gc_bgs_p601atlOffset7positionQZF=BrSIFangles;]')>@dataTypeObjectPositionInfosideEmptyflagsAttributes5idEtypegm_gc_army_p601;positionSfFnB8Fangles@) H@Q=5;dataTypeObjectPositionInfosideEmptyflagsAttributesid]typegm_gc_army_brdm2umpositionjeFB9Fangles<@< dataTypeObjectPositionInfosideEmptyflagsAttributesidtypegm_gc_army_btr60pu12atlOffset|>CustomAttributespositionQmfF~^B?*9Fangles@ @\=texturesgm_gc_oliAttribute0nAttributespropertyVehicleCustomizationexpressionif (local _this) then {if (isSimpleObject _this) then {_this setVariable ['bis_fnc_initVehicle_customization',_value]} else {([_this] + _value + [true]) call (uinamespace getvariable 'bis_fnc_initVehicle');};};Valuedata)typeDvalueXtypeARRAYXitemsItem0Item1datatypetypeARRAYdatatypevaluetypeARRAYitemsItem0Item1tdata+ttype_valueantennamast_01_elev_triggerttypeSTRINGtdatatypevalue?typeSCALARdataTypeObjectPositionInfo=sideEmptyflagsAttributesuid^typegm_gc_army_btr60pu12atlOffset7{positioneFsBP9Fangles;̊@Q=u{dataTypeObjectPositionInfosideEmptyflagsAttributes1id(typegm_gc_army_ural4320_reammo7position*fFCİBs9Fangles?Q<17dataTypeObjectPositionInfosideEmptyflagsAttributesid)typegm_gc_army_ural375d_refuelpositionfF|sBH9Fangles:; z?Q<dataTypeObjectPositionInfosideEmptyflagsAttributesidLtypegm_gc_army_ural375d_refuelatlOffset 8position5eFBF(9Fanglesv@Q<dataTypeObjectPositionInfo=sideEmptyflagsAttributesuidDtypegm_gc_army_ural4320_repair{positionjeFBú9Fangles;e3z?"fFdBѩ8Fangles}@disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeRU_WarfareBBarracksposition4fFwB98Fanglesr@disableSimulationdataTypeObjectPositionInfo` sideEmptyflagsAttributes id%typeLand_BagBunker_Small_F positionfFOB!9Fangles&@ disableSimulation dataTypeObjectPositionInfo6!sideEmptyflagsAttributesn!idtypeCUP_O_D30_RUatlOffset!positionfF2B8Fangles]@B@disableSimulation!dataTypeObjectPositionInfo0"sideEmptyflagsAttributesh"idtypeCUP_O_D30_RUatlOffset"positionfFB8Fangles]@h!@QdisableSimulation"dataTypeObjectPositionInfo/#sideEmptyflagsAttributesg#id typeLand_fort_rampartatlOffsetn0#positiony.fFFB9Fangles@g#disableSimulation#dataTypeObjectPositionInfo $sideEmptyflagsAttributesB$id!typeLand_fort_rampartatlOffsetZ`$positionY_0disableSimulation}0dataTypeObjectPositionInfo0sideEmptyflagsAttributes31idotypegm_flag_GCatlOffset=91positionÆFYCJ$?Fangles2&@3191dataTypeObjectPositionInfo1sideEmptyflagsAttributes1idktypeRU_WarfareBVehicleServicePoint2position锋F52positionFB,?Fangles +@22dataTypeObjectPositionInfoT3sideEmptyflagsAttributes3idztypegm_gc_army_btr60pu12CustomAttributes3|6positionxF0C6?Fangles@3texturesgm_gc_oli3Attribute03nAttributes|6propertyVehicleCustomizationexpressionif (local _this) then {if (isSimpleObject _this) then {_this setVariable ['bis_fnc_initVehicle_customization',_value]} else {([_this] + _value + [true]) call (uinamespace getvariable 'bis_fnc_initVehicle');};};Value4|6data4|6type 5value5|6typeARRAY5itemsItem0G5Item1{5|6dataW5{5typeg5{5typeARRAY{5data5|6type5value5|6typeARRAY5itemsItem05Item1;6|6data5;6type&6valueantennamast_01_elev_trigger;6typeSTRING;6dataK6|6typeg6value?|6typeSCALAR|6dataTypeObjectPositionInfo 7sideEmptyflagsAttributesB7id|typegm_gc_army_ural4320_reammoatlOffset`H7positionWFC*?Fangles@$@ l@B7H7dataTypeObjectPositionInfo7sideEmptyflagsAttributes8id}typegm_gc_army_ural375d_refuelatlOffset8positionlFB>Fangles[@ǯ@@88dataTypeObjectPositionInfo8sideEmptyflagsAttributes8id{typegm_gc_army_ural442028positionkF {CUT?Fanglesl|@I>@88dataTypeObjectPositionInfoW9sideEmptyflagsAttributes9id~typegm_gc_army_ural4320_cargoatlOffsetP9positionFHC?Fangles[@@@99dataTypeLayernameAdmiralEntities9idatlOffset nitemsItem0:Item1FItem2andataTypeLayernameCQCEntities^:iddatlOffset?ӾFitemsItem0:Item1;Item2l<Item3Y=Item4F>Item5?FdataTypeTriggerposition'cF (B>Fangle3WAttributes&;idtypeEmptyDetectorAreaR50;conditioncall{triggeractivated tgr_seggerde_counter;}sizeA AsizeB AisRectangle;dataTypeTriggerposition"mF?B >Fangle&@Attributes<id#typeEmptyDetectorAreaR50l<conditioncall{triggeractivated tgr_seggerde_counter;}sizeA AsizeB AisRectanglel<dataTypeTriggerposition2F B#s>Fangle/?Attributes<id$typeEmptyDetectorAreaR50atlOffset7Y=conditioncall{triggeractivated tgr_seggerde_counter;}sizeA AsizeB AisRectangleY=dataTypeTriggerpositionΉF%Bconditioncall{triggeractivated tgr_seggerde_counter;}sizeA8@sizeBb%AisRectangleF>dataTypeTriggerpositionHFPBKid&typeEmptyDetectorAreaR50?conditioncall{triggeractivated tgr_seggerde_counter;}sizeA AsizeB AisRectangle?dataTypeLogicPositionInfov?id'typeAdmiral_CqcZoneCustomAttributes?FpositionFB)@Attribute1@Attribute2AAttribute3tBAttribute4-CAttribute5CAttribute6DAttribute7ZEAttribute8FnAttributes FpropertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value@@data@@type@value@typeSTRING@propertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];ValuezAAdataAAtypeAvalueAtypeSCALARApropertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value3BtBdataCBtBtype_BvaluetBtypeSCALARtBpropertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueB-CdataB-CtypeCvalueB-CtypeSCALAR-CpropertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueCCdataCCtypeCvalueBCtypeSCALARCpropertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value^DDdatanDDtypeDvalueDtypeBOOLDpropertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];ValueEZEdata)EZEtypeEEvalueAZEtypeSCALARZEpropertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueEFdataEFtype FvalueFtypeSTRINGFpropertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueFFdataFFtypeFvalueFtypeSTRINGFdataTypeLayernamePatrolEntities.GideatlOffset?a items Item0GItem1HItem2IItem3xJItem4fKItem5TLItem6BMItem77VItem8%WItem9XadataTypeTriggerposition\FB+EFanglei5Attributes3HidtypeEmptyDetectorAreaR250atlOffset0l@Hconditioncall{triggeractivated tgr_seggerde_counter;}sizeAlBsizeBzCisRectangleHdataTypeTriggerposition{F:Bɉ?AttributesLidtypeEmptyDetectorAreaR250atlOffset1l@BMconditioncall{triggeractivated tgr_seggerde_counter;}sizeAlBsizeBzCisRectangleBMdataTypeLogicPositionInfoMidtypeAdmiral_PatrolZoneCustomAttributesM7VpositionFīB|+AFM Attribute0|NAttribute1;OAttribute2OAttribute3PAttribute4oQAttribute5)RAttribute6RAttribute7SAttribute8TAttribute9pUnAttributes 7VpropertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueN;Odata O;Otype&Ovalue;OtypeSTRING;OpropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueOOdataOOtypeOvalueOtypeSCALAROpropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuerPPdataPPtypePvalueBPtypeSCALARPpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value.QoQdata>QoQtypeZQvalueBoQtypeSCALARoQpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueQ)RdataQ)RtypeRvalue)RtypeBOOL)RpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValueRRdataRRtypeRvalueRtypeSCALARRpropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];ValueSSdataSStypeSvalueStypeSCALARSpropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];ValuehTTdataxTTtypeTvalue@TtypeSCALARTpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value2UpUdataBUpUtype[UvaluepUtypeSTRINGpUpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueU7Vdata V7Vtype"Vvalue7VtypeSTRING7VdataTypeTriggerpositionFB-?FangleEY\@AttributesVidtypeEmptyDetectorAreaR250atlOffsetp %Wconditioncall{triggeractivated tgr_seggerde_counter;}sizeAzCsizeBCisRectangle%WdataTypeTriggerpositionM&F1C9Fangle`@AttributesWidtypeEmptyDetectorAreaR250atlOffsetmXconditioncall{triggeractivated tgr_seggerde_counter;}sizeAlCsizeBDCisRectangleXdataTypeLogicPositionInfouXidtypeAdmiral_PatrolZoneCustomAttributesXapositionaFޓB7FX Attribute0MYAttribute1 ZAttribute2ZAttribute3[Attribute4@\Attribute5\Attribute6]Attribute7^Attribute8z_Attribute9A`nAttributes apropertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueY ZdataY ZtypeYvalue ZtypeSTRING ZpropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueZZdataZZtypeZvalueZtypeSCALARZpropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueC[[dataS[[typeo[valueB[typeSCALAR[propertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value[@\data\@\type+\valueB@\typeSCALAR@\propertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value\\data\\type\value\typeBOOL\propertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];Value]]data]]type]value?]typeSCALAR]propertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Valuec^^datas^^type^value@^typeSCALAR^propertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Value9_z_dataI_z_typee_value@z_typeSCALARz_propertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value`A`data`A`type,`valueA`typeSTRINGA`propertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value`adata`atype`valueatypeSTRINGadataTypeLayernameCounterEntitiesUaidfatlOffset"rnitemsItem0}bItem1dItem2eItem3qgItem4iItem5jItem6elItem7mItem8oItem9qItem10rItem11usItem12TtItem13#uItem14uItem15vItem16wItem17_xItem18.yItem19Item20Item21[Item22Item23ndataTypeGroupsideCivilianEntitiesbAttributesdidatlOffset7ditemsItem0cItem1cddataTypeObjectPositionInfocsideCivilianflagsAttributescidtypeC_Bob_VRatlOffset7cposition_FYBjUFccdataTypeWaypointpositionFWB>FEffects dshowWPNEVERidtypeMoveddddataTypeGroupsideCivilianEntitieswdAttributeseidatlOffset8eitemsItem0dItem1DeedataTypeObjectPositionInfoesideCivilianflagsAttributes>eidtypeC_Bob_VRatlOffset8DepositionFCEBF>eDedataTypeWaypointpositionkFB!y?FEffectseshowWPNEVERidtypeMoveatlOffseteeedataTypeGroupsideCivilianEntities#fAttributeskgidatlOffset7qgitemsItem0KfItem1fkgdataTypeObjectPositionInfofsideCivilianflagsAttributesfidtypeC_Bob_VRatlOffset7fpositionMFC?FffdataTypeWaypointpositionkFB!y?FEffectsegshowWPNEVERidtypeMoveatlOffsetkgkgqgdataTypeGroupsideCivilianEntitiesgAttributesiidatlOffset7iitemsItem0gItem1hidataTypeObjectPositionInfovhsideCivilianflagsAttributeshidtypeC_Bob_VRatlOffset7hpositionBFRCiFEffects`qshowWPNEVERidtypeMovefqfqdataTypeWaypointposition/F3B+xFEffectsqshowWPNEVERidtypeMoveqqqdataTypeTriggerposition F&B>FAttributes?ridtypeEmptyDetectorAreaR50rconditioncall{triggeractivated tgr_klinze_counter;}sizeA AsizeB AisRectanglerdataTypeTriggerpositionfF items Item0UItem1Item2߷Item3Item4[Item5Item6Item7eItem8Item9Item105Item11dataTypeObjectPositionInfoܶsideEmptyflagsAttributesidqtypegm_gc_army_zsu234v1atlOffsetpositionXFnC?Fanglesl|@Tw@@dataTypeObjectPositionInfosideEmptyflagsAttributesٷidxtypegm_gc_army_zsu234v1atlOffset߷position\FC?Fangles=Ү@P@ٷ߷dataTypeGroupsideEastEntities)AttributesiditemsItem0FdataTypeObjectPositionInfo۸sideEastflagsAttributesidtypegm_gc_army_antitank_assistant_mpiak74n_rpg7_80_strposition‚FfB0?FdataTypeGroupsideEastEntitiesaAttributesUidatlOffset >[itemsItem0~UdataTypeObjectPositionInfosideEastflagsAttributesOidtypegm_gc_army_machinegunner_lmgrpk_80_stratlOffset >UpositionFB?Fangles?q@OU[dataTypeGroupsideEastEntitiesAttributesidatlOffset5>itemsItem0ҺdataTypeObjectPositionInfowsideEastflagsAttributesidtypegm_gc_army_antitank_assistant_mpiak74n_rpg7_80_stratlOffset5>position\F{B&?Fangles#a@dataTypeGroupsideEastEntitiesAttributes idatlOffset8itemsItem02 dataTypeObjectPositionInfoͼsideEastflagsAttributesidtypegm_gc_army_antitank_mpiak74n_rpg7_80_stratlOffset8 positionvFB?FanglesD[@ dataTypeGroupsideEastEntitieskAttributes_idatlOffsetJ>eitemsItem0_dataTypeObjectPositionInfo!sideEastflagsAttributesYidtypegm_gc_army_machinegunner_lmgrpk_80_stratlOffsetJ>_position'FaB?Fangles^@Y_edataTypeGroupsideEastEntitiesAttributesiditemsItem0̾dataTypeObjectPositionInfodsideEastflagsAttributesidtypegm_gc_army_machinegunner_assistant_mpiak74n_pk_80_strpositiontmFfB87?FdataTypeGroupsideEastEntitiesAttributesidatlOffsetitemsItem0dataTypeObjectPositionInfosideEastflagsAttributesidtypegm_gc_army_rifleman_mpiak74n_80_stratlOffsetposition-`FBn ?Fangles^m@dataTypeGroupsideEastEntities;Attributes/idatlOffset@r<5itemsItem0X/dataTypeObjectPositionInfosideEastflagsAttributes)idtypegm_gc_army_squadleader_mpiak74n_80_stratlOffset@rFnamemkr_klinzetypeEmptyidatlOffsetdataTypeMarkerpositionMFmBZQFnamemkr_extracttypeEmptyid(atlOffset9dataTypeMarkerpositionHYFbBDMJFnamemkr_bordertypeEmptyid)atlOffseth9~LinkIDProviderLinksnextIDjkitemsjItem0Item1 Item2VItem3Item4Item5=Item6Item7Item8$Item9qItem10Item11 Item12XItem13Item14Item15?Item16Item17Item18&Item19sItem20Item21 Item22ZItem23Item24Item25AItem26Item27Item28(Item29uItem30Item31Item32\Item33Item34Item35CItem36Item37Item38*Item39wItem40Item41Item42^Item43Item44Item45EItem46Item47Item48,Item49yItem50Item51Item52`Item53Item54Item55GItem56Item57Item58.Item59{Item60Item61Item62bItem63Item64Item65IItem66Item67Item680Item69}Item70Item71Item72dItem73Item74Item75KItem76Item77Item782Item79Item80Item81Item82fItem83Item84Item85MItem86Item87Item884Item89Item90Item91Item92hItem93Item94Item95OItem96Item97Item986Item99Item100Item101Item102jItem103Item104Item105QlinkIDitem0item1CustomData typeSync linkIDitem0item1CustomDataDVtypeSyncVlinkIDitem0iitem1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData+=typeSync=linkIDitem0litem1CustomDataxtypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData$typeSync$linkIDitem0item1CustomData_qtypeSyncqlinkID item0item1CustomDatatypeSynclinkID item0item1gCustomData typeSync linkID item0item1gCustomDataFXtypeSyncXlinkID item0item1gCustomDatatypeSynclinkID item0 item1gCustomDatatypeSynclinkIDitem0 item1gCustomData-?typeSync?linkIDitem0item1gCustomDataztypeSynclinkIDitem0.item1gCustomDatatypeSynclinkIDitem00item1gCustomData&typeSync&linkIDitem02item1gCustomDataastypeSyncslinkIDitem06item1gCustomDatatypeSynclinkIDitem08item1gCustomData typeSync linkIDitem0<item1gCustomDataHZtypeSyncZlinkIDitem0Aitem1gCustomDatatypeSynclinkIDitem0Citem1gCustomDatatypeSynclinkIDitem0Gitem1gCustomData/AtypeSyncAlinkIDitem0Iitem1gCustomData|typeSynclinkIDitem0Kitem1gCustomDatatypeSynclinkIDitem0,item1hCustomData(typeSync(linkIDitem0item1hCustomDatacutypeSynculinkIDitem0 item1hCustomDatatypeSynclinkIDitem0Eitem1hCustomDatatypeSynclinkIDitem0]item1hCustomDataJ\typeSync\linkID item0item1hCustomDatatypeSynclinkID!item0^item1hCustomDatatypeSynclinkID"item0(item1hCustomData1CtypeSyncClinkID#item0)item1hCustomData~typeSynclinkID$item0Litem1hCustomDatatypeSynclinkID%item0Ditem1hCustomData*typeSync*linkID&item0*item1hCustomDataewtypeSyncwlinkID'item0+item1hCustomDatatypeSynclinkID(item0_item1hCustomDatatypeSynclinkID)item0`item1hCustomDataL^typeSync^linkID*item0yitem1hCustomDatatypeSynclinkID+item0zitem1hCustomDatatypeSynclinkID,item0|item1hCustomData3EtypeSyncElinkID-item0}item1hCustomDatatypeSynclinkID.item0{item1hCustomDatatypeSynclinkID/item0~item1hCustomData,typeSync,linkID0item0qitem1hCustomDatagytypeSyncylinkID1item0xitem1hCustomDatatypeSynclinkID2item0item1gCustomDatatypeSynclinkID3item0item1gCustomDataN`typeSync`linkID4item0item1gCustomDatatypeSynclinkID5item0item1gCustomDatatypeSynclinkID6item0item1gCustomData5GtypeSyncGlinkID7item0item1gCustomDatatypeSynclinkID8item0item1gCustomDatatypeSynclinkID9item0item1gCustomData.typeSync.linkID:item0item1gCustomDatai{typeSync{linkID;item0item1gCustomDatatypeSynclinkID<item0item1CustomDatatypeSynclinkID=item0item1CustomDataPbtypeSyncblinkID>item0item1CustomDatatypeSynclinkID?item0item1CustomDatatypeSynclinkID@item0item1CustomData7ItypeSyncIlinkIDAitem0item1CustomDatatypeSynclinkIDBitem0item1CustomDatatypeSynclinkIDCitem0item1CustomData0typeSync0linkIDDitem0item1CustomDatak}typeSync}linkIDEitem0item1CustomDatatypeSynclinkIDFitem0item1CustomDatatypeSynclinkIDGitem0item1CustomDataRdtypeSyncdlinkIDHitem0item1CustomDatatypeSynclinkIDIitem0item1CustomDatatypeSynclinkIDJitem0item1CustomData9KtypeSyncKlinkIDKitem0item1CustomDatatypeSynclinkIDLitem0item1CustomDatatypeSynclinkIDMitem0item1CustomData 2typeSync2linkIDNitem0item1CustomDatamtypeSynclinkIDOitem0item1CustomDatatypeSynclinkIDPitem0item1CustomDatatypeSynclinkIDQitem0item1CustomDataTftypeSyncflinkIDRitem0item1CustomDatatypeSynclinkIDSitem0item1CustomDatatypeSynclinkIDTitem0item1CustomData;MtypeSyncMlinkIDUitem0item1CustomDatatypeSynclinkIDVitem0item1CustomDatatypeSynclinkIDWitem0item1CustomData"4typeSync4linkIDXitem0item1CustomDataotypeSynclinkIDYitem0item1CustomDatatypeSynclinkIDZitem0item1CustomData typeSynclinkID[item0item1CustomDataVhtypeSynchlinkID\item0item1 CustomDatatypeSynclinkID]item0item1CustomDatatypeSynclinkID^item0item1CustomData=OtypeSyncOlinkID_item0item1CustomDatatypeSynclinkID`item0item1CustomDatatypeSynclinkIDaitem0item1CustomData$6typeSync6linkIDbitem0item1'CustomDataqtypeSynclinkIDcitem0#item1'CustomDatatypeSynclinkIDditem0$item1'CustomData typeSynclinkIDeitem0%item1'CustomDataXjtypeSyncjlinkIDfitem0&item1'CustomDatatypeSynclinkIDgitem03item17CustomDatatypeSynclinkIDhitem00item17CustomData?QtypeSyncQlinkIDiitem0-item17CustomDatatypeSync[`*.W= |ڋa=