sreVadmiral\admiral.hҽ`description.extҽ`{hull3\briefing\blufor.sqfҽ`hull3\briefing\civilian.sqfҽ`hull3\briefing\indfor.sqfҽ`hull3\briefing\opfor.sqfҽ`hull3\hull3.hҽ`Jhull3\LICENSEҽ`8hull3\WCS_G.haK hull3\WCS_U.ha init.sqfҽ`Pmission.sqmҽ`class Admiral { isEnabled = 1; sideRelations[] = { {"west", "resistance", "enemy"}, {"resistance", "west", "enemy"} }; class Camp { defaultUnitTemplate = "SYND_REBEL"; defaultZoneTemplate = "Camp"; }; class Patrol { defaultUnitTemplate = "SYND_REBEL"; defaultZoneTemplate = "Patrol"; }; class Cqc { defaultUnitTemplate = "SYND_REBEL"; defaultZoneTemplate = "Cqc"; }; class UnitTemplates { class SYND_REBEL { technicals[] = {"CUP_I_Hilux_AGS30_TK", "CUP_I_Hilux_M2_TK", "CUP_I_Hilux_SPG9_TK", "CUP_I_Hilux_zu23_TK"}; armour[] = {"CUP_I_Hilux_armored_BMP1_TK", "CUP_I_Hilux_armored_BTR60_TK", "CUP_I_Hilux_armored_M2_TK", "CUP_I_Hilux_armored_zu23_TK", "CUP_I_Hilux_armored_SPG9_TK", "CUP_I_Hilux_armored_AGS30_TK"}; th[] = {"CUP_I_UH1H_slick_TK_GUE"}; ah[] = {"CUP_I_UH1H_gunship_TK_GUE"}; }; }; }; #include "admiral\admiral.h" #include "hull3\hull3.h" allowProfileGlasses = 0; enableDebugConsole = 1; disableChannels[]={{2,true,true},{4,true,true},{6,true,true}}; onLoadName = "wildcat strike "; onLoadMission = "Made with Hull3"; author = "dancemoox"; loadScreen = "x\ark\addons\hull3\resources\hull3_logo.paa"; class Header { gameType = Coop; minPlayers = 1; maxPlayers = 61; }; 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 = 1; code = "hull3_mission_weather = %1"; }; class Hull3_SafetyTimer { title = "Safety Timer"; values[] = {9999,0}; texts[] = {"On", "Off"}; default = 9999; code = "hull3_mission_safetyTimerEnd = %1"; }; }; class CfgDebriefingSections { class acex_killTracker { title = "Acex Killed Events"; variable = "acex_killTracker_outputText"; }; }; // BLUFOR Notes // Situation player createDiaryRecord ["Diary", ["Situation","
Anti Government Rebels are in control over the island of Tuvanaka and are using it as base to distribute illegal drugs to the rest of the archipelago

ENEMY FORCES
Syndikat Rebels armed with run down but effective AK rifles and captured civilian and military vehicles

Static and mobile ZU-23 armed technicals have been seen operating across the target island

FRIENDLY FORCES
We are the only Horizon Islands unit operating in the vicinity "]]; // Mission player createDiaryRecord ["Diary", ["Mission","
Assault the village of Belfort eliminating the Rebels drug processing lab located somewhere in the mangrove swamp and the lieutenant overseeing the village.
Additionally knock out the island ferry preventing further Rebel access to the island

Attack the town of Tuvanaka eliminating the local mechanic working to armour the Rebel technical fleet, additionally destroy the petrol station being used as a Rebel motor pool

Attack the Tuvanaka Airbase clearing it of Rebel resistance, additionally attempt to capture the Rebel leader who is meeting with his underlings in the nearby Forbidden Village "]]; // Execution player createDiaryRecord ["Diary", ["Execution","
COMMANDER'S INTENT
Undertake the objectives in the given order

MOVEMENT PLAN
Insertion and transport around the target island is to be made via AW159 Wildcat helicopter

Each airframe can transport eight dismounts, a backup Chinook can also be used if required

FIRE SUPPORT PLAN
Wildcat can provide limited ground support

SPECIAL TASKS
Each squad has an attached engineer who are tasked with destroying any rebel equipment and vehicles found on the island "]]; // Credits player createDiaryRecord ["Diary", ["Credits", "
Made by dancemoox "]]; // CIVFOR Notes // Situation player createDiaryRecord ["Diary", ["Situation","
*** Insert general information about the situation here.***

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

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

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

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

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

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

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

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

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

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

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

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

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

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

SPECIAL TASKS
*** Insert instructions for specific units here. *** "]]; // Administration player createDiaryRecord ["Diary", ["Administration","
*** Insert information on administration and logistics here. *** "]]; // Credits player createDiaryRecord ["Diary", ["Credits", "
Made by "]]; class Hull3 { isEnabled = 1; class Briefing { blufor = "hull3\briefing\blufor.sqf"; opfor = "hull3\briefing\opfor.sqf"; indfor = "hull3\briefing\indfor.sqf"; civilian = "hull3\briefing\civilian.sqf"; }; class Faction { class CUP_HIL_TTS { gear = "WCS_G"; uniform = "WCS_U"; languages[] = { {"west", 100} }; }; }; class Gear { #include "WCS_G.h" unitBaseClass = "Rifleman"; vehicleBaseClass = "Vehicle"; }; class Uniform { #include "WCS_U.h" unitBaseClass = "Rifleman"; }; };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.class WCS_G { class Rifleman { primaryWeapon = "CUP_arifle_HK416_Black"; primaryWeaponItems[] = {"optic_MRCO", "CUP_acc_LLM01_L"}; secondaryWeapon = ""; secondaryWeaponItems[] = {}; handgunWeapon = ""; handgunItems[] = {}; uniformWeapons[] = {}; vestWeapons[] = {}; backpackWeapons[] = {}; uniformMagazines[] = { {"CUP_HandGrenade_M67", 2}, {"ACE_Chemlight_IR", 2}, {"ACE_Chemlight_White", 1}, {"SmokeShell", 1}, {"SmokeShellRed", 1} }; vestMagazines[] = { {"CUP_30Rnd_556x45_PMAG_QP", 6}, {"CUP_30Rnd_556x45_PMAG_QP_Tracer_Red", 2} }; backpackMagazines[] = { {"CUP_HandGrenade_M67", 1}, {"SmokeShell", 1}, {"CUP_30Rnd_556x45_PMAG_QP", 4}, {"CUP_30Rnd_556x45_PMAG_QP_Tracer_Red", 2} }; basicAssignItems[] = {"ItemMap", "ItemCompass", "ItemWatch", "ItemGPS", "CUP_NVG_PVS15_black"}; assignItems[] = {}; binocular = ""; uniformItems[] = { {"ACE_Chemlight_Shield", 1}, {"ACE_wirecutter", 1} }; vestItems[] = {}; backpackItems[] = {}; uniformRadios[] = {"ACRE_PRC343"}; vestRadios[] = {}; backpackRadios[] = {}; uniformMedicalItems[] = { {"ACE_fieldDressing", 10}, {"ACE_tourniquet", 4} }; vestMedicalItems[] = {}; backpackMedicalItems[] = {}; code = ""; headGear = ""; uniform = ""; goggles = ""; vest = ""; backpack = ""; }; class Leader : Rifleman { primaryWeapon = "CUP_arifle_HK416_AGL_Black"; handgunWeapon = "CUP_hgun_Glock17_blk"; vestMagazines[] = { {"CUP_30Rnd_556x45_PMAG_QP", 6}, {"CUP_1Rnd_HE_M203", 4}, {"CUP_1Rnd_Smoke_M203", 2}, {"CUP_1Rnd_SmokeRed_M203", 2}, {"CUP_1Rnd_StarFlare_White_M203", 2}, {"CUP_1Rnd_StarFlare_Red_M203", 2}, {"CUP_30Rnd_556x45_PMAG_QP_Tracer_Red", 2}, {"CUP_17Rnd_9x19_glock17", 3} }; backpackMagazines[] = { {"CUP_HandGrenade_M67", 1}, {"SmokeShell", 1}, {"CUP_1Rnd_HE_M203", 4}, {"CUP_1Rnd_StarFlare_White_M203", 2}, {"CUP_1Rnd_StarFlare_Red_M203", 2}, {"CUP_1Rnd_Smoke_M203", 2}, {"CUP_1Rnd_SmokeRed_M203", 2}, {"ACE_40mm_Flare_ir", 4}, {"ACE_HuntIR_M203", 2}, {"CUP_30Rnd_556x45_PMAG_QP", 4}, {"CUP_30Rnd_556x45_PMAG_QP_Tracer_Red", 2} }; uniformItems[] = { {"ACE_Chemlight_Shield", 1}, {"ACE_wirecutter", 1}, {"ACE_HuntIR_monitor", 1}, {"ACE_IR_Strobe_Item", 1} }; binocular = "ACE_Vector"; }; class Officer : Leader { binocular = "ACE_Vector"; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; }; class Crew : Rifleman { primaryWeapon = "CUP_smg_MP7"; primaryWeaponItems[] = {"optic_MRCO", "CUP_acc_LLM01_L"}; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; vestMagazines[] = { {"CUP_40Rnd_46x30_MP7", 4}, {"CUP_40Rnd_46x30_MP7_Red_Tracer", 2} }; backpackMagazines[] = {}; }; class CO : Officer { }; class XO : CO { backpackRadios[] = {"ACRE_PRC152"}; }; class SL : Officer { }; class Medic : Rifleman { primaryWeapon = "CUP_arifle_HK416_CQB_Black"; vestMagazines[] = { {"CUP_30Rnd_556x45_PMAG_QP", 6}, {"CUP_30Rnd_556x45_PMAG_QP_Tracer_Red", 2}, {"SmokeShell", 4} }; backpackMagazines[] = { {"SmokeShellRed", 4}, {"CUP_30Rnd_556x45_PMAG_QP", 2} }; binocular = "ACE_Vector"; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; backpackMedicalItems[] = { {"ACE_fieldDressing", 30}, {"ACE_morphine", 30}, {"ACE_epinephrine", 30}, {"ACE_bloodIV_500", 24}, {"ACE_splint", 4} }; }; class FTL : Leader { }; class AR : Rifleman { primaryWeapon = "CUP_lmg_M60E4"; vestMagazines[] = {{"CUP_100Rnd_TE4_LRT4_Red_Tracer_762x51_Belt_M", 1}}; backpackMagazines[] = {{"CUP_100Rnd_TE4_LRT4_Red_Tracer_762x51_Belt_M", 4}}; }; class AAR : Rifleman { backpackMagazines[] = { {"CUP_HandGrenade_M67", 1}, {"SmokeShell", 1}, {"CUP_100Rnd_TE4_LRT4_Red_Tracer_762x51_Belt_M", 4} }; binocular = "ACE_Vector"; }; class RAT : Rifleman { primaryWeapon = "CUP_arifle_HK416_CQB_Black"; secondaryWeapon = "CUP_launch_APILAS"; vestMagazines[] = { {"CUP_30Rnd_556x45_PMAG_QP", 6}, {"CUP_30Rnd_556x45_PMAG_QP_Tracer_Red", 2} }; backpackMagazines[] = { {"CUP_HandGrenade_M67", 1}, {"SmokeShell", 1}, {"CUP_30Rnd_556x45_PMAG_QP", 4}, {"CUP_30Rnd_556x45_PMAG_QP_Tracer_Red", 2} }; }; class ENG : Rifleman { primaryWeapon = "CUP_smg_MP7"; primaryWeaponItems[] = {"optic_MRCO", "CUP_acc_LLM01_L"}; vestMagazines[] = { {"CUP_40Rnd_46x30_MP7", 8}, {"CUP_40Rnd_46x30_MP7_Red_Tracer", 4} }; backpackMagazines[] = { {"DemoCharge_Remote_Mag", 6}, {"SatchelCharge_Remote_Mag", 2} }; binocular = "ACE_Vector"; vestItems[] = { {"ACE_DefusalKit", 1}, {"ACE_M26_Clacker", 1} }; uniformRadios[] = {"ACRE_PRC343"}; }; class SN : Rifleman { primaryWeapon = "CUP_arifle_HK417_20"; handgunWeapon = "CUP_hgun_MP7"; primaryWeaponItems[] = {"CUP_optic_CWS_NV_RDS", "CUP_acc_LLM01_L", "muzzle_snds_B", "CUP_bipod_VLTOR_Modpod_black"}; vestMagazines[] = { {"CUP_20Rnd_762x51_HK417", 6}, {"CUP_20Rnd_TE1_Red_Tracer_762x51_HK417", 2}, {"CUP_40Rnd_46x30_MP7", 4}, {"CUP_40Rnd_46x30_MP7_Red_Tracer", 2} }; backpackMagazines[] = { {"CUP_HandGrenade_M67", 1}, {"SmokeShell", 1}, {"CUP_20Rnd_762x51_HK417", 6}, {"CUP_20Rnd_TE1_Red_Tracer_762x51_HK417", 2}, {"CUP_40Rnd_46x30_MP7", 2}, {"CUP_40Rnd_46x30_MP7_Red_Tracer", 2} }; binocular = "ACE_Vector"; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; }; class P : Crew { }; class PCM : P { }; class Vehicle { weapons[] = {{"CUP_launch_APILAS", 25}}; magazines[] = { {"CUP_30Rnd_556x45_PMAG_QP", 200}, {"CUP_30Rnd_556x45_PMAG_QP_Tracer_Red", 100}, {"CUP_100Rnd_TE4_LRT4_Red_Tracer_762x51_Belt_M", 150}, {"CUP_1Rnd_HE_M203", 25}, {"CUP_1Rnd_StarFlare_White_M203", 25}, {"CUP_1Rnd_StarFlare_Red_M203", 25}, {"ACE_40mm_Flare_ir", 25}, {"CUP_1Rnd_Smoke_M203", 25}, {"CUP_1Rnd_SmokeRed_M203", 25}, {"ACE_HuntIR_M203", 25}, {"ACE_Chemlight_IR", 25}, {"CUP_HandGrenade_M67", 50}, {"CUP_20Rnd_762x51_HK417", 25}, {"CUP_20Rnd_TE1_Red_Tracer_762x51_HK417", 25}, {"CUP_40Rnd_46x30_MP7", 50}, {"CUP_40Rnd_46x30_MP7_Red_Tracer", 50}, {"CUP_17Rnd_9x19_glock17", 10}, {"SmokeShell", 25}, {"SmokeShellRed", 25}, {"SatchelCharge_Remote_Mag", 25}, {"DemoCharge_Remote_Mag", 50} }; items[] = {{"ACE_IR_Strobe_Item", 10}}; medicalItems[] = { {"ACE_fieldDressing", 100}, {"ACE_splint", 24} }; }; }; class WCS_U { class Rifleman { headGear = "CUP_H_HIL_HelmetACH_TTS"; goggles = "CUP_G_ESS_BLK"; uniform = "CUP_U_B_HIL_ACU_Gloves_TTS"; vest = "CUP_V_CPC_Fastbelt_rngr_ARM"; backpack = "ark_backpack_med"; }; class Leader : Rifleman { headGear = "CUP_H_HIL_HelmetACH_ESS_Headset_TTS"; goggles = ""; uniform = "CUP_U_B_HIL_ACU_Kneepad_Gloves_TTS"; vest = "CUP_V_CPC_tlbelt_rngr_ARM"; }; class Officer : Leader { goggles = ""; uniform = "CUP_U_B_HIL_ACU_Kneepad_Rolled_Gloves_TTS"; vest = "CUP_V_CPC_communicationsbelt_rngr_ARM"; }; class Crew : Rifleman { headGear = "CUP_H_SPH4_green"; goggles = ""; uniform = "CUP_U_B_USArmy_PilotOverall"; vest = "Aircrew_vest_2_NH_ARM"; backpack = "ark_backpack_small"; }; class CO : Officer { }; class XO : CO { }; class SL : Officer { vest = "CUP_V_CPC_tlbelt_rngr_ARM"; }; class Medic : Rifleman { headGear = "CUP_H_HIL_HelmetACH_ESS_Headset_TTS"; goggles = ""; uniform = "CUP_U_B_HIL_ACU_Rolled_Gloves_TTS"; vest = "CUP_V_CPC_medicalbelt_rngr_ARM"; backpack = "ark_backpack_large"; }; class FTL : Leader { headGear = "CUP_H_HIL_HelmetACH_Headset_TTS"; goggles = "CUP_G_ESS_BLK"; vest = "CUP_V_CPC_weaponsbelt_rngr_ARM"; }; class AR : Rifleman { headGear = "CUP_H_HIL_HelmetACH_ESS_TTS"; goggles = ""; uniform = "CUP_U_B_HIL_ACU_Kneepad_TTS"; vest = "CUP_V_CPC_medicalbelt_rngr_ARM"; }; class AAR : Rifleman { uniform = "CUP_U_B_HIL_ACU_Kneepad_Rolled_TTS"; backpack = "ark_backpack_large"; }; class RAT : Rifleman { headGear = "CUP_H_HIL_HelmetACH_TTS"; uniform = "CUP_U_B_HIL_ACU_Kneepad_Rolled_TTS"; }; class ENG : Rifleman { headGear = "CUP_H_HIL_HelmetACH_Headset_TTS"; uniform = "CUP_U_B_HIL_ACU_Kneepad_Gloves_TTS"; backpack = "ark_backpack_large"; }; class SN : Rifleman { headGear = "CUP_H_HIL_HelmetACH_ESS_Headset_TTS"; goggles = ""; uniform = "CUP_U_B_HIL_ACU_Kneepad_Rolled_Gloves_TTS"; vest = "CUP_V_JPC_tlbelt_rngr_ARM"; backpack = "ark_backpack_small"; }; class P : Crew { }; class PCM : P { }; }; ark_fnc_cleanUpAI = { params ["_trigger"]; private _side = [adm_camp_defaultUnitTemplate] call adm_common_fnc_getUnitTemplateSide; { if ((side _x == _side) && (!isPlayer _x) && (_x inArea _trigger)) then { if (isNull objectParent _x) then { deleteVehicle _x; } else { private _vehicle = objectParent _x; {_vehicle deleteVehicleCrew _x} forEach crew _vehicle; deleteVehicle _vehicle; }; }; } forEach allUnits; };raP version6EditorData' sourceNameark_co60_wildcat_stikeaddonsPA3_Characters_Face_explosivesace_nouniformrestrictionsA3_Modules_Fark_ace_rearmark_clear_cargoark_ai_sentryCUP_AirVehciles_AW159plp_beachobjectsCUP_AirVehicles_CH47A3_Structures_F_Exp_Military_FlagsA3_Props_F_Argo_Items_DocumentsA3_Props_F_Orange_Humanitarian_CampsCUP_WheeledVehicles_MTVRCUP_WheeledVehicles_HiluxA3_Supplies_F_Orange_AmmoboxesAdmiralark_custom_unitsCUP_Weapons_AKCUP_Weapons_AmmunitionA3_Weapons_Facre_mainA3_Characters_F_Orange_FacewearA3_Characters_F_ExpA3_Weapons_F_Itemsace_medical_engineace_medical_treatmentark_vestsA3_Weapons_F_Exp_Pistols_Pistol_01ace_ballisticsA3_Weapons_F_ExpCUP_Creatures_Military_HILA3_Boat_F_Exp_Boat_Transport_02A3_Boat_F_Gamma_Boat_Civil_04CUP_Misc3_ConfigA3_Structures_F_Civ_CampingA3_Props_F_Exp_Civilian_GarbageA3_Props_F_Orange_Humanitarian_Garbagegm_objects_canisterA3_Props_F_Orange_Humanitarian_SuppliesA3_Structures_F_Items_Electronicsplp_containersA3_Structures_F_EPA_Items_MedicalA3_Structures_F_EPA_Civ_CampingA3_Props_F_Exp_Naval_BoatsA3_Static_F_Destroyer_Boat_Rack_01A3_Structures_F_EPA_Items_FoodA3_Structures_F_Civ_MarketA3_Props_F_Enoch_Military_DecontaminationA3_Structures_F_Items_ToolsCUP_WaterVehicles_LCU1600A3_Structures_F_Items_Vesselscba_xehA3_Props_F_Enoch_Military_CampsA3_Boat_F_Boat_Transport_01CUP_WaterVehicles_Fishing_BoatCUP_Creatures_People_Civil_ChernarusA3_Props_F_Orange_Items_ToolsA3_Structures_F_WrecksA3_Structures_F_Enoch_WrecksA3_Structures_F_Heli_Ind_Machinesplp_materialsA3_Structures_F_Heli_Civ_ConstructionsCUP_Creatures_Military_SLAA3_Structures_F_Heli_Items_ToolsA3_Soft_F_Gamma_Van_01CUP_WheeledVehicles_TowingTractorace_refuelgm_vehicles_air_planes_l410_gc_civ_l410CUP_AirVehicles_AmbientPlanesA3_Structures_F_EPB_Civ_Campingace_interactionace_cargoace_draggingA3_Props_F_Argo_Items_ElectronicsA3_Structures_F_EPB_Items_LuggageA3_Missions_F_OldmanCUP_AirVehicles_Mi8CUP_Weapons_AmmoBoxesA3_Ui_FAddonsMetaDatao dlcs CUP_VehiclesExpansionArgoOrangeCUP_WeaponsCUP_UnitsgmJetsEnochContactHelirandomSeedScenarioData'CustomAttributesG(Mission* moveGridStep?angleGridStep >scaleGridStep?autoGroupingDist AtogglesItemIDProvider MarkerIDProvider LayerIndexProvider Camera o nextIDa nextID nextID pos/+EpBKEdir=O&)?upqɤB?v?aside `^? n>o List '?items>Item0o Item1 Item2^Item3Item4[Item5Item65Item7Item8Item9 Item10cItem11Item12Item13Item14_Item15Item16:Item17qItem18Item19Item20`Item21Item22TItem23Item24qItem25Item26SItem27Item28?Item29Item30Item31yItem32Item336Item34Item35HItem36Item37Item38Item39Item40Item41Item42Item43Item44A Item45 Item46]!Item47!Item48'"Item49v"Item50"Item51V#Item52#Item53X$Item54$Item55C%Item56%Item57&Item58i&Item59&Item603'Item61x''classNameA3_Characters_FnameArma 3 Alpha - Characters and ClothingauthorBohemia Interactiveurlhttps://www.arma3.com classNameace_explosivesnameACE3 - ExplosivesauthorACE-Teamurlhttp://ace3mod.com/^classNameace_nouniformrestrictionsnameACE3 - No Uniform RestrictionsauthorACE-Teamurlhttp://ace3mod.com/classNameA3_Modules_FnameArma 3 Alpha - Scripted ModulesauthorBohemia Interactiveurlhttps://www.arma3.com[classNameark_ace_rearmnameARK Inhouse - ACE RearmauthorARKurlhttp://www.ark-group.orgclassNameark_clear_cargonameARK Inhouse - Clear CargoauthorARKurlhttp://www.ark-group.org5classNameark_ai_sentrynameARK Inhouse - AI SentryauthorARKurlhttp://www.ark-group.orgclassNameCUP_AirVehciles_AW159nameCUP_AirVehciles_AW159classNameplp_beachobjectsnameplp_beachobjects classNameCUP_AirVehicles_CH47nameCUP_AirVehicles_CH47cclassNameA3_Structures_F_ExpnameArma 3 Apex - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.comclassNameA3_Props_F_ArgonameArma 3 Malden - Decorative and Mission ObjectsauthorBohemia Interactiveurlhttps://www.arma3.comclassNameA3_Props_F_OrangenameArma 3 Orange - Decorative and Mission ObjectsauthorBohemia Interactiveurlhttps://www.arma3.comclassNameCUP_WheeledVehicles_MTVRnameCUP_WheeledVehicles_MTVR_classNameCUP_WheeledVehicles_HiluxnameCUP_WheeledVehicles_HiluxclassNameA3_Supplies_F_OrangenameArma 3 Orange - Ammoboxes and SuppliesauthorBohemia Interactiveurlhttps://www.arma3.com:classNameAdmiralnameAdmiralauthorKamiqclassNameark_custom_unitsnameARK Inhouse - Custom UnitsauthorARKurlhttp://www.ark-group.orgclassNameCUP_Weapons_AKnameCUP_Weapons_AKclassNameCUP_Weapons_AmmunitionnameCUP_Weapons_Ammunition`classNameA3_Weapons_FnameArma 3 Alpha - Weapons and AccessoriesauthorBohemia Interactiveurlhttps://www.arma3.comclassNameacre_mainnameACRE2 - MainauthorACRE2Teamurlhttps://github.com/IDI-Systems/acre2TclassNameA3_Characters_F_OrangenameArma 3 Orange - Characters and ClothingauthorBohemia Interactiveurlhttps://www.arma3.comclassNameA3_Characters_F_ExpnameArma 3 Apex - Characters and ClothingauthorBohemia Interactiveurlhttps://www.arma3.comqclassNameace_medical_enginenameACE3 - Medical EngineauthorACE-Teamurlhttp://ace3mod.com/classNameace_medical_treatmentnameACE3 - Medical TreatmentauthorACE-Teamurlhttp://ace3mod.com/SclassNameark_vestsnameARK Inhouse - VestsauthorARKurlhttp://www.ark-group.orgclassNameA3_Weapons_F_ExpnameArma 3 Apex - Weapons and AccessoriesauthorBohemia Interactiveurlhttps://www.arma3.com?classNameace_ballisticsnameACE3 - BallisticsauthorACE-Teamurlhttp://ace3mod.com/classNameCUP_Creatures_Military_HILnameCUP_Creatures_Military_HILclassNameA3_Boat_F_ExpnameArma 3 Apex - Boats and SubmersiblesauthorBohemia Interactiveurlhttps://www.arma3.comyclassNameA3_Boat_F_GammanameArma 3 - Boats and SubmersiblesauthorBohemia Interactiveurlhttps://www.arma3.comclassNameCUP_Misc3_ConfignameCUP_Misc3_Config6classNameA3_Structures_FnameArma 3 - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.comclassNameA3_Props_F_ExpnameArma 3 Apex - Decorative and Mission ObjectsauthorBohemia Interactiveurlhttps://www.arma3.comHclassNamegm_objects_canisternamegm_objects_canisterauthorGlobal Mobilizationurlglobal-mobilization.comclassNameplp_containersnameplp_containersclassNameA3_Structures_F_EPAnameArma 3 Survive Episode - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.comclassNameA3_Static_F_DestroyernameCFGPATCHES_A3_Static_F_DestroyerauthorBohemia Interactiveurlhttps://www.arma3.comclassNameA3_Props_F_EnochnameArma 3 Contact Platform - Decorative and Mission ObjectsauthorBohemia Interactiveurlhttps://www.arma3.comclassNameCUP_WaterVehicles_LCU1600nameCUP_WaterVehicles_LCU1600classNameA3_Boat_FnameArma 3 Alpha - Boats and SubmersiblesauthorBohemia Interactiveurlhttps://www.arma3.comclassNameCUP_WaterVehicles_Fishing_BoatnameCUP_WaterVehicles_Fishing_BoatclassNameCUP_Creatures_People_Civil_ChernarusnameCUP_Creatures_People_Civil_ChernarusA classNameA3_Structures_F_WrecksnameArma 3 - Vehicle WrecksauthorBohemia Interactiveurlhttps://www.arma3.com classNameA3_Structures_F_EnochnameArma 3 Contact Platform - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.com]!classNameA3_Structures_F_HelinameArma 3 Helicopters - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.com!classNameplp_materialsnameplp_materials'"classNameCUP_Creatures_Military_SLAnameCUP_Creatures_Military_SLAv"classNameA3_Soft_F_GammanameArma 3 - Unarmored Land VehiclesauthorBohemia Interactiveurlhttps://www.arma3.com"classNameCUP_WheeledVehicles_TowingTractornameCUP_WheeledVehicles_TowingTractorV#classNameace_refuelnameACE3 - RefuelauthorACE-Teamurlhttp://ace3mod.com/#classNamegm_vehicles_air_planes_l410_gc_civ_l410namegm_vehicles_air_planes_l410_gc_civ_l410authorGlobal Mobilizationurlglobal-mobilization.comX$classNameCUP_AirVehicles_AmbientPlanesnameCUP_AirVehicles_AmbientPlanes$classNameA3_Structures_F_EPBnameArma 3 Adapt Episode - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.comC%classNameace_interactionnameACE3 - InteractionauthorACE-Teamurlhttp://ace3mod.com/%classNameace_cargonameACE3 - CargoauthorACE-Teamurlhttp://ace3mod.com/&classNameace_draggingnameACE3 - DraggingauthorACE-Teamurlhttp://ace3mod.com/i&classNameA3_Missions_F_OldmannameArma 3 Old Man - Playable ContentauthorBohemia Interactiveurlhttps://www.arma3.com&classNameCUP_AirVehicles_Mi8nameCUP_AirVehicles_Mi83'classNameCUP_Weapons_AmmoBoxesnameCUP_Weapons_AmmoBoxesx'classNameA3_Ui_FnameArma 3 - User InterfaceauthorBohemia Interactiveurlhttps://www.arma3.com'authordancemooxHeader(G(gameTypeCoopminPlayersmaxPlayers<G(Category0\(*nameMultiplayerAttribute0(Attribute1$)nAttributes*propertyRespawnButtonexpressiontrueValue($)data($)type)value?$)typeSCALAR$)propertyRespawnTemplatesexpressiontrueValuec)*datas)*type)value)*typeARRAY)itemsItem0)*data)*type)valueNone*typeSTRING*IntelL*Entities+ConnectionsVehicleInVehicleLinksbriefingNameark_co60_wildcat_strikeoverviewTextHorizon Island Special Forces raid rebel strongholdsresistanceWesttimeOfChangesFstartWeather>startWind=startWaves=forecastWeather>forecastWind=forecastWaves=forecastLightnings=wavesForcedwindForcedyearmonthday hour minutestartFogDecayT<forecastFogDecayT<+itemsItem0O-Item14Item2n?Item3EItem4FItem5RItem6XItem7dItem8jItem9&vItem10|Item11Item12@Item13|Item14Item15™Item16Item17UItem18EItem19Item20mItem21BItem22 Item23Item24՚Item25Item26OItem27dataTypeGroupsideWestEntities-Attributes3idatlOffset54itemsItem0-Item1~/Item21Item3p23dataTypeObjectPositionInfoe.sideWestflagsAttributes.idtypeB_officer_FatlOffset5~/positioni*E@ EanglesHK@_@;.skill?rankCAPTAINinit [this, ["faction", "CUP_HIL_TTS"], ["gear", "CO"], ["marker", "CO", "ColorYellow"]] call hull3_unit_fnc_init;descriptionHIL - Commanding Officer@COisPlayerisPlayable~/dataTypeObjectPositionInfo/sideWestflagsAttributes20idtypeB_medic_FatlOffset51position)E@|EanglesHK@_@;20skill?rankSERGEANTinit [this, ["faction", "CUP_HIL_TTS"], ["gear", "Medic"], ["marker", "COM", "ColorYellow"]] call hull3_unit_fnc_init;descriptionHIL - Platoon Medic@COisPlayable1dataTypeObjectPositionInfo1sideWestflagsAttributes1idtypeB_Soldier_FatlOffsetHp2position :*E@Eanglest5@_@<1skill?rankCORPORALinit [this, ["faction", "CUP_HIL_TTS"], ["gear", "Rifleman"]] call hull3_unit_fnc_init;descriptionHIL - Platoon Rifleman@COisPlayablep2dataTypeObjectPositionInfo2sideWestflagsAttributes&3idtypeB_officer_FatlOffset03position;"*E@f!Eangles!a@_@;&3skill?rankLIEUTENANTinit [this, ["faction", "CUP_HIL_TTS"], ["gear", "XO"], ["marker", "XO", "ColorYellow"]] call hull3_unit_fnc_init;descriptionHIL - Executive Officer@COisPlayable3formationDIAMOND4dataTypeGroupsideWestEntitiesn4AttributesT?idatlOffsetn?itemsItem04Item1<6Item27Item3;T?dataTypeObjectPositionInfo-5sideWestflagsAttributese5idtypeB_Soldier_SL_FatlOffset<6position)E@Eangles8@?e5skill?rankSERGEANTinit [this, ["faction", "CUP_HIL_TTS"], ["gear", "SL"], ["marker", "ASL", "ColorRed"]] call hull3_unit_fnc_init;descriptionHIL - Alpha Squad Leader@Alpha SLisPlayable<6dataTypeObjectPositionInfo6sideWestflagsAttributes6idtypeB_medic_FatlOffset7positionh(E1@ Eangles~@?6skill?rankCORPORALinit [this, ["faction", "CUP_HIL_TTS"], ["gear", "Medic"], ["marker", "AM", "ColorRed"]] call hull3_unit_fnc_init;descriptionHIL - Alpha Squad Medic@Alpha SLisPlayable7 dataTypeObjectPositionInfo^8sideWestflagsAttributes8id{typeB_soldier_M_FatlOffset5CustomAttributes9;position(Eg@Eangles!@t?8skill?initcall{[this, ["faction", "CUP_HIL_TTS"], ["gear", "SN"]] call hull3_unit_fnc_init; [this, 3, "ICON", "b_recon", "ColorRed", [1,1], "ADM"] call hull3_marker_fnc_addCustomMarker;}descriptionHIL - Alpha Designated Marksman@Alpha SLisPlayable9Attribute09Attribute1:Attribute2;nAttributes;propertyspeakerexpression_this setspeaker _value;Value:::dataJ::typel:valueMale12ENG:typeSTRING:propertypitchexpression_this setpitch _value;Value:;data:;type:value?;typeSCALAR;propertyfaceexpression_this setface _value;ValueL;;data\;;typeu;value;typeSTRING; dataTypeObjectPositionInfo"<sideWestflagsAttributesZ<id~typeB_soldier_exp_FatlOffset5CustomAttributesr=T?positionT(E;@zEangles8@t?!@Z<skill?initcall{[this, ["faction", "CUP_HIL_TTS"], ["gear", "ENG"]] call hull3_unit_fnc_init; [this, 3, "ICON", "b_ordnance", "ColorRed", [1,1], "AES"] call hull3_marker_fnc_addCustomMarker;}descriptionHIL - Alpha Explosives Specialist@Alpha SLisPlayabler=Attribute0=Attribute1K>Attribute2>nAttributesT?propertyspeakerexpression_this setspeaker _value;Value>K>data>K>type6>valueMale12ENGK>typeSTRINGK>propertypitchexpression_this setpitch _value;Value>>data>>type>value?>typeSCALAR>propertyfaceexpression_this setface _value;Value?T?data&?T?type??valueT?typeSTRINGT?formationDIAMONDn?dataTypeGroupsideWestEntities?AttributesEid atlOffset5EitemsItem0@Item1AItem2CItem3DEdataTypeObjectPositionInfo@sideWestflagsAttributes@id typeB_Soldier_TL_FatlOffset5Aposition~(E@ȯEangles8@?!@@skill?rankCORPORALinit [this, ["faction", "CUP_HIL_TTS"], ["gear", "FTL"], ["marker", "A1", "ColorRed"]] call hull3_unit_fnc_init;descriptionHIL - Alpha 1 Fireteam Leader@Alpha 1isPlayableAdataTypeObjectPositionInfoBsideWestflagsAttributesSBid typeB_soldier_AR_FatlOffsetCposition{|dataTypeObjectPositionInfo?wsideWestflagsAttributeswwidtypeB_Soldier_TL_FatlOffset5TxpositionT (E;@Eangles<?a@wwskill?rankCORPORALinit [this, ["faction", "CUP_HIL_TTS"], ["gear", "FTL"], ["marker", "D1", "ColorBrown"]] call hull3_unit_fnc_init;descriptionHIL - Delta 1 Fireteam Leader@Delta 1isPlayableTxdataTypeObjectPositionInfoxsideWestflagsAttributes yidtypeB_soldier_AR_FatlOffset(7yposition'E@Eangles<?v@ yskill?rankCORPORALinit [this, ["faction", "CUP_HIL_TTS"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionHIL - Delta 1 Automatic Rifleman@Delta 1isPlayableydataTypeObjectPositionInfoLzsideWestflagsAttributeszidtypeB_Soldier_A_FatlOffset5>{position'E@Eangles<?a@zskill?init [this, ["faction", "CUP_HIL_TTS"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionHIL - Delta 1 Assistant Automatic Rifleman@Delta 1isPlayable>{dataTypeObjectPositionInfo{sideWestflagsAttributes{idtypeB_soldier_LAT_FatlOffset7|position'E@ Eangles<?̌@{skill?init[this, ["faction", "CUP_HIL_TTS"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionHIL - Delta 1 Rifleman (AT)@Delta 1isPlayable|formationDIAMOND|dataTypeGroupsideWestEntities}AttributeŝiditemsItem0.}Item1̂dataTypeObjectPositionInfo}sideWestflagsAttributes}idtypeB_Helipilot_FCustomAttributes~position'E@IEangles< @rE/;}skill?rankSERGEANTinit [this, ["faction", "CUP_HIL_TTS"], ["gear", "P"], ["marker", "TH1", "ColorOrange"]] call hull3_unit_fnc_init;descriptionHIL - TH 1 Pilot (AW159 Wildcat)@TH 1isPlayable~Attribute0Attribute1nAttributespropertyspeakerexpression_this setspeaker _value;ValueKdata[type}valueMale08ENGtypeSTRINGpropertypitchexpression_this setpitch _value;Valuedatatypevaluep}?typeSCALARdataTypeObjectPositionInfosideWestflagsAttributesրidtypeB_helicrew_FCustomAttributes|̂position'E@BEanglesnZ< @-;րskill?init[this, ["faction", "CUP_HIL_TTS"], ["gear", "PCM"]] call hull3_unit_fnc_init;descriptionHIL - TH 1 Observer Gunner@TH 1isPlayable|Attribute0Attribute1EnAttributeŝpropertyspeakerexpression_this setspeaker _value;ValueEdataEtype0valueMale12ENGEtypeSTRINGEpropertypitchexpression_this setpitch _value;ValuêdatâtypevalueG?̂typeSCALAR̂formationDIAMONDdataTypeGroupsideWestEntities@Attributes&idatlOffset5@itemsItem0hItem1c& dataTypeObjectPositionInfosideWestflagsAttributes6idtypeB_Helipilot_FatlOffset5CustomAttributescpositionh'E%r@Eangles-; @-;6skill?rankSERGEANTinit [this, ["faction", "CUP_HIL_TTS"], ["gear", "P"], ["marker", "TH2", "ColorOrange"]] call hull3_unit_fnc_init;descriptionHIL - TH 2 Pilot (AW159 Wildcat)@TH 2isPlayableAttribute0KAttribute1܅nAttributescpropertyspeakerexpression_this setspeaker _value;Value܅data܅typeDžvalueMale05ENG܅typeSTRING܅propertypitchexpression_this setpitch _value;Value"cdata2ctypeNvalue?ctypeSCALARc dataTypeObjectPositionInfosideWestflagsAttributes0id typeB_helicrew_FatlOffset@6CustomAttributesև&positionU'Ee@nEangles#; @-;0skill?init[this, ["faction", "CUP_HIL_TTS"], ["gear", "PCM"]] call hull3_unit_fnc_init;descriptionHIL - TH 2 Observer Gunner@TH 2isPlayableևAttribute0Attribute1nAttributes&propertyspeakerexpression_this setspeaker _value;ValueXdatahtypevalueMale12ENGtypeSTRINGpropertypitchexpression_this setpitch _value;Value&data&typevalue ׃?&typeSCALAR&formationDIAMOND@dataTypeGroupsideWestEntitiesAttributesbid |itemsItem0Item1bdataTypeObjectPositionInfo8sideWestflagsAttributespid typeB_Helipilot_FCustomAttributesMpositionP%'E+@Eangles!@ @8@pskill?rankCORPORALinit [this, ["faction", "CUP_HIL_TTS"], ["gear", "P"], ["marker", "TH3", "ColorOrange"]] call hull3_unit_fnc_init;descriptionHIL - TH 3 Pilot (AW159 Wildcat)@TH 3isPlayableMAttribute0Attribute1nAttributespropertyspeakerexpression_this setspeaker _value;ValueϋdataߋtypevalueMale06ENGtypeSTRINGpropertypitchexpression_this setpitch _value;Value\dataltypevalue\?typeSCALARdataTypeObjectPositionInfo"sideWestflagsAttributesZid typeB_helicrew_FCustomAttributesbposition&E&0@Eangles#; @~@Zskill?init[this, ["faction", "CUP_HIL_TTS"], ["gear", "PCM"]] call hull3_unit_fnc_init;descriptionHIL - TH 3 Observer Gunner [JIP Replacement]@TH 3isPlayableAttribute0JAttribute1ێnAttributesbpropertyspeakerexpression_this setspeaker _value;ValueێdataێtypeƎvalueMale09ENGێtypeSTRINGێpropertypitchexpression_this setpitch _value;Value!bdata1btypeMvaluep}?btypeSCALARbformationDIAMOND|dataTypeGroupsideWestEntities֏AttributesidatlOffset5itemsItem0Item1 dataTypeObjectPositionInfosideWestflagsAttributes̐idtypeB_Helipilot_FatlOffset5CustomAttributesposition&EJ>@BZEanglesrE/; @v@̐skill?rankCORPORALinitcall{ [this, ["faction", "CUP_HIL_TTS"], ["gear", "P"], ["marker", "TH4", "ColorOrange"]] call hull3_unit_fnc_init;}descriptionHIL - TH 4 Pilot (AW159 Wildcat) [JIP Replacement]@TH 4isPlayableAttribute0Attribute1nAttributespropertyspeakerexpression_this setspeaker _value;ValueCdataStypeuvalueMale04ENGtypeSTRINGpropertypitchexpression_this setpitch _value;ValueВdatatypevalue ׃?typeSCALAR dataTypeObjectPositionInfosideWestflagsAttributesޓidtypeB_helicrew_FatlOffset5CustomAttributespositionX&E@UEangles[Z< @MK@ޓskill?init[this, ["faction", "CUP_HIL_TTS"], ["gear", "PCM"]] call hull3_unit_fnc_init;descriptionHIL - TH 4 Observer Gunner [JIP Replacement]@TH 4isPlayableAttribute0ΔAttribute1_nAttributespropertyspeakerexpression_this setspeaker _value;Value_data(_typeJvalueMale10ENG_typeSTRING_propertypitchexpression_this setpitch _value;ValuedatatypeѕvalueQx?typeSCALARformationDIAMONDdataTypeGroupsideWestEntitiesZAttributesid'atlOffset87™itemsItem0Item1dataTypeObjectPositionInfosideWestflagsAttributes;id(typeB_Soldier_SL_FatlOffset87positiondC)E@.\Eangles<0@~@;skill?rankSERGEANTinit [this, ["faction", "CUP_HIL_TTS"], ["gear", "SL"], ["marker", "ESL", "ColorPink"]] call hull3_unit_fnc_init;descriptionHIL - Echo Squad Leader [JIP]@Echo SLisPlayabledataTypeObjectPositionInfosideWestflagsAttributes˘id)typeB_medic_FatlOffset(7positiont)EA@iEanglesع<0@P@˘skill?rankCORPORALinit [this, ["faction", "CUP_HIL_TTS"], ["gear", "Medic"], ["marker", "EM", "ColorPink"]] call hull3_unit_fnc_init;descriptionHIL - Echo Squad Medic [JIP]@Echo SLisPlayableformationDIAMOND™dataTypeGroupsideWestEntities Attributesid2itemsItem0JItem1?Item2Item31dataTypeObjectPositionInfoњsideWestflagsAttributes id3typeB_Soldier_TL_FCustomAttributes?positionh)EY@OEangles<0@!@ skill?rankCORPORALinitcall{ [this, ["faction", "CUP_HIL_TTS"], ["gear", "FTL"], ["marker", "E1", "ColorPink"]] call hull3_unit_fnc_init;}descriptionHIL - Echo 1 Fireteam Leader [JIP]@Echo 1isPlayableAttribute0'Attribute1nAttributes?propertyspeakerexpression_this setspeaker _value;ValueqdatatypevalueMale01ENGtypeSTRINGpropertypitchexpression_this setpitch _value;Value?data?type*valueHz??typeSCALAR?dataTypeObjectPositionInfosideWestflagsAttributesid4typeB_soldier_AR_FatlOffset(7position˾)E@]Eanglesع<0@P@skill?rankCORPORALinit [this, ["faction", "CUP_HIL_TTS"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionHIL - Echo 1 Automatic Rifleman [JIP]@Echo 1isPlayabledataTypeObjectPositionInfo;sideWestflagsAttributessid5typeB_Soldier_A_FatlOffset51position)E@Z7Eangles<0@!@sskill?init [this, ["faction", "CUP_HIL_TTS"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionHIL - Echo 1 Assistant Automatic Rifleman [JIP]@Echo 1isPlayable1dataTypeObjectPositionInfosideWestflagsAttributesid6typeB_soldier_LAT_FatlOffset(7position)E@DEanglesع<0@P@skill?init[this, ["faction", "CUP_HIL_TTS"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionHIL - Echo 1 Rifleman (AT) [JIP]@Echo 1isPlayableformationDIAMONDdataTypeGroupsideWestEntities Attributes;idEatlOffset(7UitemsItem0KItem1Item2^Item3Ө; dataTypeObjectPositionInfosideWestflagsAttributesidFtypeB_Soldier_TL_FatlOffset(7CustomAttributesposition *E@;Eanglesع<0@P@skill?rankCORPORALinitcall{ [this, ["faction", "CUP_HIL_TTS"], ["gear", "FTL"], ["marker", "E2", "ColorPink"]] call hull3_unit_fnc_init;}descriptionHIL - Echo 2 Fireteam Leader [JIP]@Echo 2isPlayableAttribute0HAttribute1٤Attribute2`nAttributespropertyspeakerexpression_this setspeaker _value;Value٤data٤typeĤvalueMale06ENG٤typeSTRING٤propertypitchexpression_this setpitch _value;Value`data/`typeKvalueu?`typeSCALAR`propertyfaceexpression_this setface _value;ValuedatatypeͥvaluetypeSTRINGdataTypeObjectPositionInfocsideWestflagsAttributesidGtypeB_soldier_AR_FatlOffset7^positionp8*EU@IEangles<0@_@skill?rankCORPORALinit [this, ["faction", "CUP_HIL_TTS"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionHIL - Echo 2 Automatic Rifleman [JIP]@Echo 2isPlayable^dataTypeObjectPositionInfoާsideWestflagsAttributesidHtypeB_Soldier_A_FatlOffseth7ӨpositionJ!*Es@J#Eangles9<0@P@skill?init[this, ["faction", "CUP_HIL_TTS"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionHIL - Echo 2 Assistant Automatic Rifleman [JIP]@Echo 2isPlayableӨdataTypeObjectPositionInfoUsideWestflagsAttributesidItypeB_soldier_LAT_FatlOffset(7;position'S*E0Z@0Eanglesع<0@~@skill?init[this, ["faction", "CUP_HIL_TTS"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionHIL - Echo 2 Rifleman (AT) [JIP]@Echo 2isPlayable;formationDIAMONDUdataTypeGroupsideWestEntitiesAttributes+idSatlOffsetEitemsItem0Item1Item2^Item3ð+ dataTypeObjectPositionInfosideWestflagsAttributesidTtypeB_Soldier_TL_FatlOffsetCustomAttributesposition*E>@4&EanglesH<0@v@skill?rankCORPORALinitcall{ [this, ["faction", "CUP_HIL_TTS"], ["gear", "FTL"], ["marker", "E3", "ColorPink"]] call hull3_unit_fnc_init;}descriptionHIL - Echo 3 Fireteam Leader [JIP]@Echo 3isPlayableAttribute0ڬAttribute1knAttributespropertyspeakerexpression_this setspeaker _value;Value$kdata4ktypeVvalueMale10ENGktypeSTRINGkpropertypitchexpression_this setpitch _value;Valuedatatypeݭvalueff?typeSCALARdataTypeObjectPositionInfocsideWestflagsAttributesidUtypeB_soldier_AR_F^positionz*E@3Eangles<0@t5@skill?rankCORPORALinit [this, ["faction", "CUP_HIL_TTS"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionHIL - Echo 3 Automatic Rifleman [JIP]@Echo 3isPlayable^dataTypeObjectPositionInfoίsideWestflagsAttributesidVtypeB_Soldier_A_FðpositionU*EC@ Eangles<0@@skill?init[this, ["faction", "CUP_HIL_TTS"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionHIL - Echo 3 Assistant Automatic Rifleman [JIP]@Echo 3isPlayableðdataTypeObjectPositionInfoEsideWestflagsAttributes}idWtypeB_soldier_LAT_FatlOffset5+position1*E@Eangles<0@@}skill?init[this, ["faction", "CUP_HIL_TTS"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionHIL - Echo 3 Rifleman (AT) [JIP]@Echo 3isPlayable+formationDIAMONDEdataTypeGroupsideWestEntitiesAttributesid\atlOffset87itemsItem0DzItem1ϵ dataTypeObjectPositionInfo]sideWestflagsAttributesid]typeB_Helipilot_FatlOffset87CustomAttributesϵposition}(E*t@xEanglesH<@;skill?rankSERGEANTinitcall{ [this, ["faction", "CUP_HIL_TTS"], ["gear", "P"], ["marker", "TH5", "ColorOrange"]] call hull3_unit_fnc_init;}descriptionHIL - TH 5 Pilot (CH-47F Chinook) [JIP]@TH 5isPlayableAttribute0Attribute1HnAttributesϵpropertyspeakerexpression_this setspeaker _value;ValueHdataHtype3valueMale02ENGHtypeSTRINGHpropertypitchexpression_this setpitch _value;Valueϵdataϵtypevalue?ϵtypeSCALARϵ dataTypeObjectPositionInfodsideWestflagsAttributesid^typeB_helicrew_FatlOffset5CustomAttributes=position(E`x@uEanglesع<@<skill?init[this, ["faction", "CUP_HIL_TTS"], ["gear", "PCM"]] call hull3_unit_fnc_init;descriptionHIL - TH 5 Crew [JIP]@TH 5isPlayable=Attribute0uAttribute1nAttributespropertyspeakerexpression_this setspeaker _value;ValuedataϷtypevalueMale11ENGtypeSTRINGpropertypitchexpression_this setpitch _value;ValueLdata\typexvalue?typeSCALARformationDIAMONDdataTypeLayernameModulesstateEntitiesid`atlOffsetmitemsItem0IItem1Item2Item3pItem4mdataTypeLogicPositionInfoareaSize@$@areaIsRectangleflagsidtypeModuleHideTerrainObjects_FCustomAttributes'position EdB5Fangles#;ݧ.='Attribute0_Attribute1nAttributesproperty#filterexpression_this setVariable ["#filter",_value]ValuedataźtypevaluepAtypeSCALARproperty#hideLocallyexpression_this setVariable ["#hideLocally",_value]ValueVdataftypevaluetypeBOOLdataTypeLogicPositionInfoܻidttypeARK_ACE_Rearmposition0)E@Eangles8@ dataTypeLogicPositionInfoʼareaSize@$@areaIsRectangleflagsidtypeModuleHideTerrainObjects_FatlOffset.>CustomAttributespposition%kEjBc4Fangles#;ݧ.=Attribute0:Attribute1ѽnAttributespproperty#filterexpression_this setVariable ["#filter",_value]ValueѽdataѽtypevaluepAѽtypeSCALARѽproperty#hideLocallyexpression_this setVariable ["#hideLocally",_value]Value1pdataAptype]valueptypeBOOLpdataTypeLogicPositionInfo˾idtypeARK_Clear_VehicleatlOffset5positionEWAkNFangles-;dataTypeLogicPositionInfobidtypeARK_Make_SentryCustomAttributesmpositionLE WAENFAttribute0nAttributesmpropertyARK_Make_Sentry_Enabled_Nightvisionexpression_this setVariable ['Enabled_Nightvision',_value,true];Value.mdata>mtypeZvaluemtypeBOOLmdataTypeLayernamePlayer StuffEntitiesidaatlOffsetBitemsItem0/Item1 Item2Item3Item4Item5sItem6?Item7Item8Item9Item10Item11Item12eItem13FItem147Item15Item16Item17 Item18 Item19Item20Item21Item22Item23_Item24Item25Item26Item27Item28 Item29&B dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeCUP_B_AW159_HILatlOffset@=CustomAttributes positionz'E@EanglesQ=(N @<skill?lockUNLOCKEDinitcall{ [this, ["faction", "CUP_HIL_TTS"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;}pylonsCUP_PylonPod_1200Rnd_TE1_Red_Tracer_M621_20mm_HE_M;CUP_PylonPod_4Rnd_AGM114K_Hellfire_II_M[0];Attribute02Attribute1Attribute2fnAttributes propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedatatypevalue[[[["CUP_Famas_F1","CUP_launch_APILAS","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_25Rnd_556x45_Famas","CUP_APILAS_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_TacticalPack_CCE"],[4]]],false]typeSTRINGpropertyace_fastroping_equipFRIESexpression[_this] call ace_fastroping_fnc_equipFRIESValue'fdata7ftypeSvalueftypeBOOLfpropertyace_cargo_spaceexpression[_this, _value] call ace_cargo_fnc_setSpace;Value data typevalue@ typeSCALAR dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeCUP_B_AW159_HILatlOffsetR8=CustomAttributesposition{'EO@f4Eanglesט<N @<skill?lockUNLOCKEDinitcall{ [this, ["faction", "CUP_HIL_TTS"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;}pylonsCUP_PylonPod_1200Rnd_TE1_Red_Tracer_M621_20mm_HE_M;CUP_PylonPod_4Rnd_AGM114K_Hellfire_II_M[0];Attribute0Attribute1Attribute2DnAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuejdataztypevalue[[[["CUP_Famas_F1","CUP_launch_APILAS","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_25Rnd_556x45_Famas","CUP_APILAS_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_TacticalPack_CCE"],[4]]],false]typeSTRINGpropertyace_fastroping_equipFRIESexpression[_this] call ace_fastroping_fnc_equipFRIESValueDdataDtype1valueDtypeBOOLDpropertyace_cargo_spaceexpression[_this, _value] call ace_cargo_fnc_setSpace;Valuedatatypevalue@typeSCALAR dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeCUP_B_AW159_HILatlOffset~CustomAttributespositionc&E.@Eangles8@$N @-;skill?lockUNLOCKEDinitcall{ [this, ["faction", "CUP_HIL_TTS"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;}pylonsCUP_PylonPod_1200Rnd_TE1_Red_Tracer_M621_20mm_HE_M;CUP_PylonPod_4Rnd_AGM114K_Hellfire_II_M[0];Attribute0Attribute1uAttribute2"nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueHudataXutype`value[[[["CUP_Famas_F1","CUP_launch_APILAS","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_25Rnd_556x45_Famas","CUP_APILAS_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_TacticalPack_CCE"],[4]]],false]utypeSTRINGupropertyace_fastroping_equipFRIESexpression[_this] call ace_fastroping_fnc_equipFRIESValue"data"typevalue"typeBOOL"propertyace_cargo_spaceexpression[_this, _value] call ace_cargo_fnc_setSpace;Valuedatatypevalue@typeSCALAR dataTypeObjectPositionInfobsideEmptyflagsAttributesidtypeCUP_B_AW159_HILatlOffset==CustomAttributesposition1;&Ee@Eanglesݧ.=$N @HK@skill?lockUNLOCKEDinitcall{ [this, ["faction", "CUP_HIL_TTS"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;}pylonsCUP_PylonPod_1200Rnd_TE1_Red_Tracer_M621_20mm_HE_M;CUP_PylonPod_4Rnd_AGM114K_Hellfire_II_M[0];Attribute0Attribute1SAttribute2nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value&Sdata6Stype>value[[[["CUP_Famas_F1","CUP_launch_APILAS","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_25Rnd_556x45_Famas","CUP_APILAS_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_TacticalPack_CCE"],[4]]],false]StypeSTRINGSpropertyace_fastroping_equipFRIESexpression[_this] call ace_fastroping_fnc_equipFRIESValuedatatypevaluetypeBOOLpropertyace_cargo_spaceexpression[_this, _value] call ace_cargo_fnc_setSpace;Valuefdatavtypevalue@typeSCALARdataTypeObjectPositionInfo5sideEmptyflagsAttributesmidtypeplp_bo_BeachTorchA_BurningatlOffset,sposition #*E)AEangles9<!@msdataTypeObjectPositionInfosideEmptyflagsAttributes9idtypeplp_bo_BeachTorchA_BurningatlOffset?positionX8*EAEanglesMK@-;9?dataTypeObjectPositionInfosideEmptyAttributesidtypeplp_bo_BoomboxOn_StcatlOffset!P?positionU*EAEangles @,?@ dataTypeObjectPositionInfosideEmptyflagsAttributesid_typeCUP_B_CH47F_HILatlOffset{CustomAttributesLposition(E,A:'EanglesH-;!s@skill?lockUNLOCKEDinitcall{ [this, ["faction", "CUP_HIL_TTS"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;}LAttribute0tnAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedatatypevalue[[[["CUP_Famas_F1","CUP_launch_APILAS","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_25Rnd_556x45_Famas","CUP_APILAS_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_TacticalPack_CCE"],[4]]],false]typeSTRINGdataTypeObjectPositionInfotsideEmptyflagsAttributesidxtypeFlag_HorizonIslands_Fposition)E/AEangles>dataTypeObjectPositionInfo0sideEmptyflagsAttributeshidtypeplp_bo_FoldingChairWhite_Sposition*E?AEanglesv@@rE/;hinitcall{this allowdamage false;}dataTypeObjectPositionInfo!sideEmptyflagsAttributesYidtypeplp_bo_FoldingChairWhite_SatlOffset5position*EAsEanglesv@@rE/;Yinitcall{this allowdamage false;}dataTypeObjectPositionInfosideEmptyflagsAttributes:idtypeplp_bo_FoldingChairWhite_Seposition*E[A Eangles!a@q c@rE/;:initcall{this allowdamage false;}edataTypeObjectPositionInfosideEmptyflagsAttributesidtypeplp_bo_FoldingChairWhite_SFposition)E.A.Eangles@d>!@initcall{this allowdamage false;}FdataTypeObjectPositionInfosideEmptyflagsAttributes idtypeplp_bo_FoldingChairWhite_SatlOffset7position&)EaAiEangles@l? initcall{this allowdamage false;}7dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeplp_bo_FoldingChairWhite_Sposition)EuAEangles!a@(@rE/;initcall{this allowdamage false;}dataTypeObjectPositionInfosideEmptyflagsAttributesidvtypeLand_Map_unfolded_Tanoa_FatlOffset5position- *Es'@Eanglesv@@rE/;createAsSimpleObjectdisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesidwtypeLand_Map_Tanoa_FatlOffset5 position*E@*Eanglesv@(d@rE/;createAsSimpleObjectdisableSimulation dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_CampingTable_white_FatlOffset position*E@Eanglesv@ҍ@rE/;createAsSimpleObjectdisableSimulation dataTypeObjectPositionInfosideEmptyAttributesidtypeLand_CampingTable_small_white_FatlOffset@>position}R*Ed@hEangles @lP?@createAsSimpleObjectdisableSimulationdataTypeObjectPositionInfosideEmptyAttributesidtypeplp_bo_ChainOfLightsMono_StcatlOffsetdQ?positionz2*E=AEanglesà@dataTypeObjectPositionInfoJsideEmptyflagsAttributesidrtypeCUP_B_MTVR_Ammo_HILatlOffsetKposition)EmAzEanglest5@_@-;initcall{ [this, ["faction", "CUP_HIL_TTS"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;}dataTypeObjectPositionInfoqsideEmptyflagsAttributesidstypeCUP_B_MTVR_Refuel_HILatlOffsetQposition9*EAnEanglest5@}_@#;initcall{ [this, ["faction", "CUP_HIL_TTS"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;}dataTypeObjectPositionInfosideEmptyflagsAttributesidgtypeCUP_B_Hilux_unarmed_BLU_G_FCustomAttributesQ_position3(E^ AGEangles.<p@#a@initcall{ [this, ["faction", "CUP_HIL_TTS"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;}texturesHILQAttribute0ynAttributes_propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value_data_typeJvalue[[[["FirstAidKit","Medikit"],[10,1]],[[],[]],[["ToolKit"],[1]],[[],[]]],false]_typeSTRING_ dataTypeObjectPositionInfosideEmptyflagsAttributes7idhtypeCUP_B_Hilux_M2_BLU_G_FatlOffsetCustomAttributesposition?)Ez AEangles<p@^@7initcall{ [this, ["faction", "CUP_HIL_TTS"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;}texturesHILAttribute0nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value.data>typevalue[[[["FirstAidKit","Medikit"],[10,1]],[[],[]],[["ToolKit"],[1]],[[],[]]],false]typeSTRING dataTypeObjectPositionInfoXsideEmptyflagsAttributesid[typeC_IDAP_supplyCrate_FatlOffset5CustomAttributesposition]&EAwEangles =@t5@initcall{ [this, ["faction", "CUP_HIL_TTS"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;}Attribute0.Attribute11nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value1data1typevalue[[[["FirstAidKit","Medikit"],[20,2]],[[],[]],[["Binocular","MineDetector","ToolKit","H_PASGT_basic_blue_F","H_PASGT_basic_white_F","H_Cap_Black_IDAP_F","H_Cap_Orange_IDAP_F","H_Cap_White_IDAP_F","H_HeadBandage_clean_F","G_Respirator_white_F","G_EyeProtectors_F","V_EOD_blue_F","V_Plain_medical_F"],[1,1,1,1,1,2,2,2,2,2,2,1,4]],[["B_Messenger_IDAP_F"],[2]]],false]1typeSTRING1propertyace_cargo_sizeexpression[_this, _value] call ace_cargo_fnc_setSize;Valuedatatypevalue?typeSCALAR dataTypeObjectPositionInfotsideEmptyflagsAttributesid\typeC_IDAP_supplyCrate_FatlOffsetҸCustomAttributespositiont&EbXAEangles@K<initcall{ [this, ["faction", "CUP_HIL_TTS"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;}Attribute0JAttribute1MnAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueMdataMtype8value[[[["FirstAidKit","Medikit"],[20,2]],[[],[]],[["Binocular","MineDetector","ToolKit","H_PASGT_basic_blue_F","H_PASGT_basic_white_F","H_Cap_Black_IDAP_F","H_Cap_Orange_IDAP_F","H_Cap_White_IDAP_F","H_HeadBandage_clean_F","G_Respirator_white_F","G_EyeProtectors_F","V_EOD_blue_F","V_Plain_medical_F"],[1,1,1,1,1,2,2,2,2,2,2,1,4]],[["B_Messenger_IDAP_F"],[2]]],false]MtypeSTRINGMpropertyace_cargo_sizeexpression[_this, _value] call ace_cargo_fnc_setSize;Valuedatatypevalue?typeSCALARdataTypeObjectPositionInfosideEmptyflagsAttributesid]typeC_IDAP_supplyCrate_FCustomAttributespositionW'EtAEangles<@-;initcall{ [this, ["faction", "CUP_HIL_TTS"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;}Attribute0VAttribute1YnAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueYdataYtypeDvalue[[[["FirstAidKit","Medikit"],[20,2]],[[],[]],[["Binocular","MineDetector","ToolKit","H_PASGT_basic_blue_F","H_PASGT_basic_white_F","H_Cap_Black_IDAP_F","H_Cap_Orange_IDAP_F","H_Cap_White_IDAP_F","H_HeadBandage_clean_F","G_Respirator_white_F","G_EyeProtectors_F","V_EOD_blue_F","V_Plain_medical_F"],[1,1,1,1,1,2,2,2,2,2,2,1,4]],[["B_Messenger_IDAP_F"],[2]]],false]YtypeSTRINGYpropertyace_cargo_sizeexpression[_this, _value] call ace_cargo_fnc_setSize;Valuedatatypevalue?typeSCALARdataTypeObjectPositionInfosideEmptyflagsAttributesid^typeC_IDAP_supplyCrate_FCustomAttributes* position'E()@qEangles9<@5.<initcall{ [this, ["faction", "CUP_HIL_TTS"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;}*Attribute0bAttribute1enAttributes propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueedataetypePvalue[[[["FirstAidKit","Medikit"],[20,2]],[[],[]],[["Binocular","MineDetector","ToolKit","H_PASGT_basic_blue_F","H_PASGT_basic_white_F","H_Cap_Black_IDAP_F","H_Cap_Orange_IDAP_F","H_Cap_White_IDAP_F","H_HeadBandage_clean_F","G_Respirator_white_F","G_EyeProtectors_F","V_EOD_blue_F","V_Plain_medical_F"],[1,1,1,1,1,2,2,2,2,2,2,1,4]],[["B_Messenger_IDAP_F"],[2]]],false]etypeSTRINGepropertyace_cargo_sizeexpression[_this, _value] call ace_cargo_fnc_setSize;Value data typevalue? typeSCALAR dataTypeObjectPositionInfosideEmptyflagsAttributesid_typeC_IDAP_supplyCrate_FatlOffsetCustomAttributesF&position3)EHAEangles@initcall{ [this, ["faction", "CUP_HIL_TTS"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;}FAttribute0~Attribute1nAttributes&propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedatatypelvalue[[[["FirstAidKit","Medikit"],[20,2]],[[],[]],[["Binocular","MineDetector","ToolKit","H_PASGT_basic_blue_F","H_PASGT_basic_white_F","H_Cap_Black_IDAP_F","H_Cap_Orange_IDAP_F","H_Cap_White_IDAP_F","H_HeadBandage_clean_F","G_Respirator_white_F","G_EyeProtectors_F","V_EOD_blue_F","V_Plain_medical_F"],[1,1,1,1,1,2,2,2,2,2,2,1,4]],[["B_Messenger_IDAP_F"],[2]]],false]typeSTRINGpropertyace_cargo_sizeexpression[_this, _value] call ace_cargo_fnc_setSize;Value&data&typevalue?&typeSCALAR& dataTypeObjectPositionInfosideEmptyflagsAttributesid`typeC_IDAP_supplyCrate_FatlOffsetCustomAttributesbBpositionc)EHAEanglesO@initcall{ [this, ["faction", "CUP_HIL_TTS"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;}bAttribute0Attribute1nAttributesBpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedatatypevalue[[[["FirstAidKit","Medikit"],[20,2]],[[],[]],[["Binocular","MineDetector","ToolKit","H_PASGT_basic_blue_F","H_PASGT_basic_white_F","H_Cap_Black_IDAP_F","H_Cap_Orange_IDAP_F","H_Cap_White_IDAP_F","H_HeadBandage_clean_F","G_Respirator_white_F","G_EyeProtectors_F","V_EOD_blue_F","V_Plain_medical_F"],[1,1,1,1,1,2,2,2,2,2,2,1,4]],[["B_Messenger_IDAP_F"],[2]]],false]typeSTRINGpropertyace_cargo_sizeexpression[_this, _value] call ace_cargo_fnc_setSize;ValueBdataBtype-value?BtypeSCALARBdataTypeLayernameSpawn & Clean UpEntitiesidbatlOffset$& itemsItem0Item1Item25Item3 Item4_ Item5  dataTypeTriggerpositionAnametgr_belfortsizeA"CsizeB0BsizeCAactivationByANYPLAYERisRectangledataTypeTriggerpositionmDI@i=Fangle?Attributes\idtypeEmptyDetectorAreaR50atlOffset@=5nametgr_tuvanakaconditioncall{this}onActivationcall{if (isServer) then {[tgr_cleanup_belfort] call ark_fnc_cleanUpAI;};}sizeA%+BsizeB!0BsizeCAactivationByANYPLAYERisRectangle5dataTypeTriggerpositionD@OFangle?AttributesidtypeEmptyDetectorAreaR50 nametgr_villagesizeA%+BsizeB!0BsizeCAactivationByANYPLAYERisRectangle dataTypeTriggerposition,E33WA1OFangle6?Attributes idtypeEmptyDetectorAreaR50_ nametgr_airfieldconditioncall{this}onActivationcall{if (isServer) then {[tgr_cleanup_tavanaka] call ark_fnc_cleanUpAI;};}sizeAJlCCsizeBBsizeCAactivationByANYPLAYERisRectangle_ dataTypeTriggerposition@>EuA,.FAttributes idQtypeEmptyDetectorAreaR250 nametgr_cleanup_belfortsizeACsizeBCisRectangle dataTypeTriggerpositionXDM@EAg.FEffectsshowWPNEVERidrtypeMove  dataTypeGroupsideCivilianEntities`Attributes(idb.itemsItem0Item1(Item2(dataTypeObjectPositionInfosideCivilianflagsAttributes"idctypeC_Bob_VR(position%ET$@-F"(dataTypeWaypointloiterAltitudepositiond3E\>C-FEffectsshowWPNEVERiddtypeMovedataTypeWaypointloiterAltitudeposition>EAg.FEffects"showWPNEVERidstypeMove((.dataTypeGroupsideCivilianEntities|AttributesDidfJitemsItem0Item1DItem2DdataTypeObjectPositionInfosideCivilianflagsAttributes>idgtypeC_Bob_VRDpositionj5EzA5F>DdataTypeWaypointloiterAltitudepositionS6EC6Az1FEffectsshowWPNEVERidjtypeMovedataTypeWaypointloiterAltitudeposition>EAg.FEffects>showWPNEVERidttypeMoveDDJdataTypeGroupsideCivilianEntitiesAttributes`idhfitemsItem0Item1`Item2`dataTypeObjectPositionInfo:sideCivilianflagsAttributesZiditypeC_Bob_VR`position 7EsAd5FZ`dataTypeWaypointloiterAltitudeposition>ENvNA>q1FEffectsshowWPNEVERidktypeMovedataTypeWaypointloiterAltitudeposition>EAg.FEffectsZshowWPNEVERidutypeMove``fdataTypeGroupsideCivilianEntitiesAttributes|idlitemsItem0Item1|Item2|dataTypeObjectPositionInfoVsideCivilianflagsAttributesvidmtypeC_Bob_VR|position ME;H@a1Fv|dataTypeWaypointloiterAltitudeposition&HEɊ.A.FEffectsshowWPNEVERidqtypeMovedataTypeWaypointloiterAltitudeposition>EAg.FEffectsvshowWPNEVERidvtypeMove||dataTypeGroupsideCivilianEntitiesAttributesidnitemsItem0Item1Item2dataTypeObjectPositionInforsideCivilianflagsAttributesidotypeC_Bob_VRpositionyLEq2@W1FdataTypeWaypointloiterAltitudeposition DEeAA1FEffectsshowWPNEVERidptypeMovedataTypeWaypointloiterAltitudeposition>EAg.FEffectsshowWPNEVERidwtypeMovedataTypeGroupsideCivilianEntitiesAttributes)id{/itemsItem0Item1)dataTypeObjectPositionInfosideCivilianflagsAttributesid|typeC_Bob_VRposition6DwElA7FdataTypeWaypointloiterAltitudepositiong@EA-FEffects#showWPNEVERidtypeMove))/dataTypeGroupsideCivilianEntitiesAttributesid}atlOffset5itemsItem0Item1ZdataTypeObjectPositionInfo4sideCivilianflagsAttributesTid~typeC_Bob_VRatlOffset5Zposition؁D3@'FTZdataTypeWaypointloiterAltitudepositiong@EA-FEffectsshowWPNEVERidtypeMovedataTypeGroupsideCivilianEntities.AttributeskidqitemsItem0VItem1kdataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Bob_VRpositionEװAz8FdataTypeWaypointloiterAltitudepositiong@EA-FEffectseshowWPNEVERidtypeMovekkqdataTypeTriggerposition;E^A8FAttributesidZtypeEmptyDetector conditioncall{triggeractivated tgr_belfort;}sizeApAsizeBpA dataTypeTriggerpositionTwEAf47FAttributes id\typeEmptyDetector conditioncall{triggeractivated tgr_belfort;}sizeApAsizeBpA dataTypeTriggerposition3D]@R'FAttributes0!id[typeEmptyDetector~!conditioncall{triggeractivated tgr_belfort;}sizeApAsizeBpA~!dataTypeTriggerpositiontt6ERtA_5FAttributes!id]typeEmptyDetector-"conditioncall{triggeractivated tgr_belfort;}sizeApAsizeBpA-"dataTypeTriggerpositionLE@X)1FAttributes"id^typeEmptyDetector"conditioncall{triggeractivated tgr_belfort;}sizeApAsizeBpA"dataTypeTriggerposition$E'@.FAttributes=#id_typeEmptyDetector#conditioncall{triggeractivated tgr_belfort;}sizeApAsizeBpA#dataTypeLogicPositionInfo$idxtypeAdmiral_OndemandCampZoneatlOffset,@CustomAttributes#$B0positionPEH-F#$Attribute0%Attribute1%Attribute2&Attribute3p'Attribute42(Attribute5(Attribute6)Attribute7*Attribute8[+Attribute93,Attribute10-Attribute11-Attribute12.Attribute13u/nAttributesB0propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value%%data%%type%value%typeSTRING%propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Valuem&&data}&&type&value&typeSCALAR&propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value/'p'data?'p'type['valueBp'typeSCALARp'propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value'2(data(2(type(valueB2(typeSCALAR2(propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value((data((type(value A(typeSCALAR(propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value}))data))type)value)typeBOOL)propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueU**datae**type*value*typeSCALAR*propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value+[+data-+[+typeF+value[+typeSTRING[+propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value+3,data,3,type,value@3,typeSCALAR3,propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value,-data,-type,value-typeSCALAR-propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value--data--type-value@-typeSCALAR-propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value`..datap..type.value.typeSCALAR.propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value4/u/dataD/u/type`/valueu/typeSCALARu/propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value0B0data0B0type-0valueB0typeSTRINGB0dataTypeLogicPositionInfo0idytypeAdmiral_OndemandCampZoneatlOffset6CustomAttributes0<positionwEpAu6F0Attribute01Attribute12Attribute2e3Attribute3'4Attribute44Attribute55Attribute6s6Attribute7M7Attribute88Attribute98Attribute109Attribute11:Attribute12X;Attribute13,<nAttributes<propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Valuee22datau22type2value2typeSTRING2propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value$3e3data43e3typeP3valuee3typeSCALARe3propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value3'4data3'4type4valueB'4typeSCALAR'4propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value44data44type4valueB4typeSCALAR4propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Valuer55data55type5value A5typeSCALAR5propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value46s6dataD6s6type`6values6typeBOOLs6propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value 7M7data7M7type87value@M7typeSCALARM7propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value78data78type7value8typeSTRING8propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value88data88type8value8typeSCALAR8propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value{99data99type9value?9typeSCALAR9propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueK::data[::typew:value:typeSCALAR:propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value;X;data';X;typeC;valueX;typeSCALARX;propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value;,<data;,<type<value,<typeSCALAR,<propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value<<data<<type<value<typeSTRING<dataTypeLogicPositionInfoa=idtypeAdmiral_OndemandCampZoneCustomAttributes=IpositionE(Aw8F=Attribute0}>Attribute1J?Attribute2 @Attribute3@Attribute4AAttribute5ZBAttribute6CAttribute7CAttribute8DAttribute9EAttribute10cFAttribute113GAttribute12GAttribute13HnAttributesIpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value ?J?data?J?type5?valueJ?typeSTRINGJ?propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value? @data? @type?value @typeSCALAR @propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value@@data@@type@valueB@typeSCALAR@propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueOAAdata_AAtype{AvalueBAtypeSCALARApropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueBZBdata)BZBtypeEBvalue AZBtypeSCALARZBpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueBCdataBCtypeCvalueCtypeBOOLCpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueCCdataCCtypeCvalueCtypeSCALARCpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value{DDdataDDtypeDvalueDtypeSTRINGDpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuePEEdata`EEtype|EvalueEtypeSCALAREpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value"FcFdata2FcFtypeNFvaluecFtypeSCALARcFpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueF3GdataG3GtypeGvalue3GtypeSCALAR3GpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueGGdataGGtypeGvalue?GtypeSCALARGpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValueHHdataHHtypeHvalue@HtypeSCALARHpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuebIIdatarIItypeIvalueItypeSTRINGIdataTypeLayernamePatrolEntitiesIidxatlOffsetAAoi items Item0aJItem1KItem2KItem3 LItem4LItem5MItem6pNItem7eWItem8j`oidataTypeTriggerposition=@EY&A.FAttributesJidPtypeEmptyDetectorAreaR250Kconditioncall{true;}sizeAzCsizeBzCKdataTypeTriggerposition:4E)O?h.FAttributeshKidQtypeEmptyDetectorAreaR50Kconditioncall{true;}KdataTypeTriggerpositionDE A/FAttributesKidRtypeEmptyDetectorAreaR50 Lconditioncall{true;} LdataTypeTriggerpositionuE[A̢,Fangle@AttributesLidUtypeEmptyDetectorAreaR50atlOffsetQ_ALconditioncall{true;}sizeADsizeBKBisRectangleLdataTypeTriggerpositiontE^OB5Fanglebg@Attributes\MidVtypeEmptyDetectorAreaR50atlOffset6AMconditioncall{true;}sizeA DsizeBKBisRectangleMdataTypeTriggerposition6REABRy4Fangle@Attributes(NidWtypeEmptyDetectorAreaR50atlOffsetT BpNconditioncall{true;}sizeACsizeBKBisRectanglepNdataTypeLogicPositionInfoNidStypeAdmiral_PatrolZoneCustomAttributesNeWpositionT;E@,/FN Attribute0OAttribute1iPAttribute2%QAttribute3QAttribute4RAttribute5WSAttribute6)TAttribute7UAttribute8UAttribute9VnAttributes eWpropertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value+PiPdata;PiPtypeTPvalueiPtypeSTRINGiPpropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueP%QdataP%QtypeQvalue%QtypeSCALAR%QpropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueQQdataQQtypeQvalueBQtypeSCALARQpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value\RRdatalRRtypeRvalueBRtypeSCALARRpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueSWSdata(SWStypeDSvalueWStypeBOOLWSpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValueS)TdataS)TtypeTvalue)TtypeSCALAR)TpropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];ValueTUdataTUtypeTvalueUtypeSCALARUpropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];ValueUUdataUUtypeUvalue@UtypeSCALARUpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value`VVdatapVVtypeVvalueVtypeSTRINGVpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value'WeWdata7WeWtypePWvalueeWtypeSTRINGeWdataTypeLogicPositionInfoWidTtypeAdmiral_PatrolZoneatlOffsetCustomAttributesWj`positionyAEW?A{positionCEȝA.F{{{LinkIDProvider|Links||nextID|itemsItem01||linkIDitem0item1CustomDatal||roleturretPath|dataTypeGroupsideIndependentEntities|Attributes}idatlOffset5}itemsItem0 }}dataTypeObjectPositionInfo}sideIndependentflagsAttributes}idtypeI_C_Soldier_Para_7_F_ARKatlOffset5}positionaH@EcA-Fangles2@}}}dataTypeGroupsideIndependentEntities4~AttributesiditemsItem0Q~dataTypeObjectPositionInfo~sideIndependentflagsAttributes idtypeI_C_Soldier_Para_6_F_ARKposition>EcA,FanglesSG@ dataTypeGroupsideIndependentEntitieshAttributesEidKitemsItem0EdataTypeObjectPositionInfosideIndependentflagsAttributes?idtypeI_C_Soldier_Para_1_F_ARKEposition>Eɕ1A,Fangles3N@?EKdataTypeGroupsideIndependentEntitiesAttributesidatlOffset<itemsItem0ɀdataTypeObjectPositionInfo[sideIndependentflagsAttributesidtypeI_C_Soldier_Para_4_F_ARKatlOffset<positionQcAEɊJAZ-FanglesS%0@dataTypeGroupsideIndependentEntitiesAttributesidatlOffset<itemsItem0dataTypeObjectPositionInfosideIndependentflagsAttributesidtypeI_C_Soldier_Para_2_F_ARKatlOffset<positionl@EJA,Y-Fangles,H@dataTypeGroupsideIndependentEntitiesDAttributes!id'itemsItem0a!dataTypeObjectPositionInfosideIndependentflagsAttributesidtypeI_C_Soldier_Para_4_F_ARK!positionE_AE2JA-Fangles7&?!'dataTypeGroupsideIndependentEntitiesAttributes]idatlOffset5citemsItem0]dataTypeObjectPositionInfo7sideIndependentflagsAttributesWidtypeI_C_Soldier_Para_2_F_ARKatlOffset5]position@EQJAj-FW]cdataTypeGroupsideIndependentEntitiesąAttributesidatlOffsetϸitemsItem0dataTypeObjectPositionInfossideIndependentflagsAttributesidtypeI_C_Soldier_Para_6_F_ARKatlOffsetϸposition8E?;.FanglesQ?dataTypeGroupsideIndependentEntitiesAttributesidatlOffset itemsItem05dataTypeObjectPositionInfoLJsideIndependentflagsAttributesidtypeI_C_Soldier_Para_6_F_ARKatlOffsetposition 7EP ?/\.Fangles-? dataTypeGroupsideIndependentEntities\Attributes9id?itemsItem0y9dataTypeObjectPositionInfosideIndependentflagsAttributes3idtypeI_C_Soldier_Para_4_F_ARK9position:E4E.A.Fangles @39?dataTypeGroupsideIndependentEntitiesAttributesmidsitemsItem0mdataTypeObjectPositionInfo/sideIndependentflagsAttributesgidtypeI_C_Soldier_Para_2_F_ARKmposition24E.A{.FanglesNQ@gmsdataTypeGroupsideIndependentEntitiesԊAttributesidatlOffset6NjitemsItem0dataTypeObjectPositionInfosideIndependentflagsAttributesidtypeI_C_Soldier_Para_2_F_ARKatlOffset6positionT@EAB.Fangles`@NjdataTypeGroupsideIndependentEntitiesAttributesiditemsItem05dataTypeObjectPositionInfosideIndependentflagsAttributesidtypeI_C_Soldier_Para_7_F_ARKposition0?E Am.Fangles'sZ@dataTypeGroupsideIndependentEntitiesLAttributes)id/itemsItem0i)dataTypeObjectPositionInfosideIndependentflagsAttributes#idtypeI_C_Soldier_Para_6_F_ARK)positionB>EKAv.Fangles?#)/dataTypeGroupsideIndependentEntitiesAttributes}idatlOffset( AitemsItem0}dataTypeObjectPositionInfo?sideIndependentflagsAttributeswid typeI_C_Soldier_Para_2_F_ARKatlOffset( A}positionC>ER]A %.Fangles_?w}dataTypeGroupsideIndependentEntitiesAttributesѐid atlOffsetאitemsItem0ѐdataTypeObjectPositionInfosideIndependentflagsAttributesːid typeI_C_Soldier_Para_1_F_ARKatlOffsetѐposition}CE.uA/FanglesQ@ːѐאdataTypeGroupsideIndependentEntities(Attributesid  itemsItem0EdataTypeObjectPositionInfoǑsideIndependentflagsAttributesid typeI_C_Soldier_Para_7_F_ARKpositionޕDEҙA"/FanglesJ@ dataTypeGroupsideIndependentEntitieslAttributesYidatlOffset:m?_itemsItem0YdataTypeObjectPositionInfosideIndependentflagsAttributesSidtypeI_C_Soldier_Para_6_F_ARKatlOffset:m?YpositioniDE@_,FanglesO=@SY_dataTypeGroupsideIndependentEntitiesϓAttributesCrewLinksidatlOffset;]itemsItem0dataTypeObjectPositionInfo~sideIndependentflagsAttributesidtypeI_C_Soldier_Para_6_F_ARKatlOffsettj>positionLFE@Ǧ,FLinkIDProviderϔLinks]nextIDitemsItem0]linkIDitem0item1CustomData:]roleturretPath]dataTypeGroupsideIndependentEntitiesAttributesidatlOffset4itemsItem0ەdataTypeObjectPositionInfomsideIndependentflagsAttributesidtypeI_C_Soldier_Para_6_F_ARKatlOffset4positionFEβ?=,Fangles @@dataTypeGroupsideIndependentEntitiesAttributesidatlOffset@6itemsItem0/dataTypeObjectPositionInfosideIndependentflagsAttributesidtypeI_C_Helipilot_F_ARKatlOffset@6positionE@E:?+FanglesL@dataTypeGroupsideIndependentEntitiesaAttributesNidatlOffset6TitemsItem0~NdataTypeObjectPositionInfosideIndependentflagsAttributesHidtypeI_C_Soldier_Para_2_F_ARKatlOffset6NpositionaBEvq?+Fangles#@HNTdataTypeObjectPositionInfosideIndependentflagsAttributesidtypeCUP_I_Hilux_M2_IND_G_FatlOffset(<"position8CEA.Fangles@L@>"dataTypeObjectPositionInfosideIndependentflagsAttributesidtypeCUP_I_Hilux_zu23_IND_G_FatlOffset;position FE#]@>,Fangles @"1@f<dataTypeLayernameSet DressingEntitiesDidoatlOffset 3items2Item0Item1Item2Item3Item4TItem5Item6Item7ҥItem8Item9Item10qItem11@Item12Item13Item14Item15Item16Item17bItem18`Item19<Item205Item21"Item22Item23Item24Item25Item26yItem27\Item28,Item29Item30Item31YItem32Item33Item34Item35Item36RItem37Item38Item39Item40Item41Item42Item43{Item448Item45HItem46Item47Item48Item49NdataTypeObjectPositionInfo7sideEmptyAttributesoidtypeC_Boat_Transport_02_FatlOffsetp?CustomAttributesposition-BEh@4,Fangles][@olockLOCKEDcreateAsSimpleObjectdisableSimulationAttribute0ޞnAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value8dataHtypevalue[[[["FirstAidKit"],[2]],[[],[]],[[],[]],[[],[]]],false]typeSTRINGdataTypeObjectPositionInfo@sideEmptyAttributesxidtypeC_Boat_Transport_02_FatlOffset?CustomAttributespositionAE:k@,Fangles][@xlockLOCKEDcreateAsSimpleObjectdisableSimulationAttribute0nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueAdataQtypevalue[[[["FirstAidKit"],[2]],[[],[]],[[],[]],[[],[]]],false]typeSTRINGdataTypeObjectPositionInfo/sideEmptyAttributesgidtypeC_Boat_Civil_04_FatlOffset^Q@positionABEv@12+FanglesZ!8@gdisableSimulationdataTypeObjectPositionInfosideEmptyAttributes6idtypeLand_Barrel_wateratlOffset,?Tposition4EK?c.Fangles@6disableSimulationTdataTypeObjectPositionInfoȣsideEmptyflagsAttributesidtypeLand_Barrel_sandpositionM4Ev?e.Fangles@disableSimulationdataTypeObjectPositionInfosideEmptyAttributesΤidtypeLand_Barrel_sandatlOffset: +?position 4E<\?d.Fangles@ΤdisableSimulationdataTypeObjectPositionInfoasideEmptyflagsAttributesidtypeLand_Pillow_old_Fҥposition4E&@p.Fangles @@createAsSimpleObjectdisableSimulationҥdataTypeObjectPositionInfoKsideEmptyAttributesidtypeLand_Pillow_old_FatlOffsetU]?positionj3E)@o.Fangles+q@@createAsSimpleObjectdisableSimulationdataTypeObjectPositionInfo1sideEmptyflagsAttributesiidtypeLand_Pillow_old_Fposition3E+@n.Fangles@@icreateAsSimpleObjectdisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesSidtypeLand_GarbageHeap_02_Fqposition84Etm?\.Fangles @S@@SdisableSimulationqdataTypeObjectPositionInfosideEmptyflagsAttributes"idtypeLand_GarbageHeap_01_F@position4Eh?+.Fangles̩@l!@@"disableSimulation@dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_GarbageHeap_01_Fposition4E/?.FanglesU@,"? @disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesŪidtypeMedicalGarbage_01_Gloves_FpositionY3E@;q.Fangles7n@ŪdisableSimulationdataTypeObjectPositionInfoasideEmptyflagsAttributesidtypeMedicalGarbage_01_Gloves_Fposition3E @=o.FanglesI@disableSimulationdataTypeObjectPositionInfo&sideEmptyflagsAttributes^idtypegm_jerrycanpositionDEmA}/FanglesjG@^createAsSimpleObjectdisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesNidtypegm_jerrycanatlOffsetposition<4Ee?B\.Fangles@>Z=NcreateAsSimpleObjectdisableSimulationdataTypeObjectPositionInfo sideEmptyflagsAttributes)idtypeLand_PlasticBucket_01_closed_Fbposition4E%!@t.F)createAsSimpleObjectdisableSimulationbdataTypeObjectPositionInfosideEmptyflagsAttributes'idtypeLand_Portable_generator_FatlOffsettú`positionc34E\r?\.Fangles@K<'createAsSimpleObjectdisableSimulation`dataTypeObjectPositionInfosideEmptyAttributesidtypeplp_ct_ServiceBarrelFlammSmallatlOffsetL?<positionZC4E%?i.Fangles@disableSimulation<dataTypeObjectPositionInfoİsideEmptyflagsAttributesidtypeLand_VitaminBottle_FatlOffset55position3E@p.Fangles@createAsSimpleObjectdisableSimulation5dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_WoodenTable_large_F"position 3E|?p.FanglesL@@createAsSimpleObjectdisableSimulation"dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_Boat_03_abandoned_FatlOffsetpositionTDEI#@`,Fanglesb5@?disableSimulationdataTypeObjectPositionInfosideEmptyAttributesidtypeLand_Misc_deerstandatlOffset`>position14EAb.FanglesUi@dataTypeObjectPositionInfoOsideEmptyflagsAttributesidtypeLand_Boat_03_abandoned_cover_FatlOffset4positionT@E @+Fanglesnf@@disableSimulationdataTypeObjectPositionInfo9sideEmptyflagsAttributesqidtypeLand_Destroyer_01_Boat_Rack_01_FatlOffset:position BE~?3,Fangles!@Y!@5.MK@4disableSimulationRdataTypeObjectPositionInfoǾsideEmptyflagsAttributesidtypeDrainageDeck_01_Fposition3E@?m.FanglesA)>@disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesʿidtypeDrainageDeck_01_Fposition3E?Vt.FanglesA)>@ʿdisableSimulationdataTypeObjectPositionInfo[sideEmptyflagsAttributesidtypeLand_DustMask_Fposition3Ez@q.Fangles@createAsSimpleObjectdisableSimulationdataTypeObjectPositionInfo>sideEmptyflagsAttributesvidtypeLand_FMradio_Fposition3E@6r.FanglesnQ?@vcreateAsSimpleObjectdisableSimulationdataTypeObjectPositionInfo3sideEmptyAttributeskidtypeLand_FoodSack_01_dmg_brown_FatlOffsetX?position>4Eٳ@{g.Fangles c@kcreateAsSimpleObjectdisableSimulationdataTypeObjectPositionInfo'sideEmptyflagsAttributes_idtypeLand_FoodSacks_01_small_brown_Fposition24E^?a.Fangles*@@_createAsSimpleObjectdisableSimulationdataTypeObjectPositionInfo sideEmptyflagsAttributesBidtypeHazmatBag_01_F{position3E@y.FanglesiӞ?@BcreateAsSimpleObjectdisableSimulation{dataTypeObjectPositionInfosideEmptyflagsAttributes2idtypeCUP_I_Hilux_unarmed_IND_G_F8positionpDE~A}/Fangles@28dataTypeObjectPositionInfosideEmptyAttributesidtypeCUP_B_LCU1600_HILatlOffsetb@CustomAttributesSHpositionEEӚ@|+Fanglesլ@initcall{if (isServer) then {this animateSource ["ramp_front", 1, true]};}SAttribute0Attribute1|Attribute2MAttribute35Attribute4Attribute5nAttributesHpropertyCustomShipNumber4expression[_this, _value, 6] spawn cup_fnc_lcu1600hullnumbers;Value;|dataK|typegvalue?|typeSCALAR|propertyRadarMastPositionexpression_this animate ["antenna",_value,true];_this animate ["led_antenna_off",_value,true];Value MdataMtype8value?MtypeSCALARMpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value5data5type value[[[["CUP_Famas_F1","CUP_launch_APILAS","FirstAidKit","Medikit"],[4,2,20,2]],[["CUP_25Rnd_556x45_Famas","CUP_100Rnd_TE4_LRT4_Red_Tracer_762x51_Belt_M","CUP_1Rnd_HEDP_M203","CUP_APILAS_M","CUP_HandGrenade_M67","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,4,10,2,4,4,4,4]],[["ToolKit"],[1]],[["CUP_B_TacticalPack_CCE"],[8]]],false]5typeSTRING5propertyCustomShipNumber1expression[_this, _value, 3] spawn cup_fnc_lcu1600hullnumbers;Valuedatatypevalue?typeSCALARpropertyCustomShipNumber2expression[_this, _value, 4] spawn cup_fnc_lcu1600hullnumbers;ValueVdataftypevalue@typeSCALARpropertyCustomShipNumber3expression[_this, _value, 5] spawn cup_fnc_lcu1600hullnumbers;ValueHdataHtype3valueHtypeSCALARHdataTypeObjectPositionInfosideEmptyflagsAttributes idtypeMetalBarrel_burning_FatlOffset4position|FE+ @],Fangles!@< dataTypeObjectPositionInfosideEmptyAttributesidtypeMetalBarrel_burning_FatlOffsetֿ+?position~D4EK?^.Fangles@@dataTypeObjectPositionInfoRsideEmptyAttributesidtypeLand_TentLamp_01_suspended_red_FatlOffsetl@position`4Egn@bm.FanglesA!@dataTypeObjectPositionInfosideEmptyflagsAttributesHidtypeC_RubberboatatlOffsetNposition_@E#@+Fangles\@P>8@HNdataTypeObjectPositionInfosideEmptyAttributes idtypeCUP_C_Fishing_Boat_ChernarusatlOffset8@positionAEr@+Fangles? dataTypeLayernameTuvanakaEntities^idkatlOffsettA՚itemsItem0Item1-Item2}՚dataTypeLayernameAdmiralEntitiesidpatlOffset(D-itemsItem0Item1;Item2m-dataTypeLayernameCounterEntities^idyatlOffsetv\@;itemsItem02Item1Item2TItem3Item4Item5EItem6Item7Item8Item9Item10Item11Item12XItem13tItem14$Item15Item16;dataTypeGroupsideCivilianEntitiesAttributesiditemsItem0Item1=dataTypeObjectPositionInfosideCivilianflagsAttributes7idtypeC_Bob_VR=positiont EAN5F7=dataTypeWaypointloiterAltitudeposition=D@4FEffects,showWPNEVERidtypeMove22dataTypeWaypointloiterAltitudepositionžDQ@7+=FEffectsshowWPNEVERidtypeMovedataTypeGroupsideCivilianEntitiesAttributesiditemsItem09Item1Item2NdataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Bob_VRposition0E Z>B.O?FdataTypeWaypointloiterAltitudepositionrD7AFEffectsshowWPNEVERidtypeMovedataTypeWaypointloiterAltitudepositionžDQ@7+=FEffectsshowWPNEVERidtypeMovedataTypeGroupsideCivilianEntitieszAttributesRidatlOffset5XitemsItem0Item1RItem2RdataTypeObjectPositionInfo,sideCivilianflagsAttributesLidtypeC_Bob_VRatlOffset5Rpositionc8DzIA6FLRdataTypeWaypointloiterAltitudepositionfCD3Avd9FEffectsshowWPNEVERidtypeMovedataTypeWaypointloiterAltitudepositionžDQ@7+=FEffectsLshowWPNEVERidtypeMoveRRXdataTypeGroupsideCivilianEntitiesAttributesnidtitemsItem0Item1nItem2ndataTypeObjectPositionInfoHsideCivilianflagsAttributeshidtypeC_Bob_VRnposition,jDiJA86FhndataTypeWaypointloiterAltitudepositionDYT@~k8FEffectsshowWPNEVERidtypeMovedataTypeWaypointloiterAltitudepositionžDQ@7+=FEffectshshowWPNEVERidtypeMovenntdataTypeTriggerposition7DPABFAttributesidtypeEmptyDetector$conditioncall{triggeractivated tgr_tuvanaka;}sizeApAsizeBpA$dataTypeTriggerpositionAEKBHx?FAttributesidtypeEmptyDetectorconditioncall{triggeractivated tgr_tuvanaka;}sizeApAsizeBpAdataTypeTriggerposition2DZ:FangleG(@AttributesPidtypeEmptyDetectorconditioncall{triggeractivated tgr_belfort;}sizeA:[xAsizeBpAisRectangledataTypeTriggerpositionoD@Z)=Fangle+Attributes-idtypeEmptyDetectoratlOffset8conditioncall{triggeractivated tgr_belfort;}sizeAAsizeBTuAisRectangledataTypeTriggerpositionbD@2Item9?Item10@Item11=BItem12qCItem13DItem14EItem15FItem16,HItem17hIItem18JItem19LItem20DMItem21NItem22OItem23@QItem24RItem25SItem26TItem270VItem28dWItem29XItem30YItem31[Item324\Item33h]Item34^Item35_Item36$aItem37xbItem38cItem39eItem404fItem41hgItem42hItem43iItem44kItem458lItem46lItem47mItem48nItem49pItem50rItem51sItem52&uItem53ZvItem54wItem55xItem56yItem57*{Item58^|Item59,}}dataTypeGroupsideIndependentEntities0Attributes3id93itemsItem003dataTypeObjectPositionInfo1sideIndependentflagsAttributesN1id:typeI_C_Pilot_F_ARK3position9DAAUa8FanglesqU<N1Inventoryc13primaryWeapon2uniformn2mapItemMapcompassItemCompasswatchItemWatchradioItemRadiogogglesG_EyeProtectors_FheadgearCUP_H_C_MAGA_013nameCUP_arifle_AKSprimaryMuzzleMag:2n2nameCUP_30Rnd_762x39_AK47_MammoLeftn2typeNameU_I_C_Soldier_Bandit_3_FisBackpackMagazineCargo23itemsItem023nameCUP_30Rnd_762x39_AK47_McountammoLeft33dataTypeGroupsideIndependentEntitiesp3AttributesM4id;S4itemsItem03M4dataTypeObjectPositionInfo4sideIndependentflagsAttributesG4id<typeI_C_Soldier_Para_7_F_ARKM4positionDA~8FangleslR>G4M4S4dataTypeGroupsideIndependentEntities4Attributes5id=atlOffset895itemsItem045dataTypeObjectPositionInfoc5sideIndependentflagsAttributes5id>typeI_C_Soldier_Para_1_F_ARKatlOffset895positionPDA[8Fangles*>@555dataTypeGroupsideIndependentEntities6Attributes6id?atlOffset4A6itemsItem0%66dataTypeObjectPositionInfo6sideIndependentflagsAttributes6id@typeI_C_Soldier_Para_4_F_ARKatlOffset4A6positionD4An8Fangles@666dataTypeGroupsideIndependentEntitiesk7AttributesH8CrewLinksN8idAatlOffsetѺ9itemsItem07H8dataTypeObjectPositionInfo 8sideIndependentflagsAttributesB8idBtypeI_C_Soldier_Para_6_F_ARKH8positionD!AU8Fangles~@Xf?8@B8H8N8LinkIDProviders8Links89nextID8itemsItem089linkIDitem0Bitem1/CustomData89roleturretPath9dataTypeGroupsideIndependentEntitiesq9Attributes^:CrewLinksd:idiatlOffset5;itemsItem09^:dataTypeObjectPositionInfo :sideIndependentflagsAttributesX:idjtypeI_C_Soldier_Para_6_F_ARKatlOffset`[>^:positionoD@{=Fangles~@Xf?8@X:^:d:LinkIDProvider:Links:;nextID:itemsItem0:;linkIDitem0jitem1_CustomData:;roleturretPath;dataTypeGroupsideIndependentEntitiesw;AttributesT<CrewLinksZ<idk =itemsItem0;T<dataTypeObjectPositionInfo<sideIndependentflagsAttributesN<idltypeI_C_Soldier_Para_6_F_ARKT<positionidnatlOffset8a>itemsItem0=[>dataTypeObjectPositionInfo>sideIndependentflagsAttributesU>idotypeI_C_Soldier_Para_4_F_ARKatlOffset8[>positionm*D A>Fanglesԩ@U>[>a>dataTypeGroupsideIndependentEntities>Attributes?idp?itemsItem0>?dataTypeObjectPositionInfoQ?sideIndependentflagsAttributes?idqtypeI_C_Soldier_Para_7_F_ARK?positionbD{XA;Fangles@FFFdataTypeGroupsideIndependentEntitiesQGAttributes&Hid~atlOffset48,HitemsItem0nG&HdataTypeObjectPositionInfoHsideIndependentflagsAttributes HidtypeI_C_Soldier_Para_2_F_ARKatlOffset48&HpositionmD2xA3;F H&H,HdataTypeGroupsideIndependentEntitiesHAttributesbIidatlOffset6hIitemsItem0HbIdataTypeObjectPositionInfoMidDMitemsItem0~L>MdataTypeObjectPositionInfoMsideIndependentflagsAttributes8MidtypeI_C_Soldier_Para_2_F_ARK>Mposition DxAX;FanglesF@8M>MDMdataTypeGroupsideIndependentEntitiesMAttributesNidatlOffset6NitemsItem0MNdataTypeObjectPositionInfoTNsideIndependentflagsAttributesNidtypeI_C_Soldier_Para_4_F_ARKatlOffset6NpositionD xAx;Fangles e?NNNdataTypeGroupsideIndependentEntitiesNAttributesOidatlOffset6OitemsItem0OOdataTypeObjectPositionInfoOsideIndependentflagsAttributesOidtypeI_C_Soldier_Para_6_F_ARKatlOffset6OpositionqD xA;Fanglesm{@OOOdataTypeGroupsideIndependentEntitiesMPAttributes:QidatlOffsetD'A@QitemsItem0jP:QdataTypeObjectPositionInfoPsideIndependentflagsAttributes4QidtypeI_C_Soldier_Para_1_F_ARKatlOffsetD'A:QpositionxDnjAh:Fangleslc:@4Q:Q@QdataTypeGroupsideIndependentEntitiesQAttributesRidatlOffset\U1ARitemsItem0QRdataTypeObjectPositionInfoPRsideIndependentflagsAttributesRidtypeI_C_Soldier_Para_7_F_ARKatlOffset\U1ARpositioncD ӌA:Fangles}@RRRdataTypeGroupsideIndependentEntitiesRAttributesSidSitemsItem0SSdataTypeObjectPositionInfoSsideIndependentflagsAttributesSidtypeI_C_Soldier_Para_6_F_ARKSpositionDr@AhO:Fanglesƕ?SSSdataTypeGroupsideIndependentEntitiesTAttributesTidTitemsItem06TTdataTypeObjectPositionInfoTsideIndependentflagsAttributesTidtypeI_C_Soldier_Para_6_F_ARKTpositionRD^oAo:Fanglesƕ?TTTdataTypeGroupsideIndependentEntitiesMUAttributes*Vid0VitemsItem0jU*VdataTypeObjectPositionInfoUsideIndependentflagsAttributes$VidtypeI_C_Soldier_Para_6_F_ARK*VpositionDqoA5:Fangles)ƹ@$V*V0VdataTypeGroupsideIndependentEntitiesVAttributes^WiddWitemsItem0V^WdataTypeObjectPositionInfo WsideIndependentflagsAttributesXWidtypeI_C_Soldier_Para_6_F_ARK^Wposition%D/qA:Fangles?XW^WdWdataTypeGroupsideIndependentEntitiesWAttributesXidXitemsItem0WXdataTypeObjectPositionInfoTXsideIndependentflagsAttributesXidtypeI_C_Soldier_Para_6_F_ARKXpositionDqAf;FanglesM/@XXXdataTypeGroupsideIndependentEntitiesXAttributesYidYitemsItem0YYdataTypeObjectPositionInfoYsideIndependentflagsAttributesYidtypeI_C_Soldier_Para_6_F_ARKYpositionuDKA;Fangles_ D@YYYdataTypeGroupsideIndependentEntitiesZAttributesZid[itemsItem0:ZZdataTypeObjectPositionInfoZsideIndependentflagsAttributesZidtypeI_C_Soldier_Para_6_F_ARKZpositionYDpA;Fangles?ZZ[dataTypeGroupsideIndependentEntitiesQ[Attributes.\id4\itemsItem0n[.\dataTypeObjectPositionInfo[sideIndependentflagsAttributes(\idtypeI_C_Soldier_Para_6_F_ARK.\position6D A;Fangles;@(\.\4\dataTypeGroupsideIndependentEntities\Attributesb]idh]itemsItem0\b]dataTypeObjectPositionInfo$]sideIndependentflagsAttributes\]idtypeI_C_Soldier_Para_6_F_ARKb]position΁DAǧ;Fangles8@\]b]h]dataTypeGroupsideIndependentEntities]Attributes^id^itemsItem0]^dataTypeObjectPositionInfoX^sideIndependentflagsAttributes^idtypeI_C_Soldier_Para_6_F_ARK^positionRYD{A9 jjdataTypeObjectPositionInfojsideIndependentflagsAttributesjidtypeI_C_Soldier_Para_6_F_ARKjposition'D -A:FanglesNb@jjkdataTypeGroupsideIndependentEntitiesUkAttributes2lid8litemsItem0rk2ldataTypeObjectPositionInfoksideIndependentflagsAttributes,lidtypeI_C_Soldier_Para_6_F_ARK2lpositionDnTA';Fangles?@,l2l8ldataTypeObjectPositionInfolsideIndependentflagsAttributeslidmtypeCUP_I_Hilux_armored_M2_IND_G_FlpositionD@*=Fangles-;,pu@P@lldataTypeObjectPositionInfomsideIndependentflagsAttributesmid/typeCUP_I_Hilux_M2_IND_G_FatlOffsetѺmposition DXAE8Fangles~@Xf?8@mmdataTypeObjectPositionInfodnsideIndependentflagsAttributesnid_typeCUP_I_Hilux_armored_M2_IND_G_FatlOffset5npositionDB2@=Fangles@eo@nndataTypeGroupsideIndependentEntitiesoAttributesoCrewLinksoidatlOffsetºpitemsItem0/oodataTypeObjectPositionInfoosideIndependentflagsAttributesoidtypeI_C_Soldier_Para_6_F_ARKatlOffset_>opositionhEFB`4FoooLinkIDProviderpLinks%ppnextID%pitemsItem0BpplinkIDitem0item1CustomData}pproleturretPathpdataTypeGroupsideIndependentEntitiesqAttributesqCrewLinksqidatlOffset@ritemsItem0-qqdataTypeObjectPositionInfoqsideIndependentflagsAttributesqidtypeI_C_Soldier_Para_6_F_ARKatlOffsetP>qposition EB{5FqqqLinkIDProviderrLinks#rrnextID#ritemsItem0@rrlinkIDitem0item1CustomData{rrroleturretPathrdataTypeGroupsideIndependentEntitiesrAttributessidsitemsItem0 ssdataTypeObjectPositionInfossideIndependentflagsAttributessidtypeI_C_Soldier_Para_7_F_ARKspositionJh EfB5FanglesG@sssdataTypeGroupsideIndependentEntities3tAttributes uidatlOffset8&uitemsItem0Pt udataTypeObjectPositionInfotsideIndependentflagsAttributesuidtypeI_C_Soldier_Para_2_F_ARKatlOffset8 uposition EԧBg5Fangleszt@u u&udataTypeGroupsideIndependentEntitieswuAttributesTvidZvitemsItem0uTvdataTypeObjectPositionInfovsideIndependentflagsAttributesNvidtypeI_C_Soldier_Para_7_F_ARKTvpositionz E>BT5Fangles ^@NvTvZvdataTypeGroupsideIndependentEntitiesvAttributeswidwitemsItem0vwdataTypeObjectPositionInfoJwsideIndependentflagsAttributeswidtypeI_C_Soldier_Para_6_F_ARKwposition E<>Br5Fangles뵣=wwwdataTypeGroupsideIndependentEntitieswAttributesxidxitemsItem0wxdataTypeObjectPositionInfo~xsideIndependentflagsAttributesxidtypeI_C_Soldier_Para_4_F_ARKxposition` E7B5FanglesL@xxxdataTypeGroupsideIndependentEntitiesyAttributesyidyitemsItem00yydataTypeObjectPositionInfoysideIndependentflagsAttributesyidtypeI_C_Soldier_Para_4_F_ARKypositionr E7BE5Fangles ?yyydataTypeGroupsideIndependentEntitiesGzAttributes${id*{itemsItem0dz${dataTypeObjectPositionInfozsideIndependentflagsAttributes{idtypeI_C_Soldier_Para_2_F_ARK${position! EGB5Fangles$Ƞ@{${*{dataTypeGroupsideIndependentEntities{{AttributesX|id^|itemsItem0{X|dataTypeObjectPositionInfo|sideIndependentflagsAttributesR|idtypeI_C_Soldier_Para_6_F_ARKX|position: EGBI5Fanglesa?R|X|^|dataTypeObjectPositionInfo|sideIndependentflagsAttributes&}idtypeCUP_I_Hilux_M2_IND_G_FatlOffsetº,}positionVEOB94Fangles#;hL@P@&},}dataTypeObjectPositionInfo}sideIndependentflagsAttributes}idtypeCUP_I_Hilux_zu23_IND_G_FatlOffset@}position} E YB5Fangles=Ϩ@t5@}}dataTypeLayernameSet DressingEntitiesN~idratlOffsetz@՚ itemsItem0Item1Item2Item3QItem4&Item5 Item6τItem7Item8Item9{Item103Item11Item12ΉItem13Item14Item15Item16iItem17SItem18;Item19,Item20Item21ّItem22Item23]Item24*Item25Item26Item27Item28>Item29Item30՚dataTypeObjectPositionInfoCsideEmptyAttributescid6typeLand_Crowbar_01_FatlOffset`*i?position,DTA?8FccreateAsSimpleObjectdisableSimulationdataTypeObjectPositionInfosideEmptyAttributesJid7typeLand_Grinder_FatlOffset@X?positionsideEmptyflagsAttributesvidJtypeplp_Rusty_Sheet_Big_2m_90atlOffsety?position7DA0e8Fanglesȓ?vdisableSimulationdataTypeObjectPositionInfo)sideEmptyflagsAttributesaidKtypeplp_Rusty_Sheet_Small_Horiz_2m_90atlOffset >positionC1DuAd8Fanglesq@adisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributes0id5typeLand_ToolTrolley_02_FipositionpDAzA8Fangles? @0createAsSimpleObjectdisableSimulationidataTypeObjectPositionInfosideEmptyflagsAttributesid8typeLand_ToolTrolley_01_FSposition;DdʨA^?8FanglesJr? @createAsSimpleObjectdisableSimulationSdataTypeObjectPositionInfoʎsideEmptyflagsAttributesid1typeWaterPump_01_sand_F;positionposition-D @%=FanglesⓋ@8>dataTypeObjectPositionInfosideEmptyflagsAttributesidhtypeCUP_I_Hilux_unarmed_IND_G_FpositionHD @=Fangles|@dataTypeObjectPositionInfoxsideEmptyflagsAttributesidatypeCUP_I_Hilux_AGS30_IND_G_FpositionD*Z@0Item6ZItem7Item8ƫItem9mItem10ѺItem115Item12Item13Item14AItem15Item16<Item17Item18Item19Item20nItem217Item22Item23Item24fItem25)dataTypeGroupsideCivilianEntitiesAttributesxid~itemsItem0Item1xItem2xdataTypeObjectPositionInfoRsideCivilianflagsAttributesrid typeC_Bob_VRxpositionpD4@SRFrxdataTypeWaypointloiterAltitudeposition7DN? QFEffectsshowWPNEVERidtypeMovedataTypeWaypointloiterAltitudepositionD!@OFEffectsrshowWPNEVERidtypeMovexx~dataTypeGroupsideCivilianEntitiesܟAttributesid atlOffset5itemsItem0Item1Item24dataTypeObjectPositionInfosideCivilianflagsAttributesid typeC_Bob_VRatlOffset5positionD@̋RFdataTypeWaypointloiterAltitudepositionAD̳@uPFEffects.showWPNEVERidtypeMove44dataTypeWaypointloiterAltitudepositionD!@OFEffectsshowWPNEVERidtypeMovedataTypeGroupsideCivilianEntitiesAttributesУid ֣itemsItem0;Item1ТItem2PУdataTypeObjectPositionInfosideCivilianflagsAttributesʢid typeC_Bob_VRТpositionID@RFʢТdataTypeWaypointloiterAltitudepositionfD+)AOFEffectsJshowWPNEVERidtypeMovePPdataTypeWaypointloiterAltitudepositionD!@OFEffectsʣshowWPNEVERidtypeMoveУУ֣dataTypeGroupsideCivilianEntities4AttributesidatlOffset5"itemsItem0gItem1 Item2dataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Bob_VRatlOffset5 positionDK@KF dataTypeWaypointloiterAltitudepositionDNFEffectsshowWPNEVERidtypeMoveatlOffset}?dataTypeWaypointloiterAltitudepositionD!@OFEffectsshowWPNEVERidtypeMove"dataTypeGroupsideCivilianEntitiespAttributes8id>itemsItem0Item18Item28dataTypeObjectPositionInfosideCivilianflagsAttributes2idtypeC_Bob_VR8position'D,@KF28dataTypeWaypointloiterAltitudepositionTD@rNFEffectsshowWPNEVERidtypeMovedataTypeWaypointloiterAltitudepositionD!@OFEffects2showWPNEVERidtypeMove88>dataTypeGroupsideCivilianEntitiesAttributesTidZitemsItem0Item1TItem2ԩTdataTypeObjectPositionInfo.sideCivilianflagsAttributesNidtypeC_Bob_VRTposition;D AFyKFNTdataTypeWaypointloiterAltitudepositionA&D3.AMFEffectsΩshowWPNEVERidtypeMoveԩԩdataTypeWaypointloiterAltitudepositionD!@OFEffectsNshowWPNEVERid typeMoveTTZdataTypeTriggerposition@YD@$KFAttributesªidtypeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_village;}sizeApAsizeBpAdataTypeTriggerpositionhD~ @RFAttributesxidtypeEmptyDetectorAreaR50ƫconditioncall{triggeractivated tgr_village;}sizeApAsizeBpAƫdataTypeLogicPositionInfo.id!typeAdmiral_OndemandCampZoneCustomAttributesNmpositionEM@RFNAttribute0JAttribute1Attribute2ٮAttribute3Attribute4]Attribute5'Attribute6Attribute7Attribute8Attribute9^Attribute100Attribute11Attribute12̶Attribute13nAttributesmpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value٭datatypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueٮdataٮtypeĮvalueٮtypeSCALARٮpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueZdatajtypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value]data,]typeHvalueB]typeSCALAR]propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value'data'typevalue A'typeSCALAR'propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatatypeԱvaluetypeBOOLpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueHdataXtypeqvaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value^data-^typeIvalue@@^typeSCALAR^propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value0data0typevalue0typeSCALAR0propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Valuedataϵtypevalue@@typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value̶data̶typevalue̶typeSCALAR̶propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value_dataotypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value/mdata?mtypeXvaluemtypeSTRINGmdataTypeGroupsideCivilianEntities˸Attributes˺id#atlOffset5ѺitemsItem0Item1Item2K˺dataTypeObjectPositionInfo}sideCivilianflagsAttributesid$typeC_Bob_VRatlOffset5positionToEkAXJFangles?dataTypeWaypointloiterAltitudepositionSEUAbLFEffectsEshowWPNEVERid6typeMoveatlOffsetKKdataTypeWaypointloiterAltitudeposition ETA NFEffectsźshowWPNEVERid8typeMove˺˺ѺdataTypeGroupsideCivilianEntities/Attributes/id%atlOffset65itemsItem0bItem1Item2/dataTypeObjectPositionInfosideCivilianflagsAttributesid&typeC_Bob_VRatlOffset6positionELAitemsItem0Item1Item2dataTypeObjectPositionInfoQsideCivilianflagsAttributesid0typeC_Bob_VRatlOffsetI>positionE^'AoSFanglesϢ@dataTypeWaypointloiterAltitudepositionI|E33WAPFEffects showWPNEVERid3typeMovedataTypeWaypointloiterAltitudeposition ETA NFEffectsshowWPNEVERid=typeMovedataTypeLogicPositionInfoid1typeAdmiral_OndemandCampZoneCustomAttributes<positionE5ATFAttribute0Attribute1Attribute2Attribute3jAttribute4,Attribute5Attribute6Attribute7Attribute8UAttribute9-Attribute10Attribute11Attribute12Attribute13onAttributes<propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuegdatawtypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value)jdata9jtypeUvalueBjtypeSCALARjpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value,data,typevalueB,typeSCALAR,propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Valuedatatypevalue AtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuewdatatypevaluetypeBOOLpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueOdata_type{valuetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueUdata'Utype@valueUtypeSTRINGUpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value-data-typevalue@-typeSCALAR-propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Valuedatatypevalue@typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueZdatajtypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value.odata>otypeZvalueotypeSCALARopropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value<data<type'value<typeSTRING<dataTypeTriggerpositionbE[A,JFangle?Attributesid"typeEmptyDetectorAreaR50atlOffsetconditioncall{triggeractivated tgr_airfield;}sizeApAsizeBpAdataTypeTriggerpositionx E cBjMFangleeAttributesid'typeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_airfield;}sizeApAsizeBpAdataTypeTriggerposition"ME!ATFangle)AttributesVid,typeEmptyDetectorAreaR50atlOffsetconditioncall{triggeractivated tgr_airfield;}sizeApAsizeBpAdataTypeGroupsideCivilianEntitiesAttributeshid?atlOffset7nitemsItem0+Item1hdataTypeObjectPositionInfosideCivilianflagsAttributesid@typeC_Bob_VRatlOffset7position#9EBGFangles@dataTypeWaypointloiterAltitudeposition} E33WA؞OFEffectsbshowWPNEVERidNtypeMovehhndataTypeGroupsideCivilianEntitiesAttributes1idDatlOffset@67itemsItem0Item11dataTypeObjectPositionInfossideCivilianflagsAttributesidEtypeC_Bob_VRatlOffset@6position[DM5A>Fangles?dataTypeWaypointloiterAltitudeposition} E33WA؞OFEffects+showWPNEVERidOtypeMove117dataTypeGroupsideCivilianEntitiesAttributesidIitemsItem0Item1ZdataTypeObjectPositionInfosideCivilianflagsAttributesTidJtypeC_Bob_VRZposition%&EACO,BFangles?TZdataTypeWaypointloiterAltitudeposition} E33WA؞OFEffectsshowWPNEVERidPtypeMovedataTypeTriggerposition9EGB3GFangleu2kAttributesTid>typeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_airfield;}sizeApAsizeBpAdataTypeTriggerpositionD Af>Fangle?AttributesidCtypeEmptyDetectorAreaR50fconditioncall{triggeractivated tgr_airfield;}sizeApAsizeBpAfdataTypeTriggerposition%E&CIBFangle?AttributesidHtypeEmptyDetectorAreaR50)conditioncall{triggeractivated tgr_airfield;}sizeApAsizeBpA)dataTypeLogicPositionInfoidMtypeAdmiral_OndemandCampZoneatlOffsetCustomAttributesposition{n)EBjeEFAttribute0Attribute1Attribute2LAttribute3Attribute4Attribute5Attribute6ZAttribute74Attribute8Attribute9Attribute10Attribute11sAttribute12?Attribute13nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueLdata\typeuvaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value LdataLtype7valueLtypeSCALARLpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueYdataitypevalue AtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueZdata+ZtypeGvalueZtypeBOOLZpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value4data4typevalue4typeSCALAR4propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValuebdatartypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value2sdataBstype^valuestypeSCALARspropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value?data?type*value??typeSCALAR?propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Valuedatatypevalue@@typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatatypevaluetypeSTRINGdataTypeLayernameCQCEntities)id}atlOffset<> items Item0Item1lItem2:Item3Item4Item5Item6Item7PItem8dataTypeTriggerpositionMD#A9IFangle@Attributes idtypeEmptyDetectorlconditioncall{triggeractivated tgr_tuvanaka;}sizeAAsizeBAisRectangleldataTypeTriggerposition D4uAJFangle@AttributesidtypeEmptyDetector:conditioncall{triggeractivated tgr_tuvanaka;}sizeAAsizeBAisRectangle:dataTypeTriggerposition"D`ksA~KFangle T@AttributesidtypeEmptyDetectoratlOffsetܪ>conditioncall{triggeractivated tgr_tuvanaka;}sizeAAsizeBAisRectangledataTypeTriggerposition˅ENjnAKFangle T@AttributesidtypeEmptyDetectorconditioncall{triggeractivated tgr_tuvanaka;}sizeAAsizeBAisRectangledataTypeTriggerpositionEOAMFangle@AttributesSidtypeEmptyDetectorconditioncall{triggeractivated tgr_tuvanaka;}sizeAAsizeBAisRectangledataTypeTriggerpositionaEHAMFangle@Attributes!idtypeEmptyDetectorconditioncall{triggeractivated tgr_tuvanaka;}sizeAAsizeBAisRectangledataTypeTriggerpositionE>AkNFangle@AttributesidtypeEmptyDetectorPconditioncall{triggeractivated tgr_tuvanaka;}sizeAAsizeBAisRectanglePdataTypeTriggerposition3E~CADNFangle@AttributesidtypeEmptyDetectorconditioncall{triggeractivated tgr_tuvanaka;}sizeAAsizeBAisRectangledataTypeLogicPositionInfo}idtypeAdmiral_CqcZoneCustomAttributesposition EAt?NFAttributesZidtypeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_tuvanaka;}sizeACsizeBCdataTypeTriggerpositionYDQrAHKFAttributes!idtypeEmptyDetectorAreaR50atlOffsetpconditioncall{triggeractivated tgr_tuvanaka;}sizeACsizeBCpdataTypeLogicPositionInfoidtypeAdmiral_PatrolZoneCustomAttributeseposition}E33WA`OF Attribute0Attribute1iAttribute2%Attribute3Attribute4Attribute5WAttribute6)Attribute7Attribute8Attribute9nAttributes epropertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value+idata;itypeTvalueitypeSTRINGipropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value%data%typevalue%typeSCALAR%propertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value\dataltypevalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueWdata(WtypeDvalueWtypeBOOLWpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];Value)data)typevalue@)typeSCALAR)propertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Valuedatatypevalue@typeSCALARpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value`dataptypevaluetypeSTRINGpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value'edata7etypePvalueetypeSTRINGedataTypeLogicPositionInfoidtypeAdmiral_PatrolZoneCustomAttributesZposition/D [%AROF Attribute0Attribute1^Attribute2 Attribute3 Attribute4 Attribute5L Attribute6 Attribute7 Attribute8 Attribute9nAttributes ZpropertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value ^data0^typeIvalue^typeSTRING^propertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value data type value typeSCALAR propertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value  data  type valueB typeSCALAR propertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueQ  dataa  type} valueB typeSCALAR propertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value L data L type9 valueL typeBOOLL propertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];Value  data  type value typeSCALAR propertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Value  data  type value typeSCALAR propertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Value  data  type value@ typeSCALAR propertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueUdataetype~valuetypeSTRINGpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueZdata,ZtypeEvalueZtypeSTRINGZdataTypeLogicPositionInfoidtypeAdmiral_PatrolZoneatlOffsetCustomAttributes_positionEhAGLF Attribute0Attribute1cAttribute2Attribute3Attribute4Attribute5QAttribute6#Attribute7Attribute8Attribute9nAttributes _propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value%cdata5ctypeNvaluectypeSTRINGcpropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Valuedatatype valuetypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueVdataftypevalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueQdata"Qtype>valueQtypeBOOLQpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];Value#data#typevalue#typeSCALAR#propertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Valuedatatypevalue@@typeSCALARpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueZdatajtypevaluetypeSTRINGpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value!_data1_typeJvalue_typeSTRING_dataTypeLayernameSentry AIEntitiesidtatlOffset`h>U+items*Item0Item1Item2Item3g Item4!Item5#Item6c$Item7%Item8'Item9)Item10+Item11-Item12U.Item13#/Item14G1Item15k3Item164Item176Item18g7Item198Item209Item21C;Item22<Item23=Item24?Item25;@Item26jAItem27BItem28CItem29DItem30FItem31QGItem32HItem33IItem34-KItem35LItem36MItem37)OItem38}PItem39QItem40 SItem41aTUdataTypeGroupsideIndependentEntitiesAttributesiditemsItem0dataTypeObjectPositionInfosideIndependentflagsAttributesidtypeI_C_Soldier_Camo_Fpositionw#Di@OFanglesw@@InventoryhandgunkuniformmapItemMapcompassItemCompasswatchItemWatchradioItemRadioheadgearCUP_H_SLA_BeretRednamehgun_Pistol_01_FprimaryMuzzleMagname10Rnd_9x21_MagammoLeft typeNameU_I_C_Soldier_Camo_FisBackpackMagazineCargo#ItemCargowitemsItem0@wname10Rnd_9x21_MagcountammoLeft witemsItem0nameFirstAidKitcountdataTypeGroupsideIndependentEntities Attributes idatlOffsetitemsItem0= dataTypeObjectPositionInfosideIndependentflagsAttributesidtypeI_C_Soldier_Para_2_F_ARKatlOffset positionqDP=@OFangles@ dataTypeGroupsideIndependentEntitiestAttributesa idatlOffsetg itemsItem0a dataTypeObjectPositionInfo# sideIndependentflagsAttributes[ idtypeI_C_Soldier_Para_2_F_ARKatlOffseta positionlDr@QOFangles<@[ a g dataTypeGroupsideIndependentEntities Attributes!idatlOffset 6!itemsItem0 !dataTypeObjectPositionInfow!sideIndependentflagsAttributes!idtypeI_C_Soldier_Para_6_F_ARKatlOffset 6!position)0D:~@OFanglesS@!!!dataTypeGroupsideIndependentEntities"Attributes #idatlOffset7#itemsItem09" #dataTypeObjectPositionInfo"sideIndependentflagsAttributes#idtypeI_C_Soldier_Para_6_F_ARKatlOffset7 #positionS[Dw@jOFanglesS@# ##dataTypeGroupsideIndependentEntitiesp#Attributes]$idatlOffsetc$itemsItem0#]$dataTypeObjectPositionInfo$sideIndependentflagsAttributesW$idtypeI_C_Soldier_Para_6_F_ARKatlOffset]$positionD@AuOFangles={?W$]$c$dataTypeGroupsideIndependentEntities$Attributes%idatlOffset5%itemsItem0$%dataTypeObjectPositionInfos%sideIndependentflagsAttributes%idtypeI_C_Soldier_Para_6_F_ARKatlOffset5%positionDj@OFangles@%%%dataTypeGroupsideIndependentEntities'&Attributes&CrewLinks'idatlOffsetQ'itemsItem0D&&dataTypeObjectPositionInfo&sideIndependentflagsAttributes&idtypeI_C_Soldier_Para_2_F_ARKatlOffset-P>&positionD@lOF&&'LinkIDProvider''Links:''nextID:'itemsItem0W''linkIDitem0item1CustomData''roleturretPath'dataTypeGroupsideIndependentEntities(Attributes(CrewLinks(id4)itemsItem02((dataTypeObjectPositionInfo(sideIndependentflagsAttributes(id5typeI_C_Soldier_Para_2_F_ARK(position ETAMFangles<}@!a@(((LinkIDProvider)Links0))nextID0)itemsItem0M))linkIDitem05item16CustomData))roleturretPath)dataTypeGroupsideIndependentEntities *Attributes*CrewLinks*id<+itemsItem0(**dataTypeObjectPositionInfo*sideIndependentflagsAttributes*id=typeI_C_Soldier_Para_6_F_ARK*position+E9WAnQFanglesf?***LinkIDProvider+Links&++nextID&+itemsItem0C++linkIDitem0=item1 CustomData~++roleturretPath+dataTypeGroupsideIndependentEntities,Attributes,CrewLinks,id>-itemsItem0,,dataTypeObjectPositionInfo,sideIndependentflagsAttributes,id?typeI_C_Soldier_Para_6_F_ARK,positionbPD9WAОLFangleswg@,,,LinkIDProvider -Links--nextID-itemsItem09--linkIDitem0?item1 CustomDatat--roleturretPath-dataTypeObjectPositionInfo.sideIndependentflagsAttributesO.id6typeCUP_I_Hilux_M2_IND_G_FU.position E!(nAMFangles<}@!a@O.U.dataTypeObjectPositionInfo.sideIndependentflagsAttributes/idtypeCUP_I_Hilux_M2_IND_G_FatlOffsetQ#/positioǹD"A%mOFangles9<Xh9@H</#/dataTypeObjectPositionInfo/sideIndependentflagsAttributes/id typeCUP_I_Hilux_armored_zu23_IND_G_FCustomAttributes90G1position+EOpA,pQFanglesf?/initcall{if (local this) then {this engineOn true};}90Attribute0a0nAttributesG1propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value0G1data0G1type21value[[[["FirstAidKit","Medikit"],[10,1]],[[],[]],[["ToolKit"],[1]],[[],[]]],false]G1typeSTRINGG1dataTypeObjectPositionInfo1sideIndependentflagsAttributes2id typeCUP_I_Hilux_armored_zu23_IND_G_FCustomAttributes]2k3positionbPDOpALFangleswg@2initcall{if (local this) then {this engineOn true};}]2Attribute02nAttributesk3propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value2k3data2k3typeV3value[[[["FirstAidKit","Medikit"],[10,1]],[[],[]],[["ToolKit"],[1]],[[],[]]],false]k3typeSTRINGk3dataTypeGroupsideIndependentEntities3Attributes4idatlOffset:4itemsItem034dataTypeObjectPositionInfo{4sideIndependentflagsAttributes4idtypeI_C_Soldier_Para_4_F_ARKatlOffset:4position.E,'AOFanglesM@444dataTypeGroupsideIndependentEntities 5Attributes 6idatlOffset/eA6itemsItem0=5 6dataTypeObjectPositionInfo5sideIndependentflagsAttributes6idtypeI_C_Soldier_Para_7_F_ARKatlOffset/eA 6position~E,'A9OFangles ?6 66dataTypeGroupsideIndependentEntitiest6Attributesa7idatlOffsetAttributes?id?itemsItem0Y>?dataTypeObjectPositionInfo>sideIndependentflagsAttributes>idtypeI_C_Soldier_Para_6_F_ARK?positionE9WA!PF>??dataTypeGroupsideIndependentEntitiesX?Attributes5@id;@itemsItem0u?5@dataTypeObjectPositionInfo?sideIndependentflagsAttributes/@idtypeI_C_Soldier_Para_6_F_ARK5@position2*E9WAQFanglesa@/@5@;@dataTypeGroupsideIndependentEntities@AttributesdAidjAitemsItem0@dAdataTypeObjectPositionInfo&AsideIndependentflagsAttributes^AidtypeI_C_Helipilot_F_ARKdAposition[.E9WAQFanglesVx+@^AdAjAdataTypeGroupsideIndependentEntitiesAAttributesBidBitemsItem0ABdataTypeObjectPositionInfoZBsideIndependentflagsAttributeszBidtypeI_C_Soldier_Para_2_F_ARKBposition_E9WAQFzBBBdataTypeGroupsideIndependentEntitiesBAttributesCidCitemsItem0BCdataTypeObjectPositionInfovCsideIndependentflagsAttributesCidtypeI_C_Soldier_Para_2_F_ARKCposition E9WAQFangles<0@CCCdataTypeGroupsideIndependentEntities DAttributesDidDitemsItem0(DDdataTypeObjectPositionInfoDsideIndependentflagsAttributesDidtypeI_C_Soldier_Para_1_F_ARKDposition E9WAXRFangles%^9@DDDdataTypeGroupsideIndependentEntities?EAttributesFidFitemsItem0\EFdataTypeObjectPositionInfoEsideIndependentflagsAttributesFidtypeI_C_Helipilot_F_ARKFpositionz E9WAQFangles#+@FFFdataTypeGroupsideIndependentEntitiesnFAttributesKGidQGitemsItem0FKGdataTypeObjectPositionInfo GsideIndependentflagsAttributesEGidtypeI_C_Soldier_Para_4_F_ARKKGposition E9WAARFangles?EGKGQGdataTypeGroupsideIndependentEntitiesGAttributesHidatlOffsetHitemsItem0GHdataTypeObjectPositionInfoaHsideIndependentflagsAttributesHidtypeI_C_Soldier_Para_6_F_ARKatlOffsetHpositionE1\A,PFangles|E@HHHdataTypeGroupsideIndependentEntitiesIAttributesIidatlOffset@X(>IitemsItem0#IIdataTypeObjectPositionInfoIsideIndependentflagsAttributesIidtypeI_C_Soldier_Para_2_F_ARKatlOffset@X(>Ipositionp E~RAMFangles.@IIIdataTypeGroupsideIndependentEntitiesJJAttributes'Kid-KitemsItem0gJ'KdataTypeObjectPositionInfoJsideIndependentflagsAttributes!KidtypeI_C_Soldier_Para_1_F_ARK'KpositionP EPyRA"MFanglesy?!K'K-KdataTypeGroupsideIndependentEntitiesKAttributes{LidatlOffset@7LitemsItem0K{LdataTypeObjectPositionInfo=LsideIndependentflagsAttributesuLidtypeI_C_Soldier_Para_1_F_ARKatlOffset@7{Lposition,DfA lHFanglesC_@uL{LLdataTypeGroupsideIndependentEntitiesLAttributesMidatlOffsetpMitemsItem0LMdataTypeObjectPositionInfoMsideIndependentflagsAttributesMidtypeI_C_Soldier_Para_2_F_ARKatlOffsetpMpositionD fACxHFanglesE@MMMdataTypeGroupsideIndependentEntities6NAttributes#OidatlOffset׸)OitemsItem0SN#OdataTypeObjectPositionInfoNsideIndependentflagsAttributesOidtypeI_C_Soldier_Para_1_F_ARKatlOffset׸#OpositionD@NFanglesi@O#O)OdataTypeGroupsideIndependentEntitiesOAttributeswPidatlOffsetL8}PitemsItem0OwPdataTypeObjectPositionInfo9PsideIndependentflagsAttributesqPidtypeI_C_Soldier_Para_7_F_ARKatlOffsetL8wPpositionD@8OFanglesJa@qPwP}PdataTypeGroupsideIndependentEntitiesPAttributesQidatlOffset6QitemsItem0PQdataTypeObjectPositionInfoQsideIndependentflagsAttributesQidtypeI_C_Soldier_Para_4_F_ARKatlOffset6QpositionD@OFanglesx?QQQdataTypeGroupsideIndependentEntities2RAttributesSidatlOffset6 SitemsItem0ORSdataTypeObjectPositionInfoRsideIndependentflagsAttributesSidtypeI_C_Soldier_Para_6_F_ARKatlOffset6Sposition D@`OFSS SdataTypeGroupsideIndependentEntitiesnSAttributes[TidatlOffset6aTitemsItem0S[TdataTypeObjectPositionInfoTsideIndependentflagsAttributesUTidtypeI_C_Soldier_Para_7_F_ARKatlOffset6[Tposition.QDS@PFangles?UT[TaTdataTypeGroupsideIndependentEntitiesTAttributesUidatlOffsetUitemsItem0TUdataTypeObjectPositionInfoqUsideIndependentflagsAttributesUidtypeI_C_Soldier_Para_6_F_ARKatlOffsetUpositionj^Dz@cOFUUUdataTypeLayernameSet DressingEntitiesUiduatlOffsetFHitemsGItem0KYItem14ZItem2[Item3\Item4\Item5]Item6^Item7_Item8`Item9kItem10lItem11tmItem12jxItem13uzItem14{Item15{Item16s|Item175}Item18'~Item19~Item20Item21aItem22Item23Item24ÂItem25Item26hItem27Item28օItem29Item30Item31jItem32FItem33"Item34Item35؋Item36Item37Item38}Item395Item40Item41Item42]Item43Item44ْItem45sItem46%Item47הItem48pItem49 Item50Item51;Item52ԗItem53mItem54Item55Item56SItem57,Item58Item59Item60Item61uItem62/Item63Item64Item65vItem66-Item67Item68Item69jItem70'dataTypeObjectPositionInfoYsideEmptyflagsAttributesYid)typeLand_WheelChock_01_F4Zposition9EôXAPFangles#@YcreateAsSimpleObjectdisableSimulation4ZdataTypeObjectPositionInfoZsideEmptyflagsAttributesZid*typeLand_WheelChock_01_F[position{EôXAnPFangles#@ZcreateAsSimpleObjectdisableSimulation[dataTypeObjectPositionInfo[sideEmptyflagsAttributes[id+typeLand_WheelChock_01_F\positioncsEôXAPFangles @[createAsSimpleObjectdisableSimulation\dataTypeObjectPositionInfo~\sideEmptyflagsAttributes\id,typeLand_WheelChock_01_F\position/yEôXA*PFangles @\createAsSimpleObjectdisableSimulation\dataTypeObjectPositionInfoa]sideEmptyflagsAttributes]idtypeC_Van_01_box_F]position EuAݗQFangles@]lockLOCKEDcreateAsSimpleObjectdisableSimulation]dataTypeObjectPositionInfoh^sideEmptyflagsAttributes^idtypeC_Van_01_transport_FatlOffset5^position` E$uA-QFangles䠾@^lockLOCKEDcreateAsSimpleObjectdisableSimulation^dataTypeObjectPositionInfob_sideEmptyflagsAttributes_idtypeCUP_C_TowingTractor_CIV_positionpEUXAPFangles7?_lockLOCKEDdisableSimulation_dataTypeObjectPositionInfo9`sideEmptyflagsAttributesq`idtypeC_Van_01_fuel_F`positionCEtA/QFanglesQ>q`lockLOCKEDcreateAsSimpleObjectdisableSimulation`dataTypeObjectPositionInfoKasideEmptyflagsAttributesaidtypegm_gc_civ_l410s_passengerCustomAttributesakposition] EjAnQFanglespR@alockLOCKEDtexturesgm_gc_wht_civcreateAsSimpleObjectdisableSimulationa Attribute0bAttribute1cAttribute2kdAttribute3XeAttribute4>fAttribute5)gAttribute6hAttribute7hAttribute8iAttribute9jnAttributes kpropertygm_vehicleMarkings_Insignias_MissionLarge_attributeexpression[_this,_value,3,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueFccdataVcctypeqcvalue-1ctypeSTRINGcpropertygm_vehicleMarkings_Insignias_nation_attributeexpression[_this,_value,5,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value+dkddata;dkdtypeVdvalue-1kdtypeSTRINGkdpropertygm_vehicleMarkings_Insignias_nationPosition_attributeexpression[_this,_value,5,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueeXedata(eXetypeCevalue-1XetypeSTRINGXepropertygm_vehicleMarkings_Insignias_Company_attributeexpression[_this,_value,3,4] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuee>fdataf>ftype)fvalue-1>ftypeSTRING>fpropertygm_vehicleMarkings_LicensePlates_Numbers_attributeexpression[_this,_value,0,1] spawn gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuef)gdataf)gtypegvalue-1)gtypeSTRING)gpropertygm_vehicleMarkings_Insignias_Battalion_attributeexpression[_this,_value,3,3] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valueghdataghtypegvalue-1htypeSTRINGhpropertygm_vehicleMarkings_Insignias_MissionSmall_attributeexpression[_this,_value,3,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuehhdatahhtypehvalue-1htypeSTRINGhpropertygm_vehicleMarkings_Insignias_Marking_attributeexpression[_this,_value,3,2] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valueiidataiitypeivalue-1itypeSTRINGipropertygm_vehicleMarkings_Insignias_flag_attributeexpression[_this,_value,5,2] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuejjdatajjtypejvalue-1jtypeSTRINGjpropertygm_vehicleMarkings_LicensePlates_Plate_attributeexpression[_this,_value,0,0] spawn gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuenkkdata~kktypekvalue-1ktypeSTRINGkdataTypeObjectPositionInfo-lsideEmptyflagsAttributeselidtypeCUP_I_Hilux_unarmed_IND_G_Flposition EqAXQFangles4@ellockLOCKEDdisableSimulationldataTypeObjectPositionInfomsideEmptyflagsAttributesHmidtypeCUP_I_Hilux_unarmed_IND_G_Ftmposition1ECqAQFanglesW?HmlockLOCKEDdisableSimulationtmdataTypeObjectPositionInfonsideEmptyflagsAttributes?nidtypegm_gc_civ_l410s_passengerCustomAttributesnjxpositionE]$A QFanglespR@?nlockLOCKEDtexturesgm_gc_wht_civcreateAsSimpleObjectdisableSimulationn Attribute0WoAttribute1BpAttribute2'qAttribute3rAttribute4rAttribute5sAttribute6tAttribute7uAttribute8vAttribute9wnAttributes jxpropertygm_vehicleMarkings_Insignias_MissionLarge_attributeexpression[_this,_value,3,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValuepBpdatapBptype-pvalue-1BptypeSTRINGBppropertygm_vehicleMarkings_Insignias_nation_attributeexpression[_this,_value,5,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuep'qdatap'qtypeqvalue-1'qtypeSTRING'qpropertygm_vehicleMarkings_Insignias_nationPosition_attributeexpression[_this,_value,5,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valueqrdataqrtypeqvalue-1rtypeSTRINGrpropertygm_vehicleMarkings_Insignias_Company_attributeexpression[_this,_value,3,4] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuerrdatarrtypervalue-1rtypeSTRINGrpropertygm_vehicleMarkings_LicensePlates_Numbers_attributeexpression[_this,_value,0,1] spawn gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuessdatasstypesvalue-1stypeSTRINGspropertygm_vehicleMarkings_Insignias_Battalion_attributeexpression[_this,_value,3,3] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuettdatatttypetvalue-1ttypeSTRINGtpropertygm_vehicleMarkings_Insignias_MissionSmall_attributeexpression[_this,_value,3,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuexuudatauutypeuvalue-1utypeSTRINGupropertygm_vehicleMarkings_Insignias_Marking_attributeexpression[_this,_value,3,2] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value^vvdatanvvtypevvalue-1vtypeSTRINGvpropertygm_vehicleMarkings_Insignias_flag_attributeexpression[_this,_value,5,2] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueAwwdataQwwtypelwvalue-1wtypeSTRINGwpropertygm_vehicleMarkings_LicensePlates_Plate_attributeexpression[_this,_value,0,0] spawn gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value*xjxdata:xjxtypeUxvalue-1jxtypeSTRINGjx dataTypeObjectPositionInfoysideEmptyflagsAttributes:yidtypeCUP_C_B737_CIVatlOffsetCustomAttributesfyuzpositionEcAPFanglesi?:ylockLOCKEDdisableSimulationfyAttribute0ynAttributesuzpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valueyuzdatayuztype`zvalue[[[["FirstAidKit"],[4]],[[],[]],[["ItemGPS","ItemRadio"],[1,1]],[[],[]]],false]uztypeSTRINGuzdataTypeObjectPositionInfozsideEmptyflagsAttributes {id1typeLand_Camping_Light_F{positionn E2jA. RF {{dataTypeObjectPositionInfo{sideEmptyflagsAttributes{id2typeLand_Camping_Light_F{positionEjAQF{{dataTypeObjectPositionInfo5|sideEmptyflagsAttributesm|idtypeLand_TentLamp_01_suspended_red_Fs|position6FD?@OFangles'@m|s|dataTypeObjectPositionInfo|sideEmptyflagsAttributes}idtypeSatPhone5}positionE,Dv@OFanglesߏ?}disableSimulation5}dataTypeObjectPositionInfo}sideEmptyflagsAttributes}idtypeLand_PortableLongRangeRadio_F'~positionD@LOFangles3U@}createAsSimpleObjectdisableSimulation'~dataTypeObjectPositionInfo~sideEmptyflagsAttributes~idtypeplp_cts_PlasticBarrelWhiteSide~positionE \WANQF~disableSimulation~dataTypeObjectPositionInfoisideEmptyflagsAttributesidtypeplp_cts_PlasticBarrelWhiteSideposition} EtWA RFdisableSimulationdataTypeObjectPositionInfo#sideEmptyflagsAttributesCidtypeplp_cts_PlasticBarrelRedapositionE \WAQFCdisableSimulationadataTypeObjectPositionInfo݀sideEmptyflagsAttributesidtypeplp_cts_PlasticBarrelRedpositionca EtWA1 RFdisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesсidtypeplp_cts_PlasticBarrelGreenpositionE \WAQFangles m@сdisableSimulationdataTypeObjectPositionInfomsideEmptyflagsAttributesidtypeplp_cts_PlasticBarrelGreenÂpositionn EtWA* RFangles m@disableSimulationÂdataTypeObjectPositionInfo@sideEmptyflagsAttributesxidtypeLand_Laptop_02_unfolded_FpositionO%D!@OFangles/position"EbA:WMFangles;?Ԃ@VN<)/dataTypeObjectPositionInfosideEmptyAttributesidDtypeCUP_BOX_UN_AmmoVeh_FatlOffset@>>positionEbA_jMFangles;@?Ԃ@@dataTypeObjectPositionInfoqsideEmptyflagsAttributesidHtypeCUP_BOX_UN_AmmoVeh_FatlOffset>position@E(cA}MFangles@dataTypeObjectPositionInfo8sideEmptyflagsAttributespidJtypeCUP_BOX_UN_Grenades_FatlOffsetn2>vpositionEIA~MFangles@N?G@pvdataTypeObjectPositionInfosideEmptyflagsAttributes'idGtypeCUP_BOX_UN_Grenades_F-positionE!JA_MFangles;VN<'-dataTypeObjectPositionInfosideEmptyflagsAttributesidItypeCUP_BOX_UN_AmmoOrd_FatlOffset&>positionE'VAMFangles@r?G@dataTypeObjectPositionInfoosideEmptyAttributesidFtypeCUP_BOX_UN_AmmoOrd_FatlOffset 7>positionEǹVA\MFangles@dataTypeObjectPositionInfo,sideEmptyflagsAttributesdidtypeCUP_I_Hilux_unarmed_IND_G_Fjposition DL@OFangles~@՚@Item146Item147Item148%Item149rItem150Item151 Item152YItem153Item154Item155@Item156Item157Item158'Item159tItem160Item161Item162[Item163Item164Item165BItem166Item167Item168)Item169vItem170Item171Item172]Item173Item174Item175DItem176Item177Item178+Item179xItem180Item181Item182_Item183Item184Item185FItem186Item187Item188-Item189zItem190Item191Item192aItem193Item194Item195HItem196Item197Item198/Item199|Item200Item201Item202cItem203Item204Item205JItem206Item207Item2081Item209~Item210Item211Item212eItem213Item214Item215LItem216Item217Item2183Item219Item220Item221Item222gItem223Item224Item225NItem226Item227Item2285Item229linkIDitem0ritem1tCustomDataܲtypeSynclinkIDitem0sitem1tCustomData);typeSync;linkIDitem0gitem1tCustomDatavtypeSynclinkIDitem0hitem1tCustomDataóճtypeSyncճlinkIDitem0item1CustomData"typeSync"linkIDitem0item1CustomData]otypeSyncolinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData typeSync linkIDitem0item1CustomDataDVtypeSyncVlinkID item0item1CustomDatatypeSynclinkID item0item1CustomData޵typeSynclinkID item0item1CustomData+=typeSync=linkID item0item1CustomDataxtypeSynclinkID item0item1CustomDataŶ׶typeSync׶linkIDitem0item1CustomData$typeSync$linkIDitem0item1CustomData_qtypeSyncqlinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData typeSync linkIDitem0item1CustomDataFXtypeSyncXlinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData-?typeSync?linkIDitem0item1CustomDataztypeSynclinkIDitem0item1CustomDataǹٹtypeSyncٹlinkIDitem0item1CustomData&typeSync&linkIDitem0item1CustomDataastypeSyncslinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData typeSync linkIDitem0item1CustomDataHZtypeSyncZlinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData/AtypeSyncAlinkID item0item1CustomData|typeSynclinkID!item0 item1CustomDataɼۼtypeSyncۼlinkID"item0 item1CustomData(typeSync(linkID#item0 item1CustomDatacutypeSynculinkID$item0item1CustomData½typeSync½linkID%item0item1CustomDatatypeSynclinkID&item0item1CustomDataJ\typeSync\linkID'item0item1CustomDatatypeSynclinkID(item0item1CustomDatatypeSynclinkID)item0item1CustomData1CtypeSyncClinkID*item0:item1CustomData~typeSynclinkID+item0<item1CustomData˿ݿtypeSyncݿlinkID,item0>item1CustomData*typeSync*linkID-item0@item1CustomDataewtypeSyncwlinkID.item0/item1CustomDatatypeSynclinkID/item0Bitem1CustomDatatypeSynclinkID0item0_item1CustomDataL^typeSync^linkID1item0jitem1CustomDatatypeSynclinkID2item0mitem1CustomDatatypeSynclinkID3item0litem1CustomData3EtypeSyncElinkID4item0oitem1CustomDatatypeSynclinkID5item0qitem1CustomDatatypeSynclinkID6item0sitem1CustomData,typeSync,linkID7item0uitem1CustomDatagytypeSyncylinkID8item0witem1CustomDatatypeSynclinkID9item0yitem1CustomDatatypeSynclinkID:item0{item1CustomDataN`typeSync`linkID;item0}item1CustomDatatypeSynclinkID<item0item1CustomDatatypeSynclinkID=item0item1CustomData5GtypeSyncGlinkID>item0item1CustomDatatypeSynclinkID?item0item1CustomDatatypeSynclinkID@item0item1CustomData.typeSync.linkIDAitem0item1CustomDatai{typeSync{linkIDBitem0item1CustomDatatypeSynclinkIDCitem0item1CustomDatatypeSynclinkIDDitem0item1CustomDataPbtypeSyncblinkIDEitem0item1CustomDatatypeSynclinkIDFitem0item1CustomDatatypeSynclinkIDGitem0item1CustomData7ItypeSyncIlinkIDHitem0item1CustomDatatypeSynclinkIDIitem0item1CustomDatatypeSynclinkIDJitem0item1CustomData0typeSync0linkIDKitem0item1CustomDatak}typeSync}linkIDLitem0item1CustomDatatypeSynclinkIDMitem0item1CustomDatatypeSynclinkIDNitem0item1CustomDataRdtypeSyncdlinkIDOitem0item1CustomDatatypeSynclinkIDPitem0item1CustomDatatypeSynclinkIDQitem0item1CustomData9KtypeSyncKlinkIDRitem0item1CustomDatatypeSynclinkIDSitem0item1CustomDatatypeSynclinkIDTitem0item1CustomData 2typeSync2linkIDUitem0item1CustomDatamtypeSynclinkIDVitem0item1CustomDatatypeSynclinkIDWitem0item1CustomDatatypeSynclinkIDXitem0item1CustomDataTftypeSyncflinkIDYitem0item1CustomDatatypeSynclinkIDZitem0/item1CustomDatatypeSynclinkID[item0mitem1CustomData;MtypeSyncMlinkID\item0_item1CustomDatatypeSynclinkID]item0item1CustomDatatypeSynclinkID^item0item1CustomData"4typeSync4linkID_item0"item1CustomDataotypeSynclinkID`item0bitem1CustomDatatypeSynclinkIDaitem0citem1CustomData typeSynclinkIDbitem0eitem1CustomDataVhtypeSynchlinkIDcitem0fitem1CustomDatatypeSynclinkIDditem0gitem1CustomDatatypeSynclinkIDeitem0hitem1CustomData=OtypeSyncOlinkIDfitem0aitem1CustomDatatypeSynclinkIDgitem0.item1CustomDatatypeSynclinkIDhitem0item1CustomData$6typeSync6linkIDiitem0item1CustomDataqtypeSynclinkIDjitem0item1CustomDatatypeSynclinkIDkitem0item1CustomData typeSynclinkIDlitem0item1CustomDataXjtypeSyncjlinkIDmitem0item1CustomDatatypeSynclinkIDnitem0item1CustomDatatypeSynclinkIDoitem0item1CustomData?QtypeSyncQlinkIDpitem0item1CustomDatatypeSynclinkIDqitem0item1CustomDatatypeSynclinkIDritem0item1CustomData&8typeSync8linkIDsitem0item1CustomDatastypeSynclinkIDtitem0item1CustomDatatypeSynclinkIDuitem0item1CustomData typeSynclinkIDvitem0item1CustomDataZltypeSyncllinkIDwitem0item1CustomDatatypeSynclinkIDxitem0item1CustomDatatypeSynclinkIDyitem0item1CustomDataAStypeSyncSlinkIDzitem0item1CustomDatatypeSynclinkID{item0item1CustomDatatypeSynclinkID|item0item1CustomData(:typeSync:linkID}item0item1CustomDatautypeSynclinkID~item0item1CustomDatatypeSynclinkIDitem0item1CustomData!typeSync!linkIDitem0 item1CustomData\ntypeSyncnlinkIDitem0 item1CustomDatatypeSynclinkIDitem0:item1CustomDatatypeSynclinkIDitem0Eitem1CustomDataCUtypeSyncUlinkIDitem0@item1CustomDatatypeSynclinkIDitem0Ditem1CustomDatatypeSynclinkIDitem0Hitem1CustomData*<typeSync<linkIDitem0Jitem1CustomDatawtypeSynclinkIDitem0Gitem1CustomDatatypeSynclinkIDitem0Iitem1CustomData#typeSync#linkIDitem0Fitem1CustomData^ptypeSyncplinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData typeSync linkIDitem0item1CustomDataEWtypeSyncWlinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData,>typeSync>linkIDitem0item1CustomDataytypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData%typeSync%linkIDitem06item1CustomData`rtypeSyncrlinkIDitem05item1CustomDatatypeSynclinkIDitem0 item1CustomData typeSync linkIDitem0=item1CustomDataGYtypeSyncYlinkIDitem0 item1CustomDatatypeSynclinkIDitem0?item1CustomDatatypeSynclinkIDitem0Ritem1SCustomData.@typeSync@linkIDitem0Qitem1SCustomData{typeSynclinkIDitem0Pitem1TCustomDatatypeSynclinkIDitem0Vitem1XCustomData'typeSync'linkIDitem0Uitem1XCustomDatabttypeSynctlinkIDitem0Witem1XCustomDatatypeSynclinkIDitem0_item1xCustomDatatypeSynclinkIDitem0^item1xCustomDataI[typeSync[linkIDitem0]item1xCustomDatatypeSynclinkIDitem0\item1yCustomDatatypeSynclinkIDitem0[item1yCustomData0BtypeSyncBlinkIDitem0Zitem1CustomData}typeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData)typeSync)linkIDitem0item1CustomDatadvtypeSyncvlinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDataK]typeSync]linkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData2DtypeSyncDlinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData+typeSync+linkIDitem0item1CustomDatafxtypeSyncxlinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDataM_typeSync_linkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData4FtypeSyncFlinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData-typeSync-linkIDitem0item1CustomDatahztypeSynczlinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDataOatypeSyncalinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData6HtypeSyncHlinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData/typeSync/linkIDitem0item1CustomDataj|typeSync|linkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDataQctypeSyncclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData8JtypeSyncJlinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData1typeSync1linkIDitem0item1CustomDatal~typeSync~linkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDataSetypeSyncelinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData:LtypeSyncLlinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData!3typeSync3linkIDitem0item1CustomDatantypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDataUgtypeSyncglinkIDitem0item1!CustomDatatypeSynclinkIDitem0item1!CustomDatatypeSynclinkIDitem0"item11CustomData<NtypeSyncNlinkIDitem0'item11CustomDatatypeSynclinkIDitem0,item11CustomDatatypeSynclinkIDitem0>item1MCustomData#5typeSync5linkIDitem0Citem1MCustomDataptypeSynclinkIDitem0Hitem1MCustomDatatypeSyncLinkIDProviderLinksnextIDitemsItem0/Item1{linkIDitem0item1CustomDataj{role{linkIDitem0item1CustomDataroley ̪2ՙ,h,S