sreVadmiral\admiral.hcVdescription.extcVYhull3\briefing\blufor.sqfcVhull3\briefing\civilian.sqfcVhull3\briefing\indfor.sqfcV4 hull3\briefing\opfor.sqfcVhull3\hull3.hcVhull3\LICENSEcV8init.sqfcVmission.sqmcVVclass Admiral { isEnabled = 1; class Camp { defaultUnitTemplate = "CUP_SLA_WD"; }; class Patrol { defaultUnitTemplate = "CUP_SLA_WD"; }; class Cqc { defaultUnitTemplate = "CUP_SLA_WD"; }; };#include "admiral\admiral.h" #include "hull3\hull3.h" enableDebugConsole = 1; disableChannels[]={2,4,6}; onLoadName = "pita party"; onLoadMission = "Made with Hull3"; author = "dancemoox"; loadScreen = "x\ark\addons\hull3\resources\hull3_logo.paa"; class Header { gameType = Coop; minPlayers = 1; maxPlayers = 63; }; 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 = 7; 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 = 2; 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","
Communist SLA forces are operating in relative safety out of the Pita Airfield. We plan to reduce the levels of safety.

ENEMY FORCES
SLA Communist forces. Soviet supplied small arms and equipment. Be aware MANPAD AA threats are present south of the airfield area.

FRIENDLY FORCES
Only our RACS Platoon has been deployed for this raid. "]]; // Mission player createDiaryRecord ["Diary", ["Mission","
For this operation we have the following objectives:

Assault the village of Masbete clearing SLA forces from the village as well as destroying SLA vehicles and supplies found.

Assault the Pita Airfield, clearing it of SLA forces as well as destroying SLA vehicles and equipment found.
Additionally sweep both the military outpost and the nearby dock, again eliminating SLA forces and destroying SLA materials found. "]]; // Execution player createDiaryRecord ["Diary", ["Execution","
COMMANDER'S INTENT
HQ recommends attacking Masbete first before taking on the airfield. Be aware SLA forces will likely counter-attack with armoured vehicles once our attack is detected.

MOVEMENT PLAN
A direct landing on the airfield is not recommended due to the AA threat nearby.

Each TH can transport 14 in addition to its two crew.

Remain within the indicated AO at all times.

FIRE SUPPORT PLAN
Weapons attachments as well as TH guns can be used to support ground forces.

SPECIAL TASKS
SLA vehicles and ammo caches should be destroyed with explosive charges, additional charges are loaded in each TH.

Once objectives have been completed return north to our staging area. "]]; // Administration player createDiaryRecord ["Diary", ["Administration","
MANPAD AA and HMG threats are present south of the airfield, keep this in mind with regards to air assets. Incoming missile warning is indicated by a loud bleeping for the pilot. Countermeasures are effective at breaking the missile lock.

Land Rovers can be sling loaded onto the island for our use if required. "]]; // Credits player createDiaryRecord ["Diary", ["Credits", "
Made by dancemoox "]]; // 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 CUP_RACS_URB { gear = "BREN2_RACS"; uniform = "CUP_RACS_URB"; }; }; };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.raPVversion5EditorDataaddonsCUP_WheeledVehicles_LRA3_Characters_Face_nouniformrestrictionsace_explosivesA3_Ui_FCUP_AirVehicles_Mi8CUP_AirVehicles_Su25CUP_CAMiscA3_Structures_F_Mil_CargoCUP_Misc3_ConfigA3_Structures_F_Mil_HelipadsCUP_Weapons_AmmoBoxesCUP_Misc_e_ConfigCUP_WheeledVehicles_UAZCUP_WheeledVehicles_UralA3_Structures_F_Mil_BagFenceCUP_TrackedVehicles_BMPCUP_WheeledVehicles_BRDM2ark_clear_cargoA3_Modules_F_Curator_Miscark_ai_sentryark_ace_rearmCUP_Creatures_Military_SLACUP_Creatures_StaticWeaponsadmiralCUP_AirVehicles_UH60CUP_WheeledVehicles_MTVRAddonsMetaData)randomSeedJ#ScenarioDataCustomAttributes2MissionV moveGridStep?angleGridStep >scaleGridStep?autoGroupingDist AtogglesItemIDProviderMarkerIDProviderLayerIndexProviderCamera)nextIDanextIDnextIDpos lF2`CUFdirS>HL?up(L>e?}>asideE7d?X54)List9itemsItem0mItem1Item2=Item3Item4!Item5Item6Item7Item8FItem9Item10 Item11W Item12 Item13 Item14( Item15 Item16 Item17Q Item18 Item19I Item20 Item21 Item22T Item23 Item24 classNameCUP_WheeledVehicles_LRnameCUP_WheeledVehicles_LRclassNameA3_Characters_FnameArma 3 Alpha - Characters and ClothingauthorBohemia Interactiveurlhttps://www.arma3.com=classNameace_nouniformrestrictionsnameACE3 - No Uniform RestrictionsauthorACE-Teamurlhttp://ace3mod.com/classNameace_explosivesnameACE3 - ExplosivesauthorACE-Teamurlhttp://ace3mod.com/!classNameA3_Ui_FnameArma 3 - User InterfaceauthorBohemia Interactiveurlhttps://www.arma3.comclassNameCUP_AirVehicles_Mi8nameCUP_AirVehicles_Mi8classNameCUP_AirVehicles_Su25nameCUP_AirVehicles_Su25classNameCUP_CAMiscnameCUP_CAMiscFclassNameA3_Structures_F_MilnameArma 3 - Military Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.comclassNameCUP_Misc3_ConfignameCUP_Misc3_Config classNameCUP_Weapons_AmmoBoxesnameCUP_Weapons_AmmoBoxesW classNameCUP_Misc_e_ConfignameCUP_Misc_e_Config classNameCUP_WheeledVehicles_UAZnameCUP_WheeledVehicles_UAZ classNameCUP_WheeledVehicles_UralnameCUP_WheeledVehicles_Ural( classNameCUP_TrackedVehicles_BMPnameCUP_TrackedVehicles_BMPauthorCommunity Cupgrade Project classNameCUP_WheeledVehicles_BRDM2nameCUP_WheeledVehicles_BRDM2 classNameark_clear_cargonameARK Inhouse - Clear CargoauthorARKurlhttp://www.ark-group.orgQ classNameA3_Modules_F_CuratornameArma 3 Zeus Update - Scripted ModulesauthorBohemia Interactiveurlhttps://www.arma3.com classNameark_ai_sentrynameARK Inhouse - AI SentryauthorARKurlhttp://www.ark-group.orgI classNameark_ace_rearmnameARK Inhouse - ACE RearmauthorARKurlhttp://www.ark-group.org classNameCUP_Creatures_Military_SLAnameCUP_Creatures_Military_SLA classNameCUP_Creatures_StaticWeaponsnameCUP_Creatures_StaticWeaponsT classNameAdmiralnameadmiralauthorKami classNameCUP_AirVehicles_UH60nameCUP_AirVehicles_UH60 classNameCUP_WheeledVehicles_MTVRnameCUP_WheeledVehicles_MTVRauthordancemoox2Category0GnameScenarioAttribute0nAttributespropertyEnableDebugConsoleexpressiontrueValuedatatypevaluetypeSCALARIntel1EntitiesConnectionsVbriefingNameark_co62_pita_partyoverviewTextRACS raid on Pita | TH holds crew + 14timeOfChangesFstartWeather>startWind=startWaves=forecastWeather>forecastWind=forecastWaves=forecastLightnings=wavesForcedwindForcedyearmonthday hour minutestartFogDecayT<forecastFogDecayT<`items_Item01Item1oItem2_Item3!Item4'Item5r.Item65Item78Item8?Item95FItem10LItem11PItem12[WItem13^Item14dItem15lItem16xItem17ׂItem18LItem19Item206Item21Item22Item23_Item24Item25Item26nItem27ٚItem28Item29vItem30 Item31Item32Item33rItem34*Item35Item36Item37Item38JItem39Item40ѧItem41Item42OItem43Item44ЮItem45Item46nItem47JItem48Item49Item50gItem51Item52Item53Item54Item55Item56bItem57-Item58Item59Item60Item61YItem62%Item63Item64Item65Item66rItem67>Item68Item69Item70Item71`Item72 Item73Item74NItem75Item76Item77Item78Item79fItem808Item81Item82Item83^Item84^Item85Item86Item87Item88!Item89Item90"Item91Item92Item93Item94dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeCUP_I_LR_Transport_RACSatlOffset$opositionWF(A Fangles ?skill?lockUNLOCKEDinit [this, ["faction", "CUP_RACS_URB"], ["gear", "Truck"]] call hull3_unit_fnc_init;odataTypeGroupsideIndependentEntitiesAttributesEid_itemsItem0Item1Item25Item3EdataTypeObjectPositionInfossideIndependentflagsAttributesidtypeI_officer_FpositionmF9 A\Fangles ?skill?rankCAPTAINinit [this, ["faction", "CUP_RACS_URB"], ["gear", "CO"], ["marker", "CO", "ColorYellow"]] call hull3_unit_fnc_init;descriptionRoyal Army Corps of Sahrani - Commanding OfficerisPlayerisPlayabledataTypeObjectPositionInfosideIndependentflagsAttributesMid typeI_medic_F5positioniF9 AvFangles ?Mskill?rankSERGEANTinit [this, ["faction", "CUP_RACS_URB"], ["gear", "Medic"], ["marker", "COM", "ColorYellow"]] call hull3_unit_fnc_init;descriptionRoyal Army Corps of Sahrani - Platoon MedicisPlayable5dataTypeObjectPositionInfosideIndependentflagsAttributesid typeI_soldier_FpositiongF9 A4Fangles ?skill?rankCORPORALinit [this, ["faction", "CUP_RACS_URB"], ["gear", "Rifleman"]] call hull3_unit_fnc_init;descriptionRoyal Army Corps of Sahrani - Platoon RiflemanisPlayabledataTypeObjectPositionInfo#sideIndependentflagsAttributes[id typeI_officer_FEpositioncF9 A4Fangles ?[skill?rankLIEUTENANTinit [this, ["faction", "CUP_RACS_URB"], ["gear", "XO"], ["marker", "XO", "ColorYellow"]] call hull3_unit_fnc_init;descriptionRoyal Army Corps of Sahrani - Executive OfficerisPlayableEformationDIAMOND_dataTypeGroupsideIndependentEntitiesAttributes!id !itemsItem0Item1o!dataTypeObjectPositionInfoPsideIndependentflagsAttributesid typeI_Soldier_SL_FopositionIF9 AFangles ?skill?rankSERGEANTinit [this, ["faction", "CUP_RACS_URB"], ["gear", "SL"], ["marker", "ASL", "ColorRed"]] call hull3_unit_fnc_init;descriptionRoyal Army Corps of Sahrani - Alpha Squad LeaderisPlayableodataTypeObjectPositionInfosideIndependentflagsAttributes idtypeI_medic_F!positionVEF9 AFangles ? skill?rankCORPORALinit [this, ["faction", "CUP_RACS_URB"], ["gear", "Medic"], ["marker", "AM", "ColorRed"]] call hull3_unit_fnc_init;descriptionRoyal Army Corps of Sahrani - Alpha Squad MedicisPlayable!formationDIAMOND!dataTypeGroupsideIndependentEntitiesm!Attributes'id'itemsItem0!Item1G#Item2$Item3A&'dataTypeObjectPositionInfo#"sideIndependentflagsAttributes["idtypeI_Soldier_TL_FG#positione/F9 AFangles ?["skill?rankCORPORALinit [this, ["faction", "CUP_RACS_URB"], ["gear", "FTL"], ["marker", "A1", "ColorRed"]] call hull3_unit_fnc_init;descriptionRoyal Army Corps of Sahrani - Alpha 1 Fireteam LeaderisPlayableG#dataTypeObjectPositionInfo#sideIndependentflagsAttributes#idtypeI_Soldier_AR_F$position+F9 AFangles ?#skill?rankCORPORALinit [this, ["faction", "CUP_RACS_URB"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionRoyal Army Corps of Sahrani - Alpha 1 Automatic RiflemanisPlayable$dataTypeObjectPositionInfo>%sideIndependentflagsAttributesv%idtypeI_Soldier_A_FA&positione)F9 A}Fangles ?v%skill?init [this, ["faction", "CUP_RACS_URB"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionRoyal Army Corps of Sahrani - Alpha 1 Assistant Automatic RiflemanisPlayableA&dataTypeObjectPositionInfo&sideIndependentflagsAttributes&idtypeI_Soldier_LAT_F'position%F9 A}Fangles ?&skill?init[this, ["faction", "CUP_RACS_URB"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionRoyal Army Corps of Sahrani - Alpha 1 Rifleman (AT)isPlayable'formationDIAMOND'dataTypeGroupsideIndependentEntities(AttributesX.idr.itemsItem0V(Item1)Item2r+Item3,X.dataTypeObjectPositionInfo(sideIndependentflagsAttributes)idtypeI_Soldier_TL_F)positionF9 AFangles ?)skill?rankCORPORALinit [this, ["faction", "CUP_RACS_URB"], ["gear", "FTL"], ["marker", "A2", "ColorRed"]] call hull3_unit_fnc_init;descriptionRoyal Army Corps of Sahrani - Alpha 2 Fireteam LeaderisPlayable)dataTypeObjectPositionInfoj*sideIndependentflagsAttributes*idtypeI_Soldier_AR_Fr+positionF9 A͟Fangles ?*skill?rankCORPORALinit [this, ["faction", "CUP_RACS_URB"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionRoyal Army Corps of Sahrani - Alpha 2 Automatic RiflemanisPlayabler+dataTypeObjectPositionInfo+sideIndependentflagsAttributes!,idtypeI_Soldier_A_F,positionF9 AFangles ?!,skill?init [this, ["faction", "CUP_RACS_URB"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionRoyal Army Corps of Sahrani - Alpha 2 Assistant Automatic RiflemanisPlayable,dataTypeObjectPositionInfoe-sideIndependentflagsAttributes-idtypeI_Soldier_LAT_FX.positionF9 AFangles ?-skill?init[this, ["faction", "CUP_RACS_URB"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionRoyal Army Corps of Sahrani - Alpha 2 Rifleman (AT)isPlayableX.formationDIAMONDr.dataTypeGroupsideIndependentEntities.Attributes5id5itemsItem0/Item10Item22Item335dataTypeObjectPositionInfoy/sideIndependentflagsAttributes/idtypeI_Soldier_TL_F0positionF9 AZFangles ?/skill?rankCORPORALinit [this, ["faction", "CUP_RACS_URB"], ["gear", "FTL"], ["marker", "A3", "ColorRed"]] call hull3_unit_fnc_init;descriptionRoyal Army Corps of Sahrani - Alpha 3 Fireteam LeaderisPlayable0dataTypeObjectPositionInfo1sideIndependentflagsAttributesM1idtypeI_Soldier_AR_F2positionZF9 AtFangles ?M1skill?rankCORPORALinit [this, ["faction", "CUP_RACS_URB"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionRoyal Army Corps of Sahrani - Alpha 3 Automatic RiflemanisPlayable2dataTypeObjectPositionInfo2sideIndependentflagsAttributes2idtypeI_Soldier_A_F3positionF9 A2Fangles ?2skill?init [this, ["faction", "CUP_RACS_URB"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionRoyal Army Corps of Sahrani - Alpha 3 Assistant Automatic RiflemanisPlayable3dataTypeObjectPositionInfo4sideIndependentflagsAttributesH4idtypeI_Soldier_LAT_F5positionZF9 A2Fangles ?H4skill?init[this, ["faction", "CUP_RACS_URB"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionRoyal Army Corps of Sahrani - Alpha 3 Rifleman (AT)isPlayable5formationDIAMOND5dataTypeGroupsideIndependentEntitiesn5Attributes8id8itemsItem05Item1/78dataTypeObjectPositionInfo6sideIndependentflagsAttributesF6idtypeI_Soldier_SL_F/7position5UF9 AqFangles ?F6skill?rankSERGEANTinit [this, ["faction", "CUP_RACS_URB"], ["gear", "SL"], ["marker", "BSL", "ColorBlue"]] call hull3_unit_fnc_init;descriptionRoyal Army Corps of Sahrani - Bravo Squad Leader isPlayable/7dataTypeObjectPositionInfo7sideIndependentflagsAttributes7id typeI_medic_F8positionwQF9 AkFangles ?7skill?rankCORPORALinit [this, ["faction", "CUP_RACS_URB"], ["gear", "Medic"], ["marker", "BM", "ColorBlue"]] call hull3_unit_fnc_init;descriptionRoyal Army Corps of Sahrani - Bravo Squad MedicisPlayable8formationDIAMOND8dataTypeGroupsideIndependentEntities.9Attributeso?id!?itemsItem0l9Item1 ;Item2<Item3>o?dataTypeObjectPositionInfo9sideIndependentflagsAttributes:id"typeI_Soldier_TL_F ;position>F9 ApFangles ?:skill?rankCORPORALinit [this, ["faction", "CUP_RACS_URB"], ["gear", "FTL"], ["marker", "B1", "ColorBlue"]] call hull3_unit_fnc_init;descriptionRoyal Army Corps of Sahrani - Bravo 1 Fireteam LeaderisPlayable ;dataTypeObjectPositionInfo;sideIndependentflagsAttributes;id#typeI_Soldier_AR_F<position;F9 AjFangles ?;skill?rankCORPORALinit [this, ["faction", "CUP_RACS_URB"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionRoyal Army Corps of Sahrani - Bravo 1 Automatic RiflemanisPlayable<dataTypeObjectPositionInfo=sideIndependentflagsAttributes8=id$typeI_Soldier_A_F>position8F9 AtFangles ?8=skill?init [this, ["faction", "CUP_RACS_URB"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionRoyal Army Corps of Sahrani - Bravo 1 Assistant Automatic RiflemanisPlayable>dataTypeObjectPositionInfo|>sideIndependentflagsAttributes>id%typeI_Soldier_LAT_Fo?position5F9 AnFangles ?>skill?init[this, ["faction", "CUP_RACS_URB"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionRoyal Army Corps of Sahrani - Bravo 1 Rifleman (AT)isPlayableo?formationDIAMOND?dataTypeGroupsideIndependentEntities?AttributesFid&5FitemsItem0@Item1AItem25CItem3DFdataTypeObjectPositionInfo@sideIndependentflagsAttributes@id'typeI_Soldier_TL_FAposition1(F9 AokFangles ?@skill?rankCORPORALinit [this, ["faction", "CUP_RACS_URB"], ["gear", "FTL"], ["marker", "B2", "ColorBlue"]] call hull3_unit_fnc_init;descriptionRoyal Army Corps of Sahrani - Bravo 2 Fireteam LeaderisPlayableAdataTypeObjectPositionInfo-BsideIndependentflagsAttributeseBid(typeI_Soldier_AR_F5Cpositions$F9 AeFangles ?eBskill?rankCORPORALinit [this, ["faction", "CUP_RACS_URB"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionRoyal Army Corps of Sahrani - Bravo 2 Automatic RiflemanisPlayable5CdataTypeObjectPositionInfoCsideIndependentflagsAttributesCid)typeI_Soldier_A_FDposition1"F9 AGoFangles ?Cskill?init [this, ["faction", "CUP_RACS_URB"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionRoyal Army Corps of Sahrani - Bravo 2 Assistant Automatic RiflemanisPlayableDdataTypeObjectPositionInfo(EsideIndependentflagsAttributes`Eid*typeI_Soldier_LAT_FFpositionsF9 AGiFangles ?`Eskill?init[this, ["faction", "CUP_RACS_URB"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionRoyal Army Corps of Sahrani - Bravo 2 Rifleman (AT)isPlayableFformationDIAMOND5FdataTypeGroupsideIndependentEntitiesFAttributesLid+LitemsItem0FItem1aHItem2IItem3[KLdataTypeObjectPositionInfo`Item2aItem3;cddataTypeObjectPositionInfo_sideIndependentflagsAttributesN_id>typeI_Soldier_TL_F>`position F9 A+Fangles ?N_skill?rankCORPORALinit [this, ["faction", "CUP_RACS_URB"], ["gear", "FTL"], ["marker", "C3", "ColorGreen"]] call hull3_unit_fnc_init;descriptionRoyal Army Corps of Sahrani - Charlie 3 Fireteam LeaderisPlayable>`dataTypeObjectPositionInfo`sideIndependentflagsAttributes`id?typeI_Soldier_AR_FapositionF9 A%Fangles ?`skill?rankCORPORALinit [this, ["faction", "CUP_RACS_URB"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionRoyal Army Corps of Sahrani - Charlie 3 Automatic RiflemanisPlayableadataTypeObjectPositionInfo7bsideIndependentflagsAttributesobid@typeI_Soldier_A_F;cpositionF9 A/Fangles ?obskill?init[this, ["faction", "CUP_RACS_URB"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionRoyal Army Corps of Sahrani - Charlie 3 Assistant Automatic RiflemanisPlayable;cdataTypeObjectPositionInfocsideIndependentflagsAttributescidAtypeI_Soldier_LAT_FdpositionF9 A)Fangles ?cskill?init[this, ["faction", "CUP_RACS_URB"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionRoyal Army Corps of Sahrani - Charlie 3 Rifleman (AT)isPlayabledformationDIAMONDddataTypeGroupsideIndependentEntitieseAttributeslidBlitemsItem0FuA YFangles1,-?lockLOCKEDdataTypeObjectPositionInfo*sideEmptyflagsAttributesbidntypeCUP_O_Su25_SLAatlOffsetb=vpositionF1`AT}YFanglesH5?blockLOCKEDvdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeFlagCarrierNorthatlOffset; positionDF$SA [F dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_Cargo_House_V3_FatlOffset.?position F~UA3[Fanglesw @dataTypeObjectPositionInfomsideEmptyflagsAttributesidtypeLand_Cargo_HQ_V3_FatlOffset[?position5:FA0[FanglesH5?dataTypeObjectPositionInfo4sideEmptyflagsAttributeslidtypeLand_Cargo_Tower_V3_FatlOffsetrpositionFAPe[Fangles8t@lrdataTypeObjectPositionInfosideEmptyflagsAttributes$idtypeLand_Cargo_Patrol_V3_F*positionFцA 8`Fangles?$*dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_Cargo_House_V3_FatlOffset@<1?position&F UAL[Fangles8o@dataTypeObjectPositionInfotsideEmptyflagsAttributesidtypeUralWreckCustomAttributesʡpositionF.RALZFanglesSv@disableSimulationʡAttribute0nAttributespropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];ValuerdatatypevaluetypeBOOL dataTypeObjectPositionInfoCsideEmptyflagsAttributes{idtypeUAZWreckatlOffset5CustomAttributespositionFZMA\ZFanglesN@{disableSimulationAttribute0nAttributespropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];ValueAdataQtypemvaluetypeBOOLdataTypeObjectPositionInfo sideEmptyflagsAttributesEidtypeLand_HelipadCivil_FCustomAttributescJpositionF?AZFanglesځw@EdisableSimulationcAttribute0nAttributesJpropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];Value JdataJtype7valueJtypeBOOLJdataTypeObjectPositionInfoͦsideEmptyflagsAttributesidtypeCUP_O_Mi8_SLA_1atlOffset@positiontFrAZFanglesx5?lockLOCKEDdataTypeObjectPositionInfosideEmptyflagsAttributes˧idtypeLand_Cargo_Patrol_V3_Fѧposition F!A\Fangles?˧ѧdataTypeObjectPositionInfo_sideEmptyflagsAttributesidtypeCUP_TKVehicleBox_EP1CustomAttributespositionZ1FYQ@ UFdisableSimulationAttribute0ŨnAttributespropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];ValueEdataUtypeqvaluetypeBOOLdataTypeObjectPositionInfosideEmptyflagsAttributesJidtypeCUP_TKVehicleBox_EP1CustomAttributeshOpositionHFYQ@G UFanglesA9JdisableSimulationhAttribute0nAttributesOpropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];ValueOdata Otype<valueOtypeBOOLOdataTypeObjectPositionInfoޫsideEmptyflagsAttributesidtypeCUP_TKOrdnanceBox_EP1CustomAttributes4position7Fƙ@ UFanglesG?disableSimulation4Attribute0\nAttributespropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];ValueܬdatatypevaluetypeBOOLdataTypeObjectPositionInfosideEmptyflagsAttributes˭idtypeCUP_TKBasicWeapons_EP1CustomAttributesЮposition%positionXFB|UFanglesE@X@{@ disableSimulation>Attribute0fnAttributes%propertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];Value%data%typevalue%typeBOOL%dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_BagFence_Round_FCustomAttributes position FhVBUFanglesP7@ u@@disableSimulation Attribute02nAttributespropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];ValuedatatypevaluetypeBOOLdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_BagFence_Long_FCustomAttributespositionFBUFanglesP7@8@fD@disableSimulationAttribute0nAttributespropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];Value}datatypevaluetypeBOOL dataTypeObjectPositionInfoZsideEmptyflagsAttributesidtypeLand_BagFence_Long_FatlOffset<CustomAttributesposition`F?B)UFangles@_@{@disableSimulationAttribute0nAttributespropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];ValueXdatahtypevaluetypeBOOL dataTypeObjectPositionInfo5sideEmptyflagsAttributesmidtypeLand_BagFence_Long_FatlOffsetCustomAttributesrposition F1BջUFangles<_@@mdisableSimulationAttribute0nAttributesrpropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];Value3rdataCrtype_valuertypeBOOLrdataTypeObjectPositionInfosideEmptyflagsAttributes9idtypeLand_BagFence_Round_FCustomAttributesW>position FP2B UFangles@J@-:;9disableSimulationWAttribute0nAttributes>propertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];Value>data>type+value>typeBOOL> dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_BagFence_Round_FatlOffset4I=CustomAttributes3positionFBUFangles@35?{@disableSimulation3Attribute0[nAttributespropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];ValuedatatypevaluetypeBOOL dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_BagFence_Long_FatlOffset6=CustomAttributespositionF%BUFangles@F@{@disableSimulationAttribute06nAttributespropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];ValuedatatypevaluetypeBOOLdataTypeObjectPositionInfomsideEmptyflagsAttributesidtypeCUP_O_Ural_Empty_SLApositionܒFbBm,UFangles,lockLOCKED@Attribute0hnAttributes8propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value8data8type#value[[[["FirstAidKit"],[10]],[[],[]],[[],[]],[[],[]]],false]8typeSTRING8dataTypeMarkerpositionFdataTypeLogicPositionInfoareaSize EFEareaIsRectangleflagsid9typeModuleCoverMap_FatlOffset&eBposition*rFBFdataTypeLogicPositionInfoMnameadm_hc_unitisPlayabledescriptionHCid8typeHeadlessClient_FatlOffsetDmpositionzDmdataTypeLogicPositionInfoidqtypeARK_Make_SentryatlOffset+IBCustomAttributesposition-כF@$A'6FAttribute0$nAttributespropertyARK_Make_Sentry_Enabled_Nightvisionexpression_this setVariable ['Enabled_Nightvision',_value,true];ValuedatatypevaluetypeBOOLdataTypeLogicPositionInfo>id`typeARK_ACE_RearmatlOffset5^positionpF43 AF^dataTypeLayernameSentry AIEntitiesidBatlOffset0K^itemsItem0Item1Item2Item3Item4Item5Item6Item7Item8Item9Item10Item11Item12 Item13 Item14y Item15}Item16Item17(Item18Item19Item20Item21n Item22-$Item23'Item24+Item25e-Item26$1Item274Item288Item29C<Item30@Item31CItem32GItem33(KItem34NItem35RItem36TItem37EXItem38LZItem39 ^Item40`Item41cItem42gItem43akItem44oItem45rItem46UvItem47zItem48}Item49Item50OItem51Item52͌Item53Item54EItem55Item56ÛItem57Item58>Item59Item60Item61fItem62"Item63Item64Item65Item66ҹItem67Item68Item69Item70rItem71VItem72CItem73GItem74NItem75RItem76BItem77Item78Item79yItem805Item81*Item82Item83Item84[Item85Item86Item87Item88WItem89Item90Item91Item92PItem93 Item94Item95Item96FItem97Item98Item99?"Item100%Item101)Item102J-Item103 1Item1044Item1058Item106,<Item107?Item108CItem109cGItem110JItem111NItem112fRItem113VItem114YItem115]Item116SaItem117eItem118hItem119lItem120OpItem121sItem122wItem123Z{Item124Item125ނItem126^dataTypeGroupsideEastEntitiesAttributesidatlOffsetx@itemsItem0< dataTypeObjectPositionInfosideEastflagsAttributesid%typeCUP_O_sla_Soldier_SLatlOffsetx@CustomAttributespositionFԯAUFAttribute0'nAttributespropertypitchexpression_this setpitch _value;Valuemdata}typevalue\?typeSCALARdataTypeGroupsideEastEntitiesAttributesiditemsItem0dataTypeObjectPositionInfosideEastflagsAttributesid=typeCUP_O_sla_Soldier_LATCustomAttributespositionI+F@/UFanglesas@Attribute0nAttributespropertypitchexpression_this setpitch _value;ValueUdataetypevalue\?typeSCALARdataTypeGroupsideEastEntitiesAttributes~iditemsItem0~dataTypeObjectPositionInfosideEastflagsAttributesid;typeCUP_O_sla_Soldier_LATCustomAttributes~position#+Fi@|UFangles@Attribute0nAttributes~propertypitchexpression_this setpitch _value;Value=~dataM~typeivalue?~typeSCALAR~dataTypeGroupsideEastEntitiesAttributesidatlOffsetY@itemsItem0 dataTypeObjectPositionInfosideEastflagsAttributesid)typeCUP_O_SLA_Soldier_BackpackatlOffsetY@CustomAttributespositionF, A=UFangles?Attribute0nAttributespropertypitchexpression_this setpitch _value;ValueJdataZtypevvalueHz?typeSCALARdataTypeGroupsideEastEntitiesAttributesidatlOffset9itemsItem0 dataTypeObjectPositionInfosideEastflagsAttributesid+typeCUP_O_SLA_SpotteratlOffset9CustomAttributesposition FЌ@YUFangles@Attribute0nAttributespropertypitchexpression_this setpitch _value;ValueNdata^typezvalue\?typeSCALARdataTypeGroupsideEastEntitiesAttributesidatlOffsetY@itemsItem0 dataTypeObjectPositionInfosideEastflagsAttributesid7typeCUP_O_sla_MedicatlOffsetY@CustomAttributespositionF, AbUFangles?Attribute0 nAttributespropertypitchexpression_this setpitch _value;ValuePdata`type|valueu?typeSCALARdataTypeGroupsideEastEntitiesAttributesidatlOffset99itemsItem0 dataTypeObjectPositionInfosideEastflagsAttributesid/typeCUP_O_sla_Soldier_MGatlOffset99CustomAttributesposition F( AWUFanglest?Attribute0nAttributespropertypitchexpression_this setpitch _value;ValueWdatagtypevalue?typeSCALARdataTypeGroupsideEastEntitiesAttributesidatlOffset9itemsItem0 dataTypeObjectPositionInfosideEastflagsAttributesid-typeCUP_O_sla_EngineeratlOffset9CustomAttributespositionFЌ@YUFangles?Attribute0nAttributespropertypitchexpression_this setpitch _value;Value\dataltypevalueu?typeSCALARdataTypeGroupsideEastEntitiesAttributesidatlOffset9itemsItem0 dataTypeObjectPositionInfosideEastflagsAttributesid9typeCUP_O_sla_Soldier_GLatlOffset9CustomAttributespositionFЌ@dUFangles?R?Attribute0nAttributespropertypitchexpression_this setpitch _value;Valuecdatastypevalueff?typeSCALARdataTypeGroupsideEastEntitiesAttributesidatlOffsetY@itemsItem0! dataTypeObjectPositionInfosideEastflagsAttributesid1typeCUP_O_sla_SoldieratlOffsetY@CustomAttributespositionF, AveUFanglesW?Attribute0!nAttributespropertypitchexpression_this setpitch _value;ValuegdatawtypevalueQx?typeSCALARdataTypeGroupsideEastEntitiesAttributesidatlOffset9itemsItem0% dataTypeObjectPositionInfosideEastflagsAttributesidEtypeCUP_O_sla_Soldier_ARatlOffset9CustomAttributespositionF@bTFangles̷X>Attribute0(nAttributespropertypitchexpression_this setpitch _value;Valuendata~typevalue ׃?typeSCALARdataTypeGroupsideEastEntitiesAttributes idatlOffset9 itemsItem0,  dataTypeObjectPositionInfosideEastflagsAttributesidGtypeCUP_O_sla_SoldieratlOffset9CustomAttributes positionrF@OTFAttribute0 nAttributes propertypitchexpression_this setpitch _value;ValueZ  dataj  type valueQx? typeSCALAR  dataTypeGroupsideEastEntities Attributes idatlOffset= itemsItem0   dataTypeObjectPositionInfo sideEastflagsAttributes idMtypeCUP_O_sla_SoldieratlOffset=CustomAttributes  positionDF@ TF  Attribute0 nAttributes propertypitchexpression_this setpitch _value;ValueF  dataV  typer value? typeSCALAR  dataTypeGroupsideEastEntities Attributess idatlOffset=y itemsItem0 s  dataTypeObjectPositionInfo sideEastflagsAttributes idKtypeCUP_O_sla_SoldieratlOffset=CustomAttributes s positionv&F@WTF  Attribute0 nAttributess propertypitchexpression_this setpitch _value;Value2 s dataB s type^ valueff?s typeSCALARs y dataTypeGroupsideEastEntities AttributeswidatlOffset=}itemsItem0 w dataTypeObjectPositionInfosideEastflagsAttributesidOtypeCUP_O_sla_SoldieratlOffset=CustomAttributeswposition1F@4TFanglesA=@Attribute0nAttributeswpropertypitchexpression_this setpitch _value;Value6wdataFwtypebvalueG?wtypeSCALARw}dataTypeGroupsideEastEntitiesAttributes{idatlOffset=itemsItem0{ dataTypeObjectPositionInfosideEastflagsAttributesidItypeCUP_O_sla_SoldieratlOffset=CustomAttributes{positionF@3TFangles^ @Attribute0nAttributes{propertypitchexpression_this setpitch _value;Value:{dataJ{typefvalue\?{typeSCALAR{dataTypeGroupsideEastEntitiesAttributes"idatlOffset+NA(itemsItem0" dataTypeObjectPositionInfosideEastflagsAttributesidstypeCUP_O_sla_Soldier_MGatlOffset+NACustomAttributes"positionFA"UFAttribute0Attribute1Attribute2VnAttributes"propertyace_isHandcuffedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleHandcuffed}ValuedatatypevaluetypeBOOLpropertypitchexpression_this setpitch _value;ValueVdata%VtypeAvalue?VtypeSCALARVpropertyace_isSurrenderedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleSurrender}Value"data"typevalue"typeBOOL"(dataTypeGroupsideEastEntitiesrAttributes iditemsItem0 dataTypeObjectPositionInfosideEastflagsAttributesTidtypeCUP_O_sla_Soldier_ATCustomAttributesZ positionFBUFanglesS%?TZAttribute0nAttributes propertypitchexpression_this setpitch _value;Value data typevalue ׃? typeSCALAR dataTypeGroupsideEastEntitiesYAttributesiditemsItem0vdataTypeObjectPositionInfosideEastflagsAttributes8idtypeCUP_O_sla_SoldierCustomAttributes>position FBUFanglesgn?8>Attribute0fnAttributespropertypitchexpression_this setpitch _value;Valuedatatypevalue ׃?typeSCALARdataTypeGroupsideEastEntitiesMAttributesidatlOffset@itemsItem0j dataTypeObjectPositionInfosideEastflagsAttributes<idtypeCUP_O_sla_SoldieratlOffset@CustomAttributesBpositionFFAe[Fangles?<BAttribute0Attribute1VAttribute2nAttributespropertyace_isHandcuffedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleHandcuffed}ValueVdata'VtypeCvalueVtypeBOOLVpropertypitchexpression_this setpitch _value;Valuedatatypevalue?typeSCALARpropertyace_isSurrenderedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleSurrender}ValuejdataztypevaluetypeBOOLdataTypeGroupsideEastEntities Attributesh idatlOffset8n itemsItem0&h  dataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_sla_Soldier_ARatlOffset8CustomAttributesh positionF{AV[FanglesM?Attribute0IAttribute1Attribute2nAttributesh propertyace_isHandcuffedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleHandcuffed}ValuedatatypevaluetypeBOOLpropertypitchexpression_this setpitch _value;Value[dataktypevalueHz?typeSCALARpropertyace_isSurrenderedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleSurrender}Value) h data9 h typeU valueh typeBOOLh n dataTypeGroupsideEastEntities Attributes'$idatlOffset9-$itemsItem0 '$ dataTypeObjectPositionInfo!sideEastflagsAttributes!idtypeCUP_O_sla_Soldier_GLatlOffset9CustomAttributes!'$positionFDAmP[FanglesAt@!!Attribute0"Attribute1"Attribute2[#nAttributes'$propertyace_isHandcuffedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleHandcuffed}Value""data""type"value"typeBOOL"propertypitchexpression_this setpitch _value;Value#[#data*#[#typeF#value33s?[#typeSCALAR[#propertyace_isSurrenderedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleSurrender}Value#'$data#'$type$value'$typeBOOL'$-$dataTypeGroupsideEastEntities$Attributes'idatlOffset8'itemsItem0$' dataTypeObjectPositionInfoA%sideEastflagsAttributesy%idtypeCUP_O_sla_Soldier_MGatlOffset8CustomAttributes%'position'FgAi[Fangles&?y%%Attribute0%Attribute1&Attribute2'nAttributes'propertyace_isHandcuffedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleHandcuffed}ValueT&&datad&&type&value&typeBOOL&propertypitchexpression_this setpitch _value;Value&'data&'type'valueQx?'typeSCALAR'propertyace_isSurrenderedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleSurrender}Value''data''type'value'typeBOOL''dataTypeGroupsideEastEntitiesF(Attributes+idatlOffsetv9+itemsItem0c(+ dataTypeObjectPositionInfo(sideEastflagsAttributes5)id typeCUP_O_sla_SoldieratlOffsetv9CustomAttributes;)+positionF(aA\u[Fangles:@5);)Attribute0)Attribute1O*Attribute2*nAttributes+propertyace_isHandcuffedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleHandcuffed}Value*O*data *O*type<*valueO*typeBOOLO*propertypitchexpression_this setpitch _value;Value**data**type*value?*typeSCALAR*propertyace_isSurrenderedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleSurrender}Valuec++datas++type+value+typeBOOL++dataTypeObjectPositionInfo0,sideEastflagsAttributesh,idtypeCUP_O_BRDM2_SLACustomAttributesn,e-positionFB)WFangles}D='q@h,n,Attribute0,nAttributese-propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value,e-data-e-typeP-value[[[["FirstAidKit"],[4]],[[],[]],[[],[]],[[],[]]],false]e-typeSTRINGe-dataTypeGroupsideEastEntities-Attributes1idatlOffset9$1itemsItem0-1 dataTypeObjectPositionInfoy.sideEastflagsAttributes.idtypeCUP_O_sla_Soldier_GLatlOffset9CustomAttributes.1positionZFekAH[Fangles1@..Attribute0.Attribute1/Attribute2R0nAttributes1propertyace_isHandcuffedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleHandcuffed}Value//data//type/value/typeBOOL/propertypitchexpression_this setpitch _value;Value0R0data!0R0type=0valueHz?R0typeSCALARR0propertyace_isSurrenderedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleSurrender}Value01data01type 1value1typeBOOL1$1dataTypeGroupsideEastEntities~1Attributes4idatlOffset94itemsItem014 dataTypeObjectPositionInfo82sideEastflagsAttributesp2idtypeCUP_O_sla_Soldier_MGatlOffset9CustomAttributesv24positionv"FekAuP[FanglesLa@p2v2Attribute02Attribute13Attribute24nAttributes4propertyace_isHandcuffedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleHandcuffed}ValueK33data[33typew3value3typeBOOL3propertypitchexpression_this setpitch _value;Value34data34type3valueHz?4typeSCALAR4propertyace_isSurrenderedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleSurrender}Value44data44type4value4typeBOOL44dataTypeGroupsideEastEntities=5Attributes8idatlOffset98itemsItem0Z58 dataTypeObjectPositionInfo5sideEastflagsAttributes,6id typeCUP_O_sla_SoldieratlOffset9CustomAttributes268position(FATj[FanglesT@,626Attribute0z6Attribute1F7Attribute27nAttributes8propertyace_isHandcuffedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleHandcuffed}Value7F7data7F7type37valueF7typeBOOLF7propertypitchexpression_this setpitch _value;Value77data77type7value33s?7typeSCALAR7propertyace_isSurrenderedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleSurrender}ValueZ88dataj88type8value8typeBOOL88dataTypeGroupsideEastEntities8Attributes=<idatlOffset08C<itemsItem09=< dataTypeObjectPositionInfo9sideEastflagsAttributes9idtypeCUP_O_sla_SoldieratlOffset08CustomAttributes9=<positionF4BVF99Attribute0:Attribute1:Attribute2q;nAttributes=<propertyace_isHandcuffedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleHandcuffed}Value::data::type:value:typeBOOL:propertypitchexpression_this setpitch _value;Value0;q;data@;q;type\;value?q;typeSCALARq;propertyace_isSurrenderedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleSurrender}Value;=<data<=<type*<value=<typeBOOL=<C<dataTypeGroupsideEastEntities<Attributes?idatlOffset:@itemsItem0<? dataTypeObjectPositionInfoW=sideEastflagsAttributes=idtypeCUP_O_sla_Soldier_ATatlOffset:CustomAttributes=?position'FW4BVFangles?==Attribute0=Attribute1>Attribute20?nAttributes?propertyace_isHandcuffedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleHandcuffed}Valuej>>dataz>>type>value>typeBOOL>propertypitchexpression_this setpitch _value;Value>0?data>0?type?valueQx?0?typeSCALAR0?propertyace_isSurrenderedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleSurrender}Value??data??type?value?typeBOOL?@dataTypeGroupsideEastEntities\@AttributesCidatlOffset(1@CitemsItem0y@C dataTypeObjectPositionInfoAsideEastflagsAttributesNAidtypeCUP_O_sla_Soldier_MGatlOffset(1@CustomAttributesTACposition{F5BVFangles@?NATAAttribute0AAttribute1hBAttribute2BnAttributesCpropertyace_isHandcuffedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleHandcuffed}Value)BhBdata9BhBtypeUBvaluehBtypeBOOLhBpropertypitchexpression_this setpitch _value;ValueBBdataBBtypeBvaluep}?BtypeSCALARBpropertyace_isSurrenderedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleSurrender}Value|CCdataCCtypeCvalueCtypeBOOLCCdataTypeGroupsideEastEntitiesDAttributes{GidatlOffsetd;>GitemsItem08D{G dataTypeObjectPositionInfoDsideEastflagsAttributesEidtypeCUP_O_sla_Soldier_LATatlOffsetd;>CustomAttributesE{Gposition4 FB UFangles@EEAttribute0\EAttribute1(FAttribute2FnAttributes{Gpropertyace_isHandcuffedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleHandcuffed}ValueE(FdataE(FtypeFvalue(FtypeBOOL(Fpropertypitchexpression_this setpitch _value;ValuenFFdata~FFtypeFvaluep}?FtypeSCALARFpropertyace_isSurrenderedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleSurrender}Value(KitemsItem0G"K dataTypeObjectPositionInfoHsideEastflagsAttributesHidtypeCUP_O_sla_Soldier_SLatlOffset>CustomAttributesH"Kposition.FDžBTFHHAttribute0IAttribute1IAttribute2VJnAttributes"Kpropertyace_isHandcuffedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleHandcuffed}ValueIIdataIItypeIvalueItypeBOOLIpropertypitchexpression_this setpitch _value;ValueJVJdata%JVJtypeAJvalueu?VJtypeSCALARVJpropertyace_isSurrenderedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleSurrender}ValueJ"KdataJ"KtypeKvalue"KtypeBOOL"K(KdataTypeGroupsideEastEntitiesKAttributesNidatlOffset9NitemsItem0KN dataTypeObjectPositionInfo9LsideEastflagsAttributesqLidtypeCUP_O_sla_SoldieratlOffset9CustomAttributeswLNposition:FBVUFanglesC@qLwLAttribute0LAttribute1MAttribute2NnAttributesNpropertyace_isHandcuffedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleHandcuffed}ValueLMMdata\MMtypexMvalueMtypeBOOLMpropertypitchexpression_this setpitch _value;ValueMNdataMNtypeMvalueHz?NtypeSCALARNpropertyace_isSurrenderedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleSurrender}ValueNNdataNNtypeNvalueNtypeBOOLNNdataTypeGroupsideEastEntities.OAttributes}RidRitemsItem0KO}RdataTypeObjectPositionInfoOsideEastflagsAttributesPidtypeCUP_O_sla_Soldier_ATCustomAttributesP}RpositionpFVB~UFangles+@PPAttribute0^PAttribute1*QAttribute2QnAttributes}Rpropertyace_isHandcuffedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleHandcuffed}ValueP*QdataP*QtypeQvalue*QtypeBOOL*Qpropertypitchexpression_this setpitch _value;ValuepQQdataQQtypeQvalueQx?QtypeSCALARQpropertyace_isSurrenderedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleSurrender}Value>R}RdataNR}RtypejRvalue}RtypeBOOL}RRdataTypeGroupsideEastEntitiesRAttributesTidatlOffset9TitemsItem0RT dataTypeObjectPositionInfoSsideEastflagsAttributesSid'typeCUP_O_sla_OfficeratlOffset9CustomAttributesSTpositionFЌ@;UFangles ,?SSAttribute0SnAttributesTpropertypitchexpression_this setpitch _value;Value@TTdataPTTtypelTvalue\?TtypeSCALARTTdataTypeGroupsideEastEntitiesTAttributes?XidatlOffset9EXitemsItem0T?X dataTypeObjectPositionInfoUsideEastflagsAttributesUidCtypeCUP_O_sla_CommanderatlOffset9CustomAttributesU?XpositionoF@XTFanglesO?UUAttribute0 VAttribute1VAttribute2sWnAttributes?Xpropertyace_isHandcuffedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleHandcuffed}ValueVVdataVVtypeVvalueVtypeBOOLVpropertypitchexpression_this setpitch _value;Value2WsWdataBWsWtype^WvalueHz?sWtypeSCALARsWpropertyace_isSurrenderedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleSurrender}ValueX?XdataX?Xtype,Xvalue?XtypeBOOL?XEXdataTypeGroupsideEastEntitiesXAttributesFZidatlOffset=LZitemsItem0XFZ dataTypeObjectPositionInfoYYsideEastflagsAttributesYidQtypeCUP_O_sla_Soldier_SLatlOffset=CustomAttributesYFZpositionfMF@4TFangles뭁@YYAttribute0YnAttributesFZpropertypitchexpression_this setpitch _value;ValueZFZdataZFZtype1Zvalue?FZtypeSCALARFZLZdataTypeGroupsideEastEntitiesZAttributes^idatlOffsetOA ^itemsItem0Z^ dataTypeObjectPositionInfo`[sideEastflagsAttributes[idutypeCUP_O_sla_Soldier_GLatlOffsetOACustomAttributes[^positionVF3xAtUFangles?[[Attribute0[Attribute1\Attribute29]nAttributes^propertyace_isHandcuffedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleHandcuffed}Values\\data\\type\value\typeBOOL\propertypitchexpression_this setpitch _value;Value\9]data]9]type$]valueHz?9]typeSCALAR9]propertyace_isSurrenderedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleSurrender}Value]^data]^type]value^typeBOOL^ ^dataTypeGroupsideEastEntitiese^Attributes `idatlOffset`e=`itemsItem0^ ` dataTypeObjectPositionInfo_sideEastflagsAttributesW_idtypeCUP_O_sla_Soldier_AAatlOffset`e=CustomAttributes]_ `position?F BUFangles&?W_]_Attribute0_nAttributes `propertypitchexpression_this setpitch _value;Value_ `data_ `type_value? `typeSCALAR ``dataTypeGroupsideEastEntitiesl`AttributescidatlOffsetH9citemsItem0`c dataTypeObjectPositionInfo#asideEastflagsAttributes[aid typeCUP_O_sla_OfficeratlOffsetH9CustomAttributesaacposition FXiAh[Fangles@[aaaAttribute0aAttribute1ubAttribute2bnAttributescpropertyace_isHandcuffedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleHandcuffed}Value6bubdataFbubtypebbvalueubtypeBOOLubpropertypitchexpression_this setpitch _value;Valuebbdatabbtypebvalueu?btypeSCALARbpropertyace_isSurrenderedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleSurrender}ValueccdatacctypecvaluectypeBOOLccdataTypeGroupsideEastEntities7dAttributesfCrewLinksfidatlOffsetgitemsItem0TdfdataTypeObjectPositionInfodsideEastflagsAttributeseidtypeCUP_O_sla_SoldierCustomAttributesefpositiono FBvUFangles>7@S%?@eeAttribute0TeAttribute1 fnAttributesfpropertyace_isSurrenderedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleSurrender}Valuee fdatae ftype fvalue ftypeBOOL fpropertyace_isHandcuffedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleHandcuffed}ValueffdatafftypefvalueftypeBOOLffLinkIDProvidergLinks*ggnextID*gitemsItem0GgglinkIDitem0item1CustomDataggroleturretPathgdataTypeGroupsideEastEntitiesgAttributes[kidatlOffset9akitemsItem0h[k dataTypeObjectPositionInfohsideEastflagsAttributeshidtypeCUP_O_sla_OfficeratlOffset9CustomAttributesh[kposition)ڒFBUFanglesJi?hhAttribute0F$A YFangles?Attribute0ߕAttribute1Attribute22nAttributespropertyace_isHandcuffedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleHandcuffed}Valueldata|typevaluetypeBOOLpropertypitchexpression_this setpitch _value;Value2data2typevalue?2typeSCALAR2propertyace_isSurrenderedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleSurrender}ValuedataϗtypevaluetypeBOOLdataTypeGroupsideEastEntities^AttributesidatlOffset,9ÛitemsItem0{ dataTypeObjectPositionInfosideEastflagsAttributesPidtypeCUP_O_sla_Soldier_ATatlOffset,9CustomAttributesVpositionu,FAYFanglesy@PVAttribute0Attribute1jAttribute2nAttributespropertyace_isHandcuffedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleHandcuffed}Value+jdata;jtypeWvaluejtypeBOOLjpropertypitchexpression_this setpitch _value;ValuedatatypeܚvalueQx?typeSCALARpropertyace_isSurrenderedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleSurrender}Value~datatypevaluetypeBOOLÛdataTypeGroupsideEastEntitiesAttributes|idatlOffset=itemsItem0:| dataTypeObjectPositionInfoלsideEastflagsAttributesidtypeCUP_O_sla_Soldier_GLatlOffset=CustomAttributes|positionXF1$BVYFangles!@Attribute0]Attribute1)Attribute2nAttributes|propertyace_isHandcuffedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleHandcuffed}Value)data)typevalue)typeBOOL)propertypitchexpression_this setpitch _value;Valueodatatypevalueff?typeSCALARpropertyace_isSurrenderedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleSurrender}Value=|dataM|typeivalue|typeBOOL|dataTypeGroupsideEastEntitiesܟAttributes8idatlOffset=>itemsItem08 dataTypeObjectPositionInfosideEastflagsAttributesˠidtypeCUP_O_sla_SoldieratlOffset=CustomAttributesѠ8positionUFWBfYFangles}@ˠѠAttribute0Attribute1Attribute2lnAttributes8propertyace_isHandcuffedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleHandcuffed}ValuedatatypeҡvaluetypeBOOLpropertypitchexpression_this setpitch _value;Value+ldata;ltypeWvalueff?ltypeSCALARlpropertyace_isSurrenderedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleSurrender}Value8data 8type%value8typeBOOL8>dataTypeGroupsideEastEntitiesAttributesܦidatlOffset3>itemsItem0ܦ dataTypeObjectPositionInfoOsideEastflagsAttributesoidtypeCUP_O_sla_SoldieratlOffset3>CustomAttributesuܦpositionWF`A`ZFouAttribute0Attribute1Attribute2nAttributesܦpropertyace_isHandcuffedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleHandcuffed}ValueJdataZtypevvaluetypeBOOLpropertypitchexpression_this setpitch _value;ValueϥdataߥtypevalueHz?typeSCALARpropertyace_isSurrenderedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleSurrender}ValueܦdataܦtypeɦvalueܦtypeBOOLܦdataTypeGroupsideEastEntities<AttributesidatlOffset@J>itemsItem0Y dataTypeObjectPositionInfosideEastflagsAttributes.idtypeCUP_O_sla_Soldier_ARatlOffset@J>CustomAttributes4position F3A=ZFangles?.4Attribute0|Attribute1HAttribute2ϩnAttributespropertyace_isHandcuffedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleHandcuffed}Value HdataHtype5valueHtypeBOOLHpropertypitchexpression_this setpitch _value;Valueϩdataϩtypevaluep}?ϩtypeSCALARϩpropertyace_isSurrenderedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleSurrender}Value\dataltypevaluetypeBOOLdataTypeGroupsideEastEntitiesAttributes`idatlOffset?fitemsItem0` dataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_SLA_Soldier_BackpackatlOffset?CustomAttributes`positionFAWZFanglesn @Attribute0AAttribute1 Attribute2nAttributes`propertyace_isHandcuffedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleHandcuffed}Valueά dataެ typevalue typeBOOL propertypitchexpression_this setpitch _value;ValueSdatactypevalueff?typeSCALARpropertyace_isSurrenderedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleSurrender}Value!`data1`typeMvalue`typeBOOL`fdataTypeGroupsideEastEntitiesAttributesidatlOffset@`>"itemsItem0ݮ dataTypeObjectPositionInfowsideEastflagsAttributesidtypeCUP_O_sla_SoldieratlOffset@`>CustomAttributespositionrFAHZFanglesH@Attribute0Attribute1ɰAttribute2PnAttributespropertyace_isHandcuffedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleHandcuffed}ValueɰdataɰtypevalueɰtypeBOOLɰpropertypitchexpression_this setpitch _value;ValuePdataPtype;valueHz?PtypeSCALARPpropertyace_isSurrenderedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleSurrender}Valueݱdatatype valuetypeBOOL"dataTypeGroupsideEastEntities|Attributes idatlOffset9itemsItem0  dataTypeObjectPositionInfo6sideEastflagsAttributesVidtypeCUP_O_sla_Soldier_GLatlOffset9CustomAttributes\ positionaF@AYFV\Attribute0nAttributes propertypitchexpression_this setpitch _value;Valueʳ dataڳ typevalueG? typeSCALAR dataTypeGroupsideEastEntitieskAttributesidatlOffset9itemsItem0 dataTypeObjectPositionInfo+sideEastflagsAttributesKidtypeCUP_O_SLA_Soldier_BackpackatlOffset9CustomAttributesQposition+F@AXFKQAttribute0ynAttributespropertypitchexpression_this setpitch _value;Valuedataϵtypevalue?typeSCALARdataTypeGroupsideEastEntitiesPAttributesiditemsItem0mdataTypeObjectPositionInfosideEastflagsAttributes/idtypeCUP_O_sla_SoldierCustomAttributes5positionF?AXFanglesu.?/5Attribute0]nAttributespropertypitchexpression_this setpitch _value;ValuedatatypeϷvalue\?typeSCALARdataTypeGroupsideEastEntities4Attributes̹idҹitemsItem0Q̹dataTypeObjectPositionInfo߸sideEastflagsAttributesidtypeCUP_O_sla_Soldier_LATCustomAttributes̹position.;F?A-hYFangles3r?Attribute0EnAttributes̹propertypitchexpression_this setpitch _value;Value̹data̹typevalue?̹typeSCALAR̹ҹdataTypeGroupsideEastEntitiesAttributesiditemsItem09dataTypeObjectPositionInfoƺsideEastflagsAttributesidtypeCUP_O_sla_Soldier_SLCustomAttributespositionF?AYFangles#@Attribute0,nAttributespropertypitchexpression_this setpitch _value;ValuerdatatypevalueG?typeSCALARdataTypeGroupsideEastEntitiesAttributesiditemsItem0 dataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_sla_Soldier_LATCustomAttributesposition/F?AYFanglesʔ@Attribute0nAttributespropertypitchexpression_this setpitch _value;ValueZdatajtypevalue ׃?typeSCALARdataTypeGroupsideEastEntitiesAttributesidatlOffset9itemsItem0 dataTypeObjectPositionInfosideEastflagsAttributesоidtypeCUP_O_sla_MedicatlOffset9CustomAttributes־positionF@A\YFо־Attribute0nAttributespropertypitchexpression_this setpitch _value;ValueDdataTtypepvalue?typeSCALARdataTypeGroupsideEastEntitiesտAttributeslidritemsItem0ldataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_sla_Soldier_ARCustomAttributeslpositionEΕF?ALYFangles?Attribute0nAttributeslpropertypitchexpression_this setpitch _value;Value+ldata;ltypeWvalueHz?ltypeSCALARlrdataTypeGroupsideEastEntitiesAttributesPidVitemsItem0PdataTypeObjectPositionInfocsideEastflagsAttributesidtypeCUP_O_sla_SoldierCustomAttributesPpositionF?AEZFanglesRS?Attribute0nAttributesPpropertypitchexpression_this setpitch _value;ValuePdataPtype;value33s?PtypeSCALARPVdataTypeGroupsideEastEntitiesAttributes=idCitemsItem0=dataTypeObjectPositionInfoPsideEastflagsAttributesidtypeCUP_O_SLA_Soldier_BackpackCustomAttributes=positionF?AgZFanglesX@Attribute0nAttributes=propertypitchexpression_this setpitch _value;Value=data =type(valueu?=typeSCALAR=CdataTypeGroupsideEastEntitiesAttributesAidatlOffset=GitemsItem0A dataTypeObjectPositionInfoTsideEastflagsAttributesidtypeCUP_O_sla_SoldieratlOffset=CustomAttributesAposition8F>:Aangles!?Attribute0nAttributesApropertypitchexpression_this setpitch _value;ValueAdataAtype,valueu?AtypeSCALARAGdataTypeGroupsideEastEntitiesAttributesHidatlOffset,@NitemsItem0H dataTypeObjectPositionInfo[sideEastflagsAttributesidtypeCUP_O_sla_Soldier_MGatlOffset,@CustomAttributesHposition HFdp~A5[FanglesM!?Attribute0nAttributesHpropertypitchexpression_this setpitch _value;ValueHdataHtype3valueG?HtypeSCALARHNdataTypeGroupsideEastEntitiesAttributesLidatlOffset!@RitemsItem0L dataTypeObjectPositionInfo_sideEastflagsAttributesidtypeCUP_O_sla_SoldieratlOffset!@CustomAttributesLposition.FJAA*[FanglesZ@Attribute0nAttributesLpropertypitchexpression_this setpitch _value;Value LdataLtype7valuep}?LtypeSCALARLRdataTypeGroupsideEastEntitiesAttributes<idatlOffset!@BitemsItem0< dataTypeObjectPositionInfogsideEastflagsAttributesidtypeCUP_O_sla_Soldier_LATatlOffset!@CustomAttributes<position9FJAAC[FAttribute0nAttributes<propertypitchexpression_this setpitch _value;Value<data <type'valueHz?<typeSCALAR<BdataTypeGroupsideEastEntitiesAttributesidatlOffset~?itemsItem0 dataTypeObjectPositionInfoVsideEastflagsAttributesidtypeCUP_O_sla_Soldier_GLatlOffset~?CustomAttributesposition9FVAE[Fangles;@Attribute0Attribute1Attribute2/nAttributespropertyace_isHandcuffedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleHandcuffed}ValueidataytypevaluetypeBOOLpropertypitchexpression_this setpitch _value;Value/data/typevalue?/typeSCALAR/propertyace_isSurrenderedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleSurrender}ValuedatatypevaluetypeBOOLdataTypeGroupsideEastEntities[AttributesidatlOffset8itemsItem0x dataTypeObjectPositionInfosideEastflagsAttributesJidtypeCUP_O_sla_SoldieratlOffset8CustomAttributesPpositionHKFXA0[Fangles@JPAttribute0Attribute1dAttribute2nAttributespropertyace_isHandcuffedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleHandcuffed}Value%ddata5dtypeQvaluedtypeBOOLdpropertypitchexpression_this setpitch _value;Valuedatatypevaluep}?typeSCALARpropertyace_isSurrenderedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleSurrender}ValuexdatatypevaluetypeBOOLdataTypeGroupsideEastEntitiesAttributessidatlOffset8yitemsItem04s dataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_sla_SoldieratlOffset8CustomAttributes sposition3FXA@[Fanglesfg@ Attribute0TAttribute1 Attribute2nAttributesspropertyace_isHandcuffedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleHandcuffed}Value data type value typeBOOL propertypitchexpression_this setpitch _value;Valuefdatavtypevalue\?typeSCALARpropertyace_isSurrenderedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleSurrender}Value4sdataDstype`valuestypeBOOLsydataTypeGroupsideEastEntitiesAttributes/idatlOffset85itemsItem0/ dataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_sla_SoldieratlOffset8CustomAttributes/positionj0FXA#[Fangles{ ?Attribute0Attribute1Attribute2cnAttributes/propertyace_isHandcuffedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleHandcuffed}ValuedatatypevaluetypeBOOLpropertypitchexpression_this setpitch _value;Value"cdata2ctypeNvalueHz?ctypeSCALARcpropertyace_isSurrenderedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleSurrender}Value/data/typevalue/typeBOOL/5dataTypeGroupsideEastEntitiesAttributesCrewLinks id*itemsItem0Item1hdataTypeObjectPositionInfo*sideEastflagsAttributesbidtypeCUP_O_sla_SoldierhpositionnFB)WFangles}D='q@bhdataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_sla_SoldierpositionnFB)WFangles}D='q@ LinkIDProviderELinksX*nextIDXitemsItem0Item1*linkIDitem0item1CustomDatarolelinkIDitem0item1CustomData*roleturretPath*dataTypeGroupsideEastEntitiesAttributesidatlOffseth?itemsItem0 dataTypeObjectPositionInfo9sideEastflagsAttributesqidtypeCUP_O_sla_PilotatlOffseth?CustomAttributeswposition^ F"VARA[Fangles;+@qwAttribute0Attribute1Attribute2nAttributespropertyace_isHandcuffedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleHandcuffed}ValueLdata\typexvaluetypeBOOLpropertypitchexpression_this setpitch _value;Valuedatatypevalue?typeSCALARpropertyace_isSurrenderedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleSurrender}ValuedatatypevaluetypeBOOLdataTypeGroupsideEastEntities>AttributesidatlOffseth?itemsItem0[ dataTypeObjectPositionInfosideEastflagsAttributes+idtypeCUP_O_sla_PilotatlOffseth?CustomAttributes1positionF"VA6[Fangles:?+1Attribute0yAttribute1EAttribute2nAttributespropertyace_isHandcuffedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleHandcuffed}ValueEdataEtype2valueEtypeBOOLEpropertypitchexpression_this setpitch _value;Valuedatatypevalueff?typeSCALARpropertyace_isSurrenderedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleSurrender}ValueYdataitypevaluetypeBOOLdataTypeGroupsideEastEntitiesAttributesUidatlOffsetz?[itemsItem0U dataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_sla_EngineeratlOffsetz?CustomAttributesUpositionM)F`TA [Fangles\@Attribute06Attribute1Attribute2nAttributesUpropertyace_isHandcuffedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleHandcuffed}ValuedatatypevaluetypeBOOLpropertypitchexpression_this setpitch _value;ValueHdataXtypetvalueu?typeSCALARpropertyace_isSurrenderedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleSurrender}ValueUdata&UtypeBvalueUtypeBOOLU[dataTypeGroupsideEastEntitiesAttributesid atlOffsetX?itemsItem0 dataTypeObjectPositionInfolsideEastflagsAttributesidtypeCUP_O_sla_SoldieratlOffsetX?CustomAttributesposition(FoGVA[ZFanglesp}@Attribute0Attribute1Attribute2EnAttributespropertyace_isHandcuffedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleHandcuffed}ValuedatatypevaluetypeBOOLpropertypitchexpression_this setpitch _value;ValueEdataEtype0value?EtypeSCALAREpropertyace_isSurrenderedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleSurrender}ValuedatatypevaluetypeBOOLdataTypeGroupsideEastEntitiesqAttributesid atlOffset+@itemsItem0 dataTypeObjectPositionInfo+sideEastflagsAttributescidtypeCUP_O_sla_Soldier_GLatlOffset+@CustomAttributesiposition}wF5BVFanglesjK>ciAttribute0Attribute1}Attribute2nAttributespropertyace_isHandcuffedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleHandcuffed}Value>}dataN}typejvalue}typeBOOL}propertypitchexpression_this setpitch _value;Valuedatatypevalue ׃?typeSCALARpropertyace_isSurrenderedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleSurrender}ValuedatatypevaluetypeBOOLdataTypeGroupsideEastEntities0Attributesid atlOffset9itemsItem0M dataTypeObjectPositionInfosideEastflagsAttributes(idtypeCUP_O_SLA_Soldier_BackpackatlOffset9CustomAttributes.position(F}AFh[FanglesF@(.Attribute0vAttribute1BAttribute2nAttributespropertyace_isHandcuffedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleHandcuffed}ValueBdataBtype/valueBtypeBOOLBpropertypitchexpression_this setpitch _value;Valuedatatypevaluep}?typeSCALARpropertyace_isSurrenderedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleSurrender}ValueVdataftypevaluetypeBOOLdataTypeGroupsideEastEntitiesAttributesQid atlOffset!@WitemsItem0Q dataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_sla_OfficeratlOffset!@CustomAttributesQpositionF.Ay[Fangles'@Attribute02Attribute1Attribute2nAttributesQpropertyace_isHandcuffedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleHandcuffed}ValuedatatypevaluetypeBOOLpropertypitchexpression_this setpitch _value;ValueDdataTtypepvalue?typeSCALARpropertyace_isSurrenderedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleSurrender}ValueQdata"Qtype>valueQtypeBOOLQWdataTypeGroupsideEastEntitiesAttributesid atlOffset!@itemsItem0 dataTypeObjectPositionInfoksideEastflagsAttributesidtypeCUP_O_sla_Soldier_MGatlOffset!@CustomAttributesposition F.Ae[Fanglesj@Attribute0Attribute1Attribute2DnAttributespropertyace_isHandcuffedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleHandcuffed}Value~datatypevaluetypeBOOLpropertypitchexpression_this setpitch _value;ValueDdataDtype/valueG?DtypeSCALARDpropertyace_isSurrenderedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleSurrender}ValuedatatypevaluetypeBOOLdataTypeGroupsideEastEntitiespAttributesidatlOffsetH@itemsItem0 dataTypeObjectPositionInfo'sideEastflagsAttributes_idtypeCUP_O_sla_SoldieratlOffsetH@CustomAttributesepositionlF.A2I[FanglesZH@_eAttribute0Attribute1yAttribute2nAttributespropertyace_isHandcuffedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleHandcuffed}Value:ydataJytypefvalueytypeBOOLypropertypitchexpression_this setpitch _value;ValuedatatypevalueHz?typeSCALARpropertyace_isSurrenderedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleSurrender}ValuedatatypevaluetypeBOOLdataTypeGroupsideEastEntities,AttributesidatlOffset8itemsItem0I dataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_sla_Soldier_ATatlOffset8CustomAttributes$positionS(FAej[Fangles?$Attribute0lAttribute18Attribute2nAttributespropertyace_isHandcuffedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleHandcuffed}Value8data 8type%value8typeBOOL8propertypitchexpression_this setpitch _value;Value~datatypevalue ׃?typeSCALARpropertyace_isSurrenderedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleSurrender}ValueLdata\typexvaluetypeBOOLdataTypeGroupsideEastEntitiesAttributesJidatlOffset9PitemsItem0J dataTypeObjectPositionInfosideEastflagsAttributesid typeCUP_O_sla_Soldier_ATatlOffset9CustomAttributesJpositionqF)A[Fangles@Attribute0+Attribute1Attribute2~nAttributesJpropertyace_isHandcuffedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleHandcuffed}ValuedatatypevaluetypeBOOLpropertypitchexpression_this setpitch _value;Value=~dataM~typeivalue?~typeSCALAR~propertyace_isSurrenderedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleSurrender}Value JdataJtype7valueJtypeBOOLJPdataTypeGroupsideEastEntitiesAttributes idatlOffsethP> itemsItem0  dataTypeObjectPositionInfod sideEastflagsAttributes idtypeCUP_O_sla_Soldier_ARatlOffsethP>CustomAttributes  positionFB(A \Fanglesx@  Attribute0 Attribute1 Attribute2= nAttributes propertyace_isHandcuffedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleHandcuffed}Valuew  data  type value typeBOOL propertypitchexpression_this setpitch _value;Value = data = type( valueG?= typeSCALAR= propertyace_isSurrenderedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleSurrender}Value  data  type value typeBOOL  dataTypeGroupsideEastEntitiesi AttributesidatlOffset7itemsItem0  dataTypeObjectPositionInfo# sideEastflagsAttributes[ id$typeCUP_O_sla_Soldier_MGatlOffset7CustomAttributesa positionF#XA{/`FanglesF@[ a Attribute0 Attribute1uAttribute2nAttributespropertyace_isHandcuffedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleHandcuffed}Value6udataFutypebvalueutypeBOOLupropertypitchexpression_this setpitch _value;ValuedatatypevalueQx?typeSCALARpropertyace_isSurrenderedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleSurrender}ValuedatatypevaluetypeBOOLdataTypeGroupsideEastEntities(AttributesidatlOffset9itemsItem0E dataTypeObjectPositionInfosideEastflagsAttributesid"typeCUP_O_sla_SoldieratlOffset9CustomAttributesposition |FXAV<`Fanglesx@Attribute0eAttribute11Attribute2nAttributespropertyace_isHandcuffedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleHandcuffed}Value1data1typevalue1typeBOOL1propertypitchexpression_this setpitch _value;Valuewdatatypevalue\?typeSCALARpropertyace_isSurrenderedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleSurrender}ValueEdataUtypeqvaluetypeBOOLdataTypeGroupsideEastEntitiesAttributes@idatlOffset*A=FitemsItem0@ dataTypeObjectPositionInfosideEastflagsAttributesid*typeCUP_O_sla_SoldieratlOffset*A=CustomAttributes@positionn]FۍA^^Fangles@Attribute0!Attribute1Attribute2tnAttributes@propertyace_isHandcuffedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleHandcuffed}ValuedatatypevaluetypeBOOLpropertypitchexpression_this setpitch _value;Value3tdataCttype_valueu?ttypeSCALARtpropertyace_isSurrenderedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleSurrender}Value@data@type-value@typeBOOL@FdataTypeGroupsideEastEntitiesAttributesidatlOffset@r>itemsItem0 dataTypeObjectPositionInfo`sideEastflagsAttributesid&typeCUP_O_SLA_Soldier_BackpackatlOffset@r>CustomAttributespositioniLF5A{^FAttribute0Attribute1Attribute2!nAttributespropertyace_isHandcuffedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleHandcuffed}Value[dataktypevaluetypeBOOLpropertypitchexpression_this setpitch _value;Value!data!type valueG?!typeSCALAR!propertyace_isSurrenderedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleSurrender}ValuedatatypevaluetypeBOOLdataTypeGroupsideEastEntitiesMAttributesidatlOffset\=itemsItem0j dataTypeObjectPositionInfosideEastflagsAttributes(id(typeCUP_O_sla_Soldier_LATatlOffset\=CustomAttributes.position[FAG~^F(.Attribute0vAttribute1BAttribute2nAttributespropertyace_isHandcuffedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleHandcuffed}ValueBdataBtype/valueBtypeBOOLBpropertypitchexpression_this setpitch _value;Valuedatatypevalue?typeSCALARpropertyace_isSurrenderedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleSurrender}ValueVdataftypevaluetypeBOOLdataTypeGroupsideEastEntitiesAttributes9"idatlOffset8?"itemsItem09" dataTypeObjectPositionInfosideEastflagsAttributesid-typeCUP_O_sla_OfficeratlOffset8CustomAttributes9"positionF cAM^FAttribute0 Attribute1 Attribute2m!nAttributes9"propertyace_isHandcuffedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleHandcuffed}Value  data  type value typeBOOL propertypitchexpression_this setpitch _value;Value,!m!datatypeCUP_O_SLA_Soldier_BackpackatlOffset=CustomAttributes68positionF9WA]Fanglesk@66Attribute0e6Attribute117Attribute27nAttributes8propertyace_isHandcuffedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleHandcuffed}Value617data717type7value17typeBOOL17propertypitchexpression_this setpitch _value;Valuew77data77type7value ׃?7typeSCALAR7propertyace_isSurrenderedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleSurrender}ValueE88dataU88typeq8value8typeBOOL88dataTypeGroupsideEastEntities8Attributes&<idatlOffset9,<itemsItem09&< dataTypeObjectPositionInfo9sideEastflagsAttributes9id^typeCUP_O_sla_MedicatlOffset9CustomAttributes9&<positionDF$;XA\F99Attribute0:Attribute1:Attribute2Z;nAttributes&<propertyace_isHandcuffedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleHandcuffed}Value::data::type:value:typeBOOL:propertypitchexpression_this setpitch _value;Value;Z;data);Z;typeE;valueG?Z;typeSCALARZ;propertyace_isSurrenderedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleSurrender}Value;&<data;&<type<value&<typeBOOL&<,<dataTypeGroupsideEastEntities<Attributes?idatlOffset9?itemsItem0<? dataTypeObjectPositionInfo@=sideEastflagsAttributesx=id`typeCUP_O_sla_Soldier_GLatlOffset9CustomAttributes~=?position(,F$;XAR\Fangles>x=~=Attribute0=Attribute1>Attribute2?nAttributes?propertyace_isHandcuffedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleHandcuffed}ValueS>>datac>>type>value>typeBOOL>propertypitchexpression_this setpitch _value;Value>?data>?type?value33s??typeSCALAR?propertyace_isSurrenderedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleSurrender}Value??data??type?value?typeBOOL??dataTypeGroupsideEastEntitiesE@AttributesCid atlOffset8CitemsItem0b@C dataTypeObjectPositionInfo@sideEastflagsAttributes4AidbtypeCUP_O_sla_SoldieratlOffset8CustomAttributes:ACpositionFMYA|\Fangles@4A:AAttribute0AAttribute1NBAttribute2BnAttributesCpropertyace_isHandcuffedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleHandcuffed}ValueBNBdataBNBtype;BvalueNBtypeBOOLNBpropertypitchexpression_this setpitch _value;ValueBBdataBBtypeBvalue?BtypeSCALARBpropertyace_isSurrenderedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleSurrender}ValuebCCdatarCCtypeCvalueCtypeBOOLCCdataTypeGroupsideEastEntitiesDAttributes]Gid!atlOffset8cGitemsItem0D]G dataTypeObjectPositionInfoDsideEastflagsAttributesDiddtypeCUP_O_sla_SoldieratlOffset8CustomAttributesD]GpositionmFMYA\Fangles]?DDAttribute0>EAttribute1 FAttribute2FnAttributes]Gpropertyace_isHandcuffedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleHandcuffed}ValueE FdataE FtypeEvalue FtypeBOOL Fpropertypitchexpression_this setpitch _value;ValuePFFdata`FFtype|Fvalue ׃?FtypeSCALARFpropertyace_isSurrenderedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleSurrender}ValueG]Gdata.G]GtypeJGvalue]GtypeBOOL]GcGdataTypeGroupsideEastEntitiesGAttributesJid"JitemsItem0GJdataTypeObjectPositionInfoTHsideEastflagsAttributesHidBtypeCUP_O_sla_OfficerCustomAttributesHJposition}FsA[S\Fangleso@HHAttribute0HAttribute1IAttribute2-JnAttributesJpropertyace_isHandcuffedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleHandcuffed}ValuegIIdatawIItypeIvalueItypeBOOLIpropertypitchexpression_this setpitch _value;ValueI-JdataI-JtypeJvalue\?-JtypeSCALAR-Jpropertyace_isSurrenderedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleSurrender}ValueJJdataJJtypeJvalueJtypeBOOLJJdataTypeGroupsideEastEntitiesYKAttributesNid#atlOffset9NitemsItem0vKN dataTypeObjectPositionInfoLsideEastflagsAttributesKLid4typeCUP_O_sla_Soldier_ARatlOffset9CustomAttributesQLNpositionwF}oA).\Fanglescm?KLQLAttribute0LAttribute1eMAttribute2MnAttributesNpropertyace_isHandcuffedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleHandcuffed}Value&MeMdata6MeMtypeRMvalueeMtypeBOOLeMpropertypitchexpression_this setpitch _value;ValueMMdataMMtypeMvalueu?MtypeSCALARMpropertyace_isSurrenderedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleSurrender}ValueyNNdataNNtypeNvalueNtypeBOOLNNdataTypeGroupsideEastEntitiesOAttributes`Rid$atlOffsetDDAfRitemsItem05O`R dataTypeObjectPositionInfoOsideEastflagsAttributesOid6typeCUP_O_sla_Soldier_LATatlOffsetDDACustomAttributesO`RpositionyFVA.\FOOAttribute0APAttribute1 QAttribute2QnAttributes`Rpropertyace_isHandcuffedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleHandcuffed}ValueP QdataP QtypePvalue QtypeBOOL Qpropertypitchexpression_this setpitch _value;ValueSQQdatacQQtypeQvalue33s?QtypeSCALARQpropertyace_isSurrenderedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleSurrender}Value!R`Rdata1R`RtypeMRvalue`RtypeBOOL`RfRdataTypeGroupsideEastEntitiesRAttributes Vid%atlOffset"@DAVitemsItem0R V dataTypeObjectPositionInfoSsideEastflagsAttributesSid8typeCUP_O_SLA_Soldier_BackpackatlOffset"@DACustomAttributesS VpositionFyAw.\FSSAttribute0SAttribute1TAttribute2AUnAttributes Vpropertyace_isHandcuffedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleHandcuffed}Value{TTdataTTtypeTvalueTtypeBOOLTpropertypitchexpression_this setpitch _value;ValueUAUdataUAUtype,Uvalue\?AUtypeSCALARAUpropertyace_isSurrenderedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleSurrender}ValueU VdataU VtypeUvalue VtypeBOOL VVdataTypeGroupsideEastEntitiesmVAttributesYid&atlOffsetAYitemsItem0VY dataTypeObjectPositionInfo-WsideEastflagsAttributeseWidDtypeCUP_O_SLA_Soldier_BackpackatlOffsetACustomAttributeskWYposition2F<ɴAR\FanglesV@eWkWAttribute0WAttribute1XAttribute2YnAttributesYpropertyace_isHandcuffedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleHandcuffed}Value@XXdataPXXtypelXvalueXtypeBOOLXpropertypitchexpression_this setpitch _value;ValueXYdataXYtypeXvalueu?YtypeSCALARYpropertyace_isSurrenderedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleSurrender}ValueYYdataYYtypeYvalueYtypeBOOLYYdataTypeGroupsideEastEntities2ZAttributes]id'atlOffset<]itemsItem0OZ] dataTypeObjectPositionInfoZsideEastflagsAttributes![idFtypeCUP_O_sla_SoldieratlOffset<CustomAttributes'[]positionlFȜA1\Fangles!>!['[Attribute0o[Attribute1;\Attribute2\nAttributes]propertyace_isHandcuffedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleHandcuffed}Value[;\data \;\type(\value;\typeBOOL;\propertypitchexpression_this setpitch _value;Value\\data\\type\valueQx?\typeSCALAR\propertyace_isSurrenderedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleSurrender}ValueO]]data_]]type{]value]typeBOOL]]dataTypeGroupsideEastEntities]AttributesMaid(atlOffsetb^^Attribute0._Attribute1_Attribute2`nAttributesMapropertyace_isHandcuffedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleHandcuffed}Value__data__type_value_typeBOOL_propertypitchexpression_this setpitch _value;Value@``dataP``typel`valuep}?`typeSCALAR`propertyace_isSurrenderedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleSurrender}ValueaMadataaMatype:avalueMatypeBOOLMaSadataTypeGroupsideEastEntitiesaAttributes eid)atlOffset@eitemsItem0a e dataTypeObjectPositionInfogbsideEastflagsAttributesbidJtypeCUP_O_sla_Soldier_ARatlOffset@CustomAttributesb epositionF}A|I\Fangles@bbAttribute0bAttribute1cAttribute2@dnAttributes epropertyace_isHandcuffedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleHandcuffed}ValuezccdatacctypecvaluectypeBOOLcpropertypitchexpression_this setpitch _value;Valuec@ddatad@dtype+dvalue?@dtypeSCALAR@dpropertyace_isSurrenderedexpressionif (_value) then {[objNull, [_this], true] call ace_captives_fnc_moduleSurrender}Valued edatad etypedvalue etypeBOOL eedataTypeGroupsideEastEntitiesleAttributeshid*atlOffsetB'UFangles>7@S%?@X^dataTypeLayernameAdmiral CampsstateEntitiesidCatlOffsetaBitemsItem0yItem1vItem2yItem3=Item4Item5ɌItem6Item78Item8Item9Item10Item11(Item12Item13@Item14ܼdataTypeTriggerposition FGWA,K]Fangle?Attributesid}typeEmptyDetectorAreaR50vnametgr_townconditionthis && {((getPosATL _x) select 2) < 5} count thislist > 0sizeAŮBsizeBs,CactivationByGUERvdataTypeTriggerpositionF"KAYFAttributesމid~typeEmptyDetectorAreaR50ynametgr_airfieldconditionthis && {((getPosATL _x) select 2) < 5} count thislist > 0sizeA+CsizeB5^-CactivationByGUERtypeSWITCHydataTypeTriggerposition˓FЮBnzPFAttributesڊidHtypeEmptyDetector=conditiontrue && triggerActivated tgr_airfieldsizeAAsizeBAinteruptable=dataTypeTriggerposition FA=BPFAttributesid6typeEmptyDetectorconditiontriggerActivated tgr_airfieldsizeAAsizeBAinteruptabledataTypeTriggerpositionpFaEBVFAttributesjidytypeEmptyDetectoratlOffsetAɌconditiontrue && triggerActivated tgr_townsizeAAsizeBAinteruptableɌdataTypeTriggerposition^FFĘBxDFAttributes:idvtypeEmptyDetectoratlOffset AconditiontriggerActivated tgr_townsizeAAsizeBAinteruptabledataTypeLogicPositionInfoid:typeAdmiral_OndemandCampZoneCustomAttributes8positionc̑FBAOFAttribute0Attribute1Attribute2Attribute3fAttribute4(Attribute5Attribute6Attribute7Attribute8QAttribute9)Attribute10Attribute11˗Attribute12Attribute13knAttributes8propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Valuedatatype͏valuetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuecdatastypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value%fdata5ftypeQvalueBftypeSCALARfpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value(data(typevalueB(typeSCALAR(propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Valuedatatypeݒvalue AtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuesdatatypevaluetypeBOOLpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueKdata[typewvaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueQdata#Qtype<valueQtypeSTRINGQpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value)data)typevalueA)typeSCALAR)propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValuedataʖtypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value˗data˗typevalue@˗typeSCALAR˗propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueVdataftypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value*kdata:ktypeVvaluektypeSCALARkpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value8data 8type#value8typeSTRING8dataTypeLogicPositionInfoidEtypeAdmiral_OndemandCampZoneCustomAttributesؚposition?FyVBd8DFangles2<k?ؚAttribute0ԛAttribute1Attribute2cAttribute3%Attribute4Attribute5Attribute6qAttribute7KAttribute8Attribute9Attribute10Attribute11Attribute12VAttribute13*nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuecdatastypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value"cdata2ctypeNvaluectypeSCALARcpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value%data%typevalueB%typeSCALAR%propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatatypeҞvalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Valuepdatatypevalue AtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value2qdataBqtype^valueqtypeBOOLqpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value KdataKtype6value@@KtypeSCALARKpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueҡdatatypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuedatatypeӢvaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Valueydatatypevalue?typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueIdataYtypeuvaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueVdata%VtypeAvalue?VtypeSCALARVpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value*data*typevalue@*typeSCALAR*propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedataɦtypevaluetypeSTRINGdataTypeLogicPositionInfooidLtypeAdmiral_OndemandCampZoneatlOffsetнCustomAttributespositionFpBPFAttribute0Attribute1XAttribute2Attribute3ܪAttribute4Attribute5hAttribute6(Attribute7Attribute8ǮAttribute9Attribute10qAttribute11AAttribute12 Attribute13nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueXdata*XtypeCvalueXtypeSTRINGXpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value٩datatypevaluetypeSCALARpropertyAdmiral_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]datamtypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value'hdata7htypeSvalue AhtypeSCALARhpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value(data(typevalue(typeBOOL(propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Valuedataѭtypevalue@typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueǮdataǮtypevalueǮtypeSTRINGǮpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value^datantypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value0qdata@qtype\value?qtypeSCALARqpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueAdataAtype,valueAtypeSCALARApropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value̱ dataܱ typevalue? typeSCALAR propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Valuedatatype̲value@typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuepdatatypevaluetypeSTRINGdataTypeGroupsideCivilianEntities AttributesidsatlOffset= BitemsItem0?Item1ԴItem2?dataTypeObjectPositionInfosideCivilianflagsAttributesδidttypeC_Bob_VRԴposition#F9BDFδԴdataTypeWaypointpositionȆFlHWA]FEffects9showWPNEVERidutypeMove??dataTypeWaypointpositionF|2AoYFEffectsshowWPNEVERid3typeMovedataTypeGroupsideCivilianEntitiesAttributes"idzatlOffset= B(itemsItem0LItem1Item2LItem3"dataTypeObjectPositionInfosideCivilianflagsAttributes۶id{typeC_Bob_VRpositionSpFαAVF۶dataTypeWaypointpositionZFGWAy]FEffectsFshowWPNEVERid|typeMoveLLdataTypeWaypointpositionF?AKbFEffectsshowWPNEVERidFtypeMovedataTypeWaypointpositionjF?APZFEffectsshowWPNEVERidGtypeMove""(dataTypeGroupsideCivilianEntitiesAttributesid4atlOffset= BitemsItem0Item1CdataTypeObjectPositionInfosideCivilianflagsAttributes=id5typeC_Bob_VRCpositionj#FߝBZPF=CdataTypeWaypointposition,FA̮WFEffectsshowWPNEVERid7typeMovedataTypeGroupsideCivilianEntitiesAttributes:id;atlOffset= B@itemsItem0:Item1Ϻ:dataTypeObjectPositionInfosideCivilianflagsAttributesɺid<typeC_Bob_VRϺposition6F4B8PFɺϺdataTypeWaypointposition빖F?A"YFEffects4showWPNEVERid=typeMove::@dataTypeGroupsideCivilianEntitiesAttributesּid>atlOffset= BܼitemsItem0ƻItem1kּdataTypeObjectPositionInfoEsideCivilianflagsAttributeseid?typeC_Bob_VRatlOffsetkposition F%,BdPFekdataTypeWaypointpositionFA[ZFEffectsмshowWPNEVERid@typeMoveּּܼdataTypeGroupsideCivilianEntities:AttributesidIatlOffset= BitemsItem0bItem1dataTypeObjectPositionInfosideCivilianflagsAttributesidJtypeC_Bob_VRatlOffset position|ÓFBrPFdataTypeWaypointpositionӋFAVFEffects|showWPNEVERidKtypeMoveatlOffsetdataTypeLayernameAdmiral PatrolsstateEntitiesidDatlOffset{IitemsItem0'Item1Item2Item3bdataTypeLogicPositionInfoidotypeAdmiral_PatrolZoneCustomAttributespositionK܍FPfjF Attribute0aAttribute1 Attribute2Attribute3Attribute4TAttribute5Attribute6Attribute7Attribute8Attribute9UnAttributes 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];ValueWdatagtypevalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueTdata#Ttype?valueBTtypeSCALARTpropertyAdmiral_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];Valuewdatatypevalue?typeSCALARpropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];ValueMdata]typeyvalue@@typeSCALARpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueUdata'Utype@valueUtypeSTRINGUpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatatypevaluetypeSTRINGdataTypeTriggerpositionDӆFGWAt]Fanglew?AttributesidmtypeEmptyDetectorAreaR50conditiontruesizeACsizeBCdataTypeTriggerposition佔F&AFWFanglew?Attributes3idntypeEmptyDetectorAreaR50bconditiontruesizeACsizeBCbdataTypeTriggerpositiong.FA]Fangle?AttributesidptypeEmptyDetectorAreaR50conditiontruesizeACsizeBDdataTypeObjectPositionInfosideEmptyflagsAttributesidMtypeCUP_I_LR_MG_RACSCustomAttributesBpositionXF A)Fangles?skill?lockUNLOCKEDinit [this, ["faction", "CUP_RACS_URB"], ["gear", "Truck"]] call hull3_unit_fnc_init;BAttribute0jnAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedatatypevalue[[[["CUP_arifle_M16A2","CUP_launch_M72A6","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_556x45_Stanag","CUP_M72A6_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_AlicePack_Khaki"],[4]]],false]typeSTRINGdataTypeObjectPositionInfonsideEmptyflagsAttributesidNtypeCUP_I_LR_Transport_RACS!position|ZF(A-Fangles ?skill?lockUNLOCKEDinit [this, ["faction", "CUP_RACS_URB"], ["gear", "Truck"]] call hull3_unit_fnc_init;! dataTypeObjectPositionInfosideEmptyflagsAttributesidOtypeCUP_I_LR_MG_RACSatlOffset$8CustomAttributesnpositionF\F AFangles?skill?lockUNLOCKEDinit [this, ["faction", "CUP_RACS_URB"], ["gear", "Truck"]] call hull3_unit_fnc_init;nAttribute0nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedatatype value[[[["CUP_arifle_M16A2","CUP_launch_M72A6","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_556x45_Stanag","CUP_M72A6_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_AlicePack_Khaki"],[4]]],false]typeSTRINGdataTypeObjectPositionInfosideEmptyflagsAttributesidQtypeCUP_O_LR_SPG9_TKACustomAttributesm"position]F(AFangles?skill?lockUNLOCKEDinit [this, ["faction", "CUP_RACS_URB"], ["gear", "Truck"]] call hull3_unit_fnc_init;texturesRACSmAttribute0Attribute1Attribute2nAttributes"propertyVehicleCustomizationexpressionif (local _this) then {if (isSimpleObject _this) then {_this setVariable ['bis_fnc_initVehicle_customization',_value]} else {([_this] + _value + [true]) call (uinamespace getvariable 'bis_fnc_initVehicle');};};ValuedatatypevaluetypeARRAYitemsItem0-Item1adata=atypeMatypeARRAYadataqtypevaluetypeARRAYitemsItem0Item1Item2=Item3Item4Item5Item6[Item7Item8Item9;Item10|Item11Item12 Item13\Item14Item15Item16)Item17vItem18Item19Item20DItem21datatypevalueselection_tooltypeSTRINGdata =type(value=typeSCALAR=dataMtypeuvalueselection_jerrytypeSTRINGdatatypevalue?typeSCALARdatatypevalueselection_antennatypeSTRINGdata*[typeFvalue[typeSCALAR[dataktypevalueselection_antenna_reartypeSTRINGdatatypevalue?typeSCALARdata;type&valueselection_box;typeSTRING;dataK|typegvalue?|typeSCALAR|datatypevalueselection_stepstypeSTRINGdata typevalue typeSCALAR data\typeGvalueselection_wheelfront\typeSTRING\dataltypevalue?typeSCALARdatatypevalueselection_bartypeSTRINGdata)typevalue)typeSCALAR)data9vtypeavalueselection_doorsvtypeSTRINGvdatatypevalue?typeSCALARdatatypevalueselection_reartypeSTRINGdataDtype/value?DtypeSCALARDdataTtype{valueselection_windtypeSTRINGdatatypevalue?typeSCALARpropertyace_cookoff_enableexpressionif !(_value) then {_this setVariable ['ace_cookoff_enable', _value, true];};ValueZdatajtypevaluetypeBOOLpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value"data"type value[[[["CUP_arifle_M16A2","CUP_launch_M72A6","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_556x45_Stanag","CUP_M72A6_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_AlicePack_Khaki"],[4]]],false]"typeSTRING"dataTypeObjectPositionInfosideEmptyflagsAttributesidZtypeCUP_B_MH60L_DAP_2x_USNCustomAttributes{positionFv")A4FanglesE@skill?lockUNLOCKEDinit [this, ["faction", "CUP_RACS_URB"], ["gear", "Truck"]] call hull3_unit_fnc_init;texturesRACSDesert{Attribute0Attribute1fAttribute2.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');};};ValuefdataftypevalueftypeARRAYitemsItem0;Item1ofdataKotype[otypeARRAYodataftypevalueftypeARRAYitemsItem0Item1!Item2bItem3Item4Item59Item6zItem7Item8 Item9YItem10Item11Item12$Item13mItem14Item15Item16<Item17Item18Item19Item20QItem21Item22Item23%fdata!type valueNavyclan_hide!typeSTRING!data1btypeMvalue?btypeSCALARbdatartypevalueNavyclan2_hidetypeSTRINGdatatypevaluetypeSCALARdata9type$valueFilters_Hide9typeSTRING9dataIztypeevalueztypeSCALARzdatatypevaluemainRotor_foldedtypeSTRINGdata typevalue? typeSCALAR dataYtypeDvaluemainRotor_unfoldedYtypeSTRINGYdataitypevaluetypeSCALARdatatypevalueHide_ESSS2xtypeSTRINGdata$typevalue$typeSCALAR$data4mtypeXvalueHide_ESSS4xmtypeSTRINGmdata}typevalue?typeSCALARdatatypevalueHide_FlirTurrettypeSTRINGdata <type'value?<typeSCALAR<dataLtypenvalueHide_NosetypeSTRINGdatatypevalue?typeSCALARdatatypevalueBlackhawk_HidetypeSTRINGdata Qtype<valueQtypeSCALARQdataatypevalueHide_ProbetypeSTRINGdatatypevalue?typeSCALARdata%typevalueDoorcock_Hide%typeSTRING%data5ftypeQvalueftypeSCALARfpropertyace_cookoff_enableexpressionif !(_value) then {_this setVariable ['ace_cookoff_enable', _value, true];};Value.data.typevalue.typeBOOL.propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedatatypevalue[[[["FirstAidKit"],[4]],[[],[]],[[],[]],[[],[]]],false]typeSTRINGdataTypeObjectPositionInfosideEmptyflagsAttributesid[typeCUP_B_MH60L_DAP_2x_USNCustomAttributesVposition܍Fv")AVFanglesE@skill?lockUNLOCKEDinit [this, ["faction", "CUP_RACS_URB"], ["gear", "Truck"]] call hull3_unit_fnc_init;texturesRACSDesertVAttribute0Attribute1AAttribute2 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');};};ValueAdataAtypevalueAtypeARRAYitemsItem0Item1JAdata&Jtype6JtypeARRAYJdataZAtypeuvalueAtypeARRAYitemsItem0Item1Item2=Item3Item4Item5Item6UItem7Item8Item94Item10uItem11Item12Item13HItem14Item15Item16Item17^Item18Item19Item20,Item21tItem22Item23AdatatypevalueNavyclan_hidetypeSTRINGdata =type(value?=typeSCALAR=dataMtypetvalueNavyclan2_hidetypeSTRINGdatatypevaluetypeSCALARdatatypevalueFilters_HidetypeSTRINGdata$Utype@valueUtypeSCALARUdataetypevaluemainRotor_foldedtypeSTRINGdatatypevalue?typeSCALARdata4typevaluemainRotor_unfolded4typeSTRING4dataDutype`valueutypeSCALARudatatypevalueHide_ESSS2xtypeSTRINGdatatypevaluetypeSCALARdataHtype3valueHide_ESSS4xHtypeSTRINGHdataXtypetvalue?typeSCALARdatatypevalueHide_FlirTurrettypeSTRINGdatatypevalue?typeSCALARdata'^typeIvalueHide_Nose^typeSTRING^datantypevalue?typeSCALARdatatypevalueBlackhawk_HidetypeSTRINGdata,typevalue,typeSCALAR,data<ttype_valueHide_ProbettypeSTRINGtdatatypevalue?typeSCALARdatatypevalueDoorcock_HidetypeSTRINGdataAtype,valueAtypeSCALARApropertyace_cookoff_enableexpressionif !(_value) then {_this setVariable ['ace_cookoff_enable', _value, true];};Value data typevalue typeBOOL propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuecdatastypevalue[[[["FirstAidKit"],[4]],[[],[]],[[],[]],[[],[]]],false]typeSTRINGdataTypeObjectPositionInfohsideEmptyflagsAttributesid\typeCUP_B_MH60L_DAP_2x_USNCustomAttributes1positionn΍Fv")AFanglesE@skill?lockUNLOCKEDinit [this, ["faction", "CUP_RACS_URB"], ["gear", "Truck"]] call hull3_unit_fnc_init;texturesRACSDesert1Attribute0yAttribute1Attribute2nAttributespropertyVehicleCustomizationexpressionif (local _this) then {if (isSimpleObject _this) then {_this setVariable ['bis_fnc_initVehicle_customization',_value]} else {([_this] + _value + [true]) call (uinamespace getvariable 'bis_fnc_initVehicle');};};ValuedatatypevaluetypeARRAYitemsItem0Item1%data%type%typeARRAY%data5typePvaluedtypeARRAYditemsItem0Item1Item2Item3dItem4Item5Item60Item7~Item8Item9Item10PItem11Item12Item13#Item14dItem15Item16Item179Item18zItem19Item20Item21OItem22Item23datatypevalueNavyclan_hidetypeSTRINGdatatypevalue?typeSCALARdata(dtypeOvalueNavyclan2_hidedtypeSTRINGddatattypevaluetypeSCALARdatatypevalueFilters_HidetypeSTRINGdata0typevalue0typeSCALAR0data@~typeivaluemainRotor_folded~typeSTRING~datatypevalue?typeSCALARdatatypevaluemainRotor_unfoldedtypeSTRINGdataPtype;valuePtypeSCALARPdata`typevalueHide_ESSS2xtypeSTRINGdatatypevaluetypeSCALARdata#typevalueHide_ESSS4x#typeSTRING#data3dtypeOvalue?dtypeSCALARddatattypevalueHide_FlirTurrettypeSTRINGdatatypevalue?typeSCALARdata9type$valueHide_Nose9typeSTRING9dataIztypeevalue?ztypeSCALARzdatatypevalueBlackhawk_HidetypeSTRINGdatatypevaluetypeSCALARdataOtype:valueHide_ProbeOtypeSTRINGOdata_type{value?typeSCALARdatatypevalueDoorcock_HidetypeSTRINGdatatypevaluetypeSCALARpropertyace_cookoff_enableexpressionif !(_value) then {_this setVariable ['ace_cookoff_enable', _value, true];};ValuedatatypevaluetypeBOOLpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value>dataNtypevalue[[[["FirstAidKit"],[4]],[[],[]],[[],[]],[[],[]]],false]typeSTRINGdataTypeObjectPositionInfoCsideEmptyflagsAttributes{id]typeCUP_B_MH60L_DAP_2x_USNCustomAttributes positionFv")AOێFanglesE@{skill?lockUNLOCKEDinit [this, ["faction", "CUP_RACS_URB"], ["gear", "Truck"]] call hull3_unit_fnc_init;texturesRACSDesert Attribute0TAttribute1Attribute2nAttributespropertyVehicleCustomizationexpressionif (local _this) then {if (isSimpleObject _this) then {_this setVariable ['bis_fnc_initVehicle_customization',_value]} else {([_this] + _value + [true]) call (uinamespace getvariable 'bis_fnc_initVehicle');};};ValueedatautypevaluetypeARRAYitemsItem0Item1datatypetypeARRAYdatatype+value?typeARRAY?itemsItem0g Item1 Item2 Item3? Item4 Item5 Item6 Item7Y Item8 Item9 Item10+ Item11t Item12 Item13 Item14? Item15 Item16 Item17Item18UItem19Item20Item21*Item22kItem23dataw  type valueNavyclan_hide typeSTRING data  type value? typeSCALAR data ? type* valueNavyclan2_hide? typeSTRING? dataO  typek value typeSCALAR data  type valueFilters_Hide typeSTRING data  type value typeSCALAR data Y typeD valuemainRotor_foldedY typeSTRINGY datai  type value? typeSCALAR data  type valuemainRotor_unfolded typeSTRING data + type value+ typeSCALAR+ data; t type_ valueHide_ESSS2xt typeSTRINGt data  type value typeSCALAR data  type valueHide_ESSS4x typeSTRING data ? type* value?? typeSCALAR? dataO  typew valueHide_FlirTurret typeSTRING data  type value? typeSCALAR data type valueHide_NosetypeSTRINGdata$Utype@value?UtypeSCALARUdataetypevalueBlackhawk_HidetypeSTRINGdatatypevaluetypeSCALARdata*typevalueHide_Probe*typeSTRING*data:ktypeVvalue?ktypeSCALARkdata{typevalueDoorcock_HidetypeSTRINGdatatypevaluetypeSCALARpropertyace_cookoff_enableexpressionif !(_value) then {_this setVariable ['ace_cookoff_enable', _value, true];};ValuedatatypevaluetypeBOOLpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedata)typeyvalue[[[["FirstAidKit"],[4]],[[],[]],[[],[]],[[],[]]],false]typeSTRINGdataTypeObjectPositionInfosideEmptyflagsAttributesSid_typeCUP_B_MTVR_Ammo_USACustomAttributesposition_F-AAFangles?Sskill?lockUNLOCKEDinit [this, ["faction", "CUP_RACS_URB"], ["gear", "Truck"]] call hull3_unit_fnc_init;texturesRACSAttribute0&Attribute1BAttribute2 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');};};Value7BdataGBtypebvaluevBtypeARRAYvitemsItem0Item1BdatatypetypeARRAYdataBtypevalueBtypeARRAYitemsItem0!Item1mItem2Item3Item4<Item5Item6Item7 Item8aItem9Item10Item11:Item12{Item13Item14Item15YItem16Item17Item18(Item19tItem20Item21Bdata1mtypeXvalueselection_toolmtypeSTRINGmdata}typevaluetypeSCALARdatatypevalueselection_jerrytypeSTRINGdata <type'value?<typeSCALAR<dataLtypevvalueselection_antennatypeSTRINGdatatypevaluetypeSCALARdata type valueselection_antenna_rear typeSTRING data0atypeLvalue?atypeSCALARadataqtypevalueselection_boxtypeSTRINGdatatypevalue?typeSCALARdata:type%valueselection_steps:typeSTRING:dataJ{typefvalue{typeSCALAR{datatypevalueselection_wheelfronttypeSTRINGdatatypevalue?typeSCALARdataYtypeDvalueselection_barYtypeSTRINGYdataitypevaluetypeSCALARdatatypevalueselection_doorstypeSTRINGdata(typevalue?(typeSCALAR(data8ttype_valueselection_rearttypeSTRINGtdatatypevalue?typeSCALARdatatypevalueselection_windtypeSTRINGdataBtype-value?BtypeSCALARBpropertyace_cookoff_enableexpressionif !(_value) then {_this setVariable ['ace_cookoff_enable', _value, true];};Value data typevalue typeBOOL propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valueddatattype~value[[[["CUP_arifle_M16A2","CUP_launch_M72A6","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_556x45_Stanag","CUP_M72A6_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_AlicePack_Khaki"],[4]]],false]typeSTRINGLinkIDProviderLinksVnextIDitemsItem0&Item1&Item2*'Item3w'Item4'Item5(Item6^(Item7(Item8(Item9E)Item10)Item11)Item12,*Item13y*Item14*Item15+Item16`+Item17+Item18+Item19G,Item20,Item21,Item22.-Item23{-Item24-Item25.Item26b.Item27.Item28.Item29I/Item30/Item31/Item3200Item33}0Item340Item351Item36d1Item371Item381Item39K2Item402Item412Item4223Item433Item443Item454Item46f4Item474Item485Item49M5Item505Item515Item5246Item536Item546Item557Item56h7Item577Item588Item59O8Item608Item618Item6269Item639Item649Item65:Item66j:Item67:Item68;Item69Q;Item70;Item71;Item728<Item73<Item74<Item75=Item76l=Item77=Item78>Item79S>Item80>Item81>Item82:?Item83?Item84?Item85!@Item86n@Item87@Item88AItem89UAItem90AItem91AItem92EItem103EItem104EItem105%FItem106rFItem107FItem108 GItem109YGItem110GItem111GItem112@HItem113HItem114HItem115'IItem116tIItem117IItem118JItem119[JItem120JItem121JItem122BKItem123KItem124KItem125)LItem126vLItem127LItem128MItem129]MItem130MItem131MItem132DNItem133NItem134NItem135+OItem136xOItem137OItem138PItem139_PItem140PItem141PItem142FQItem143QItem144QItem145-RItem146zRItem147RItem148SItem149aSItem150SItem151SItem152HTItem153TItem154TItem155/UItem156|UItem157UItem158VItem159cVVlinkIDitem0item1CustomData&&typeSync&linkIDitem0item1CustomData'*'typeSync*'linkIDitem0item1CustomDatae'w'typeSyncw'linkIDitem0item1CustomData''typeSync'linkIDitem0item1CustomData'(typeSync(linkIDitem0item1CustomDataL(^(typeSync^(linkIDitem0item1CustomData((typeSync(linkIDitem0item1CustomData((typeSync(linkIDitem0item1CustomData3)E)typeSyncE)linkID item0item1CustomData))typeSync)linkID item0item1CustomData))typeSync)linkID item0item1CustomData*,*typeSync,*linkID item0item1CustomDatag*y*typeSyncy*linkID item0item1CustomData**typeSync*linkIDitem0item1CustomData++typeSync+linkIDitem0 item1CustomDataN+`+typeSync`+linkIDitem0item1CustomData++typeSync+linkIDitem0item1CustomData++typeSync+linkIDitem0mitem1CustomData5,G,typeSyncG,linkIDitem0nitem1CustomData,,typeSync,linkIDitem0item1CustomData,,typeSync,linkIDitem0=item1qCustomData-.-typeSync.-linkIDitem0;item1qCustomDatai-{-typeSync{-linkIDitem0%item1qCustomData--typeSync-linkIDitem0-item1qCustomData..typeSync.linkIDitem09item1qCustomDataP.b.typeSyncb.linkIDitem0/item1qCustomData..typeSync.linkIDitem07item1qCustomData..typeSync.linkIDitem0'item1qCustomData7/I/typeSyncI/linkIDitem0+item1qCustomData//typeSync/linkIDitem01item1qCustomData//typeSync/linkIDitem0)item1qCustomData000typeSync00linkID item0Eitem1qCustomDatak0}0typeSync}0linkID!item0Citem1qCustomData00typeSync0linkID"item0Gitem1qCustomData11typeSync1linkID#item0Mitem1qCustomDataR1d1typeSyncd1linkID$item0Kitem1qCustomData11typeSync1linkID%item0Oitem1qCustomData11typeSync1linkID&item0Iitem1qCustomData92K2typeSyncK2linkID'item0Qitem1qCustomData22typeSync2linkID(item0sitem1qCustomData22typeSync2linkID)item0uitem1qCustomData 323typeSync23linkID*item0item1qCustomDatam33typeSync3linkID+item0item1qCustomData33typeSync3linkID,item0item1qCustomData44typeSync4linkID-item0item1qCustomDataT4f4typeSyncf4linkID.item0item1qCustomData44typeSync4linkID/item0item1qCustomData45typeSync5linkID0item0item1qCustomData;5M5typeSyncM5linkID1item0item1qCustomData55typeSync5linkID2item0item1qCustomData55typeSync5linkID3item0item1qCustomData"646typeSync46linkID4item0item1qCustomDatao66typeSync6linkID5item0item1qCustomData66typeSync6linkID6item0item1qCustomData 77typeSync7linkID7item0item1qCustomDataV7h7typeSynch7linkID8item0item1qCustomData77typeSync7linkID9item0item1qCustomData78typeSync8linkID:item0item1qCustomData=8O8typeSyncO8linkID;item0item1qCustomData88typeSync8linkID<item0item1qCustomData88typeSync8linkID=item0item1qCustomData$969typeSync69linkID>item0item1qCustomDataq99typeSync9linkID?item0item1qCustomData99typeSync9linkID@item0item1qCustomData ::typeSync:linkIDAitem0item1qCustomDataX:j:typeSyncj:linkIDBitem0item1qCustomData::typeSync:linkIDCitem0item1qCustomData:;typeSync;linkIDDitem0item1qCustomData?;Q;typeSyncQ;linkIDEitem0item1qCustomData;;typeSync;linkIDFitem0item1qCustomData;;typeSync;linkIDGitem0item1qCustomData&<8<typeSync8<linkIDHitem0item1qCustomDatas<<typeSync<linkIDIitem0item1CustomData<<typeSync<linkIDJitem0item1CustomData ==typeSync=linkIDKitem0item1qCustomDataZ=l=typeSyncl=linkIDLitem0item1qCustomData==typeSync=linkIDMitem0item1qCustomData=>typeSync>linkIDNitem0item1qCustomDataA>S>typeSyncS>linkIDOitem0item1qCustomData>>typeSync>linkIDPitem0item1qCustomData>>typeSync>linkIDQitem0item1qCustomData(?:?typeSync:?linkIDRitem0item1qCustomDatau??typeSync?linkIDSitem0item1qCustomData??typeSync?linkIDTitem0item1qCustomData@!@typeSync!@linkIDUitem0item1qCustomData\@n@typeSyncn@linkIDVitem0item1qCustomData@@typeSync@linkIDWitem0item1qCustomData@AtypeSyncAlinkIDXitem0item1qCustomDataCAUAtypeSyncUAlinkIDYitem0item1qCustomDataAAtypeSyncAlinkIDZitem0item1qCustomDataAAtypeSyncAlinkID[item0item1qCustomData*BEtypeSync>ElinkIDfitem0item1qCustomDatayEEtypeSyncElinkIDgitem0item1qCustomDataEEtypeSyncElinkIDhitem0 item1qCustomDataF%FtypeSync%FlinkIDiitem0 item1qCustomData`FrFtypeSyncrFlinkIDjitem0item1qCustomDataFFtypeSyncFlinkIDkitem0item1qCustomDataF GtypeSync GlinkIDlitem0item1qCustomDataGGYGtypeSyncYGlinkIDmitem0item1qCustomDataGGtypeSyncGlinkIDnitem0item1qCustomDataGGtypeSyncGlinkIDoitem0 item1qCustomData.H@HtypeSync@HlinkIDpitem0"item1qCustomData{HHtypeSyncHlinkIDqitem0$item1qCustomDataHHtypeSyncHlinkIDritem02item1qCustomDataI'ItypeSync'IlinkIDsitem0:item1qCustomDatabItItypeSynctIlinkIDtitem0<item1qCustomDataIItypeSyncIlinkIDuitem0>item1qCustomDataIJtypeSyncJlinkIDvitem0^item1qCustomDataIJ[JtypeSync[JlinkIDwitem0`item1qCustomDataJJtypeSyncJlinkIDxitem0bitem1qCustomDataJJtypeSyncJlinkIDyitem0ditem1qCustomData0KBKtypeSyncBKlinkIDzitem0@item1qCustomData}KKtypeSyncKlinkID{item04item1qCustomDataKKtypeSyncKlinkID|item06item1qCustomDataL)LtypeSync)LlinkID}item08item1qCustomDatadLvLtypeSyncvLlinkID~item0Ditem1qCustomDataLLtypeSyncLlinkIDitem0Fitem1qCustomDataLMtypeSyncMlinkIDitem0Hitem1qCustomDataKM]MtypeSync]MlinkIDitem0Jitem1qCustomDataMMtypeSyncMlinkIDitem0Litem1qCustomDataMMtypeSyncMlinkIDitem0Nitem1qCustomData2NDNtypeSyncDNlinkIDitem0Bitem1qCustomDataNNtypeSyncNlinkIDitem0Pitem1qCustomDataNNtypeSyncNlinkIDitem0Ritem1qCustomDataO+OtypeSync+OlinkIDitem0Titem1qCustomDatafOxOtypeSyncxOlinkIDitem0Vitem1qCustomDataOOtypeSyncOlinkIDitem0Xitem1qCustomDataPPtypeSyncPlinkIDitem0\item1qCustomDataMP_PtypeSync_PlinkIDitem0Zitem1qCustomDataPPtypeSyncPlinkIDitem0/item1qCustomDataPPtypeSyncPlinkIDitem0-item1qCustomData4QFQtypeSyncFQlinkIDitem0kitem1CustomDataQQtypeSyncQlinkIDitem0jitem1CustomDataQQtypeSyncQlinkIDitem0iitem1CustomDataR-RtypeSync-RlinkIDitem0litem1CustomDatahRzRtypeSynczRlinkIDitem0mitem1oCustomDataRRtypeSyncRlinkIDitem0nitem1oCustomDataSStypeSyncSlinkIDitem0oitem1pCustomDataOSaStypeSyncaSlinkIDitem0item1CustomDataSStypeSyncSlinkIDitem0item1CustomDataSStypeSyncSlinkIDitem0:item16CustomData6THTtypeSyncHTlinkIDitem0vitem1ECustomDataTTtypeSyncTlinkIDitem0yitem1ECustomDataTTtypeSyncTlinkIDitem0Litem1HCustomDataU/UtypeSync/UlinkIDitem0Qitem1`CustomDatajU|UtypeSync|UlinkIDitem0Oitem1`CustomDataUUtypeSyncUlinkIDitem0Nitem1`CustomDataVVtypeSyncVlinkIDitem0Mitem1`CustomDataQVcVtypeSynccVlinkIDitem0item1`CustomDataVVtypeSyncVQXwj⻒/I 3͓