sreVadmiral\admiral.htZ_description.exttZhull3\briefing\blufor.sqftZhull3\briefing\civilian.sqftZhull3\briefing\indfor.sqftZhull3\briefing\opfor.sqftZhull3\hull3.htZhull3\LICENSEtZ8initPlayerLocal.sqf^initServer.sqf/^gmission.sqm^#class Admiral { isEnabled = 1; class Camp { defaultUnitTemplate = "ARK_NVA"; defaultZoneTemplate = "Camp"; }; class Patrol { defaultUnitTemplate = "ARK_NVA"; defaultZoneTemplate = "Patrol"; }; class Cqc { defaultUnitTemplate = "ARK_NVA"; defaultZoneTemplate = "Cqc"; }; };#include "admiral\admiral.h" #include "hull3\hull3.h" enableDebugConsole = 1; disableChannels[]={{2,true,true},{4,true,true},{6,true,true}}; onLoadName = "paint it black"; onLoadMission = "Made with Hull3"; author = "dancemoox"; loadScreen = "x\ark\addons\hull3\resources\hull3_logo.paa"; class Header { gameType = Coop; minPlayers = 1; maxPlayers = 66; }; 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 = 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","
As part of Operation Barracuda our platoon has been deployed on search and destroy operations.

ENEMY FORCES
NVA Regulars - We are deep in country, expect stiff resistance and counter attacks as we advance.

FRIENDLY FORCES
An additional squad is gearing up at OP Pyle in addition to artillery support. "]]; // Mission player createDiaryRecord ["Diary", ["Mission","
Search and destroy NVA forces in the hamlets of Chamkar Yeak, Chamkar Samraong and south of the clearing of Brapnth Prei.

Extract south through the Phoum Chek Yeak pass.

Set demolitions on any NVA arms caches found during sweeps. "]]; // Execution player createDiaryRecord ["Diary", ["Execution","
COMMANDER'S INTENT
Undertake hamlet sweeps in the given order. Expect enemy counter attacks as we push forward.

MOVEMENT PLAN
Mounted movement in M113s are not recommended unless the trail has been cleared.

FIRE SUPPORT PLAN
VADS is to be used in a direct fire support role. "]]; // Administration player createDiaryRecord ["Diary", ["Administration","
VADS will reload after each box of loaded ammunition has been expended.

Observation helicopter can be rearmed from FOB Emery. "]]; // 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 USM_USA_70_OD { gear = "M14_US"; uniform = "USM_USA_70_OD"; }; }; };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.{_x hideObject true} forEach nearestTerrainObjects [ [worldSize/2, worldSize/2], ["hide","bush"], worldSize, false ];for "_i" from 1 to 3 do { aa addMagazineTurret ["CUP_1100Rnd_TE1_Red_Tracer_20mm_M168_M",[0]]; };raPversion5EditorDataaddonsA3_Characters_Face_explosivesace_nouniformrestrictionsCUP_TrackedVehicles_M113CUP_AirVehicles_UH1Hark_vehicle_texturesA3_Ui_Fadmiralark_custom_unitsCUP_Creatures_StaticWeaponsA3_Structures_F_Systemplp_containersA3_Soft_F_Gamma_Truck_01A3_Soft_F_Exp_Truck_01ace_rearmace_cargoark_ai_sentryark_clear_cargoAddonsMetaData2randomSeedScenarioData. CustomAttributes MissionE  moveGridStep?angleGridStep >scaleGridStep?autoGroupingDist AtogglesItemIDProviderMarkerIDProviderLayerIndexProviderCamera2nextIDnextIDnextIDpos7EdwBEdir)?zxS5?upg&+>6x?%7>aside;?@4v.2ListB. itemsItem0"Item1Item2Item3Item4Item5Item6mItem7Item8Item9Item10Item11\Item12Item13 Item14 Item15 Item16T Item17 . classNameA3_Characters_FnameArma 3 Alpha - Characters and ClothingauthorBohemia Interactiveurlhttps://www.arma3.comclassNameace_explosivesnameACE3 - ExplosivesauthorACE-Teamurlhttp://ace3mod.com/classNameace_nouniformrestrictionsnameACE3 - No Uniform RestrictionsauthorACE-Teamurlhttp://ace3mod.com/classNameCUP_TrackedVehicles_M113nameCUP_TrackedVehicles_M113classNameCUP_AirVehicles_UH1HnameCUP_AirVehicles_UH1HclassNameark_vehicle_texturesnameark_vehicle_texturesauthorARKmclassNameA3_Ui_FnameArma 3 - User InterfaceauthorBohemia Interactiveurlhttps://www.arma3.comclassNameAdmiralnameadmiralauthorKamiclassNameark_custom_unitsnameARK Inhouse - Custom UnitsauthorARKurlhttp://www.ark-group.orgclassNameCUP_Creatures_StaticWeaponsnameCUP_Creatures_StaticWeaponsclassNameA3_Structures_FnameArma 3 - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.com\classNameplp_containersnameplp_containersclassNameA3_Soft_F_GammanameArma 3 - Unarmored Land VehiclesauthorBohemia Interactiveurlhttps://www.arma3.com classNameA3_Soft_F_ExpnameArma 3 Apex - Unarmored Land VehiclesauthorBohemia Interactiveurlhttps://www.arma3.com classNameace_rearmnameACE3 - RearmauthorACE-Teamurlhttp://ace3mod.com/ classNameace_cargonameACE3 - CargoauthorACE-Teamurlhttp://ace3mod.com/T classNameark_ai_sentrynameARK Inhouse - AI SentryauthorARKurlhttp://www.ark-group.org classNameark_clear_cargonameARK Inhouse - Clear CargoauthorARKurlhttp://www.ark-group.org. authordancemooxHeaderS gameTypeCoopminPlayersmaxPlayersA Category0 E nameMultiplayerAttribute0 Attribute1 nAttributesE propertyRespawnTemplatesexpressiontrueValue* data: typeU valuei typeARRAYi itemsItem0 data type valueNone typeSTRING propertyRespawnButtonexpressiontrueValue E data E type0 value?E typeSCALARE Intelu Entities ConnectionsbriefingNameark_co65_paint_it_blackoverviewTextSearch and destroy mission | Slot APC / Squad + VADStimeOfChangesFstartWeather>startWind=startWaves=forecastWeather>forecastWind=forecastWaves=forecastLightnings=wavesForcedwindForcedyearmonthday hour minutestartFogDecayT<forecastFogDecayT< 0items/Item0GItem1Item2Item3[#Item4+Item5.Item66Item7]>Item8-BItem9BJItem10VRItem11XItem12UeItem13qItem14~Item15KItem16vItem17dItem18SItem19CItem20oItem21ѨItem22Item23Item24fItem25ʶItem26Item27Item28&Item29Item30 Item31}Item32fItem335Item34.~Item35~Item36Item37Item38ҷItem39Item40Item41Item42Item433Item44Item45QItem46dataTypeGroupsideWestEntitiesAttributesiditemsItem0Item1\Item2Item3ZdataTypeObjectPositionInfo=sideWestflagsAttributesuidtypeB_officer_F\position]ESB9=Cangles@ @|=uskill?rankCAPTAINinit [this, ["faction", "USM_USA_70_OD"], ["gear", "CO"], ["marker", "CO", "ColorYellow"]] call hull3_unit_fnc_init;descriptionUS Army - Commanding Officer@COisPlayerisPlayable\dataTypeObjectPositionInfosideWestflagsAttributesidtypeB_medic_FatlOffset6positionT]E+0TB7Cangles%@ @x;skill?rankSERGEANTinit [this, ["faction", "USM_USA_70_OD"], ["gear", "Medic"], ["marker", "COM", "ColorYellow"]] call hull3_unit_fnc_init;descriptionUS Army - Platoon Medic@COisPlayabledataTypeObjectPositionInfofsideWestflagsAttributesidtypeB_Soldier_FatlOffset6Zposition]EARBCanglesO^@ @&>skill?rankCORPORALinit [this, ["faction", "USM_USA_70_OD"], ["gear", "Rifleman"]] call hull3_unit_fnc_init;descriptionUS Army - Platoon Rifleman@COisPlayableZdataTypeObjectPositionInfosideWestflagsAttributesidtypeB_officer_FpositionF]EKSB#Cangles @ @@skill?rankLIEUTENANTinit [this, ["faction", "USM_USA_70_OD"], ["gear", "XO"], ["marker", "XO", "ColorYellow"]] call hull3_unit_fnc_init;descriptionUS Army - Executive Officer@COisPlayableformationDIAMONDdataTypeGroupsideWestEntities>AttributesniditemsItem0fItem1ndataTypeObjectPositionInfosideWestflagsAttributesidtypeB_Soldier_SL_Fposition"s]EeRBxSCangles-;߹@;skill?rankSERGEANTinit [this, ["faction", "USM_USA_70_OD"], ["gear", "SL"], ["marker", "ASL", "ColorRed"]] call hull3_unit_fnc_init;descriptionUS Army - Alpha Squad Leader@Alpha SLisPlayabledataTypeObjectPositionInfoXsideWestflagsAttributesidtypeB_medic_Fnposition]E5 RBCangles`u@߹@@skill?rankCORPORALinit [this, ["faction", "USM_USA_70_OD"], ["gear", "Medic"], ["marker", "AM", "ColorRed"]] call hull3_unit_fnc_init;descriptionUS Army - Alpha Squad Medic@Alpha SLisPlayablenformationDIAMONDdataTypeGroupsideWestEntitiesAttributesA#id [#itemsItem0Item1Item2Item3p A#dataTypeObjectPositionInfosideWestflagsAttributesid typeB_Soldier_TL_Fposition]EBOB6Canglesuk@߹@1=skill?rankCORPORALinit [this, ["faction", "USM_USA_70_OD"], ["gear", "FTL"], ["marker", "A1", "ColorRed"]] call hull3_unit_fnc_init;descriptionUS Army - Alpha 1 Fireteam Leader@Alpha 1isPlayabledataTypeObjectPositionInfo sideWestflagsAttributesCid typeB_soldier_AR_Fposition']EPBͱCanglesP@߹@)Y@Cskill?rankCORPORALinit [this, ["faction", "USM_USA_70_OD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionUS Army - Alpha 1 Automatic Rifleman@Alpha 1isPlayabledataTypeObjectPositionInfoxsideWestflagsAttributesid typeB_Soldier_A_Fp position]ECNBUCangles@߹@q0>skill?init [this, ["faction", "USM_USA_70_OD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionUS Army - Alpha 1 Assistant Automatic Rifleman@Alpha 1isPlayablep dataTypeObjectPositionInfo!sideWestflagsAttributes@!id typeB_soldier_LAT_FatlOffset6CustomAttributes!A#position]EtOBCanglesO@߹@Z&2=@!skill?init[this, ["faction", "USM_USA_70_OD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionUS Army - Alpha 1 Grenadier (AT)@Alpha 1isPlayable!Attribute0)"Attribute1"nAttributesA#propertyspeakerexpression_this setspeaker _value;Values""data""type"valueMale02ENG"typeSTRING"propertypitchexpression_this setpitch _value;Value#A#data#A#type,#valueu?A#typeSCALARA#formationDIAMOND[#dataTypeGroupsideWestEntities#Attributes+id+itemsItem0#Item1m%Item2&Item3C(+dataTypeObjectPositionInfoT$sideWestflagsAttributes$idtypeB_Soldier_TL_Fm%position]EwNB+CanglesqB@߹@=$skill?rankCORPORALinit [this, ["faction", "USM_USA_70_OD"], ["gear", "FTL"], ["marker", "A2", "ColorRed"]] call hull3_unit_fnc_init;descriptionUS Army - Alpha 2 Fireteam Leader@Alpha 2isPlayablem%dataTypeObjectPositionInfo%sideWestflagsAttributes&idtypeB_soldier_AR_F&position*^E@NBCangles@߹@"@&skill?rankCORPORALinit [this, ["faction", "USM_USA_70_OD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionUS Army - Alpha 2 Automatic Rifleman@Alpha 2isPlayable&dataTypeObjectPositionInfoK'sideWestflagsAttributes'idtypeB_Soldier_A_FC(position]ELByCanglesi_@߹@zM>'skill?init [this, ["faction", "USM_USA_70_OD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionUS Army - Alpha 2 Assistant Automatic Rifleman@Alpha 2isPlayableC(dataTypeObjectPositionInfo(sideWestflagsAttributes)idtypeB_soldier_LAT_FCustomAttributes)+position^EMBCanglesש@߹@e@)skill?init[this, ["faction", "USM_USA_70_OD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionUS Army - Alpha 2 Grenadier (AT)@Alpha 2isPlayable)Attribute0)Attribute1}*nAttributes+propertyspeakerexpression_this setspeaker _value;Value6*}*dataF*}*typeh*valueMale10ENG}*typeSTRING}*propertypitchexpression_this setpitch _value;Value*+data*+type*valueHz?+typeSCALAR+formationDIAMOND+dataTypeGroupsideWestEntitiesh+Attributes.id.itemsItem0+Item1-.dataTypeObjectPositionInfo,sideWestflagsAttributes9,idtypeB_Soldier_SL_F-position ^EtSBCangles\q@3@J:=9,skill?rankSERGEANTinit [this, ["faction", "USM_USA_70_OD"], ["gear", "SL"], ["marker", "BSL", "ColorBlue"]] call hull3_unit_fnc_init;descriptionUS Army - Bravo Squad Leader @Bravo SLisPlayable-dataTypeObjectPositionInfo-sideWestflagsAttributes-idtypeB_medic_F.position5^ETBF9Cangles@3@=-skill?rankCORPORALinit [this, ["faction", "USM_USA_70_OD"], ["gear", "Medic"], ["marker", "BM", "ColorBlue"]] call hull3_unit_fnc_init;descriptionUS Army - Bravo Squad Medic@Bravo SLisPlayable.formationDIAMOND.dataTypeGroupsideWestEntities.Attributeso6id6itemsItem0=/Item10Item262Item33o6dataTypeObjectPositionInfo/sideWestflagsAttributes/idtypeB_Soldier_TL_F0positionG.^EQB_Cangles@3@M >/skill?rankCORPORALinit [this, ["faction", "USM_USA_70_OD"], ["gear", "FTL"], ["marker", "B1", "ColorBlue"]] call hull3_unit_fnc_init;descriptionUS Army - Bravo 1 Fireteam Leader@Bravo 1isPlayable0dataTypeObjectPositionInfo91sideWestflagsAttributesq1idtypeB_soldier_AR_F62position c^E TBCanglesn@@3@>q1skill?rankCORPORALinit [this, ["faction", "USM_USA_70_OD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionUS Army - Bravo 1 Automatic Rifleman@Bravo 1isPlayable62dataTypeObjectPositionInfo2sideWestflagsAttributes2idtypeB_Soldier_A_FatlOffset3positionl^EX+PBCanglesM@3@a[;2skill?init [this, ["faction", "USM_USA_70_OD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionUS Army - Bravo 1 Assistant Automatic Rifleman@Bravo 1isPlayable3dataTypeObjectPositionInfo64sideWestflagsAttributesn4idtypeB_soldier_LAT_FCustomAttributes5o6positionO^EI~QBCangles<@3@>n4skill?init[this, ["faction", "USM_USA_70_OD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionUS Army - Bravo 1 Grenadier (AT)@Bravo 1isPlayable5Attribute0W5Attribute15nAttributeso6propertyspeakerexpression_this setspeaker _value;Value55data55type5valueMale02ENG5typeSTRING5propertypitchexpression_this setpitch _value;Value.6o6data>6o6typeZ6value?o6typeSCALARo6formationDIAMOND6dataTypeGroupsideWestEntities6AttributesC>id]>itemsItem07Item18Item2 :Item3;C>dataTypeObjectPositionInfo7sideWestflagsAttributes7idtypeB_Soldier_TL_F8position^EPBSCangles1@3@X>7skill?rankCORPORALinit [this, ["faction", "USM_USA_70_OD"], ["gear", "FTL"], ["marker", "B2", "ColorBlue"]] call hull3_unit_fnc_init;descriptionUS Army - Bravo 2 Fireteam Leader@Bravo 2isPlayable8dataTypeObjectPositionInfo 9sideWestflagsAttributesE9idtypeB_soldier_AR_F :positionP^EhRBECanglesi@3@y>E9skill?rankCORPORALinit [this, ["faction", "USM_USA_70_OD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionUS Army - Bravo 2 Automatic Rifleman@Bravo 2isPlayable :dataTypeObjectPositionInfo:sideWestflagsAttributes:idtypeB_Soldier_A_FatlOffset6;positionv^EhNBCangles^;3@Y}@:skill?init [this, ["faction", "USM_USA_70_OD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionUS Army - Bravo 2 Assistant Automatic Rifleman@Bravo 2isPlayable;dataTypeObjectPositionInfo <sideWestflagsAttributesB<idtypeB_soldier_LAT_FCustomAttributes<C>position˫^E:OBzCangles@3@)=B<skill?init[this, ["faction", "USM_USA_70_OD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionUS Army - Bravo 2 Grenadier (AT)@Bravo 2isPlayable<Attribute0+=Attribute1=nAttributesC>propertyspeakerexpression_this setspeaker _value;Valueu==data==type=valueMale08ENG=typeSTRING=propertypitchexpression_this setpitch _value;Value>C>data>C>type.>valuep}?C>typeSCALARC>formationDIAMOND]>dataTypeGroupsideWestEntities>AttributesBid"atlOffset7-BitemsItem0>Item1{@BdataTypeObjectPositionInfo`?sideWestflagsAttributes?id typeB_Soldier_SL_FatlOffset7{@position^EZWBwCangles@0@Ma@?skill?rankSERGEANTinit [this, ["faction", "USM_USA_70_OD"], ["gear", "SL"], ["marker", "CSL", "ColorGreen"]] call hull3_unit_fnc_init;descriptionUS Army - Charlie Squad Leader@Charlie SLisPlayable{@dataTypeObjectPositionInfo@sideWestflagsAttributes/Aid!typeB_medic_FatlOffset6Bposition^EVBCangles$@0@WvEskill?rankCORPORALinit [this, ["faction", "USM_USA_70_OD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionUS Army - Charlie 1 Automatic Rifleman@Charlie 1isPlayableEdataTypeObjectPositionInfoWFsideWestflagsAttributesFid%typeB_Soldier_A_FSGpositionո^E:UBZCangles=0@@Fskill?init [this, ["faction", "USM_USA_70_OD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionUS Army - Charlie 1 Assistant Automatic Rifleman@Charlie 1isPlayableSG dataTypeObjectPositionInfoGsideWestflagsAttributes#Hid&typeB_soldier_LAT_FatlOffsetCustomAttributesH(Jposition^ETBCanglesե@0@I;#Hskill?init[this, ["faction", "USM_USA_70_OD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionUS Army - Charlie 1 Grenadier (AT)@Charlie 1isPlayableHAttribute0IAttribute1InAttributes(Jpropertyspeakerexpression_this setspeaker _value;ValueZIIdatajIItypeIvalueMale12ENGItypeSTRINGIpropertypitchexpression_this setpitch _value;ValueI(JdataI(JtypeJvalueHz?(JtypeSCALAR(JformationDIAMONDBJdataTypeGroupsideWestEntitiesJAttributes3Mskill?rankCORPORALinit [this, ["faction", "USM_USA_70_OD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionUS Army - Charlie 2 Automatic Rifleman@Charlie 2isPlayableMdataTypeObjectPositionInfo|NsideWestflagsAttributesNid*typeB_Soldier_A_FatlOffset6wOposition;_ESBCangles=0@N@Nskill?init[this, ["faction", "USM_USA_70_OD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionUS Army - Charlie 2 Assistant Automatic Rifleman@Charlie 2isPlayablewOdataTypeObjectPositionInfoOsideWestflagsAttributes7Pid+typeB_soldier_LAT_FCustomAttributesP0@@7Pskill?init[this, ["faction", "USM_USA_70_OD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionUS Army - Charlie 2 Grenadier (AT)@Charlie 2isPlayablePAttribute0$QAttribute1QnAttributes@hl>Sskill?rankSERGEANTinit [this, ["faction", "USM_USA_70_OD"], ["gear", "SL"], ["marker", "DSL", "ColorBrown"]] call hull3_unit_fnc_init;descriptionUS Army - Delta Squad Leader [JIP]@Delta SLisPlayableTAttribute0TAttribute1UUnAttributesUpropertyspeakerexpression_this setspeaker _value;ValueUUUdataUUUtype@UvalueMale10ENGUUtypeSTRINGUUpropertypitchexpression_this setpitch _value;ValueUUdataUUtypeUvaluep}?UtypeSCALARU dataTypeObjectPositionInfonVsideWestflagsAttributesVid.typeB_medic_FatlOffset@6CustomAttributesWXposition`E>A`]Dangles0M=@g>Vskill?rankCORPORALinit [this, ["faction", "USM_USA_70_OD"], ["gear", "Medic"], ["marker", "DM", "ColorBrown"]] call hull3_unit_fnc_init;descriptionUS Army - Delta Squad Medic [JIP]@Delta SLisPlayableWAttribute0WAttribute1UXnAttributesXpropertyspeakerexpression_this setspeaker _value;ValueXUXdataXUXtype@XvalueMale04ENGUXtypeSTRINGUXpropertypitchexpression_this setpitch _value;ValueXXdataXXtypeXvaluep}?XtypeSCALARXformationDIAMONDXdataTypeGroupsideWestEntitiesPYAttributes;eid4atlOffset@6UeitemsItem0YItem1\Item2_Item3db;e dataTypeObjectPositionInfo%ZsideWestflagsAttributes]Zid0typeB_Soldier_TL_FatlOffset@6CustomAttributesF[\positionγEߚ3ADangles@%@_@]Zskill?rankCORPORALinit [this, ["faction", "USM_USA_70_OD"], ["gear", "FTL"], ["marker", "D1", "ColorBrown"]] call hull3_unit_fnc_init;descriptionUS Army - Delta 1 Fireteam Leader [JIP]@Delta 1isPlayableF[Attribute0~[Attribute1\nAttributes\propertyspeakerexpression_this setspeaker _value;Value[\data[\type[valueMale01ENG\typeSTRING\propertypitchexpression_this setpitch _value;ValueU\\datae\\type\valuep}?\typeSCALAR\ dataTypeObjectPositionInfo-]sideWestflagsAttributese]id1typeB_soldier_AR_FatlOffset@6CustomAttributes0^_positionpE4AD Dangles@%@@e]skill?rankCORPORALinit [this, ["faction", "USM_USA_70_OD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionUS Army - Delta 1 Automatic Rifleman [JIP]@Delta 1isPlayable0^Attribute0h^Attribute1^nAttributes_propertyspeakerexpression_this setspeaker _value;Value^^data^^type^valueMale09ENG^typeSTRING^propertypitchexpression_this setpitch _value;Value?__dataO__typek_valueff?_typeSCALAR_ dataTypeObjectPositionInfo`sideWestflagsAttributesN`id2typeB_Soldier_A_FatlOffsetCustomAttributesadbpositionBE3AuDangles <=%@mM@N`skill?init [this, ["faction", "USM_USA_70_OD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionUS Army - Delta 1 Assistant Automatic Rifleman [JIP]@Delta 1isPlayableaAttribute0LaAttribute1anAttributesdbpropertyspeakerexpression_this setspeaker _value;ValueaadataaatypeavalueMale07ENGatypeSTRINGapropertypitchexpression_this setpitch _value;Value#bdbdata3bdbtypeObvalue33s?dbtypeSCALARdb dataTypeObjectPositionInfobsideWestflagsAttributes4cid3typeB_soldier_LAT_FatlOffset7CustomAttributesc;epositionER6ADangles @%@@4cskill?init[this, ["faction", "USM_USA_70_OD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionUS Army - Delta 1 Grenadier (AT) [JIP]@Delta 1isPlayablecAttribute0#dAttribute1dnAttributes;epropertyspeakerexpression_this setspeaker _value;Valuemdddata}ddtypedvalueMale07ENGdtypeSTRINGdpropertypitchexpression_this setpitch _value;Valued;edata e;etype&evalue\?;etypeSCALAR;eformationDIAMONDUedataTypeGroupsideWestEntitieseAttributesqid9atlOffset@6qitemsItem0eItem1hItem2kItem3nq dataTypeObjectPositionInfofsideWestflagsAttributesfid5typeB_Soldier_TL_FatlOffset@6CustomAttributesghposition9E">ADangles(@?QO@fskill?rankCORPORALinit [this, ["faction", "USM_USA_70_OD"], ["gear", "FTL"], ["marker", "D2", "ColorBrown"]] call hull3_unit_fnc_init;descriptionUS Army - Delta 2 Fireteam Leader [JIP]@Delta 2isPlayablegAttribute0gAttribute1nhnAttributeshpropertyspeakerexpression_this setspeaker _value;Value'hnhdata7hnhtypeYhvalueMale01ENGnhtypeSTRINGnhpropertypitchexpression_this setpitch _value;Valuehhdatahhtypehvalue\?htypeSCALARh dataTypeObjectPositionInfoisideWestflagsAttributesiid6typeB_soldier_AR_FatlOffset8CustomAttributesjkpositionkE;ADangles@?@iskill?rankCORPORALinit [this, ["faction", "USM_USA_70_OD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionUS Army - Delta 2 Automatic Rifleman [JIP]@Delta 2isPlayablejAttribute0jAttribute1XknAttributeskpropertyspeakerexpression_this setspeaker _value;ValuekXkdata!kXktypeCkvalueMale02ENGXktypeSTRINGXkpropertypitchexpression_this setpitch _value;ValuekkdatakktypekvalueQx?ktypeSCALARk dataTypeObjectPositionInfoulsideWestflagsAttributeslid7typeB_Soldier_A_FatlOffset6CustomAttributesrmnpositionLzEtBAyDangles5@?y@lskill?init[this, ["faction", "USM_USA_70_OD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionUS Army - Delta 2 Assistant Automatic Rifleman [JIP]@Delta 2isPlayablermAttribute0mAttribute1;nnAttributesnpropertyspeakerexpression_this setspeaker _value;Valuem;ndatan;ntype&nvalueMale01ENG;ntypeSTRING;npropertypitchexpression_this setpitch _value;Valuenndatanntypenvalue ׃?ntypeSCALARn dataTypeObjectPositionInfoZosideWestflagsAttributesoid8typeB_soldier_LAT_FatlOffset6CustomAttributesIpqposition^`E1DALDangles@?^@oskill?init[this, ["faction", "USM_USA_70_OD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionUS Army - Delta 2 Grenadier (AT) [JIP]@Delta 2isPlayableIpAttribute0pAttribute1qnAttributesqpropertyspeakerexpression_this setspeaker _value;ValuepqdatapqtypepvalueMale06ENGqtypeSTRINGqpropertypitchexpression_this setpitch _value;ValueXqqdatahqqtypeqvalueQx?qtypeSCALARqformationDIAMONDqdataTypeGroupsideWestEntities rAttributes}id>atlOffset8~itemsItem0KrItem1SuItem2=xItem3 {} dataTypeObjectPositionInforsideWestflagsAttributessid:typeB_Soldier_TL_FatlOffset8CustomAttributestSupositionE0V@Dangles @Og?>sskill?rankCORPORALinit [this, ["faction", "USM_USA_70_OD"], ["gear", "FTL"], ["marker", "D3", "ColorBrown"]] call hull3_unit_fnc_init;descriptionUS Army - Delta 3 Fireteam Leader [JIP]@Delta 3isPlayabletAttribute0;tAttribute1tnAttributesSupropertyspeakerexpression_this setspeaker _value;ValuettdatatttypetvalueMale10ENGttypeSTRINGtpropertypitchexpression_this setpitch _value;ValueuSudata"uSutype>uvalue\?SutypeSCALARSu dataTypeObjectPositionInfousideWestflagsAttributes"vid;typeB_soldier_AR_FatlOffset`6CustomAttributesv=xpositionE@Dangles@Og?9L="vskill?rankCORPORALinit [this, ["faction", "USM_USA_70_OD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionUS Army - Delta 3 Automatic Rifleman [JIP]@Delta 3isPlayablevAttribute0%wAttribute1wnAttributes=xpropertyspeakerexpression_this setspeaker _value;ValueowwdatawwtypewvalueMale02ENGwtypeSTRINGwpropertypitchexpression_this setpitch _value;Valuew=xdata x=xtype(xvalueQx?=xtypeSCALAR=x dataTypeObjectPositionInfoxsideWestflagsAttributes yid<typeB_Soldier_A_FatlOffset(7CustomAttributesy {positionE@PDanglesL@Og?[= yskill?init[this, ["faction", "USM_USA_70_OD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionUS Army - Delta 3 Assistant Automatic Rifleman [JIP]@Delta 3isPlayableyAttribute0zAttribute1znAttributes {propertyspeakerexpression_this setspeaker _value;ValueRzzdatabzztypezvalueMale01ENGztypeSTRINGzpropertypitchexpression_this setpitch _value;Valuez {dataz {type {value? {typeSCALAR { dataTypeObjectPositionInfo{sideWestflagsAttributes{id=typeB_soldier_LAT_FatlOffset@6CustomAttributes|}positionzE @rDangles@Og?5:{skill?init[this, ["faction", "USM_USA_70_OD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionUS Army - Delta 3 Grenadier (AT) [JIP]@Delta 3isPlayable|Attribute0|Attribute1p}nAttributes}propertyspeakerexpression_this setspeaker _value;Value)}p}data9}p}type[}valueMale08ENGp}typeSTRINGp}propertypitchexpression_this setpitch _value;Value}}data}}type}value33s?}typeSCALAR}formationDIAMOND~dataTypeGroupsideWestEntitiesk~Attributes1idAatlOffsetKitemsItem0~Item1~1 dataTypeObjectPositionInfo&sideWestflagsAttributes^id?typeB_sniper_FatlOffsetCustomAttributes.~position1]E%VB۹Cangles@3@d>^skill?initcall{ [this, ["faction", "USM_USA_70_OD"], ["gear", "SN"], ["marker", "ST", "ColorOrange"]] call hull3_unit_fnc_init;}descriptionUS Army - Sniper Marksmen@SniperisPlayable.Attribute0fAttribute1nAttributes~propertyspeakerexpression_this setspeaker _value;ValuedatatypevalueMale08ENGtypeSTRINGpropertypitchexpression_this setpitch _value;Value=~dataM~typeivalueQx?~typeSCALAR~dataTypeObjectPositionInfosideWestflagsAttributes:id@typeB_spotter_FCustomAttributes1position^EpXXBX Cangles!@3@F>:skill?init[this, ["faction", "USM_USA_70_OD"], ["gear", "SP"]] call hull3_unit_fnc_init;descriptionUS Army - Sniper Spotter@SniperisPlayableAttribute0Attribute1nAttributes1propertyspeakerexpression_this setspeaker _value;ValuecdatastypevalueMale08ENGtypeSTRINGpropertypitchexpression_this setpitch _value;Value1data1typevalueG?1typeSCALAR1formationDIAMONDKdataTypeGroupsideWestEntitiesAttributes\idEatlOffsetvitemsItem0؄Item1܇Item2\ dataTypeObjectPositionInfomsideWestflagsAttributesidBtypeB_engineer_FatlOffsetCustomAttributes܇positionD9\E |OB1Cangles/]=@skill?rankSERGEANTinitcall{ [this, ["faction", "USM_USA_70_OD"], ["gear", "ENG"], ["marker", "ENG", "ColorOrange"]] call hull3_unit_fnc_init;}descriptionUS Army - Engineering Leader@EngineerisPlayableAttribute0ĆAttribute1UnAttributes܇propertyspeakerexpression_this setspeaker _value;ValueUdataUtype@valueMale08ENGUtypeSTRINGUpropertypitchexpression_this setpitch _value;Value܇data܇typeLJvalue33s?܇typeSCALAR܇dataTypeObjectPositionInfoasideWestflagsAttributesidCtypeB_engineer_FCustomAttributesLpositionDa\ENBCanglesk<3@skill?init [this, ["faction", "USM_USA_70_OD"], ["gear", "ENGA"]] call hull3_unit_fnc_init;descriptionUS Army - Engineering Assistant@EngineerisPlayableLAttribute0Attribute1nAttributespropertyspeakerexpression_this setspeaker _value;ValueΉdataމtypevalueMale05ENGtypeSTRINGpropertypitchexpression_this setpitch _value;Value[dataktypevalueff?typeSCALARdataTypeObjectPositionInfo!sideWestflagsAttributesYidDtypeB_engineer_FCustomAttributes \positionD\E0PBCangles=v=@Yskill?init [this, ["faction", "USM_USA_70_OD"], ["gear", "ENGA"]] call hull3_unit_fnc_init;descriptionUS Army - Engineering Assistant@EngineerisPlayable Attribute0DAttribute1ՌnAttributes\propertyspeakerexpression_this setspeaker _value;ValueՌdataՌtypevalueMale04ENGՌtypeSTRINGՌpropertypitchexpression_this setpitch _value;Value\data+\typeGvalue?\typeSCALAR\formationDIAMONDvdataTypeGroupsideWestEntitiesЍAttributesJidMatlOffset,=ditemsItem0Item1J dataTypeObjectPositionInfosideWestflagsAttributesidJtypeB_crew_FatlOffset,=CustomAttributesposition]EtIBhCangles@&@7@skill?rankSERGEANTinit [this, ["faction", "USM_USA_70_OD"], ["gear", "VC"], ["marker", "APC1", "ColorRed"]] call hull3_unit_fnc_init;descriptionUS Army - APC 1 Commander (M113A1)@APC 1isPlayableAttribute0ڏAttribute1knAttributespropertyspeakerexpression_this setspeaker _value;Value$kdata4ktypeVvalueMale01ENGktypeSTRINGkpropertypitchexpression_this setpitch _value;ValuedatatypeݐvalueHz?typeSCALARdataTypeObjectPositionInfomsideWestflagsAttributesidKtypeB_crew_FatlOffset=Jposition ^EIBhCangles@&@@skill?init [this, ["faction", "USM_USA_70_OD"], ["gear", "VD"]] call hull3_unit_fnc_init;descriptionUS Army - APC 1 Driver@APC 1isPlayableJformationDIAMONDddataTypeGroupsideWestEntitiesAttributes9idQatlOffsetl<=SitemsItem0Item19 dataTypeObjectPositionInfowsideWestflagsAttributesidNtypeB_crew_FatlOffsetl<=CustomAttributesposition1^^E]GBCanglesȶ@F@@skill?rankSERGEANTinit [this, ["faction", "USM_USA_70_OD"], ["gear", "VC"], ["marker", "APC2", "ColorBlue"]] call hull3_unit_fnc_init;descriptionUS Army - APC 2 Commander (M113A1)@APC 2isPlayableAttribute0ɔAttribute1ZnAttributespropertyspeakerexpression_this setspeaker _value;ValueZdata#ZtypeEvalueMale02ENGZtypeSTRINGZpropertypitchexpression_this setpitch _value;Valuedatatype̕valueQx?typeSCALARdataTypeObjectPositionInfo\sideWestflagsAttributesidOtypeB_crew_FatlOffset<=9positionđ^EGBkCanglesrX<@@ި1=skill?init [this, ["faction", "USM_USA_70_OD"], ["gear", "VD"]] call hull3_unit_fnc_init;descriptionUS Army - APC 2 Driver@APC 2isPlayable9formationDIAMONDSdataTypeGroupsideWestEntitiesAttributes)idUatlOffset=CitemsItem0՗Item1њ) dataTypeObjectPositionInfofsideWestflagsAttributesidRtypeB_crew_FatlOffset=CustomAttributesњposition^EUGB) Canglesf;|<_@skill?rankSERGEANTinit [this, ["faction", "USM_USA_70_OD"], ["gear", "VC"], ["marker", "APC3", "ColorGreen"]] call hull3_unit_fnc_init;descriptionUS Army - APC 3 Commander (M113A1)@APC 3isPlayableAttribute0Attribute1JnAttributesњpropertyspeakerexpression_this setspeaker _value;ValueJdataJtype5valueMale12ENGJtypeSTRINGJpropertypitchexpression_this setpitch _value;ValueњdataњtypevalueQx?њtypeSCALARњdataTypeObjectPositionInfoLsideWestflagsAttributesidStypeB_crew_FatlOffset=)position_E(jHBbɩCangles*@{<é>skill?init [this, ["faction", "USM_USA_70_OD"], ["gear", "VD"]] call hull3_unit_fnc_init;descriptionUS Army - APC 3 Driver@APC 3isPlayable)formationDIAMONDCdataTypeGroupsideWestEntitiesAttributesUidYoitemsItem0Item1UdataTypeObjectPositionInfo6sideWestflagsAttributesnidVtypeB_crew_FCustomAttributesYposition'\ELBĠCangles]@@;@nskill?rankSERGEANTinitcall{ [this, ["faction", "USM_USA_70_OD"], ["gear", "VC"], ["marker", "VADS", "ColorOrange"]] call hull3_unit_fnc_init;}descriptionUS Army - VADS Commander (M163 VADS)@VADSisPlayableYAttribute0Attribute1"nAttributespropertyspeakerexpression_this setspeaker _value;Value۞"data"type valueMale05ENG"typeSTRING"propertypitchexpression_this setpitch _value;ValuehdataxtypevalueQx?typeSCALARdataTypeObjectPositionInfo*sideWestflagsAttributesbidWtypeB_crew_FCustomAttributesUposition-]EKBCangles8r@@U#;bskill?init [this, ["faction", "USM_USA_70_OD"], ["gear", "VD"]] call hull3_unit_fnc_init;descriptionUS Army - VADS Driver@VADSisPlayableAttribute0=Attribute1ΡnAttributesUpropertyspeakerexpression_this setspeaker _value;ValueΡdataΡtypevalueMale10ENGΡtypeSTRINGΡpropertypitchexpression_this setpitch _value;ValueUdata$Utype@valueff?UtypeSCALARUformationDIAMONDodataTypeGroupsideWestEntitiesɢAttributesid]atlOffset@6ѨitemsItem0Item1 dataTypeObjectPositionInfosideWestflagsAttributesidZtypeB_Helipilot_FatlOffset@6CustomAttributespositionEH3A~^Dangles.@skill?rankSERGEANTinitcall{ [this, ["faction", "USM_USA_70_OD"], ["gear", "P"], ["marker", "TH", "ColorOrange"]] call hull3_unit_fnc_init;}descriptionUS Army - TH Pilot (UH-1H) [JIP]@THisPlayableAttribute0٤Attribute1jnAttributespropertyspeakerexpression_this setspeaker _value;Value#jdata3jtypeUvalueMale02ENGjtypeSTRINGjpropertypitchexpression_this setpitch _value;Valuedatatypeܥvalueu?typeSCALAR dataTypeObjectPositionInfosideWestflagsAttributesid\typeB_helicrew_FatlOffset6CustomAttributesgposition7EH3A`Dangles.@skill?init[this, ["faction", "USM_USA_70_OD"], ["gear", "PCM"]] call hull3_unit_fnc_init;descriptionUS Army - TH Crew Chief [JIP]@THisPlayablegAttribute0Attribute10nAttributespropertyspeakerexpression_this setspeaker _value;Value0data0typevalueMale07ENG0typeSTRING0propertypitchexpression_this setpitch _value;Valuevdatatypevalue ׃?typeSCALARformationDIAMONDѨ dataTypeObjectPositionInfoisideEmptyflagsAttributesidstypeCUP_B_M163_USAatlOffsetCustomAttributesposition"]E SB]Cangles@@@skill?lockUNLOCKEDinitcall{ [this, ["faction", "USM_USA_70_OD"], ["gear", "Truck"]] call hull3_unit_fnc_init; aa setObjectTexture [0, "cup\trackedvehicles\cup_trackedvehicles_M113\data\m113a3_01_olive_drab_co.paa"];}nameaaAttribute0nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedata)typevalue[[[["CUP_arifle_M4A1_black","CUP_launch_M136","FirstAidKit","Medikit"],[4,2,20,2]],[["CUP_30Rnd_556x45_Stanag","CUP_200Rnd_TE4_Red_Tracer_556x45_M249","CUP_1Rnd_HEDP_M203","CUP_M136_M","CUP_HandGrenade_M67","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,4,10,2,4,4,4,4]],[["ToolKit"],[1]],[["CUP_B_USPack_Coyote"],[8]]],false]typeSTRING dataTypeObjectPositionInfoDsideEmptyflagsAttributes|idutypeCUP_I_UH1H_slick_TK_GUEatlOffsetHaCustomAttributespositionEVADanglesQ@.@/<|skill?lockUNLOCKEDinitcall{ [this, ["faction", "USM_USA_70_OD"], ["gear", "Truck"]] call hull3_unit_fnc_init;}Attribute06Attribute1jnAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValuejdatajtypeUvalue[[[["CUP_arifle_M4A1","FirstAidKit"],[1,4]],[["CUP_30Rnd_556x45_Stanag","SmokeShell","SmokeShellOrange","Chemlight_red"],[10,2,2,2]],[[],[]],[[],[]]],false]jtypeSTRINGjpropertyace_fastroping_equipFRIESexpression[_this] call ace_fastroping_fnc_equipFRIESValueدdatatypevaluetypeBOOL dataTypeObjectPositionInfosideEmptyflagsAttributesidvtypeARK_M113_USA_ODatlOffset CustomAttributesZfposition.^EQB6Cangles(<&@@skill?initcall{ [this, ["faction", "USM_USA_70_OD"], ["gear", "Truck"]] call hull3_unit_fnc_init;}ZAttribute0nAttributesfpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueܱfdataftypeQvalue[[[["CUP_arifle_M4A1_black","CUP_launch_M136","FirstAidKit","Medikit"],[4,2,20,2]],[["CUP_30Rnd_556x45_Stanag","CUP_200Rnd_TE4_Red_Tracer_556x45_M249","CUP_1Rnd_HEDP_M203","CUP_M136_M","CUP_HandGrenade_M67","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,4,10,2,4,4,4,4]],[["ToolKit"],[1]],[["CUP_B_USPack_Coyote"],[8]]],false]ftypeSTRINGf dataTypeObjectPositionInfosideEmptyflagsAttributes7idwtypeARK_M113_USA_ODatlOffsetCustomAttributesʶpositiong^E QBNCanglesװ<@@6@7skill?initcall{ [this, ["faction", "USM_USA_70_OD"], ["gear", "Truck"]] call hull3_unit_fnc_init;}texturesOliveDrabAttribute0nAttributesʶpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value@ʶdataPʶtypevalue[[[["CUP_arifle_M4A1_black","CUP_launch_M136","FirstAidKit","Medikit"],[4,2,20,2]],[["CUP_30Rnd_556x45_Stanag","CUP_200Rnd_TE4_Red_Tracer_556x45_M249","CUP_1Rnd_HEDP_M203","CUP_M136_M","CUP_HandGrenade_M67","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,4,10,2,4,4,4,4]],[["ToolKit"],[1]],[["CUP_B_USPack_Coyote"],[8]]],false]ʶtypeSTRINGʶ dataTypeObjectPositionInfocsideEmptyflagsAttributesidxtypeARK_M113_USA_ODatlOffset aCustomAttributes position^EOOB/Cangles@{<@skill?initcall{ [this, ["faction", "USM_USA_70_OD"], ["gear", "Truck"]] call hull3_unit_fnc_init;} Attribute05nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedatatypevalue[[[["CUP_arifle_M4A1_black","CUP_launch_M136","FirstAidKit","Medikit"],[4,2,20,2]],[["CUP_30Rnd_556x45_Stanag","CUP_200Rnd_TE4_Red_Tracer_556x45_M249","CUP_1Rnd_HEDP_M203","CUP_M136_M","CUP_HandGrenade_M67","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,4,10,2,4,4,4,4]],[["ToolKit"],[1]],[["CUP_B_USPack_Coyote"],[8]]],false]typeSTRINGdataTypeGroupsideWestEntitiessAttributesid}atlOffset@9itemsItem0 dataTypeObjectPositionInfo&sideWestflagsAttributes^id~typeB_Helipilot_FatlOffset@9CustomAttributesLpositionqEV8CTEangles;yK@^skill?rankSERGEANTinitcall{ [this, ["faction", "USM_USA_70_OD"], ["gear", "P"], ["marker", "AH", "ColorOrange"]] call hull3_unit_fnc_init;}descriptionUS Army - Gunship Pilot (UH-1D Gunship)@GunshipisPlayableLAttribute0Attribute1nAttributespropertyspeakerexpression_this setspeaker _value;Valueμdata޼typevalueMale02ENGtypeSTRINGpropertypitchexpression_this setpitch _value;Value[dataktypevalueu?typeSCALARformationDIAMONDdataTypeMarkerpositionFKExBwDnamemkr_chamkar_yeaktypeEmptyidatlOffset8&dataTypeMarkerpositionEwB8Dnamemkr_chamkar_samraongtypeEmptyidatlOffsetx9dataTypeMarkerpositionD1A\Cnamemkr_phoum_chek_yeaktypeEmptyidatlOffset dataTypeMarkerpositionXD?5BBDnamemkr_brapnth_preitypeEmptyidatlOffset9}dataTypeLayernameChamkar YeakEntitiesϿidatlOffset;~@fitemsItem0Item1Item2fdataTypeLayernameAdmiralEntitiesOidatlOffsetitemsItem0Item1iItem24Item3Item4Item5Item6dataTypeTriggerpositionXEBP&tDangle?Attributes"idtypeEmptyDetectorAreaR50iconditioncall{true}sizeA@BsizeBBisRectangleidataTypeTriggerpositionZE*B߱DangleqݡAttributesidtypeEmptyDetectorAreaR50atlOffset4conditioncall{true}sizeA@BsizeBBisRectangle4dataTypeTriggerpositionLEPBDAttributesidtypeEmptyDetectorAreaR50conditioncall{true}sizeACsizeBCisRectangledataTypeTriggerposition`EEB8DAttributesKidtypeEmptyDetectorAreaR50conditioncall{true}sizeACsizeBCisRectangledataTypeLogicPositionInfoidtypeAdmiral_PatrolZoneatlOffset7CustomAttributes$positionNlEBmD$ Attribute0Attribute1Attribute2WAttribute3Attribute4Attribute5Attribute6[Attribute73Attribute8 Attribute9nAttributes propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value]datamtypevaluetypeSTRINGpropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueWdata&WtypeBvalueWtypeSCALARWpropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueJdataZtypevvaluetypeBOOLpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];Value[data*[typeFvalue[typeSCALAR[propertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Value3data3typevalue3typeSCALAR3propertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Value data typevalue@ typeSCALAR propertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueYdataitypevaluetypeSTRINGdataTypeLogicPositionInfoidtypeAdmiral_PatrolZoneCustomAttributesposition:qEIBoD Attribute0Attribute1Attribute2LAttribute3Attribute4Attribute5~Attribute6PAttribute7(Attribute8Attribute9nAttributes propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueRdatabtype{valuetypeSTRINGpropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value LdataLtype7valueLtypeSCALARLpropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value?~dataO~typekvalue~typeBOOL~propertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValuePdataPtype;valuePtypeSCALARPpropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Value(data(typevalue(typeSCALAR(propertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Valuedatatypevalue?typeSCALARpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueNdata^typewvaluetypeSTRINGdataTypeLayernameCounterEntitiesid#atlOffset?itemsItem08Item1JItem2Item3*Item4Item5Item6dataTypeGroupsideCivilianEntitiesAttributesDidatlOffsetJitemsItem0Item1nItem2DdataTypeObjectPositionInfoHsideCivilianflagsAttributeshidtypeC_Bob_VRatlOffsetnpositionDBDhndataTypeWaypointposition'ElB DEffectsshowWPNEVERidtypeMovedataTypeWaypointpositionX@EB:EEffects>showWPNEVERidtypeMoveDDJdataTypeTriggerpositionnD\BDAttributesidtypeEmptyDetectorAreaR250conditioncall{triggeractivated tgr_chamkar_yeak;}sizeA AsizeB AisRectangledataTypeGroupsideCivilianEntitiesvAttributes$idatlOffset<*itemsItem0Item1NItem2$dataTypeObjectPositionInfo(sideCivilianflagsAttributesHidtypeC_Bob_VRatlOffsetconditioncall{triggeractivated tgr_chamkar_yeak;}sizeA AsizeB AisRectangledataTypeLogicPositionInfopidtypeAdmiral_OndemandCampZoneCustomAttributespositionDB3Dangles,;b;Attribute0Attribute1qAttribute23Attribute3Attribute4Attribute5Attribute6AAttribute7Attribute8Attribute9Attribute10Attribute11ZAttribute12&Attribute13nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value3qdataCqtype\valueqtypeSTRINGqpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value3data3typevalue3typeSCALAR3propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuevdatatypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value@dataPtypelvalue AtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueAdataAtype.valueAtypeBOOLApropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Valuewdatatypevalue?typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValueIdataYtypeuvaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueZdata)ZtypeEvalue?ZtypeSCALARZpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value&data&typevalue&typeSCALAR&propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatatypevaluetypeSTRINGdataTypeGroupsideCivilianEntities%AttributesidatlOffset<itemsItem0XItem1Item2hdataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Bob_VRatlOffset<positionD=CBwDdataTypeWaypointpositiont:'EdBHDEffectsbshowWPNEVERidtypeMovehhdataTypeWaypointpositionGE'zB`LDEffectsshowWPNEVERidtypeMovedataTypeTriggerpositionՀDyB ~DAttributesRidtypeEmptyDetectorAreaR250atlOffset8H>conditioncall{triggeractivated tgr_chamkar_yeak;}sizeA AsizeB AisRectangledataTypeLayernameSentry AIEntitiesidatlOffseto@itemsItem0ZItem1Item2Item3 Item4Item5(dataTypeGroupsideEastEntitiesAttributesidatlOffset7itemsItem0dataTypeObjectPositionInfoXsideEastflagsAttributesidtypeARK_NVA_Soldier_AR_FatlOffset7positionIEBoDanglesTc,@dataTypeGroupsideEastEntitiesAttributesidatlOffset7itemsItem0dataTypeObjectPositionInfosideEastflagsAttributesidtypeARK_NVA_Soldier_TL_FatlOffset7positiongHEB_Dangles *@dataTypeGroupsideEastEntities8AttributesidatlOffset7 itemsItem0UdataTypeObjectPositionInfosideEastflagsAttributesidtypeARK_NVA_Soldier_MG_FatlOffset7positionIEBnDangles@ dataTypeGroupsideEastEntitiesyAttributesCrewLinksiditemsItem0 dataTypeObjectPositionInfo0sideEastflagsAttributeshidtypeARK_NVA_Soldier_FatlOffset8CustomAttributeszpositionAEsBDanglesxF@hskillL>zAttribute0Attribute1CnAttributespropertyspeakerexpression_this setspeaker _value;ValueCdata Ctype.valueMale01CHICtypeSTRINGCpropertypitchexpression_this setpitch _value;Valuedatatypevalue?typeSCALARLinkIDProviderLinksnextIDitemsItem0%linkIDitem0item1CustomData`roleturretPathdataTypeGroupsideEastEntitiesAttributes"idatlOffset";(itemsItem0" dataTypeObjectPositionInfosideEastflagsAttributesidtypeARK_NVA_Soldier_FatlOffset";CustomAttributes"positionsAEB#CDangles{@Attribute0 Attribute1nAttributes"propertyspeakerexpression_this setspeaker _value;ValueTdatadtypevalueMale03CHItypeSTRINGpropertypitchexpression_this setpitch _value;Value"data"type valueff?"typeSCALAR"(dataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_DSHKM_SLApositionAE!BIDangleskF@dataTypeLayernameSet DressingEntities*idatlOffset˺f itemsItem0Item1QItem25Item3Item4Item5Item6Item7fdataTypeObjectPositionInfosideEmptyflagsAttributesKidtypeLand_ClutterCutter_medium_FQpositionAEB fDangles/=#@KQdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeplp_ctm_WeathCrateBigGreenatlOffset5positionAE\B^Dangles/=?#@disableSimulation5dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeplp_ctm_WeathCrateBigGreenLeanedatlOffsetpositionxAEwCBDangles21=sbL@@disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeplp_ctm_WeathCrateLongGreenatlOffsetpositionrsAEUBDangles<[c=@disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_ClutterCutter_medium_FpositionIEB2uDanglesa@3;dataTypeObjectPositionInfoOsideEmptyflagsAttributesidtypeplp_ctm_WeathCrateBigGreenatlOffset positionIEBDangles֍@85@3;disableSimulationdataTypeObjectPositionInfo*sideEmptyflagsAttributesbidtypeplp_cts_WeathCrateLongGreenLeanedpositionIETB]Dangles<@bdisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesHidtypeplp_ctm_WeathCrateSmallGreenatlOffsetfpositionIEDBzDangles5@gY@UGvalueBStypeSCALARSpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value data typevalue typeBOOL propertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];ValuevdatatypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];ValueLdata\typexvalue@typeSCALARpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value T data& T type? valueT typeSTRINGT propertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value  data  type value typeSTRING dataTypeLayernameCounterEntitiesh id$atlOffset@- items Item0 Item1 Item2 Item3Item48Item5 Item6Item7Item8. Item9,-dataTypeGroupsideCivilianEntitiesF Attributes~ id*atlOffset]> itemsItem0n Item1 ~ dataTypeObjectPositionInfo sideCivilianflagsAttributes id+typeC_Bob_VRatlOffset]> positionD6Bn{D  dataTypeWaypointposition E2B0DEffectsx showWPNEVERid5typeMove~ ~  dataTypeGroupsideCivilianEntities Attributesid,atlOffset= itemsItem0 Item1 dataTypeObjectPositionInfo sideCivilianflagsAttributes id-typeC_Bob_VRatlOffset= positionBrDtB /D  dataTypeWaypointposition.EjRBĤDEffectsshowWPNEVERid6typeMove dataTypeGroupsideCivilianEntitiesnAttributesid.itemsItem0Item1+dataTypeObjectPositionInfosideCivilianflagsAttributes%id/typeC_Bob_VR+position MDB D%+dataTypeWaypointposition EхBQDEffectsshowWPNEVERid0typeMovedataTypeGroupsideCivilianEntitiesAttributes2id2atlOffset>8itemsItem0"Item12dataTypeObjectPositionInfosideCivilianflagsAttributesid3typeC_Bob_VRatlOffset>positionEFt CӴEdataTypeWaypointpositionK EzB [DEffects,showWPNEVERid4typeMove228dataTypeTriggerposition}D[BDAttributesid'typeEmptyDetectorAreaR50 conditioncall{triggeractivated tgr_chamkar_samraong;}sizeA AsizeB AisRectangle dataTypeTriggerpositionDOB,IDAttributesqid(typeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_chamkar_samraong;}sizeA AsizeB AdataTypeTriggerpositionPDBDAttributes0id)typeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_chamkar_samraong;}sizeA AsizeB AdataTypeLogicPositionInfoid%typeAdmiral_OndemandCampZoneCustomAttributes. positiony٭DUBSDAttribute0 Attribute1Attribute2Attribute3\Attribute4Attribute5Attribute6Attribute7Attribute8GAttribute9Attribute10Attribute11Attribute12Attribute13anAttributes. propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueYdataitypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value\data+\typeGvalueB\typeSCALAR\propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Valuedatatype valueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Valuedatatypevalue AtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueidataytypevaluetypeBOOLpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueAdataQtypemvaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value GdataGtype2valueGtypeSTRINGGpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Valuedatatype value?typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Valuedatatypevalue?typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueLdata\typexvaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value adata0atypeLvalueatypeSCALARapropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value. data . type value. typeSTRING. dataTypeLogicPositionInfo id&typeAdmiral_OndemandCampZoneCustomAttributes ,positionDDRB-=DanglesJ=@ Attribute0!Attribute1"Attribute2Y#Attribute3$Attribute4$Attribute5%Attribute6g&Attribute7A'Attribute8(Attribute9(Attribute10)Attribute11*Attribute12L+Attribute13 ,nAttributes,propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueY""datai""type"value"typeSTRING"propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value#Y#data(#Y#typeD#valueY#typeSCALARY#propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value#$data#$type$valueB$typeSCALAR$propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value$$data$$type$valueB$typeSCALAR$propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Valuef%%datav%%type%value A%typeSCALAR%propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value(&g&data8&g&typeT&valueg&typeBOOLg&propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value'A'data'A'type,'value?A'typeSCALARA'propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value'(data'(type'value(typeSTRING(propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value((data((type(value(typeSCALAR(propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Valueo))data))type)value?)typeSCALAR)propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value?**dataO**typek*value*typeSCALAR*propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value +L+data+L+type7+valueL+typeSCALARL+propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value+ ,data+ ,type ,value ,typeSCALAR ,propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value,,data,,type,value,typeSTRING,dataTypeTriggerpositioneE C(EAttributesU-id1typeEmptyDetectorAreaR50-conditioncall{triggeractivated tgr_chamkar_samraong;}sizeA AsizeB A-dataTypeLayernameSet DressingEntities-idatlOffsetb1itemsItem0<.Item1 /Item2/Item301dataTypeObjectPositionInfo.sideEmptyflagsAttributes/id typeLand_ClutterCutter_medium_FatlOffset /position&PEB_DangleswL</ /dataTypeObjectPositionInfo/sideEmptyflagsAttributes/id typeplp_ctm_WeathCrateBigGreenatlOffset/positionIE!Ba}DangleswK@wL>.~itemsItem06Item1MgItem2Cm.~dataTypeLayernameAdmiralEntitiesl6idatlOffsetH>MgitemsItem06Item1\Item2]Item3X^MgdataTypeLayernameCounterEntities6id7atlOffset@ؿ\ items Item07Item1+9Item29Item3FItem41HItem5IItem6iKItem7MItem8MItem9NItem10VOItem11!P\dataTypeGroupsideCivilianEntities7Attributes%9idKatlOffset6+9itemsItem08Item18%9dataTypeObjectPositionInfo8sideCivilianflagsAttributes8idLtypeC_Bob_VRatlOffset68positionDyDA+"D88dataTypeWaypointpositionKD#BNDEffects9showWPNEVERidVtypeMove%9%9+9dataTypeTriggerposition%ۤDA9"DAttributes9idJtypeEmptyDetectorAreaR50atlOffset,>9conditioncall{triggeractivated tgr_brapnth_prei;}sizeA AsizeB A9dataTypeLogicPositionInfo^:idItypeAdmiral_OndemandCampZoneCustomAttributes:FpositionIDأADanglesX>X?:Attribute0;Attribute1_<Attribute2!=Attribute3=Attribute4>Attribute5o?Attribute6/@Attribute7 AAttribute8AAttribute9BAttribute10xCAttribute11HDAttribute12EAttribute13EnAttributesFpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value!<_<data1<_<typeJ<value_<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];Value==data==type=valueB=typeSCALAR=propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Valued>>datat>>type>valueB>typeSCALAR>propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value.?o?data>?o?typeZ?value Ao?typeSCALARo?propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value?/@data@/@type@value/@typeBOOL/@propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value@ Adata@ Atype@value AtypeSCALAR ApropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueAAdataAAtypeAvalueAtypeSTRINGApropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValueeBBdatauBBtypeBvalueBtypeSCALARBpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value7CxCdataGCxCtypecCvaluexCtypeSCALARxCpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueDHDdataDHDtype3DvalueHDtypeSCALARHDpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueDEdataDEtypeDvalue?EtypeSCALAREpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValueEEdataEEtypeEvalue?EtypeSCALAREpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuewFFdataFFtypeFvalueFtypeSTRINGFdataTypeGroupsideCivilianEntitiesGAttributes+HidF1HitemsItem0+GItem1G+HdataTypeObjectPositionInfoGsideCivilianflagsAttributesGidGtypeC_Bob_VRGpositionDB6CGGdataTypeWaypointpositionJDBxh>DEffects%HshowWPNEVERidXtypeMove+H+H1HdataTypeGroupsideCivilianEntitiesHAttributesIidNatlOffsetIitemsItem0HItem1\IIdataTypeObjectPositionInfo6IsideCivilianflagsAttributesVIidOtypeC_Bob_VRatlOffset\Iposition"EKB{DVI\IdataTypeWaypointpositionuD%BHDEffectsIshowWPNEVERidYtypeMoveIIIdataTypeGroupsideCivilianEntities+JAttributescKidQatlOffsetZW=iKitemsItem0SJItem1JcKdataTypeObjectPositionInfoJsideCivilianflagsAttributesJidRtypeC_Bob_VRatlOffsetZW=Jposition_DA 2DJJdataTypeWaypointpositionED҄BLDEffects]KshowWPNEVERidZtypeMovecKcKiKdataTypeGroupsideCivilianEntitiesKAttributesLidTatlOffset>MitemsItem0KItem1LLdataTypeObjectPositionInfonLsideCivilianflagsAttributesLidUtypeC_Bob_VRatlOffset>LpositionDcBDLLdataTypeWaypointpositionyD~wBRDEffectsLshowWPNEVERid[typeMoveLLMdataTypeTriggerposition?D\KBP0DAttributes}MidPtypeEmptyDetectorAreaR50atlOffset!Pconditioncall{triggeractivated tgr_brapnth_prei;}sizeA AsizeB A!PdataTypeLogicPositionInfoPidHtypeAdmiral_OndemandCampZoneatlOffsetCustomAttributesP\position^EBCPAttribute0QAttribute1RAttribute2DSAttribute3TAttribute4TAttribute5UAttribute6RVAttribute7,WAttribute8WAttribute9XAttribute10YAttribute11kZAttribute127[Attribute13 \nAttributes\propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueDRRdataTRRtypemRvalueRtypeSTRINGRpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueSDSdataSDStype/SvalueDStypeSCALARDSpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueSTdataSTtypeSvalueBTtypeSCALARTpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueTTdataTTtypeTvalueBTtypeSCALARTpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueQUUdataaUUtype}Uvalue AUtypeSCALARUpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueVRVdata#VRVtype?VvalueRVtypeBOOLRVpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueV,WdataV,WtypeWvalue,WtypeSCALAR,WpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueWWdataWWtypeWvalueWtypeSTRINGWpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValueXXdataXXtypeXvalue@XtypeSCALARXpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValueZYYdatajYYtypeYvalueYtypeSCALARYpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value*ZkZdata:ZkZtypeVZvalue@kZtypeSCALARkZpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueZ7[data[7[type"[value7[typeSCALAR7[propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value[ \data[ \type[value \typeSCALAR \propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value\\data\\type\value\typeSTRING\dataTypeTriggerposition DB!@,DAttributesA]id8typeEmptyDetectorAreaR250]conditioncall{triggeractivated tgr_chamkar_samraong;}sizeACsizeBC]dataTypeTriggerpositionxDkB8\DAttributes^id9typeEmptyDetectorAreaR250X^conditioncall{triggeractivated tgr_chamkar_samraong;}sizeACsizeBCX^dataTypeLogicPositionInfo^id:typeAdmiral_PatrolZoneCustomAttributes^MgpositionE(B.\D^ Attribute0_Attribute1Q`Attribute2 aAttribute3aAttribute4bAttribute5?cAttribute6dAttribute7dAttribute8eAttribute9fnAttributes MgpropertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value`Q`data#`Q`type<`valueQ`typeSTRINGQ`propertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value` adata` atype`value atypeSCALAR apropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueaadataaatypeavalueBatypeSCALARapropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueDbbdataTbbtypepbvalueBbtypeSCALARbpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Valuec?cdatac?ctype,cvalue?ctypeBOOL?cpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValuecddatacdtypecvaluedtypeSCALARdpropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];ValuedddataddtypedvaluedtypeSCALARdpropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Value~eedataeetypeevalue@@etypeSCALARepropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueHffdataXfftypeqfvalueftypeSTRINGfpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuegMgdatagMgtype8gvalueMgtypeSTRINGMgdataTypeLayernameSet DressingEntitiesgidatlOffset?CmitemsItem0gItem1hItem2iItem3jItem4kItem5hlCmdataTypeObjectPositionInfohsideEmptyflagsAttributeshidtypeplp_ctm_WeathCrateBigGreenLeanedatlOffsethpositionD>CB*Dangles0=BJ@v =hdisableSimulationhdataTypeObjectPositionInfokisideEmptyflagsAttributesiidtypeplp_ctm_WeathCrateBigGreenatlOffsetipositionD}{jdisableSimulationjdataTypeObjectPositionInfo-ksideEmptyflagsAttributesekidtypeplp_ctm_WeathCrateBigGreenLeanedatlOffset~kposition7DjBd`Dangles7<1b?bJ:ekdisableSimulationkdataTypeObjectPositionInfolsideEmptyflagsAttributesJlidtypeplp_ctm_WeathCrateLongGreenatlOffset0hlpositionD"RhBd<`Dangles7<f;JldisableSimulationhldataTypeObjectPositionInfolsideEmptyflagsAttributes%midtypeplp_cts_WeathCrateLongGreenLeanedCmpositionDkB5`Dangles@%mdisableSimulationCmdataTypeLayernameSentry AIEntitiesmidatlOffsetY@.~ items Item0nItem1pItem2qItem3rItem4vItem5;wItem6wItem7xItem84zItem9v{.~dataTypeGroupsideEastEntitieslnAttributespidatlOffset@Ā?pitemsItem0np dataTypeObjectPositionInfo&osideEastflagsAttributesFoidtypeARK_NVA_Soldier_MG_FatlOffset@Ā?CustomAttributes\opposition;DqBJkDFostanceMiddle\oAttribute0oAttribute1%pnAttributesppropertyspeakerexpression_this setspeaker _value;Valueo%pdatao%ptypepvalueMale01CHI%ptypeSTRING%ppropertypitchexpression_this setpitch _value;Valuekppdata{pptypepvalueQx?ptypeSCALARppdataTypeGroupsideEastEntitiespAttributesqidqitemsItem0qqdataTypeObjectPositionInfoqsideEastflagsAttributesqidtypeARK_NVA_Soldier_AR_FqpositionjDwBJfDqqqdataTypeGroupsideEastEntitiesrAttributesridritemsItem0#rrdataTypeObjectPositionInforsideEastflagsAttributesridtypeARK_NVA_Soldier_AR_FrpositionDȟBar'Dangles>rrrdataTypeGroupsideEastEntities7sAttributes`uCrewLinksfuidvitemsItem0Ts`udataTypeObjectPositionInfossideEastflagsAttributessidtypeARK_NVA_Soldier_FCustomAttributest`uposition|D~Bt,DsskillL>tAttribute0HtAttribute1tnAttributes`upropertyspeakerexpression_this setspeaker _value;ValuettdatatttypetvalueMale03CHIttypeSTRINGtpropertypitchexpression_this setpitch _value;Valueu`udata/u`utypeKuvalue ׃?`utypeSCALAR`ufuLinkIDProvideruLinksuvnextIDuitemsItem0uvlinkIDitem0item1 CustomDatauvroleturretPathvdataTypeGroupsideEastEntitiescvAttributes5wid!;witemsItem0v5wdataTypeObjectPositionInfovsideEastflagsAttributes/wid"typeARK_NVA_Soldier_TL_F5wpositionD]BZ\3DanglesQ=/w5w;wdataTypeObjectPositionInfowsideEastflagsAttributeswid typeCUP_O_DSHKM_SLAwpositionzD`Bt,Dangles<s' =wwdataTypeGroupsideEastEntities5xAttributesxid;xitemsItem0RxxdataTypeObjectPositionInfoxsideEastflagsAttributesxid<typeARK_NVA_Soldier_FxpositionDDȟBe'DxxxdataTypeGroupsideEastEntitiesLyAttributes.zid=atlOffsetP?4zitemsItem0iy.zdataTypeObjectPositionInfoysideEastflagsAttributes(zid>typeARK_NVA_Soldier_MG_FatlOffsetP?.zpositionD\oBbDangles c@(z.z4zdataTypeGroupsideEastEntitieszAttributesp{id?atlOffset?v{itemsItem0zp{dataTypeObjectPositionInfo2{sideEastflagsAttributesj{id@typeARK_NVA_Soldier_TL_FatlOffset?p{position4D\oBeDanglesn@j{p{v{dataTypeGroupsideEastEntities{Attributes(~idAatlOffset9.~itemsItem0{(~ dataTypeObjectPositionInfo|sideEastflagsAttributes|idBtypeARK_NVA_Soldier_AR_FatlOffset9CustomAttributes|(~positioǹDTqB}hDangles!f@|stanceMiddle|Attribute0}Attribute1}nAttributes(~propertyspeakerexpression_this setspeaker _value;ValueZ}}dataj}}type}valueMale01CHI}typeSTRING}propertypitchexpression_this setpitch _value;Value}(~data}(~type~valueQx?(~typeSCALAR(~.~dataTypeObjectPositionInfo~sideEmptyflagsAttributes~idtypeCUP_B_M119_US~positionEHBW Eanglesu@~~dataTypeObjectPositionInfoRsideEmptyflagsAttributesidtypeB_Truck_01_ammo_Fposition E JB Eangles@dataTypeGroupsideWestEntitiesAttributes|idatlOffset .@itemsItem0| dataTypeObjectPositionInfosideWestflagsAttributesӀidtypeB_officer_FatlOffset .@CustomAttributesÁ|position)EpBidotypeC_Bob_VRatlOffsetаDposition~1DB. C>DdataTypeWaypointposition:DaA`DEffectsshowWPNEVERidptypeMovedataTypeGroupsideCivilianEntitiesAttributesKidsatlOffsetQitemsItem0;Item1KdataTypeObjectPositionInfosideCivilianflagsAttributesڌidttypeC_Bob_VRatlOffsetpositionp+DBiDڌdataTypeWaypointposition,D$A"DEffectsEshowWPNEVERidutypeMoveKKQdataTypeTriggerposition岑DşBBAttributesid^typeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_extract;}sizeA AsizeB AdataTypeTriggerposition\ D)hDAfBAttributesoidatypeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_extract;}sizeA AsizeB AdataTypeTriggerpositiond-DݱB`BAttributes5idetypeEmptyDetectorAreaR50atlOffset@conditioncall{triggeractivated tgr_extract;}sizeA AsizeB AdataTypeTriggerposition@D"|~BkCAttributesidjtypeEmptyDetectorAreaR509conditioncall{triggeractivated tgr_extract;}sizeA AsizeB A9dataTypeTriggerposition]*DEBXo>UAttribute0QAttribute1Attribute2Attribute3Attribute4dAttribute5.Attribute6Attribute7ȘAttribute8Attribute9eAttribute107Attribute11Attribute12ӜAttribute13nAttributestpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Valuedatatype valuetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Valuedatatype˔valuetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueadataqtypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value#ddata3dtypeOvalueBdtypeSCALARdpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value.data.typevalue A.typeSCALAR.propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatatypeۗvaluetypeBOOLpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueȘdataȘtypevalueȘtypeSCALARȘpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueOdata_typexvaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value$edata4etypePvalue@etypeSCALARepropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value7data7type"value7typeSCALAR7propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Valueƛdata֛typevalue@typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueӜdataӜtypevalueӜtypeSCALARӜpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValuefdatavtypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value6tdataFttype_valuettypeSTRINGtdataTypeLogicPositionInfoid]typeAdmiral_OndemandCampZoneatlOffset|CustomAttributes +positioncDg*A(B Attribute0Attribute1ՠAttribute2Attribute3YAttribute4Attribute5Attribute6Attribute7Attribute8DAttribute9Attribute10Attribute11Attribute12Attribute13^nAttributes+propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueՠdataՠtypevalueՠtypeSTRINGՠpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueVdataftypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueYdata(YtypeDvalueBYtypeSCALARYpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueڢdatatypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValuedatatypeУvalue AtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuefdatavtypevaluetypeBOOLpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value>dataNtypejvaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueDdataDtype/valueDtypeSTRINGDpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValueۦdatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Valuedatatype٧valuetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value}datatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueIdataYtypeuvalue?typeSCALARpropertyAdmiral_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+dataTypeLogicPositionInfoidvtypeAdmiral_OndemandCampZoneCustomAttributesҷposition)DQB5.jDAttribute0Attribute1|Attribute2>Attribute3Attribute4¯Attribute5Attribute6LAttribute7&Attribute8Attribute9óAttribute10Attribute11eAttribute121Attribute13nAttributesҷpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value>|dataN|typegvalue|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];ValuedataϮtypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value¯data¯typevalueB¯typeSCALAR¯propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueKdata[typewvalue AtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value LdataLtype9valueLtypeBOOLLpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value&data&typevalue?&typeSCALAR&propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatatypeֲvaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValueódataótypevalueótypeSCALARópropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValueTdatadtypevalue?typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value$edata4etypePvalueetypeSCALARepropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value1data1typevalue1typeSCALAR1propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValueĶdataԶtypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueҷdataҷtypevalueҷtypeSTRINGҷdataTypeTriggerposition1FEBȐDAttributesKidytypeEmptyDetectorAreaR250atlOffsetnametgr_chamkar_yeakconditioncall{this && {((getPosATL _x) select 2) < 5} count thislist > 0}sizeACsizeBCactivationByWESTdataTypeTriggerpositionEeB]DAttributesKidztypeEmptyDetectorAreaR250nametgr_chamkar_samraongconditioncall{this && {((getPosATL _x) select 2) < 5} count thislist > 0}sizeACsizeBCactivationByWESTdataTypeTriggerposition7EDeBIDAttributesOid{typeEmptyDetectorAreaR250nametgr_brapnth_preiconditioncall{this && {((getPosATL _x) select 2) < 5} count thislist > 0}sizeACsizeBCactivationByWESTdataTypeTriggerpositionmDKB%DAttributes_id|typeEmptyDetectorAreaR250atlOffsetxnametgr_extractconditioncall{this && {((getPosATL _x) select 2) < 5} count thislist > 0}sizeAAsizeBCactivationByWESTisRectangledataTypeLayernameModulesstateEntities\id}atlOffsetk3itemsItem0Item1Item2Ⱦ3dataTypeLogicPositionInfoidtypeARK_Make_SentryCustomAttributes&positionYE5Bt Eanglesd@˞;&Attribute0NnAttributespropertyARK_Make_Sentry_Enabled_Nightvisionexpression_this setVariable ['Enabled_Nightvision',_value,true];ValueҽdatatypevaluetypeBOOLdataTypeLogicPositionInfonameadm_hc_unitisPlayabledescriptionHCidrtypeHeadlessClient_FȾpositionrV_E&SoBlCangles* =w=ȾdataTypeLogicPositionInfoid~typeARK_Clear_Vehicle3position9EKB|E3dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeB_Truck_01_ammo_Fposition1 EL:CEanglesiI@dataTypeMarkerpositionbEZIB7Enamemkr_op_pyletypeEmptyidatlOffset`8QdataTypeMarkerpositionۿEf4CbEnamemkr_fob_emerytypeEmptyidatlOffset9dataTypeObjectPositionInfoZsideEmptyAttributesidtypeCUP_B_UH1D_gunship_GER_KSK_DesatlOffsetT{@CustomAttributespositionƿE_:CEanglesTGI@initcall{ [this, ["faction", "USM_USA_70_OD"], ["gear", "Truck"]] call hull3_unit_fnc_init;}texturesBlackpylons;;CUP_PylonPod_19Rnd_Rocket_FFAR_M;CUP_PylonPod_19Rnd_Rocket_FFAR_M;CUP_PylonPod_1200Rnd_TE1_Red_Tracer_GAU19A_M;CUP_PylonPod_1200Rnd_TE1_Red_Tracer_GAU19A_M;Attribute0Attribute1 Attribute2?nAttributespropertyVehicleCustomizationexpressionif (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 type5valueI typeARRAYIitemsItem0qItem1 datatypetypeARRAYdata typevalue typeARRAY items Item0dItem1Item2Item33Item4tItem5Item6Item7CItem8Item9 datattypevaluehideBenchtypeSTRINGdatatypevalue?typeSCALARdata3typevaluehideFries3typeSTRING3dataCttype_value?ttypeSCALARtdatatypevaluehideFLIRtypeSTRINGdatatypevalue?typeSCALARdata Ctype.valuehideUSARMYCtypeSTRINGCdataStypeovaluetypeSCALARdatatypevaluehideRACStypeSTRINGdata typevalue? typeSCALAR propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuee?datau?type*value[[[["CUP_arifle_M4A1","FirstAidKit"],[1,4]],[["CUP_30Rnd_556x45_Stanag","SmokeShell","SmokeShellOrange","Chemlight_red"],[10,2,2,2]],[[],[]],[[],[]]],false]?typeSTRING?propertyace_fastroping_equipFRIESexpression[_this] call ace_fastroping_fnc_equipFRIESValuedatatypevaluetypeBOOLLinkIDProviderLinks$nextID+$,items+Item00Item1}Item2Item3Item4dItem5Item6Item7KItem8Item9Item102Item11Item12Item13Item14fItem15Item16Item17MItem18Item19Item204Item21Item22Item23Item24hItem25Item26Item27OItem28Item29Item306Item31Item32Item33Item34jItem35Item36Item37QItem38Item39Item408Item41Item42linkIDitem0item1CustomDatak}typeSync}linkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDataRdtypeSyncdlinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData9KtypeSyncKlinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkID item0item1CustomData 2typeSync2linkID item0item1CustomDatamtypeSynclinkID item0item1CustomDatatypeSynclinkID item0item1CustomDatatypeSynclinkID item0 item1CustomDataTftypeSyncflinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData;MtypeSyncMlinkIDitem0"item1CustomDatatypeSynclinkIDitem0'item1&CustomDatatypeSynclinkIDitem0)item1%CustomData"4typeSync4linkIDitem0(item1%CustomDataotypeSynclinkIDitem01item1%CustomDatatypeSynclinkIDitem0item1CustomData typeSynclinkIDitem08item1:CustomDataVhtypeSynchlinkIDitem09item1:CustomDatatypeSynclinkIDitem0<item1CustomDatatypeSynclinkIDitem0>item1CustomData=OtypeSyncOlinkIDitem0@item1CustomDatatypeSynclinkIDitem0Bitem1CustomDatatypeSynclinkIDitem0Iitem1JCustomData$6typeSync6linkIDitem0Sitem1HCustomDataqtypeSynclinkIDitem0Mitem1HCustomDatatypeSynclinkID item0Eitem1HCustomData typeSynclinkID!item0Pitem1HCustomDataXjtypeSyncjlinkID"item0]item1aCustomDatatypeSynclinkID#item0^item1\CustomDatatypeSynclinkID$item0eitem1\CustomData?QtypeSyncQlinkID%item0jitem1\CustomDatatypeSynclinkID&item0mitem1\CustomDatatypeSynclinkID'item0vitem1rCustomData&8typeSync8linkID(item0item1~CustomDatastypeSynclinkID)item0item1~CustomDatatypeSynclinkID*item0item1CustomData typeSyncJE