sreVadmiral\admiral.hQ]description.ext^zhull3\briefing\blufor.sqf_0Xhull3\briefing\civilian.sqf_0Xhull3\briefing\indfor.sqf_0Xhull3\briefing\opfor.sqf^hull3\hull3.h>>B]}hull3\LICENSE_0X8init.sqfC]Omission.sqmv`,class Admiral { isEnabled = 1; isBehaviorEnabled = 0; class Camp { defaultUnitTemplate = "MNP_FIN_WD"; defaultZoneTemplate = "Camp"; }; class Patrol { defaultUnitTemplate = "MNP_FIN_WD"; defaultZoneTemplate = "Patrol"; }; class Cqc { defaultUnitTemplate = "MNP_FIN_WD"; defaultZoneTemplate = "Cqc"; }; class UnitTemplates { class MNP_FIN_WD { technicals[] = {"CUP_B_HMMWV_M2_NATO_T","CUP_B_HMMWV_SOV_M2_NATO_T","CUP_B_HMMWV_DSHKM_GPK_ACR"}; armour[] = {"CUP_B_LAV25_green","ARK_M113_USA_OD","CUP_B_M1128_MGS_Woodland"}; }; }; };#include "admiral\admiral.h" #include "hull3\hull3.h" enableDebugConsole = 1; disableChannels[]={{2,true,true},{4,true,true},{6,true,true}}; onLoadName = "Forest Fun"; onLoadMission = "Made with Hull3"; author = "HawKitsune"; loadScreen = "x\ark\addons\hull3\resources\hull3_logo.paa"; class Header { gameType = Coop; minPlayers = 1; maxPlayers = 36; }; 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 = 2; code = "hull3_mission_timeOfDay = %1"; }; class Hull3_Fog { title = "Fog"; values[] = {0,1,2}; texts[] = {"None", "Light", "Heavy"}; default = 1; 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 = 7; 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","
*** 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 "]]; // 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","
We are going to make a break in the Finnish lines by attacking through the weak point near Jankos Industrial area

ENEMY FORCES
Entrenched Finnish Infantry supported by Static emplacements, Technicals, and Armor

FRIENDLY FORCES
Small Russian Motor Platoon "]]; // Mission player createDiaryRecord ["Diary", ["Mission","
We need to complete two objectives to make this breakthrough a success

Main Obj(s):
1. Clear the Strong Point of enemy forces and destroy the SPAAG stationed there

2. Move to Jankos Industrial Area and destroy any of the industrial buildings you deem important
Be aware the Fins might have be organized enough for a counter attack by this time

3. Evac back to either the captured Strong Point or your starting area after you have demoed the Jankos Industrial Area

Secondary Obj(s):
Clear any bunker or trench lines you find to further disorganize the Fins for any future operation "]]; // Execution player createDiaryRecord ["Diary", ["Execution","
COMMANDER'S INTENT
Move trough the forest taking the objectives in order

MOVEMENT PLAN
Foot or Truck

FIRE SUPPORT PLAN
MAT team

SPECIAL TASKS
Clear other defense positions and checkpoints if possible "]]; // Administration player createDiaryRecord ["Diary", ["Administration","
Complete the objective in order due to triggers

Stay inside the marked AO "]]; // Credits player createDiaryRecord ["Diary", ["Credits", "
Made by HawKitsune "]]; 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 CUP_RU_WD { gear = "AK74M_RU"; uniform = "CUP_RU_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(version5EditorDataaddonsA3_Characters_Face_nouniformrestrictionsCUP_WheeledVehicles_KamazCUP_WheeledVehicles_UAZark_ai_sentryark_clear_cargoCUP_Creatures_StaticWeaponsmnp_indepCUP_Misc3_ConfigCUP_WheeledVehicles_LAV25ark_ace_rearmadmiralCUP_TrackedVehicles_M113A3_Ui_FA3_Modules_F_Curator_MiscAddonsMetaData randomSeedScenarioData? CustomAttributes MissionW ( moveGridStep?angleGridStep >scaleGridStep?autoGroupingDist AtogglesItemIDProvidervMarkerIDProviderLayerIndexProviderCamera nextIDnextIDnextIDgpos0]BBoBdir>H ([/?upp>A?!?aside.Gi?U4Ҿ List? itemsItem0Item1_Item2Item3*Item4sItem5Item6MItem7Item8Item9Item10SItem11Item12Item13@Item14? classNameA3_Characters_FnameArma 3 Alpha - Characters and ClothingauthorBohemia Interactiveurlhttps://www.arma3.com_classNameace_nouniformrestrictionsnameACE3 - No Uniform RestrictionsauthorACE-Teamurlhttp://ace3mod.com/classNameCUP_WheeledVehicles_KamaznameCUP_WheeledVehicles_Kamaz*classNameCUP_WheeledVehicles_UAZnameCUP_WheeledVehicles_UAZsclassNameark_ai_sentrynameARK Inhouse - AI SentryauthorARKurlhttp://www.ark-group.orgclassNameark_clear_cargonameARK Inhouse - Clear CargoauthorARKurlhttp://www.ark-group.orgMclassNameCUP_Creatures_StaticWeaponsnameCUP_Creatures_StaticWeaponsclassNamemnp_indepnamemnp_indepclassNameCUP_Misc3_ConfignameCUP_Misc3_ConfigclassNameCUP_WheeledVehicles_LAV25nameCUP_WheeledVehicles_LAV25SclassNameark_ace_rearmnameARK Inhouse - ACE RearmauthorARKurlhttp://www.ark-group.orgclassNameAdmiralnameadmiralauthorKamiclassNameCUP_TrackedVehicles_M113nameCUP_TrackedVehicles_M113@classNameA3_Ui_FnameArma 3 - User InterfaceauthorBohemia Interactiveurlhttps://www.arma3.comclassNameA3_Modules_F_CuratornameArma 3 Zeus Update - Scripted ModulesauthorBohemia Interactiveurlhttps://www.arma3.com? authorHawKitsuneHeadere gameTypeCoopminPlayersmaxPlayers% Category0 W nameMultiplayerAttribute0 Attribute1z nAttributesW propertyRespawnButtonexpressiontrueValue9 z dataI z typee value?z typeSCALARz propertyRespawnTemplatesexpressiontrueValue W data W type value W typeARRAY itemsItem0 W data% W typeB valueNoneW typeSTRINGW Intel Entities Connections.(briefingNameark_co35_forest_funoverviewTextSweep through the forest of funtimeOfChangesFstartWeather>startWind=startWaves=forecastWeather>forecastWind=forecastWaves=forecastLightnings=wavesForcedwindForcedyearmonthday hour minutestartFogDecayT<forecastFogDecayT< itemsItem0 Item1UItem2~WItem3XItem4UwItem5Item6Item7Item8_Item9AItem10?OItem11OItem12-QItem13SRItem14GItem15Item16Item17Item18$.dataTypeLayernamePlayersEntities=id<atlOffsetHU items Item0Item1VItem2Item3tItem4%Item5,,Item6/Item76Item8k<Item9BItem10HUdataTypeGroupsideEastEntitiesAttributesPidVitemsItem0QItem1Item2\Item3PdataTypeObjectPositionInfosideEastflagsAttributesidtypeO_officer_FpositionBCangles l@86#?;skill?init[this, ["faction", "CUP_RU_WD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionRussian Army - Alpha 1 Rifleman (AT)@Alpha 1isPlayablentdataTypeGroupsideEastEntitiesAttributes%id%itemsItem0Item1!Item2"Item3_$%dataTypeObjectPositionInfom sideEastflagsAttributes idtypeO_Soldier_TL_F!position|CB;BCanglesh@86#?v@ skill?rankCORPORALinit [this, ["faction", "CUP_RU_WD"], ["gear", "FTL"], ["marker", "A2", "ColorRed"]] call hull3_unit_fnc_init;descriptionRussian Army - Alpha 2 Fireteam Leader@Alpha 2isPlayable!dataTypeObjectPositionInfo!sideEastflagsAttributes0"idtypeO_Soldier_AR_F"positionEB;BɏCanglesh@86#?v@0"skill?rankCORPORALinit [this, ["faction", "CUP_RU_WD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionRussian Army - Alpha 2 Automatic Rifleman@Alpha 2isPlayable"dataTypeObjectPositionInfof#sideEastflagsAttributes#idtypeO_Soldier_A_F_$positionlKB֣;Bl0Cangles@86#?v@#skill?init [this, ["faction", "CUP_RU_WD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionRussian Army - Alpha 2 Assistant Automatic Rifleman@Alpha 2isPlayable_$dataTypeObjectPositionInfo$sideEastflagsAttributes %idtypeO_Soldier_LAT_F%position{QB;B}Cangles@86#?v@ %skill?init[this, ["faction", "CUP_RU_WD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionRussian Army - Alpha 2 Rifleman (AT)@Alpha 2isPlayable%%dataTypeGroupsideEastEntities&Attributes&,idatlOffset6,,itemsItem0X&Item1'Item2b)Item3*&,dataTypeObjectPositionInfo&sideEastflagsAttributes'idtypeO_Soldier_TL_FatlOffset6'position(B;BvCangles86#?h@'skill?rankCORPORALinit [this, ["faction", "CUP_RU_WD"], ["gear", "FTL"], ["marker", "A3", "ColorRed"]] call hull3_unit_fnc_init;descriptionRussian Army - Alpha 3 Fireteam Leader@Alpha 3isPlayable'dataTypeObjectPositionInfod(sideEastflagsAttributes(idtypeO_Soldier_AR_Fb)position|)B;B Cangles;86#?|@(skill?rankCORPORALinit [this, ["faction", "CUP_RU_WD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionRussian Army - Alpha 3 Automatic Rifleman@Alpha 3isPlayableb)dataTypeObjectPositionInfo)sideEastflagsAttributes *idtypeO_Soldier_A_F*position5Q3B;B Cangles.@86#?@ *skill?init [this, ["faction", "CUP_RU_WD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionRussian Army - Alpha 3 Assistant Automatic Rifleman@Alpha 3isPlayable*dataTypeObjectPositionInfo=+sideEastflagsAttributesu+idtypeO_Soldier_LAT_F&,positionG9Bw;B CanglesW@86#?@u+skill?init[this, ["faction", "CUP_RU_WD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionRussian Army - Alpha 3 Rifleman (AT)@Alpha 3isPlayable&,,,dataTypeGroupsideEastEntitiesv,Attributes/id/itemsItem0,Item1'./dataTypeObjectPositionInfo-sideEastflagsAttributesG-idtypeO_Soldier_SL_F'.positiongBmItem2?Item3WABdataTypeObjectPositionInfod=sideEastflagsAttributes=id%typeO_Soldier_TL_F>position^QB ;BCangles@(?#<=skill?rankCORPORALinit [this, ["faction", "CUP_RU_WD"], ["gear", "FTL"], ["marker", "B3", "ColorBlue"]] call hull3_unit_fnc_init;descriptionRussian Army - Bravo 3 Fireteam Leader@Bravo 3isPlayable>dataTypeObjectPositionInfo>sideEastflagsAttributes(?id&typeO_Soldier_AR_F?position1RB:B^Cangles|@(?#<(?skill?rankCORPORALinit [this, ["faction", "CUP_RU_WD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionRussian Army - Bravo 3 Automatic Rifleman@Bravo 3isPlayable?dataTypeObjectPositionInfo^@sideEastflagsAttributes@id'typeO_Soldier_A_FWApositiony[B[:BBangles|@(?#<@skill?init [this, ["faction", "CUP_RU_WD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionRussian Army - Bravo 3 Assistant Automatic Rifleman@Bravo 3isPlayableWAdataTypeObjectPositionInfoAsideEastflagsAttributesBid(typeO_Soldier_LAT_FBpositionNeB:BBangles|@(?#<Bskill?init[this, ["faction", "CUP_RU_WD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionRussian Army - Bravo 3 Rifleman (AT)@Bravo 3isPlayableBBdataTypeGroupsideEastEntitiesCAttributesHid0HitemsItem05CItem1 FItem2GHdataTypeObjectPositionInfoCsideEastflagsAttributesCid-typeO_Soldier_TL_FCustomAttributesD Fposition6B=BTCCanglessW'?]Jid1typeCUP_O_Kamaz_RUCustomAttributesJLposition^BOKGB-?Cangles|@_@v@>Jskill?lockUNLOCKEDinitcall{ [this, ["faction", "CUP_RU_WD"], ["gear", "Truck"]] call hull3_unit_fnc_init;}JAttribute0JnAttributesLpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value>KLdataNKLtypeLvalue[[[["CUP_arifle_AK74M","CUP_launch_RPG7V","FirstAidKit","Medikit"],[4,2,20,2]],[["CUP_30Rnd_545x39_AK_M","CUP_45Rnd_TE4_LRT4_Green_Tracer_545x39_RPK_M","CUP_1Rnd_HE_GP25_M","CUP_PG7V_M","CUP_HandGrenade_RGD5","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,4,10,2,4,4,4,4]],[["ToolKit"],[1]],[["CUP_B_CivPack_WDL"],[8]]],false]LtypeSTRINGL dataTypeObjectPositionInfo`MsideEmptyflagsAttributesMid3typeCUP_O_Kamaz_RUatlOffset8CustomAttributesN"PpositionsmB[%GB!=Cangles@i@#NnAttributes"PpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueN"PdataN"Ptype Pvalue[[[["CUP_arifle_AK74M","CUP_launch_RPG7V","FirstAidKit","Medikit"],[4,2,20,2]],[["CUP_30Rnd_545x39_AK_M","CUP_45Rnd_TE4_LRT4_Green_Tracer_545x39_RPK_M","CUP_1Rnd_HE_GP25_M","CUP_PG7V_M","CUP_HandGrenade_RGD5","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,4,10,2,4,4,4,4]],[["ToolKit"],[1]],[["CUP_B_CivPack_WDL"],[8]]],false]"PtypeSTRING"PdataTypeObjectPositionInfoPsideEmptyflagsAttributesPidtypeCUP_O_UAZ_Open_RUCustomAttributescQSpositionB?B-Cangles`s@;Pskill?lockUNLOCKEDinitcall{ [this, ["faction", "CUP_RU_WD"], ["gear", "Truck"]] call hull3_unit_fnc_init;}cQAttribute0QnAttributesSpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueQSdataQStypeRvalue[[[["CUP_arifle_AKS74U","CUP_launch_RPG18","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_545x39_AK_M","CUP_RPG18_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_CivPack_WDL"],[4]]],false]StypeSTRINGSdataTypeObjectPositionInfoSsideEmptyflagsAttributesSidtypeCUP_O_UAZ_Open_RUCustomAttributesPTUpositionBJ?B:3Cangles;}&u@߻utypeARK_Make_SentryCustomAttributesV~Wposition8EXjmjtypeZjvaluemjtypeBOOLmjdataTypeObjectPositionInfojsideEmptyflagsAttributes6kid^typeLand_fort_bagfence_longCustomAttributesTk lpositionAD_BDangles@!@@6kdisableSimulationTkAttribute0|knAttributes lpropertyallowDamageexpression_this allowdamage _value;Valuek ldatak ltypekvalue ltypeBOOL ldataTypeObjectPositionInfolsideEmptyflagsAttributeslid_typeLand_fort_bagfence_longCustomAttributeslmpositionD@A_B0Dangles@@JIitemsItem0dataTypeObjectPositionInfoLsideIndependentflagsAttributesidtypeMNP_FIN_Soldier_MGatlOffsetL*>position٢DiB`yCangles=@dataTypeGroupsideIndependentEntitiesAttributes׍idatlOffset>ݍitemsItem0׍dataTypeObjectPositionInfosideIndependentflagsAttributesэidtypeMNP_FIN_Soldier_OatlOffset>׍positionNDhBCanglesP@э׍ݍdataTypeGroupsideIndependentEntities>Attributes%idatlOffset>+itemsItem0[%dataTypeObjectPositionInfosideIndependentflagsAttributesidtypeMNP_FIN_Soldier_ARatlOffset>%positionCDiB!Cangles\;1@%+dataTypeGroupsideIndependentEntitiesAttributessidatlOffset7>yitemsItem0sdataTypeObjectPositionInfo5sideIndependentflagsAttributesmidtypeMNP_FIN_Soldier_MDatlOffset7>sposition JDhBCanglesS?msydataTypeGroupsideIndependentEntitiesڐAttributesidatlOffset},>ƑitemsItem0dataTypeObjectPositionInfosideIndependentflagsAttributesidtypeMNP_FIN_Soldier_OatlOffset},>positionDhBXCangles@ƑdataTypeGroupsideIndependentEntities'Attributes idatlOffset6>itemsItem0D dataTypeObjectPositionInfoϒsideIndependentflagsAttributesidtypeMNP_FIN_Soldier_OatlOffset6> positionD[hBCangles3G_@ dataTypeGroupsideIndependentEntitiestAttributes[idatlOffsetd7>aitemsItem0[dataTypeObjectPositionInfosideIndependentflagsAttributesUidtypeMNP_FIN_Soldier_ATatlOffsetd7>[position̓DhBCanglesW@U[adataTypeGroupsideIndependentEntities”AttributesidatlOffset:itemsItem0ߔdataTypeObjectPositionInfoksideIndependentflagsAttributesidtypeMNP_FIN_Soldier_ATatlOffset:positionVwDe9hB}Cangles?dataTypeGroupsideIndependentEntitiesAttributes֖idܖitemsItem0֖dataTypeObjectPositionInfosideIndependentflagsAttributesЖidtypeMNP_FIN_Soldier_O֖positionD1hBFCangles;@Ж֖ܖdataTypeGroupsideIndependentEntities-Attributesid itemsItem0JdataTypeObjectPositionInfoŗsideIndependentflagsAttributesidtypeMNP_FIN_Soldier_Fposition D:hB޺Cangles39@ dataTypeGroupsideIndependentEntitiesyAttributesOCrewLinksUidatlOffsetitemsItem0OdataTypeObjectPositionInfosideIndependentflagsAttributesIidtypeMNP_FIN_Soldier_OOpositionEDZhBCanglesQ7@IOULinkIDProviderzLinksnextIDitemsItem0linkIDitem0item1CustomDataroleturretPathdataTypeGroupsideIndependentEntitiesYAttributes/id5itemsItem0v/dataTypeObjectPositionInfosideIndependentflagsAttributes)idtypeMNP_FIN_Soldier_O/positioneDI hBkCanglesX@)/5dataTypeGroupsideIndependentEntitiesAttributes\idbitemsItem0\dataTypeObjectPositionInfosideIndependentflagsAttributesVidtypeMNP_FIN_Soldier_F\position[D^hBCangles&R@V\bdataTypeObjectPositionInfosideIndependentflagsAttributes'idtypeCUP_B_M2StaticMG_USatlOffset-position/D{SlBCanglesv@:E@;'-dataTypeGroupsideIndependentEntitiesAttributes'CrewLinks-idNitemsItem0Item1n'dataTypeObjectPositionInfo0sideIndependentflagsAttributeshidtypeMNP_FIN_Soldier_OnpositionږDVhBjCangles.+#;K@hndataTypeObjectPositionInfosideIndependentflagsAttributes!idtypeMNP_FIN_Soldier_F'positionږDVhBjCangles.+#;K@!'-LinkIDProviderRLinkseNnextIDeitemsItem0Item1NlinkIDitem0item1CustomDataȟroleturretPathlinkIDitem0item1CustomData+NroleturretPathNdataTypeObjectPositionInfoɠsideIndependentflagsAttributesidtypeCUP_B_LAV25_greenpositionږD@rBdCangles.+#;K@dataTypeLogicPositionInfoNidtypeARK_ACE_RearmpositionpB[fPBFcDanglesz0<!#<dataTypeLayernameStarting PatrolstateEntitiesidatlOffset? items Item0Item1:Item2Item3Item4GItem5Item6Item7Item8)Item9Item10Item11 dataTypeTriggerpositionDϱ]BDangle@@AttributesidtypeEmptyDetectorAreaR50:conditioncall{true}sizeABsizeBCisRectangle:dataTypeTriggerpositionDmBhvcDAttributesidtypeEmptyDetectorAreaR50conditioncall{true}sizeAHCsizeBBisRectangledataTypeTriggerpositionéD=/{BJDAttributesQidtypeEmptyDetectorAreaR50conditioncall{true}sizeABsizeBBisRectangledataTypeTriggerpositionD\BwDangle=%?Attributes idtypeEmptyDetectorAreaR50Gconditioncall{true}sizeBHCisRectangleGdataTypeTriggerpositionDrBCangleƚ@AttributesidtypeEmptyDetectorAreaR50conditioncall{true}sizeABsizeBCisRectangledataTypeLogicPositionInfodidtypeAdmiral_PatrolZoneCustomAttributespositionD<[B+Cangles.@'8= Attribute0TAttribute1Attribute2ϨAttribute3Attribute4GAttribute5Attribute6ӫAttribute7Attribute8Attribute9HnAttributes propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueէdatatypevaluetypeSTRINGpropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueϨdataϨtypevalueϨtypeSCALARϨpropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueJdataZtypevvalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueGdataGtype2valueBGtypeSCALARGpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueªdataҪtypevaluetypeBOOLpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValueӫdataӫtypevalueӫtypeSCALARӫpropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];ValuejdataztypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Value@dataPtypelvalue@typeSCALARpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value HdataHtype3valueHtypeSTRINGHpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueѮdatatypevaluetypeSTRINGdataTypeLogicPositionInfoqidtypeAdmiral_PatrolZoneCustomAttributesposition\ODqB!Dangles@s@ Attribute0aAttribute1 Attribute2ܱAttribute3Attribute4TAttribute5Attribute6Attribute7Attribute8Attribute9UnAttributes propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value data type value typeSTRING propertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueܱdataܱtypeDZvalueܱtypeSCALARܱpropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueWdatagtypevalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueTdata#Ttype?valueBTtypeSCALARTpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Valueϳdata߳typevaluetypeBOOLpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];Valuedatatype˴value?typeSCALARpropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];ValuewdatatypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];ValueMdata]typeyvaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueUdata'Utype@valueUtypeSTRINGUpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value޷datatypevaluetypeSTRINGdataTypeLogicPositionInfo~idtypeAdmiral_PatrolZoneCustomAttributes)positionhD9jwBe.Cangles@Q@ Attribute0nAttribute1-Attribute2Attribute3Attribute4aAttribute5Attribute6Attribute7žAttribute8Attribute9bnAttributes )propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value-data-typevalue-typeSTRING-propertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatatypeԺvaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueddatattypevalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value adata0atypeLvalueBatypeSCALARapropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueܼdatatypevaluetypeBOOLpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValuedatatypeؽvaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];ValueždatažtypevaluežtypeSCALARžpropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];ValueZdatajtypevalue@typeSCALARpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value$bdata4btypeMvaluebtypeSTRINGbpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value)data)typevalue)typeSTRING)dataTypeLogicPositionInfoidtypeAdmiral_PatrolZoneCustomAttributesposition5CTBaPD Attribute0cAttribute1"Attribute2Attribute3Attribute4VAttribute5Attribute6Attribute7Attribute8Attribute9WnAttributes propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value"data"type value"typeSTRING"propertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueYdataitypevalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueVdata%VtypeAvalueBVtypeSCALARVpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatatypevaluetypeBOOLpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];ValueydatatypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];ValueOdata_type{value?typeSCALARpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueWdata)WtypeBvalueWtypeSTRINGWpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Valuedatatype valuetypeSTRINGdataTypeLogicPositionInfoidtypeAdmiral_PatrolZoneCustomAttributespositionCstBD Attribute0XAttribute1Attribute2Attribute3Attribute4KAttribute5Attribute6Attribute7Attribute8Attribute9LnAttributes propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueNdata^typezvalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value KdataKtype6valueBKtypeSCALARKpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatatypevaluetypeBOOLpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Valuendata~typevalue?typeSCALARpropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];ValueDdataTtypepvalue?typeSCALARpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueLdataLtype7valueLtypeSTRINGLpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatatypevaluetypeSTRINGdataTypeLogicPositionInfouidStypeAdmiral_PatrolZoneCustomAttributes positionɶDKoB̿Dangles0@⧮> Attribute0eAttribute1$Attribute2Attribute3Attribute4XAttribute5Attribute6Attribute7Attribute8Attribute9YnAttributes propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value$data$typevalue$typeSTRING$propertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value[dataktypevalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueXdata'XtypeCvalueBXtypeSCALARXpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatatypevaluetypeBOOLpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Value{datatypevalue?typeSCALARpropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];ValueQdataatype}value@@typeSCALARpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueYdata+YtypeDvalueYtypeSTRINGYpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value data type value typeSTRING dataTypeTriggerpositionJD8oBmdDAttributesidRtypeEmptyDetectorAreaR50conditioncall{true}sizeACsizeBCisRectangledataTypeLayernameStarting CQCstateEntities-idatlOffset`@_itemsItem0kItem1Item2Item3|_dataTypeTriggerposition:Db6jBAnDAttributesidtypeEmptyDetectorAreaR50conditioncall{true}dataTypeTriggerposition DB ]Dangleg?AttributesdidtypeEmptyDetectorAreaR50conditioncall{true}sizeA BsizeBBdataTypeLogicPositionInfoidtypeAdmiral_CqcZoneCustomAttributes0|positionDFPkBsDangles$>5b@0 Attribute0Attribute1Attribute2UAttribute3Attribute4Attribute5Attribute67Attribute7Attribute8nAttributes |propertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueVdataftypevaluetypeSTRINGpropertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];ValueUdata$Utype@valueUtypeSCALARUpropertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value?dataOtypekvalueBtypeSCALARpropertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value7data7type$value7typeBOOL7propertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];Valuedatatypevalue@typeSCALARpropertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuezdatatypevaluetypeSTRINGpropertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value>|dataN|typegvalue|typeSTRING|dataTypeLogicPositionInfoidtypeAdmiral_CqcZoneCustomAttributes_position)DJ`B*Dangles}@F> Attribute0Attribute1wAttribute28Attribute3Attribute4Attribute5cAttribute6Attribute7Attribute8nAttributes _propertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value9wdataIwtypebvaluewtypeSTRINGwpropertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];Value8data8type#value8typeSCALAR8propertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueidataytypevalueBtypeSCALARpropertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value"cdata2ctypeNvalueBctypeSCALARcpropertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatatypevaluetypeBOOLpropertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];Valuedatatypevalue@typeSCALARpropertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value]datamtypevaluetypeSTRINGpropertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value!_data1_typeJvalue_typeSTRING_dataTypeLayernameAA Obj/StrongpointstateEntitiesidatlOffsetξAitemsItem0Item1zItem2O&Item3'Item4(Item5)Item6%+Item7S,Item8-Item9.Item10/Item11 1Item1262Item133Item144Item156Item16k7Item178Item18:Item193;Item20;Item21-?A dataTypeObjectPositionInfoksideEmptyflagsAttributesidtypeCUP_B_M163_USAatlOffset7CustomAttributeszpositiongD`B0M[Dangles<]?Dk=lockLOCKEDtexturesGreenAttribute0nAttributeszpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueJzdataZztypeevalue[[[["CUP_arifle_M4A1_black","CUP_launch_M136","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_556x45_Stanag","CUP_M136_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_USPack_Coyote"],[4]]],false]ztypeSTRINGzdataTypeLayernameEmptyEntitiesidatlOffset໪?O& itemsItem0AItem1Item2{Item3Item4Item5RItem6Item7Item8)Item9Item10cItem11Item12Item13: Item14 Item15t Item16Item17Item18KItem19Item20Item21"Item22Item23\Item24Item25Item265Item27Item28s!Item29#Item30$O&dataTypeObjectPositionInfosideEmptyflagsAttributes idtypeLand_fort_bagfence_longCustomAttributes(position)D}erBMDangles@8= disableSimulation(Attribute0PnAttributespropertyallowDamageexpression_this allowdamage _value;ValuedatatypevaluetypeBOOLdataTypeObjectPositionInfoosideEmptyflagsAttributesidtypeLand_fort_bagfence_longCustomAttributes{position]0DXqBbMDangles.@F@<ӷ=disableSimulationAttribute0nAttributes{propertyallowDamageexpression_this allowdamage _value;Value<{dataL{typehvalue{typeBOOL{dataTypeObjectPositionInfo sideEmptyflagsAttributesDidtypeLand_fort_bagfence_longCustomAttributesbpositionPD3pBMDangles@H^@=DdisableSimulationbAttribute0nAttributespropertyallowDamageexpression_this allowdamage _value;ValuedatatypevaluetypeBOOLdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_fort_bagfence_longCustomAttributespositionD"oBMDangles@ͦ@ =disableSimulationAttribute0'nAttributespropertyallowDamageexpression_this allowdamage _value;ValuevdatatypevaluetypeBOOLdataTypeObjectPositionInfoFsideEmptyflagsAttributes~idtypeLand_fort_bagfence_longCustomAttributesRpositionDnBeLDangles@ڒ@rQ=~disableSimulationAttribute0nAttributesRpropertyallowDamageexpression_this allowdamage _value;ValueRdata#Rtype?valueRtypeBOOLRdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_fort_bagfence_longCustomAttributes9positionDT vBNDangles0@co@disableSimulation9Attribute0anAttributespropertyallowDamageexpression_this allowdamage _value;ValuedatatypevaluetypeBOOLdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_fort_bagfence_longCustomAttributespositionwXD(2vBNDangles@\,@.@disableSimulationAttribute0nAttributespropertyallowDamageexpression_this allowdamage _value;ValueMdata]typeyvaluetypeBOOLdataTypeObjectPositionInfosideEmptyflagsAttributesUidtypeLand_fort_bagfence_longCustomAttributess)positionĿDPmB'JDangles*@`@UdisableSimulationsAttribute0nAttributes)propertyallowDamageexpression_this allowdamage _value;Value)data)typevalue)typeBOOL)dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_fort_bagfence_longCustomAttributesposition/D GmBcKDanglesL<6W?.+#;disableSimulationAttribute08nAttributespropertyallowDamageexpression_this allowdamage _value;ValuedatatypevaluetypeBOOLdataTypeObjectPositionInfoWsideEmptyflagsAttributesidtypeLand_fort_bagfence_longCustomAttributescpositionD mB LDangleshU<(?.+#;disableSimulationAttribute0nAttributescpropertyallowDamageexpression_this allowdamage _value;Value$cdata4ctypePvaluectypeBOOLcdataTypeObjectPositionInfosideEmptyflagsAttributes,idtypeLand_fort_bagfence_longCustomAttributesJpositionsD _vB;ODanglesM@,@.+#;,disableSimulationJAttribute0rnAttributespropertyallowDamageexpression_this allowdamage _value;ValuedatatypevaluetypeBOOLdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_fort_bagfence_longCustomAttributespositionD vBODanglesY@k,@Y=disableSimulationAttribute0nAttributespropertyallowDamageexpression_this allowdamage _value;Value^datantypevaluetypeBOOLdataTypeObjectPositionInfo.sideEmptyflagsAttributesfidtypeLand_fort_bagfence_longCustomAttributes: positionUD}wBODanglesC@Y@=fdisableSimulationAttribute0nAttributes: propertyallowDamageexpression_this allowdamage _value;Value: data : type' value: typeBOOL: dataTypeObjectPositionInfo sideEmptyflagsAttributes idtypeLand_fort_bagfence_longCustomAttributes!  positioneDxB@PDangles@qK@<ӷ= disableSimulation! Attribute0I nAttributes propertyallowDamageexpression_this allowdamage _value;Value  data  type value typeBOOL dataTypeObjectPositionInfoh sideEmptyflagsAttributes idtypeLand_fort_bagfence_longCustomAttributes t positionD=yyBsaPDangles@l|>}= disableSimulation Attribute0 nAttributest propertyallowDamageexpression_this allowdamage _value;Value5 t dataE t typea valuet typeBOOLt dataTypeObjectPositionInfo sideEmptyflagsAttributes= idtypeLand_fort_bagfence_longCustomAttributes[ positionD0mBlLDangles@= disableSimulation[ Attribute0 nAttributespropertyallowDamageexpression_this allowdamage _value;Value data type valuetypeBOOLdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_fort_bagfence_longCustomAttributesposition/DlB@MDanglesc|?C<disableSimulationAttribute0 nAttributespropertyallowDamageexpression_this allowdamage _value;ValueodatatypevaluetypeBOOLdataTypeObjectPositionInfo?sideEmptyflagsAttributeswidtypeLand_fort_bagfence_longCustomAttributesKpositionYJD@lB%MDanglesv@K@v@wdisableSimulationAttribute0nAttributesKpropertyallowDamageexpression_this allowdamage _value;Value KdataKtype8valueKtypeBOOLKdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_fort_bagfence_longCustomAttributes2positionDkBMDanglesh@MDangles%L@63@D@disableSimulationAttribute0nAttributespropertyallowDamageexpression_this allowdamage _value;ValueFdataVtypervaluetypeBOOLdataTypeObjectPositionInfosideEmptyflagsAttributesNidtypeLand_fort_bagfence_longCustomAttributesl"positionV)DjBMDanglesC@%?.@NdisableSimulationlAttribute0nAttributes"propertyallowDamageexpression_this allowdamage _value;Value"data"typevalue"typeBOOL"dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_fort_bagfence_longCustomAttributes positionP0D2!lB\]NDangles?.@disableSimulation Attribute01nAttributespropertyallowDamageexpression_this allowdamage _value;ValuedatatypevaluetypeBOOLdataTypeObjectPositionInfoPsideEmptyflagsAttributesidtypeLand_fort_bagfence_longCustomAttributes\position"DmB`WDanglesW@6@Bk=disableSimulationAttribute0nAttributes\propertyallowDamageexpression_this allowdamage _value;Value\data-\typeIvalue\typeBOOL\dataTypeObjectPositionInfosideEmptyflagsAttributes%idtypeLand_fort_bagfence_longCustomAttributesCposition7DlBXWDangles@Bv?-=%disableSimulationCAttribute0knAttributespropertyallowDamageexpression_this allowdamage _value;ValuedatatypevaluetypeBOOLdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_fortified_nest_bigCustomAttributesposition .DBwB [ODangles@@=disableSimulationAttribute0nAttributespropertyallowDamageexpression_this allowdamage _value;ValueWdatagtypevaluetypeBOOLdataTypeObjectPositionInfo)sideEmptyflagsAttributesaidtypeLand_fortified_nest_smallCustomAttributes5position/DoBJDangles@(@Σ.+#;disableSimulationAttribute0FnAttributespropertyallowDamageexpression_this allowdamage _value;ValuedatatypevaluetypeBOOLdataTypeObjectPositionInfog sideEmptyflagsAttributes idtypeLand_fortified_nest_smallCustomAttributes s!positionRDcoB6LDangles@Nn>C< disableSimulation Attribute0 nAttributess!propertyallowDamageexpression_this allowdamage _value;Value4!s!dataD!s!type`!values!typeBOOLs!dataTypeObjectPositionInfo"sideEmptyflagsAttributes>"idtypeLand_fortified_nest_smallCustomAttributes\"#position9=DixBKDangles.+#;Y*\=v@>"disableSimulation\"Attribute0"nAttributes#propertyallowDamageexpression_this allowdamage _value;Value"#data"#type"value#typeBOOL#dataTypeObjectPositionInfo#sideEmptyflagsAttributes#idtypeLand_fortified_nest_smallCustomAttributes#$position_D~oBUVDanglesW@zK>-=#disableSimulation#Attribute0#$nAttributes$propertyallowDamageexpression_this allowdamage _value;Valuer$$data$$type$value$typeBOOL$dataTypeObjectPositionInfoC%sideEmptyflagsAttributes{%idtypeLand_fort_artillery_nestCustomAttributes%O&positiondD{BlPDangles.@;@\<{%disableSimulation%Attribute0%nAttributesO&propertyallowDamageexpression_this allowdamage _value;Value&O&data &O&type<&valueO&typeBOOLO&dataTypeGroupsideIndependentEntities&Attributes'id3atlOffset7'itemsItem0&'dataTypeObjectPositionInfoY'sideIndependentflagsAttributes'idtypeMNP_FIN_Soldier_ARatlOffset7'positionO/itemsItem0//dataTypeObjectPositionInfo/sideIndependentflagsAttributes/idtypeMNP_FIN_Soldier_AR/positionDnB2MDangles@///dataTypeGroupsideIndependentEntities-0Attributes1id? 1itemsItem0J01dataTypeObjectPositionInfo0sideIndependentflagsAttributes0idtypeMNP_FIN_Soldier_O1position͋DqB|.NDangles\@01 1dataTypeGroupsideIndependentEntitiesZ1Attributes02id@62itemsItem0w102dataTypeObjectPositionInfo1sideIndependentflagsAttributes*2id!typeMNP_FIN_Soldier_F02position:D vB-PDangles1@*20262dataTypeGroupsideIndependentEntities2Attributes}3idAatlOffset63itemsItem02}3dataTypeObjectPositionInfo?3sideIndependentflagsAttributesw3id"typeMNP_FIN_Soldier_OatlOffset6}3positionDDuBGODanglesB(@w3}33dataTypeGroupsideIndependentEntities3Attributes4idBatlOffset4>4itemsItem044dataTypeObjectPositionInfo4sideIndependentflagsAttributes4id$typeMNP_FIN_Soldier_MDatlOffset4>4position4DtB\ODangles@444dataTypeGroupsideIndependentEntities25Attributes6idEatlOffset,>6itemsItem0O56dataTypeObjectPositionInfo5sideIndependentflagsAttributes6id)typeMNP_FIN_Soldier_OatlOffset,>6positionD#7sBODangles唓@666dataTypeGroupsideIndependentEntities6Attributese7idFatlOffset =k7itemsItem06e7dataTypeObjectPositionInfo'7sideIndependentflagsAttributes_7id+typeMNP_FIN_Soldier_OatlOffset =e7positionDQrBQNDanglesMqM@_7e7k7dataTypeGroupsideIndependentEntities7Attributes8idGatlOffset.>8itemsItem078dataTypeObjectPositionInfou8sideIndependentflagsAttributes8id-typeMNP_FIN_Soldier_MGatlOffset.>8position BDB[sBRNDangles{.@888dataTypeGroupsideIndependentEntities9Attributes:idHatlOffset d>:itemsItem079:dataTypeObjectPositionInfo9sideIndependentflagsAttributes9id/typeMNP_FIN_Soldier_FatlOffset d>:positionDtBSNDangles.@9::dataTypeGroupsideIndependentEntitiesW:Attributes-;id13;itemsItem0t:-;dataTypeObjectPositionInfo:sideIndependentflagsAttributes';idtypeMNP_FIN_Soldier_F-;positionSlDjBMDangles;;@';-;3;dataTypeObjectPositionInfo;sideIndependentflagsAttributes;idtypeCUP_B_LAV25_greenatlOffset ;position0D˂BPDangles.@@\<;;dataTypeGroupsideIndependentEntitiesl<Attributes>CrewLinks >idatlOffset -?itemsItem0<Item1M=>dataTypeObjectPositionInfo=sideIndependentflagsAttributesG=idtypeMNP_FIN_Soldier_OM=positionf5D{BPDangles.@@\idtypeMNP_FIN_Soldier_F>positionf5D{BPDangles.@@\<>> >LinkIDProvider1>LinksD>-?nextIDD>itemsItem0l>Item1>-?linkIDitem0item1CustomData>>roleturretPath>linkIDitem0item1CustomData ?-?roleturretPath-? dataTypeObjectPositionInfo?sideEmptyflagsAttributes?idtypeCUP_B_M163_USAatlOffsetDCustomAttributes"@ApositionRDbwBZDanglesu<{{?8@?lockLOCKEDtexturesGreen"@Attribute0J@nAttributesApropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value@Adata@AtypeAvalue[[[["CUP_arifle_M4A1_black","CUP_launch_M136","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_556x45_Stanag","CUP_M136_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_USPack_Coyote"],[4]]],false]AtypeSTRINGAdataTypeLayernameCheckpoint 2stateEntities2BidatlOffset?OitemsItem0eBItem1LItem2N?OdataTypeLayernameEmptyEntitiesBidatlOffseth@KdisableSimulationLAttribute06LnAttributesLpropertyallowDamageexpression_this allowdamage _value;ValueLLdataLLtypeLvalueLtypeBOOLLdataTypeGroupsideIndependentEntities%MAttributes NidatlOffsetNitemsItem0BM NdataTypeObjectPositionInfoMsideIndependentflagsAttributesNidtypeMNP_FIN_Soldier_MGatlOffset NpositionDқjBXDanglesG@N NNdataTypeGroupsideIndependentEntitiescNAttributes9Oid?OitemsItem0N9OdataTypeObjectPositionInfoNsideIndependentflagsAttributes3OidtypeMNP_FIN_Soldier_O9Oposition7DjB6ZDanglesl(@3O9O?OdataTypeLogicPositionInfoOnameadm_hc_unitisPlayabledescriptionHCidItypeHeadlessClient_FatlOffsetHnDOpositionzDOdataTypeLayernameObj MarkersstateEntitiesKPidMatlOffset2`@-QitemsItem0sPItem1P-QdataTypeMarkerpositionDFvB\DnamemrkO2typeEmptyidKatlOffset9PdataTypeMarkerpositionEZBpDnamemrkO3typeEmptyidL-QdataTypeLayernameCover MapstateEntitiesxQidPSRitemsItem0QSRdataTypeLogicPositionInfoRareaSizeD;DareaIsRectangleflagsidOtypeModuleCoverMap_FSRpositionfDDhBXSRdataTypeLayernameCross 1 PatrolstateEntitiesRideatlOffset@$?G items Item03SItem1@\Item25eItem3*nItem4wItem5Item6Item7ƁItem8Item9tGdataTypeLogicPositionInfoSidUtypeAdmiral_PatrolZoneCustomAttributesS@\positionbD`"nB%DanglesDk==S Attribute0TAttribute1DUAttribute2VAttribute3VAttribute4xWAttribute52XAttribute6YAttribute7YAttribute8ZAttribute9y[nAttributes @\propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueUDUdataUDUtype/UvalueDUtypeSTRINGDUpropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueUVdataUVtypeUvalueVtypeSCALARVpropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value{VVdataVVtypeVvalueBVtypeSCALARVpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value7WxWdataGWxWtypecWvalueBxWtypeSCALARxWpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueW2XdataX2XtypeXvalue2XtypeBOOL2XpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValueXYdataXYtypeXvalueYtypeSCALARYpropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];ValueYYdataYYtypeYvalueYtypeSCALARYpropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];ValueqZZdataZZtypeZvalue@ZtypeSCALARZpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value;[y[dataK[y[typed[valuey[typeSTRINGy[propertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value\@\data\@\type+\value@\typeSTRING@\dataTypeLogicPositionInfo\idXtypeAdmiral_PatrolZoneCustomAttributes\5eposition@,E4NBzC\ Attribute0z]Attribute19^Attribute2^Attribute3_Attribute4m`Attribute5'aAttribute6aAttribute7bAttribute8cAttribute9ndnAttributes 5epropertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value]9^data ^9^type$^value9^typeSTRING9^propertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value^^data^^type^value^typeSCALAR^propertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Valuep__data__type_valueB_typeSCALAR_propertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value,`m`data<`m`typeX`valueBm`typeSCALARm`propertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value`'adata`'atypeavalue'atypeBOOL'apropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValueaadataaatypeavalueatypeSCALARapropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];ValuebbdatabbtypebvaluebtypeSCALARbpropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Valuefccdatavcctypecvalue@ctypeSCALARcpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value0dnddata@dndtypeYdvaluendtypeSTRINGndpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Valued5edatae5etype evalue5etypeSTRING5edataTypeLogicPositionInfoeidZtypeAdmiral_PatrolZoneCustomAttributese*nposition@EP8BCe Attribute0ofAttribute1.gAttribute2gAttribute3hAttribute4biAttribute5jAttribute6jAttribute7kAttribute8lAttribute9cmnAttributes *npropertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Valuef.gdatag.gtypegvalue.gtypeSTRING.gpropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueggdataggtypegvaluegtypeSCALARgpropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueehhdatauhhtypehvalueBhtypeSCALARhpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value!ibidata1ibitypeMivalueBbitypeSCALARbipropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Valueijdataijtype jvaluejtypeBOOLjpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValuejjdatajjtypejvaluejtypeSCALARjpropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];ValuekkdatakktypekvaluektypeSCALARkpropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Value[lldataklltypelvalue?ltypeSCALARlpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value%mcmdata5mcmtypeNmvaluecmtypeSTRINGcmpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Valuem*ndatam*ntypenvalue*ntypeSTRING*ndataTypeLogicPositionInfonid\typeAdmiral_PatrolZoneCustomAttributesnwposition6EhjIBDn Attribute0doAttribute1#pAttribute2pAttribute3qAttribute4WrAttribute5sAttribute6sAttribute7tAttribute8uAttribute9XvnAttributes wpropertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Valueo#pdatao#ptypepvalue#ptypeSTRING#ppropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueppdatapptypepvalueptypeSCALARppropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueZqqdatajqqtypeqvalueBqtypeSCALARqpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuerWrdata&rWrtypeBrvalueBWrtypeSCALARWrpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuersdatarstypervaluestypeBOOLspropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValuessdatasstypesvaluestypeSCALARspropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Valuezttdatatttypetvalue?ttypeSCALARtpropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];ValuePuudata`uutype|uvalue?utypeSCALARupropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuevXvdata*vXvtypeCvvalueXvtypeSTRINGXvpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Valuevwdatavwtype wvaluewtypeSTRINGwdataTypeLogicPositionInfowid^typeAdmiral_PatrolZoneCustomAttributeswpositionwEn]B\ Dw Attribute0YxAttribute1yAttribute2yAttribute3zAttribute4L{Attribute5|Attribute6|Attribute7}Attribute8~Attribute9MnAttributes propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuexydataxytypeyvalueytypeSTRINGypropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueyydatayytypeyvalueytypeSCALARypropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueOzzdata_zztype{zvalueBztypeSCALARzpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value {L{data{L{type7{valueBL{typeSCALARL{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];Valueo}}data}}type}value}typeSCALAR}propertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];ValueE~~dataU~~typeq~value@~typeSCALAR~propertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueMdataMtype8valueMtypeSTRINGMpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatatypevaluetypeSTRINGdataTypeTriggerpositionq-EZB'qDangle,@Attributesid]typeEmptyDetectorAreaR50atlOffsetconditioncall{triggerActivated cross_1}sizeABsizeBHCisRectangledataTypeTriggerpositioni1EOBDDAttributeskid[typeEmptyDetectorAreaR50atlOffset6Ɓconditioncall{triggerActivated cross_1}sizeABsizeBBisRectangleƁdataTypeTriggerposition]6EPBBJDangle(@Attributes:idYtypeEmptyDetectorAreaR50conditioncall{triggerActivated cross_1}sizeACsizeBHCisRectangledataTypeTriggerpositionE-@dB~Dangle◺@AttributesidWtypeEmptyDetectorAreaR50atlOffset;tconditioncall{triggerActivated cross_1}sizeAHCsizeBHCisRectangletdataTypeTriggerposition'Eq_BqDAttributesidTtypeEmptyDetectorAreaR50atlOffsetGconditioncall{triggerActivated cross_1}sizeAHCsizeBzCisRectangleGdataTypeLayernameCross 1 CQCstateEntitiesidfatlOffseth<itemsItem0Item1ÌItem2Item3iItem4Item5۝dataTypeLogicPositionInfoWiddtypeAdmiral_CqcZoneCustomAttributeswÌpositionL?PE/BRDw Attribute0Attribute1ۆAttribute2Attribute3UAttribute4Attribute5ljAttribute6~Attribute7;Attribute8nAttributes ÌpropertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueۆdataۆtypeƆvalueۆtypeSTRINGۆpropertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];Value[dataktypevaluetypeSCALARpropertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueUdata$Utype@valueUtypeSCALARUpropertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value͈data݈typevalueBtypeSCALARpropertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueljdataljtypevalueBljtypeSCALARljpropertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value?~dataO~typekvalue~typeBOOL~propertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];Value;data ;type&value@;typeSCALAR;propertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedataыtypevaluetypeSTRINGpropertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueÌdataÌtypevalueÌtypeSTRINGÌdataTypeLogicPositionInfo"idctypeAdmiral_CqcZoneCustomAttributesBpositionoHBEXVBDB Attribute0Attribute1Attribute2gAttribute3 Attribute4ِAttribute5Attribute6IAttribute7Attribute8ʓnAttributes propertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuehdataxtypevaluetypeSTRINGpropertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];Value&gdata6gtypeRvaluegtypeSCALARgpropertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Valueߏ data type value typeSCALAR propertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueِdataِtypeĐvalueBِtypeSCALARِpropertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueQdataatype}valueBtypeSCALARpropertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value IdataItype6valueItypeBOOLIpropertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];ValueŒdataՒtypevalueAtypeSCALARpropertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueʓdataʓtypevalueʓtypeSTRINGʓpropertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuePdata`typeyvaluetypeSTRINGdataTypeLogicPositionInfoidbtypeAdmiral_CqcZoneatlOffset6CustomAttributesipositionhS!EFXUBeD Attribute0ŕAttribute1Attribute2BAttribute3Attribute4Attribute5mAttribute6$Attribute7Attribute8nAttributes ipropertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueCdataStypelvaluetypeSTRINGpropertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];ValueBdataBtype-valueBtypeSCALARBpropertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedataʗtypevaluetypeSCALARpropertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuesdatatypevalueBtypeSCALARpropertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value,mdata<mtypeXvalueBmtypeSCALARmpropertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value$data$typevalue$typeBOOL$propertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];Valuedatatype̚valueAtypeSCALARpropertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuegdatawtypevaluetypeSTRINGpropertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value+idata;itypeTvalueitypeSTRINGidataTypeTriggerposition78E[ QBf>NDangleؚ @AttributesݜidatypeEmptyDetectorAreaR50conditioncall{triggerActivated cross_1}dataTypeTriggerpositionJEZBBXnDangleؚ @Attributesid_typeEmptyDetectorAreaR50atlOffset۝conditioncall{triggerActivated cross_1}sizeAHCsizeBB۝dataTypeTriggerpositionW0ELBÉDangle2?AttributesOid`typeEmptyDetectorAreaR50conditioncall{triggerActivated cross_1}sizeApBsizeBBdataTypeLayernameCheckpoint 3stateEntitiesidatlOffset@5/?itemsItem0UItem1,Item2Item3Item4AItem5nItem6dataTypeGroupsideIndependentEntitiesAttributessCrewLinksyid,itemsItem0ҟsdataTypeObjectPositionInfoMsideIndependentflagsAttributesmidtypeMNP_FIN_Soldier_FspositionMy E[WBvDmsyLinkIDProviderLinks,nextIDitemsItem0Π,linkIDitem0item1CustomData ,roleturretPath,dataTypeObjectPositionInfosideIndependentflagsAttributesidtypeCUP_B_M2StaticMG_USpositiony EB[BsDangles;?/@.@dataTypeGroupsideIndependentEntities8AttributesiditemsItem0UdataTypeObjectPositionInfoТsideIndependentflagsAttributesidtypeMNP_FIN_Soldier_Fposition0 EWBfmDangles|`+@dataTypeGroupsideIndependentEntitieseAttributes;idAitemsItem0;dataTypeObjectPositionInfosideIndependentflagsAttributes5idtypeMNP_FIN_Soldier_F;position E;XBDanglesF@5;AdataTypeGroupsideIndependentEntitiesAttributeshidnitemsItem0hdataTypeObjectPositionInfo*sideIndependentflagsAttributesbidtypeMNP_FIN_Soldier_Fhposition EXBDanglesµ$@bhndataTypeGroupsideIndependentEntitiesϥAttributesidatlOffsetP1@itemsItem0dataTypeObjectPositionInfoxsideIndependentflagsAttributesidtypeMNP_FIN_Soldier_ATatlOffsetP1@positionFz ER3cB0YDangles-9@dataTypeLayernameEmptyEntitiesidatlOffsetoitemsItem0fItem1Item2Item3=Item4ܭItem5zItem6dataTypeObjectPositionInfosideEmptyflagsAttributes/idtypeLand_fort_bagfence_longCustomAttributesMposition E\ZBU`Dangles=˼@@/disableSimulationMAttribute0unAttributespropertyallowDamageexpression_this allowdamage _value;ValueĨdataԨtypevaluetypeBOOLdataTypeObjectPositionInfosideEmptyflagsAttributes̩idtypeLand_fort_bagfence_longCustomAttributespositionL EYBDangles@~@@̩disableSimulationAttribute0nAttributespropertyallowDamageexpression_this allowdamage _value;ValueadataqtypevaluetypeBOOLdataTypeObjectPositionInfo1sideEmptyflagsAttributesiidtypeLand_fort_bagfence_longCustomAttributes=position EBYB}Dangles@ >@idisableSimulationAttribute0nAttributes=propertyallowDamageexpression_this allowdamage _value;Value=data=type*value=typeBOOL=dataTypeObjectPositionInfoЬsideEmptyflagsAttributesidtypeLand_fort_bagfence_cornerCustomAttributes&ܭposition EYBHDanglesy08=䙉@g;disableSimulation&Attribute0NnAttributesܭpropertyallowDamageexpression_this allowdamage _value;ValueܭdataܭtypeɭvalueܭtypeBOOLܭdataTypeObjectPositionInfonsideEmptyflagsAttributesidtypeLand_fort_bagfence_roundCustomAttributesĮzpositioni E/XBdDanglesg;)%@L<disableSimulationĮAttribute0nAttributeszpropertyallowDamageexpression_this allowdamage _value;Value;zdataKztypegvalueztypeBOOLzdataTypeObjectPositionInfo sideEmptyflagsAttributesEidtypeLand_fortified_nest_smallCustomAttributescposition2+ Et[BDangles;$@*@EdisableSimulationcAttribute0nAttributespropertyallowDamageexpression_this allowdamage _value;ValueڰdatatypevaluetypeBOOLdataTypeObjectPositionInfosideEmptyflagsAttributes߱idtypeLand_Fort_WatchtowerCustomAttributespositionw E`BDanglesL<N(@@߱disableSimulationAttribute0%nAttributespropertyallowDamageexpression_this allowdamage _value;ValuetdatatypevaluetypeBOOLdataTypeLayernameCross 2 ReinforcestateEntitiesidatlOffsetitemsItem0ƳItem1rItem2Item3ʸItem4vItem5:Item6޽Item7Item8lItem9Item10Item11Item12lItem13+dataTypeGroupsideCivilianEntities$AttributeslidatlOffsetd?ritemsItem0LItem1ldataTypeObjectPositionInfo˴sideCivilianflagsAttributesidtypeC_Bob_VRatlOffsetd?positionw4ETBgDdataTypeWaypointposition%EZBDEffectsfshowWPNEVERidtypeMoveatlOffsetMllrdataTypeGroupsideCivilianEntitiesеAttributesidatlOffset6itemsItem0Item1dataTypeObjectPositionInfowsideCivilianflagsAttributesidtypeC_Bob_VRatlOffset6positionIE->BDdataTypeWaypointposition@R&EZBPtDEffectsshowWPNEVERidtypeMoveatlOffset49dataTypeGroupsideCivilianEntities|AttributesĸidatlOffsets;ʸitemsItem0Item1IĸdataTypeObjectPositionInfo#sideCivilianflagsAttributesCidtypeC_Bob_VRatlOffsets;IpositionZIEKU3BDCIdataTypeWaypointposition;EZBПJDEffectsshowWPNEVERidtypeMoveatlOffsetĸĸʸdataTypeGroupsideCivilianEntities(AttributespidatlOffsetqvitemsItem0PItem1pdataTypeObjectPositionInfoϹsideCivilianflagsAttributesidtypeC_Bob_VRatlOffsetqposition`IE0BaDdataTypeWaypointposition2EZBh{DEffectsjshowWPNEVERidtypeMoveatlOffsetppvdataTypeGroupsideCivilianEntitiesԺAttributes4idatlOffset6:itemsItem0Item14dataTypeObjectPositionInfo{sideCivilianflagsAttributesidtypeC_Bob_VRatlOffset6position)E ?XB Dangles@dataTypeWaypointposition!ENZBh]gDEffects.showWPNEVERidtypeMoveatlOffset:44:dataTypeGroupsideCivilianEntitiesAttributesؽid޽itemsItem0Item1]ؽdataTypeObjectPositionInfosideCivilianflagsAttributesWidtypeC_Bob_VR]position (EWB`rDangles@W]dataTypeWaypointpositionC"EeZB[DEffectsҽshowWPNEVERidtypeMoveatlOffsetйؽؽ޽dataTypeTriggerpositionNb)EXWB}sDangle!'AttributesbidtypeEmptyDetectorAreaR50atlOffset7conditioncall{triggerActivated cross_2}sizeAAsizeBAdataTypeTriggerpositionIE$1BDAttributes#idtypeEmptyDetectorAreaR50atlOffset@plconditioncall{triggerActivated cross_2}sizeAAsizeBAldataTypeTriggerpositionJEXMAttribute0IAttribute1Attribute2Attribute3Attribute4\Attribute5&Attribute6Attribute7Attribute8Attribute9]Attribute10/Attribute11Attribute12Attribute13nAttributeslpropertyAdmiral_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];ValueYdataitypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value\data+\typeGvalueB\typeSCALAR\propertyAdmiral_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];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueGdataWtypepvaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value]data,]typeHvalue@]typeSCALAR]propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value/data/typevalue/typeSCALAR/propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Valuedatatypevalue@@typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value^datantypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value.ldata>ltypeWvalueltypeSTRINGldataTypeLogicPositionInfoidtypeAdmiral_OndemandCampZoneCustomAttributes +position;JEdataNtypejvalue@typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueDdataDtype/valueDtypeSTRINGDpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Valuedatatypevalue?typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value}datatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueIdataYtypeuvaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value^data-^typeIvalue^typeSCALAR^propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value+data+typevalue+typeSTRING+dataTypeLogicPositionInfoidtypeAdmiral_OndemandCampZoneatlOffsetd?CustomAttributespositionD4ENB;DAttribute0Attribute1Attribute2NAttribute3Attribute4Attribute5Attribute6\Attribute76Attribute8Attribute9Attribute10Attribute11uAttribute12AAttribute13nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueNdata^typewvaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value NdataNtype9valueNtypeSCALARNpropertyAdmiral_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];Value[dataktypevalue AtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value\data-\typeIvalue\typeBOOL\propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value6data6type!value6typeSCALAR6propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValueddatattypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value4udataDutype`valueutypeSCALARupropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueAdataAtype,value?AtypeSCALARApropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Valuedatatypevalue@@typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatatypevaluetypeSTRINGdataTypeLayernameCleanup 1stateEntities=idatlOffsetP$itemsItem0eItem1 $dataTypeTriggerposition DtakB#CCustomData!3typeSync3linkIDitem0iitem1>CustomDatantypeSynclinkIDitem0}item1>CustomDatatypeSynclinkIDitem0item1>CustomDatatypeSynclinkIDitem0item1>CustomDataUgtypeSyncglinkIDitem0item1>CustomDatatypeSynclinkIDitem0item1>CustomDatatypeSynclinkIDitem0item1>CustomData<NtypeSyncNlinkIDitem0item1>CustomDatatypeSynclinkID item0item1>CustomDatatypeSynclinkID item0item1>CustomData#5typeSync5linkID item0item1>CustomDataptypeSynclinkID item0item1>CustomDatatypeSynclinkID item0item1>CustomData typeSynclinkIDitem0item1>CustomDataWitypeSyncilinkIDitem0item1>CustomDatatypeSynclinkIDitem0item1>CustomDatatypeSynclinkIDitem0item1>CustomData>PtypeSyncPlinkIDitem0item1>CustomDatatypeSynclinkIDitem01item1CustomDatatypeSynclinkIDitem03item1CustomData%7typeSync7linkIDitem0item1CustomDatartypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData typeSynclinkIDitem0item1CustomDataYktypeSyncklinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData@RtypeSyncRlinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1?CustomData'9typeSync9linkIDitem0item1>CustomDatattypeSynclinkID item0item1>CustomDatatypeSynclinkID!item0item1>CustomData typeSync linkID"item0 item1>CustomData[mtypeSyncmlinkID#item0 item1>CustomDatatypeSynclinkID$item0 item1>CustomDatatypeSynclinkID%item0item1>CustomDataBTtypeSyncTlinkID&item0item1>CustomDatatypeSynclinkID'item0item1>CustomDatatypeSynclinkID(item0item1>CustomData);typeSync;linkID)item0item1>CustomDatavtypeSynclinkID*item0!item1>CustomDatatypeSynclinkID+item0"item1>CustomData " typeSync" linkID,item0$item1>CustomData] o typeSynco linkID-item0)item1>CustomData  typeSync linkID.item0+item1>CustomData  typeSync linkID/item0-item1>CustomDataD V typeSyncV linkID0item0/item1>CustomData  typeSync linkID1item0item1>CustomData  typeSync linkID2item0Ritem1SCustomData+ = typeSync= linkID3item0Titem1UCustomDatax  typeSync linkID4item0Witem1XCustomData  typeSync linkID5item0Yitem1ZCustomData $ typeSync$ linkID6item0[item1\CustomData_ q typeSyncq linkID7item0]item1^CustomData  typeSync linkID8item0aitem1dCustomData  typeSync linkID9item0`item1cCustomDataF X typeSyncX linkID:item0_item1bCustomData  typeSync linkID;item0item1>CustomData  typeSync linkID<item0item1>CustomData-?typeSync?linkID=item0item1>CustomDataztypeSynclinkID>item0item1CustomDatatypeSynclinkID?item0item1CustomData&typeSync&linkID@item0item1CustomDataastypeSyncslinkIDAitem0item1CustomDatatypeSynclinkIDBitem0item1>CustomData typeSync linkIDCitem0item1>CustomDataHZtypeSyncZlinkIDDitem0item1>CustomDatatypeSynclinkIDEitem0item1?CustomDatatypeSynclinkIDFitem0item1>CustomData/AtypeSyncAlinkIDGitem0item1>CustomData|typeSynclinkIDHitem0item1?CustomDatatypeSynclinkIDIitem0item1?CustomData(typeSync(RJkR %!!T