admiral\admiral.hU;Sgdescription.ext^hull3\briefing\blufor.sqf3Sg_hull3\briefing\civilian.sqf^hull3\briefing\indfor.sqf^hull3\briefing\opfor.sqf^hull3\hull3.h^hull3\LICENSE^8hull3\ROOF_KOREANS_GEAR.h9Sghull3\ROOF_KOREANS_UNIFORM.h,4Sgeinit.sqf^initPlayerLocal.sqf@SgDinitServer.sqf^mission.sqmCSgplank.hE@Sgkzone_spawned_unit.sqf^;class Admiral { isEnabled = 1; isBehaviorEnabled = 0; groupSpawnDelay = 2; useTracers = 1; class Events { zone_spawned_unit = "zone_spawned_unit.sqf"; }; sideRelations[] = { {"west", "resistance", "enemy"}, {"resistance", "west", "enemy"} }; class ZoneTemplates { class Camp { infFireteamSize = 1; infWaypointAmount = 4; techWaypointAmount = 3; armourWaypointAmount = 3; waypointBehaviours[] = {"AWARE"}; canSpawnFfvCrew = 0; aimingAccuracy = 0.2; aimingShake = 0.2; aimingSpeed = 0.5; spotDistance = 0.65; spotTime = 1; courage = 1; reloadSpeed = 1; commanding = 1; general = 0.7; }; }; class Camp { defaultUnitTemplate = "MNP_KOR_WD"; defaultZoneTemplate = "Camp"; }; class Patrol { defaultUnitTemplate = "MNP_KOR_WD"; defaultZoneTemplate = "Patrol"; }; class Cqc { defaultUnitTemplate = "MNP_KOR_WD"; defaultZoneTemplate = "Cqc"; }; class UnitTemplates { class MNP_KOR_WD { technicals[] = {"CUP_O_UAZ_MG_RU", "CUP_O_UAZ_MG_RU", "CUP_O_UAZ_AGS30_RU", "CUP_O_UAZ_SPG9_RU"}; armour[] = {"CUP_O_MTLB_pk_WDL_RU", "CUP_O_BRDM2_SLA", "CUP_O_BTR60_SLA", "CUP_I_BMP1_TK_GUE", "CUP_I_T55_TK_GUE", "CUP_O_T72_SLA", "CUP_O_BTR80_GREEN_RU", "CUP_O_BTR80A_GREEN_RU"}; }; }; }; #include "admiral\admiral.h" #include "hull3\hull3.h" #include "plank.h" enableDebugConsole = 1; disableChannels[]={{2,true,true},{4,true,true},{6,true,true}}; onLoadName = "roof koreans"; onLoadMission = "Made with Hull3"; author = "dancemoox"; loadScreen = "x\ark\addons\hull3\resources\hull3_logo.paa"; class Header { gameType = Coop; minPlayers = 1; maxPlayers = 63; }; respawn = 0; respawndelay = 3; respawnTemplates[] = {"Hull3_RespawnHandler"}; class Params { class Hull3_Date { title = "Moon Phase"; values[] = {0,1}; texts[] = {"New Moon", "Full Moon"}; default = 0; 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 = 1; code = "hull3_mission_fog = %1"; }; class Hull3_Weather { title = "Weather"; values[] = {0,1,2,3,4,5,6,7,8,9}; texts[] = {"Random", "Clear (Calm)", "Clear (Light Winds)", "Clear (Strong Winds)", "Overcast (Calm)", "Overcast (Light Winds)", "Overcast (Strong Winds)", "Rain (Light Winds)", "Rain (Strong Winds)", "Storm"}; default = 1; code = "hull3_mission_weather = %1"; }; class Hull3_SafetyTimer { title = "Safety Timer"; values[] = {9999,0}; texts[] = {"On", "Off"}; default = 9999; code = "hull3_mission_safetyTimerEnd = %1"; }; }; class CfgDebriefingSections { class acex_killTracker { title = "Acex Killed Events"; variable = "acex_killTracker_outputText"; }; }; allowProfileGlasses = 0; // BLUFOR Notes // Situation player createDiaryRecord ["Diary", ["Situation","
Our mission on the Northern island is complete however bad weather has prevented our extract from taking off. The Northern garrison forces are now aware of our incursion and will be mounting an assault shortly.

We must dig in and await extraction.

ENEMY FORCES
North Korea regulars and garrison forces

FRIENDLY FORCES
An extraction force and escort are en route currently but it will be some time until they can extract us. "]]; // Mission player createDiaryRecord ["Diary", ["Mission","
Defend the indicated AO until extraction arrives.

Expect enemy assaults from the north through to the south. "]]; // Execution player createDiaryRecord ["Diary", ["Execution","
Dig in and hold using the sandbags we've found inside abandoned buildings.

Ammunition dumps have been prepared in the northern roof ammo dump and southern roof ammo dump.

Once the shooting starts remain within the indicated perimeter until extract. "]]; // 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 MissionParams { date[] = { {2035, 24, 11}, {2035, 24, 11} }; time[] = { {3, 30}, {5, 50}, {9, 0}, {12, 0}, {15, 0}, {17, 50}, {18, 50}, {0, 0} }; }; 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 ROOF_KOREANS { gear = "ROOF_KOREANS_GEAR"; uniform = "ROOF_KOREANS_UNIFORM"; languages[] = { {"west", 100} }; }; }; class Gear { #include "ROOF_KOREANS_GEAR.h" unitBaseClass = "Rifleman"; vehicleBaseClass = "Vehicle"; }; class Uniform { #include "ROOF_KOREANS_UNIFORM.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 ROOF_KOREANS_GEAR { class Rifleman { primaryWeapon = "CUP_arifle_Mk16_CQC_black"; primaryWeaponItems[] = {"CUP_optic_Elcan_SpecterDR_KF_RMR_black", "suppressor_l_lxWS", "CUP_acc_LLM_black"}; secondaryWeapon = ""; secondaryWeaponItems[] = {}; handgunWeapon = "CUP_hgun_M9A1"; handgunItems[] = {}; uniformWeapons[] = {}; vestWeapons[] = {}; backpackWeapons[] = {}; uniformMagazines[] = { {"HandGrenade", 2}, {"ACE_Chemlight_IR", 2}, {"SmokeShellRed", 2}, {"ACE_IR_Strobe_Item", 1}, {"CUP_15Rnd_9x19_M9", 4} }; vestMagazines[] = { {"CUP_30Rnd_556x45_PMAG_BLACK_RPL", 6}, {"CUP_30Rnd_556x45_PMAG_BLACK_RPL_Tracer_Red", 2} }; backpackMagazines[] = { {"HandGrenade", 2}, {"SmokeShellRed", 2}, {"CUP_30Rnd_556x45_PMAG_BLACK_RPL", 4}, {"CUP_30Rnd_556x45_PMAG_BLACK_RPL_Tracer_Red", 2} }; basicAssignItems[] = {"ItemMap", "ItemCompass", "ItemWatch", "CUP_NVG_GPNVG_black", "ItemGPS"}; assignItems[] = {}; binocular = ""; uniformItems[] = { {"ACE_Flashlight_XL50", 1}, {"ACE_wirecutter", 1}, {"ACE_EntrenchingTool", 1} }; vestItems[] = {}; backpackItems[] = {}; uniformRadios[] = {"ACRE_PRC343"}; vestRadios[] = {}; backpackRadios[] = {}; uniformMedicalItems[] = { {"ACE_fieldDressing", 10}, {"ACE_tourniquet", 2} }; vestMedicalItems[] = {}; backpackMedicalItems[] = {}; code = ""; headGear = ""; uniform = ""; goggles = ""; vest = ""; backpack = ""; }; class Leader : Rifleman { primaryWeapon = "CUP_arifle_Mk16_CQC_EGLM_black"; vestMagazines[] = { {"CUP_30Rnd_556x45_PMAG_BLACK_RPL", 6}, {"CUP_1Rnd_HE_M203", 4}, {"CUP_1Rnd_HEDP_M203", 4}, {"CUP_1Rnd_SmokeRed_M203", 2}, {"CUP_30Rnd_556x45_PMAG_BLACK_RPL_Tracer_Red", 2} }; backpackMagazines[] = { {"HandGrenade", 1}, {"CUP_30Rnd_556x45_PMAG_BLACK_RPL", 4}, {"CUP_30Rnd_556x45_PMAG_BLACK_RPL_Tracer_Red", 2}, {"CUP_1Rnd_SmokeRed_M203", 2}, {"CUP_1Rnd_StarCluster_Red_M203", 2}, {"ACE_40mm_Flare_ir", 2}, {"CUP_1Rnd_StarFlare_Red_M203", 2} }; binocular = "ACE_Vector"; }; class Officer : Leader { binocular = "Laserdesignator_01_khk_F"; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; }; class Crew : Rifleman { primaryWeaponItems[] = {"optic_r1_high_lxWS", "CUP_acc_LLM_black"}; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; vestMagazines[] = {{"CUP_30Rnd_556x45_PMAG_BLACK_RPL", 4}}; backpackMagazines[] = {}; }; class CO : Officer { }; class XO : CO { }; class SL : Officer { }; class Medic : Rifleman { primaryWeapon = "CUP_arifle_Mk16_CQC_AFG_black"; vestMagazines[] = { {"CUP_30Rnd_556x45_PMAG_BLACK_RPL", 6}, {"CUP_30Rnd_556x45_PMAG_BLACK_RPL_Tracer_Red", 2} }; backpackMagazines[] = { {"SmokeShellRed", 4}, {"CUP_30Rnd_556x45_PMAG_BLACK_RPL", 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"; primaryWeaponItems[] = {"CUP_optic_ElcanM145", "CUP_acc_LLM01_L"}; 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 { primaryWeapon = "CUP_arifle_Mk16_CQC_FG_black"; backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShellRed", 1}, {"CUP_100Rnd_TE4_LRT4_Red_Tracer_762x51_Belt_M", 4} }; binocular = "ACE_Vector"; }; class RAT : Rifleman { primaryWeapon = "CUP_arifle_Mk16_CQC_AFG_black"; secondaryWeapon = "CUP_launch_APILAS"; vestMagazines[] = { {"CUP_30Rnd_556x45_PMAG_BLACK_RPL", 6}, {"CUP_30Rnd_556x45_PMAG_BLACK_RPL_Tracer_Red", 2} }; backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShellRed", 1}, {"CUP_30Rnd_556x45_PMAG_BLACK_RPL", 4}, {"CUP_30Rnd_556x45_PMAG_BLACK_RPL_Tracer_Red", 2} }; }; class SN : Rifleman { primaryWeapon = "CUP_srifle_AWM_blk"; primaryWeaponItems[] = {"CUP_optic_AN_PVS_10_black", "CUP_muzzle_snds_AWM", "CUP_bipod_Harris_1A2_L_BLK"}; vestMagazines[] = { {"CUP_5Rnd_86x70_L115A1", 4}, {"CUP_15Rnd_9x19_M9", 3} }; backpackMagazines[] = { {"HandGrenade", 2}, {"SmokeShell", 2}, {"CUP_5Rnd_86x70_L115A1", 3} }; binocular = "ACE_Vector"; uniformRadios[] = {"ACRE_PRC343"}; }; class P : Crew { }; class PCM : P { }; class Vehicle { weapons[] = { {"CUP_launch_FIM92Stinger", 2}, {"CUP_launch_APILAS", 25} }; magazines[] = { {"CUP_30Rnd_556x45_PMAG_BLACK_RPL", 150}, {"CUP_30Rnd_556x45_PMAG_BLACK_RPL_Tracer_Red", 150}, {"CUP_100Rnd_TE4_LRT4_Red_Tracer_762x51_Belt_M", 150}, {"CUP_5Rnd_86x70_L115A1", 25}, {"CUP_1Rnd_HE_M203", 25}, {"CUP_1Rnd_HEDP_M203", 25}, {"CUP_1Rnd_SmokeRed_M203", 25}, {"ACE_40mm_Flare_ir", 25}, {"CUP_1Rnd_StarCluster_Red_M203", 25}, {"CUP_1Rnd_StarFlare_Red_M203", 25}, {"ACE_IR_Strobe_Item", 15}, {"CUP_15Rnd_9x19_M9", 25}, {"HandGrenade", 15}, {"SmokeShellRed", 15} }; items[] = {}; medicalItems[] = { {"ACE_fieldDressing", 50}, {"ACE_splint", 12} }; }; }; class ROOF_KOREANS_UNIFORM { class Rifleman { headGear = "acp_Multicam_H_HelmetHBK_F_Multicam"; goggles = "CUP_FR_NeckScarf"; uniform = "acp_Solid_Black_U_B_CombatUniform_Solid_Black"; vest = "acp_Multicam_V_CarrierRigKBT_01_light_Multicam_F_ARM"; backpack = "ark_backpack_med"; insignia = "USP_PATCH_FLAG_SOUTH_KOREA"; }; class Leader : Rifleman { headGear = "acp_Multicam_H_HelmetHBK_headset_F_Multicam"; goggles = "CUP_G_ESS_BLK"; }; class Officer : Leader { }; class Crew : Rifleman { headGear = "H_PilotHelmetHeli_O"; goggles = ""; uniform = "CUP_U_B_USArmy_PilotOverall"; vest = "acp_ROK_Marine_Tigerstripe_V_TacVest_ROK_Marine_Tigerstripe_ARM"; backpack = "ark_backpack_small"; }; class CO : Officer { }; class XO : CO { }; class SL : Officer { }; class Medic : Rifleman { uniform = "acp_Solid_Black_U_B_CombatUniform_vest_Solid_Black"; backpack = "ark_backpack_large"; }; class FTL : Leader { goggles = "CUP_G_ESS_BLK_Scarf_Grn"; uniform = "acp_Solid_Black_U_B_CombatUniform_vest_Solid_Black"; }; class AR : Rifleman { goggles = "CUP_G_ESS_BLK_Scarf_Face_Grn"; uniform = "acp_Solid_Black_U_B_CombatUniform_tshirt_Solid_Black"; }; class AAR : Rifleman { goggles = "CUP_G_Scarf_Face_Grn"; backpack = "ark_backpack_large"; }; class RAT : Rifleman { uniform = "acp_Solid_Black_U_B_CombatUniform_vest_Solid_Black"; }; class SN : Rifleman { headGear = "H_Beret_Headset_lxWS"; goggles = "CUP_G_ESS_BLK_Scarf_Face_Grn"; backpack = "ark_backpack_small"; }; class P : Crew { }; class PCM : P { }; }; ark_fnc_plank_assignFortifications = { private _unit = _this select 0; private _gearClass = _unit getVariable "hull3_gear_class"; if (isNil {_unit getVariable "plank_areFortsAssigned"}) then { call { if (_gearClass in ["CO", "XO", "SL"]) exitWith {[_unit, [1, 4, 0, 4, 0, 0, 0, 1]] call plank_api_fnc_forceAddFortifications}; if (_gearClass in ["FTL"]) exitWith {[_unit, [0, 4, 0, 4, 0, 1, 0, 0]] call plank_api_fnc_forceAddFortifications}; if (_gearClass in ["Rifleman", "AR", "AAR"]) exitWith {[_unit, [0, 4, 0, 4, 0, 0, 0, 0]] call plank_api_fnc_forceAddFortifications}; if (_gearClass in ["Medic"]) exitWith {[_unit, [0, 4, 2, 4, 0, 0, 1, 0]] call plank_api_fnc_forceAddFortifications}; if (_gearClass in ["RAT"]) exitWith {[_unit, [0, 4, 0, 4, 1, 0, 0, 0]] call plank_api_fnc_forceAddFortifications}; if (_gearClass in ["SN"]) exitWith {[_unit, [0, 4, 2, 4, 0, 0, 0, 0]] call plank_api_fnc_forceAddFortifications}; }; _unit setVariable ["plank_areFortsAssigned", true, true]; }; }; ark_fnc_plank_fill_dragon = { private _box = _this select 1; [_box, 9999] remoteExecCall ["ace_rearm_fnc_makeSource", 2]; private ["_weapons"]; _weapons = [ ["CUP_launch_APILAS", 10] ]; clearMagazineCargoGlobal _box; clearWeaponCargoGlobal _box; clearItemCargoGlobal _box; clearBackpackCargoGlobal _box; {_box addWeaponCargoGlobal _x;} foreach _weapons; }; ark_fnc_plank_fill_MMG_Ammo = { private _box = _this select 1; [_box, 9999] remoteExecCall ["ace_rearm_fnc_makeSource", 2]; private ["_magazines"]; _magazines = [ ["CUP_30Rnd_556x45_PMAG_BLACK_RPL", 50], ["CUP_30Rnd_556x45_PMAG_BLACK_RPL_Tracer_Red", 25], ["CUP_1Rnd_HE_M203", 10], ["CUP_1Rnd_HEDP_M203", 10], ["CUP_1Rnd_SmokeRed_M203", 10], ["CUP_1Rnd_StarCluster_Red_M203", 10], ["CUP_1Rnd_StarFlare_Red_M203", 10], ["ACE_40mm_Flare_ir", 10], ["CUP_100Rnd_TE4_LRT4_Red_Tracer_762x51_Belt_M", 50], ["HandGrenade", 15], ["SmokeShellRed", 15], ["ACE_Chemlight_IR", 15] ]; clearMagazineCargoGlobal _box; clearWeaponCargoGlobal _box; clearItemCargoGlobal _box; clearBackpackCargoGlobal _box; {_box addMagazineCargoGlobal _x;} foreach _magazines; //_box call ark_fnc_plank_setBoxColour_t4; }; ark_fnc_plank_fill_Ammo = { private _box = _this select 1; private ["_magazines", "_items"]; _magazines = [ ["CUP_30Rnd_556x45_PMAG_BLACK_RPL", 150], ["CUP_30Rnd_556x45_PMAG_BLACK_RPL_Tracer_Red", 50], ["CUP_1Rnd_HE_M203", 25], ["CUP_1Rnd_HEDP_M203", 25], ["CUP_1Rnd_SmokeRed_M203", 25], ["CUP_1Rnd_StarCluster_Red_M203", 25], ["CUP_1Rnd_StarFlare_Red_M203", 25], ["ACE_40mm_Flare_ir", 25], ["CUP_100Rnd_TE4_LRT4_Red_Tracer_762x51_Belt_M", 150], ["HandGrenade", 25], ["MiniGrenade", 25], ["SmokeShellRed", 25], ["ACE_Chemlight_IR", 25], ["CUP_15Rnd_9x19_M9", 25], ["CUP_5Rnd_86x70_L115A1", 25] ]; _items = [ ["ACE_fieldDressing", 150] ]; clearMagazineCargoGlobal _box; clearWeaponCargoGlobal _box; clearItemCargoGlobal _box; clearBackpackCargoGlobal _box; {_box addMagazineCargoGlobal _x;} foreach _magazines; {_box addItemCargoGlobal _x;} foreach _items; //_box call ark_fnc_plank_setBoxColour_t3; }; ark_fnc_plank_fill_medic_box = { private _box = _this select 1; private ["_items"]; _items = [ ["ACE_fieldDressing", 90], ["ACE_morphine", 60], ["ACE_epinephrine", 60], ["ACE_bloodIV_500", 48], ["ACE_splint", 16] ]; clearMagazineCargoGlobal _box; clearWeaponCargoGlobal _box; clearItemCargoGlobal _box; clearBackpackCargoGlobal _box; {_box addItemCargoGlobal _x;} foreach _items; _box call ark_fnc_plank_setBoxColour_t4; }; //ark_fnc_plank_setBoxColour_t3 = { // params ["_box"]; // [{_this setObjectTextureGlobal [0, "\gm\gm_weapons\gm_ammoboxes\data\wud\gm_ammobox_wood_03_ext_01_wud_co.paa"];}, _box] call CBA_fnc_execNextFrame; //}; ark_fnc_plank_setBoxColour_t4 = { params ["_box"]; [{_this setObjectTextureGlobal [0, "gm\gm_weapons\gm_ammoboxes\data\oli\gm_ammobox_aluminium_01_medic_oli_co.paa"];}, _box] call CBA_fnc_execNextFrame; }; if (!didJIP) then { [player] call ark_fnc_plank_assignFortifications; ["mission.safetytimer.ended", {[player] call plank_api_fnc_forceRemoveAllFortifications;}] call hull3_event_fnc_addEventHandler; };ark_tgc_fnc_nwController = { params ["_nw"]; private _gunner = gunner _nw; {_gunner disableAI _x} forEach ["AUTOTARGET","FSM","AUTOCOMBAT"]; [ { params ["_args", "_id"]; _args params ["_gunner"]; if (!alive _gunner) exitWith {_id call CBA_fnc_removePerFrameHandler}; [_gunner, getMarkerPos "mkr_tgt"] call ark_tgc_fnc_nwDoFire; }, 60, [_gunner] ] call CBA_fnc_addPerFrameHandler; }; ark_tgc_fnc_nwDoFire = { params ["_unit","_target"]; _unit doArtilleryFire [_target, "CUP_30Rnd_122mmHE_D30_M", 1]; private _nw = vehicle _unit; _nw setVehicleAmmoDef 1; _nw setVehicleAmmo 1; };raP version6EditorDatasourceNameark_co62_roof_koreansaddonsAdmiralark_rotorA3_Ui_Fmnp_opforCUP_Weapons_TTCUP_Weapons_AmmunitionA3_Weapons_Facre_mainCUP_Creatures_Military_RussiaA3_Weapons_F_Itemsace_medical_engineace_medical_treatmentark_vestsCUP_AirVehicles_AH6CUP_Creatures_StaticWeaponsCUP_AirVehicles_AH64CUP_AirVehicles_UH60CUP_Weapons_AmmoBoxesA3_Structures_F_Enoch_Military_BarracksA3_Structures_F_Civ_AccessoriesA3_Structures_F_Enoch_Military_RadarCUP_CAStructures_A_BuildingWIPA3_Structures_F_Households_WIPA3_Structures_F_Mil_BarracksA3_Modules_F_Curator_CuratorA3_Modules_Fark_clear_cargoA3_Characters_Face_nouniformrestrictionsace_parachuteark_chase_aiAddonsMetaDatadlcsCUP_WeaponsCUP_UnitsOrangeCUP_VehiclesEnochrandomSeedScenarioDataCustomAttributesrMission  moveGridStep?angleGridStep >scaleGridStep?autoGroupingDist AtogglesItemIDProviderEMarkerIDProviderXLayerIndexProviderkCamera~nextIDY XnextIDknextID~pos E[QBz Edir55?up5?5?aside?ListitemsItem0MItem1Item2Item3Item4Item5Item61Item7Item8% Item9z Item10 Item11f Item12 Item13 Item14[ Item15 Item16 Item17& Item18 Item19W Item20 Item21+Item22Item23IItem24Item257Item26Item27CItem28classNameAdmiralnameARK Inhouse - AdmiralauthorKamiurlhttps://github.com/kami-classNameark_rotornameARK Inhouse - RotorauthorARKurlhttp://www.ark-group.orgclassNameA3_Ui_FnameArma 3 - User InterfaceauthorBohemia Interactiveurlhttps://www.arma3.comclassNamemnp_opfornamemnp_opforclassNameCUP_Weapons_TTnameCUP_Weapons_TTclassNameCUP_Weapons_AmmunitionnameCUP_Weapons_Ammunition1classNameA3_Weapons_FnameArma 3 Alpha - Weapons and AccessoriesauthorBohemia Interactiveurlhttps://www.arma3.comclassNameacre_mainnameACRE2 - MainauthorACRE2Teamurlhttps://github.com/IDI-Systems/acre2% classNameCUP_Creatures_Military_RussianameCUP_Creatures_Military_Russiaz classNameace_medical_enginenameACE3 - Medical EngineauthorACE-Teamurlhttps://ace3.acemod.org/ classNameace_medical_treatmentnameACE3 - Medical TreatmentauthorACE-Teamurlhttps://ace3.acemod.org/f classNameark_vestsnameARK Inhouse - VestsauthorARKurlhttp://www.ark-group.org classNameCUP_AirVehicles_AH6nameCUP_AirVehicles_AH6 classNameCUP_Creatures_StaticWeaponsnameCUP_Creatures_StaticWeapons[ classNameCUP_AirVehicles_AH64nameCUP_AirVehicles_AH64 classNameCUP_AirVehicles_UH60nameCUP_AirVehicles_UH60 classNameCUP_Weapons_AmmoBoxesnameCUP_Weapons_AmmoBoxes& classNameA3_Structures_F_Enoch_MilitarynameArma 3 Contact Platform - Military Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.com classNameA3_Structures_FnameArma 3 - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.comW classNameCUP_CAStructures_A_BuildingWIPnameCUP_CAStructures_A_BuildingWIP classNameA3_Structures_F_HouseholdsnameArma 3 - HousesauthorBohemia Interactiveurlhttps://www.arma3.com+classNameA3_Structures_F_MilnameArma 3 - Military Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.comclassNameA3_Modules_F_CuratornameArma 3 Zeus Update - Scripted ModulesauthorBohemia Interactiveurlhttps://www.arma3.comIclassNameA3_Modules_FnameArma 3 Alpha - Scripted ModulesauthorBohemia Interactiveurlhttps://www.arma3.comclassNameark_clear_cargonameARK Inhouse - Clear CargoauthorARKurlhttp://www.ark-group.org7classNameA3_Characters_FnameArma 3 Alpha - Characters and ClothingauthorBohemia Interactiveurlhttps://www.arma3.comclassNameace_nouniformrestrictionsnameACE3 - No Uniform RestrictionsauthorACE-Teamurlhttps://ace3.acemod.org/CclassNameace_parachutenameACE3 - ParachuteauthorACE-Teamurlhttps://ace3.acemod.org/classNameark_chase_ainameARK Inhouse - Chase AIauthorARKurlhttp://www.ark-group.orgauthordancemooxHeader:rgameTypeCoopminPlayersmaxPlayers>rCategory0 nameMultiplayerAttribute0Attribute1DnAttributes propertyRespawnButtonexpressiontrueValueDdataDsingleTypeSCALARvalue?DpropertyRespawnTemplatesexpressiontrueValue data singleTypeARRAYvalue itemsItem0 data singleTypeSTRINGvalueNone Intel;EntitiesConnectionsbriefingNameark_co62_roof_koreansoverviewTextSouth Korean Army 13th Special Mission troops hold out for extractresistanceWesttimeOfChangesFstartWeather>startWindforecastWeather>forecastWindforecastWavesforecastLightnings=wavesForcedwindForcedyearmonthday hour minutestartFogDecayT<forecastFogDecayT<&items%Item0Item1i Item2>Item3[Item4іItem5Item6b Item76 Item8&@Item9@Item10$EItem114Item12Item13 Item14QItem15:!Item16(Item17v.Item185Item19;Item20>BItem21HItem22MOItem23UItem24\Item25cItem26iItem27UpItem28vItem29 Item30Item31%Item32Item33Item34Item35Item36͠dataTypeLayernameTime TriggersEntitiesidatlOffsetp(Fi itemsItem0bItem18Item2&Item3Item4Item5)Item6>Item7+i dataTypeTriggerpositionrj#D|(FcEAttributesidtypeEmptyDetectoratlOffset'F8nametgr_safety_offconditioncall{hull3_mission_safetyTimerAbort}sizeAsizeB8dataTypeTriggerpositionB#D(F`EAttributesidtypeEmptyDetectoratlOffsetT(F&nametgr_time_10conditioncall{triggeractivated tgr_safety_off;}sizeAsizeBtimeoutDDD&dataTypeTriggerpositionq#D(y(F_^EAttributesidtypeEmptyDetectoratlOffset (Fnametgr_time_15conditioncall{triggeractivated tgr_safety_off;}sizeAsizeBtimeoutaDaDaDdataTypeTriggerpositionU#Dn(F(\EAttributesidtypeEmptyDetectoratlOffset(Fnametgr_time_20conditioncall{triggeractivated tgr_safety_off;}sizeAsizeBtimeoutDDDdataTypeTriggerposition#DU(FXZEAttributessidtypeEmptyDetectoratlOffset(F)nametgr_time_25conditioncall{triggeractivated tgr_safety_off;}onActivationcall{heli_1 setfuel 1; heli_2 setfuel 1;}sizeAsizeBtimeoutDDD)dataTypeTriggerpositionq#D@(FYEAttributesidtypeEmptyDetectoratlOffset'F>nametgr_time_30conditioncall{triggeractivated tgr_safety_off;}onActivationcall{heli_1 setfuel 1;}sizeAsizeBtimeoutDDD>dataTypeTriggerpositionr9#D(FXaEAttributesidtypeEmptyDetectoratlOffset'F+nametgr_time_5conditioncall{triggeractivated tgr_safety_off;}sizeAsizeBtimeoutCCC+dataTypeTriggerposition#D7(FWEAttributesidMtypeEmptyDetectoratlOffsetG'Fi nametgr_time_40conditioncall{triggeractivated tgr_safety_off;}onActivationcall{if (isServer) then {arty_1 call ark_tgc_fnc_nwController};}sizeAsizeBtimeoutEEEi dataTypeLayername5 Minutes - Technical StartstateEntities idatlOffsetB>itemsItem0*!Item1"Item2{#Item3/Item4,1Item51>dataTypeGroupsideCivilianEntities!Attributes"id+atlOffsetA"itemsItem0!Item1U""dataTypeObjectPositionInfo/"sideCivilianflagsAttributesO"id,typeC_Bob_VRatlOffsetU"positionDO*B@EO"U"dataTypeWaypointpositiondD8WBFhEEffects"showWPNEVERid typeMove"""dataTypeTriggerpositionطDk+B8@EAttributes.#id-typeEmptyDetectorAreaR50{#conditioncall{triggeractivated tgr_time_5;}sizeA AsizeB A{#dataTypeLogicPositionInfo#id.typeAdmiral_OndemandCampZoneCustomAttributes$/positionXeD9Bɒ@Eangles@<`>$Attribute0%Attribute1%Attribute2&Attribute3G'Attribute4'Attribute5(Attribute6r)Attribute7A*Attribute8*Attribute9+Attribute10,Attribute11T-Attribute12.Attribute13.nAttributes/propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value%%data%%singleTypeSTRINGvalue%propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueZ&&dataj&&singleTypeSCALARvalue&propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value'G'data!'G'singleTypeSCALARvalueBG'propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value''data''singleTypeSCALARvalueB'propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value((data((singleTypeSCALARvalueA(propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value>)r)dataN)r)singleTypeBOOLvaluer)propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value *A*data*A*singleTypeSCALARvalueA*propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value**data**singleTypeSTRINGvalue*propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value++data++singleTypeSCALARvalue+propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValueY,,datai,,singleTypeSCALARvalue?,propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value-T-data.-T-singleTypeSCALARvalueT-propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value-.data-.singleTypeSCALARvalue.propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value..data..singleTypeSCALARvalue.propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Valuem//data}//singleTypeSTRINGvalue/dataTypeGroupsideCivilianEntities/Attributes&1id atlOffsetA,1itemsItem0&0Item10&1dataTypeObjectPositionInfo0sideCivilianflagsAttributes0id typeC_Bob_VR0position'D*B(nE00dataTypeWaypointposition,dD8WB@hEEffects 1showWPNEVERid typeMove&1&1,1dataTypeTriggerpositionǰDBnEAttributes1id typeEmptyDetectorAreaR501conditioncall{triggeractivated tgr_time_5;}sizeA AsizeB A1dataTypeLogicPositionInfoI2id typeAdmiral_OndemandCampZoneCustomAttributes2>positionyuD7rB3nEangles>@2Attribute0}3Attribute1?4Attribute24Attribute35Attribute4d6Attribute5#7Attribute67Attribute78Attribute8a9Attribute9.:Attribute10:Attribute11;Attribute12{<Attribute13D=nAttributes>propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value 4?4data4?4singleTypeSTRINGvalue?4propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value44data44singleTypeSCALARvalue4propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Valuew55data55singleTypeSCALARvalueB5propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value.6d6data>6d6singleTypeSCALARvalueBd6propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value6#7data6#7singleTypeSCALARvalueA#7propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value77data77singleTypeBOOLvalue7propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Valueq88data88singleTypeSCALARvalue8propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value.9a9data>9a9singleTypeSTRINGvaluea9propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value9.:data:.:singleTypeSCALARvalue.:propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value::data::singleTypeSCALARvalue?:propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value;;data;;singleTypeSCALARvalue;propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueE<{<dataU<{<singleTypeSCALARvalue{<propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value=D=data=D=singleTypeSCALARvalueD=propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value=>data=>singleTypeSTRINGvalue>dataTypeLayername10 Minutes - Tank StartstateEntitieso>idatlOffset3A[itemsItem0>Item1o@Item2%AItem3JMItem4NItem5O[dataTypeGroupsideCivilianEntities!?Attributesi@id atlOffsetAo@itemsItem0I?Item1?i@dataTypeObjectPositionInfo?sideCivilianflagsAttributes?id typeC_Bob_VRatlOffset7?position眰D:BNJE??dataTypeWaypointpositionidD|[BnhEEffectsc@showWPNEVERid typeMoveatlOffset(?i@i@o@dataTypeTriggerposition_D#9BIEAttributes@id typeEmptyDetectorAreaR50%Aconditioncall{triggeractivated tgr_time_10;}sizeA AsizeB A%AdataTypeLogicPositionInfoAid typeAdmiral_OndemandCampZoneCustomAttributesAJMpositionD_ /B}IEangles@>AAttribute0BAttribute1CAttribute2:DAttribute3DAttribute4EAttribute5gFAttribute6GAttribute7GAttribute8HAttribute9rIAttribute109JAttribute11JAttribute12KAttribute13LnAttributesJMpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuePCCdata`CCsingleTypeSTRINGvalueCpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueD:DdataD:DsingleTypeSCALARvalue:DpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueDDdataDDsingleTypeSCALARvalueBDpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuerEEdataEEsingleTypeSCALARvalueBEpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value1FgFdataAFgFsingleTypeSCALARvalueAgFpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueFGdataFGsingleTypeBOOLvalueGpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueGGdataGGsingleTypeSCALARvalueGpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuerHHdataHHsingleTypeSTRINGvalueHpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValueeAttribute7 fAttribute8fAttribute9gAttribute10[hAttribute11 iAttribute12iAttribute13jnAttributeslkpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueraadataaasingleTypeSTRINGvalueapropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value&b\bdata6b\bsingleTypeSCALARvalue\bpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuebcdatabcsingleTypeSCALARvalueBcpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueccdataccsingleTypeSCALARvalueBcpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueSdddatacddsingleTypeSCALARvalueAdpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value e>edatae>esingleTypeBOOLvalue>epropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Valuee fdatae fsingleTypeSCALARvalue fpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueffdataffsingleTypeSTRINGvaluefpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value^ggdatanggsingleTypeSCALARvaluegpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value%h[hdata5h[hsingleTypeSCALARvalue[hpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Valueh idatah isingleTypeSCALARvalue ipropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueiidataiisingleTypeSCALARvalue?ipropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValuetjjdatajjsingleTypeSCALARvaluejpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value9klkdataIklksingleTypeSTRINGvaluelkdataTypeGroupsideCivilianEntitieskAttributeslid atlOffsetAlitemsItem0kItem1lldataTypeObjectPositionInfoalsideCivilianflagsAttributeslid typeC_Bob_VRlposition6@DBnElldataTypeWaypointpositiondD8WB|hEEffectslshowWPNEVERid typeMovellldataTypeTriggerposition8DBZ,nEAttributes`mid typeEmptyDetectorAreaR50mconditioncall{triggeractivated tgr_time_15;}sizeA AsizeB AmdataTypeLogicPositionInfonid typeAdmiral_OndemandCampZoneCustomAttributesNnyposition,D⺞BmEangles2>@NnAttribute0JoAttribute1 pAttribute2pAttribute3zqAttribute41rAttribute5rAttribute6sAttribute7ttAttribute8.uAttribute9uAttribute10vAttribute11wAttribute12HxAttribute13ynAttributesypropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Valueo pdatao psingleTypeSTRINGvalue ppropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueppdatappsingleTypeSCALARvalueppropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueDqzqdataTqzqsingleTypeSCALARvalueBzqpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Valueq1rdata r1rsingleTypeSCALARvalueB1rpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValuerrdatarrsingleTypeSCALARvalueArpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueqssdatasssingleTypeBOOLvaluespropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value>tttdataNtttsingleTypeSCALARvaluettpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Valuet.udata u.usingleTypeSTRINGvalue.upropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValueuudatauusingleTypeSCALARvalueupropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValuevvdatavvsingleTypeSCALARvalue?vpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueQwwdataawwsingleTypeSCALARvaluewpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValuexHxdata"xHxsingleTypeSCALARvalueHxpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValuexydataxysingleTypeSCALARvalueypropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueyydatayysingleTypeSTRINGvalueydataTypeGroupsideCivilianEntities1zAttributesi{id atlOffsetAo{itemsItem0YzItem1zi{dataTypeObjectPositionInfozsideCivilianflagsAttributeszid typeC_Bob_VRatlOffset6zposition6"D|Attribute0}Attribute1~Attribute2JAttribute3Attribute4Attribute5wAttribute6,Attribute7Attribute8Attribute9Attribute10IAttribute11Attribute12φAttribute13nAttributesZpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value`~~datap~~singleTypeSTRINGvalue~propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueJdata$JsingleTypeSCALARvalueJpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueAwdataQwsingleTypeSCALARvalueAwpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value,data,singleTypeBOOLvalue,propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValuełdataՂsingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValueLdata\singleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValueIdata#IsingleTypeSCALARvalue?IpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value؅datasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueφdataφsingleTypeSCALARvalueφpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValuebdatarsingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value'Zdata7ZsingleTypeSTRINGvalueZdataTypeGroupsideCivilianEntitiesAttributesid atlOffsetAitemsItem0Item1dataTypeObjectPositionInfo_sideCivilianflagsAttributesid typeC_Bob_VRatlOffsetpositionnDBTwEdataTypeWaypointposition٦dD8WBhEEffectsshowWPNEVERid typeMovedataTypeTriggerpositionDwBlwEAttributes^id typeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_time_15;}sizeA AsizeB AdataTypeLogicPositionInfoid typeAdmiral_OndemandCampZoneCustomAttributesLіpositionnD+SB"wEangles@@LAttribute0HAttribute1 Attribute2Attribute3xAttribute4/Attribute5Attribute6Attribute7rAttribute8,Attribute9Attribute10Attribute11Attribute12FAttribute13nAttributesіpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value׌ data singleTypeSTRINGvalue propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueBxdataRxsingleTypeSCALARvalueBxpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value/data /singleTypeSCALARvalueB/propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValuedataȏsingleTypeSCALARvalueApropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueodatasingleTypeBOOLvaluepropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value<rdataLrsingleTypeSCALARvaluerpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value,data ,singleTypeSTRINGvalue,propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValueÒdataӒsingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueOdata_singleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueFdata FsingleTypeSCALARvalue?FpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValueٕdatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueіdataіsingleTypeSTRINGvalueіdataTypeLayername20 Minutes - More InfstateEntities8idatlOffsetЖitemsItem00Item1Item2Item3Item4ϫItem5#Item6wItem79Item8^Item9Item10Item11Item12Item13QItem14Item15gItem16Item17Item184Item19dataTypeGroupsideCivilianEntitiesAttributesid atlOffsetAitemsItem0Item1Item2# dataTypeObjectPositionInfoVsideCivilianflagsAttributesvid typeC_Bob_VRatlOffset5CustomAttributes|positionD&`@]9Ev|Attribute0Attribute1<nAttributespropertyspeakerexpression_this setspeaker _value;Value<data<singleTypeSTRINGvalueMale01GREVR<propertypitchexpression_this setpitch _value;ValuedatasingleTypeSCALARvalue33s?dataTypeWaypointposition @D| @HEEffectsshowWPNEVERid typeMove##dataTypeWaypointpositionfD8WB&fEEffectsshowWPNEVERid typeMovedataTypeGroupsideCivilianEntitiesAttributesid atlOffsetAitemsItem0%Item1 Item2wdataTypeObjectPositionInfosideCivilianflagsAttributesʜid typeC_Bob_VRCustomAttributesМ positiondȟDβ@5j:EʜМAttribute0Attribute1nAttributes propertyspeakerexpression_this setspeaker _value;ValueRdatabsingleTypeSTRINGvalueMale01GREVRpropertypitchexpression_this setpitch _value;Value֝ data singleTypeSCALARvalueG? dataTypeWaypointpositionGjDSAdREEffectsqshowWPNEVERid typeMovewwdataTypeWaypointpositionfD8WB&fEEffectsܞshowWPNEVERid typeMovedataTypeTriggerposition=D_@03:EangleP@Attributes\id typeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_time_20;}sizeA AsizeB AdataTypeLogicPositionInfoid typeAdmiral_OndemandCampZoneCustomAttributesJϫpositionzDRBkEEffects.showWPNEVERid typeMove44dataTypeWaypointpositionfD8WB&fEEffectsshowWPNEVERid# typeMovedataTypeTriggerpositionήDUByEangleP@Attributesid typeEmptyDetectorAreaR50gconditioncall{triggeractivated tgr_time_20;}sizeA AsizeB AgdataTypeLogicPositionInfoid typeAdmiral_OndemandCampZoneCustomAttributespositionͮDBwxEanglesW@@Attribute0Attribute1Attribute2|Attribute33Attribute4Attribute5Attribute6^Attribute7-Attribute8Attribute9Attribute10{Attribute11@Attribute12Attribute13nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueF|dataV|singleTypeSCALARvalue|propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value3data 3singleTypeSCALARvalueB3propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValuesdatasingleTypeSCALARvalue ApropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value*^data:^singleTypeBOOLvalue^propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value-data-singleTypeSCALARvalue-propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value~datasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValueE{dataU{singleTypeSCALARvalue{propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value @data@singleTypeSCALARvalueA@propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueYdataisingleTypeSTRINGvaluedataTypeGroupsideCivilianEntitiesAttributesid atlOffsetAitemsItem0Item1Item2odataTypeObjectPositionInfosideCivilianflagsAttributesid typeC_Bob_VRCustomAttributesposition|DvAo=EAttribute0Attribute1nAttributespropertyspeakerexpression_this setspeaker _value;ValueJdataZsingleTypeSTRINGvalueMale01GREVRpropertypitchexpression_this setpitch _value;ValuedatasingleTypeSCALARvalue33s?dataTypeWaypointpositiongDAPyEEffectsishowWPNEVERid typeMoveoodataTypeWaypointpositionfD8WB&fEEffectsshowWPNEVERid$ typeMovedataTypeGroupsideCivilianEntities>Attributes.id atlOffsetA4itemsItem0qItem1XItem2.dataTypeObjectPositionInfosideCivilianflagsAttributesid typeC_Bob_VRCustomAttributesXpositionՊDܺAGA&@ items Item0 Item1Item2Item3,Item4Item5R Item6w,Item7/Item8?3Item94&@dataTypeGroupsideEastEntities Attributes,CrewLinksgid* atlOffsetAitemsItem0 Item1Item2kItem3Item4KItem5,dataTypeObjectPositionInfoQ sideEastflagsAttributes id+ typeMNP_NKC_Soldier_Fposition DE+AIEangles5@ Inventory handgun3 uniform vestmapItemMapcompassItemCompasswatchItemWatchradioItemRadioheadgearCUP_H_RUS_ZSH_Shield_UpnameCUP_hgun_TTprimaryMuzzleMagb  nameCUP_8Rnd_762x25_TTammoLeft typeNameMNP_CombatUniform_NKC_ShisBackpackMagazineCargo ItemCargoitemsItem0Item1JnameHandGrenadecountammoLeftJnameCUP_8Rnd_762x25_TTcountammoLeftitemsItem0nameFirstAidKitcounttypeNameV_Pocketed_olive_F_ARMisBackpackdataTypeWaypointposition~EBcEEffectseshowWPNEVERid, typeMovekkdataTypeWaypointpositionswDMB>ZEEffectsshowWPNEVERid- typeSeekAndDestroydataTypeWaypointposition+VʠAfEEffectsEshowWPNEVERid. typeMoveKKdataTypeWaypointpositionfD8WB0nEEffectsshowWPNEVERid/ typeSeekAndDestroydataTypeWaypointposition`E_BdEEffects&showWPNEVERid0 typeCycle,,combatModeREDbehaviourCOMBATspeedModeFULLgLinkIDProviderLinksnextIDitemsItem0linkIDitem0+ item1) CustomDatarole dataTypeObjectPositionInfosideEastflagsAttributesid) typeCUP_I_AH6J_RACSatlOffsetCustomAttributesTpositionCEAEangles5@fuelnameheli_1texturesBlackpylonsCUP_PylonPod_19Rnd_Rocket_FFAR_M;CUP_PylonPod_19Rnd_Rocket_FFAR_M;TAttribute0Attribute1nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValuedatasingleTypeSTRINGvalue[[[["CUP_smg_MP5A5","FirstAidKit"],[1,4]],[["CUP_30Rnd_9x19_MP5","SmokeShell","SmokeShellOrange","Chemlight_red"],[10,2,2,2]],[[],[]],[[],[]]],false]propertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};ValueVdatafsingleTypeARRAYvalueitemsItem0Item1datasingleTypeARRAYdatasingleTypeARRAYvalue items Item0Item1Item2Item3=Item4sItem5Item6Item7!Item8WItem9datasingleTypeSTRINGvaluehideUSARMYdatasingleTypeSCALARvalue?data=singleTypeSTRINGvaluehideRACS=dataMssingleTypeSCALARvalue?sdatasingleTypeSTRINGvaluehideBenchdatasingleTypeSCALARvalue?data!singleTypeSTRINGvaluehideFries!data1WsingleTypeSCALARvalue?WdatagsingleTypeSTRINGvaluehideFLIRdatasingleTypeSCALARvalue?dataTypeGroupsideCivilianEntities&Attributes&id= atlOffsetA,itemsItem0YItem1PItem2& dataTypeObjectPositionInfosideCivilianflagsAttributesid> typeC_Bob_VRatlOffset@CustomAttributesPpositionDb?wREAttribute0LAttribute1nAttributesPpropertyspeakerexpression_this setspeaker _value;ValuedatasingleTypeSTRINGvalueMale01GREVRpropertypitchexpression_this setpitch _value;ValuePdata*PsingleTypeSCALARvalue33s?PdataTypeWaypointposition-geDWB|]EEffectsshowWPNEVERidD typeMovedataTypeWaypointposition,DӆWBfEEffects showWPNEVERidM typeMove&&,dataTypeGroupsideCivilianEntitiesAttributesid? atlOffsetAitemsItem0Item1Item2 dataTypeObjectPositionInfoRsideCivilianflagsAttributesrid@ typeC_Bob_VRatlOffset@CustomAttributesxpositionD?RErxAttribute0Attribute18nAttributespropertyspeakerexpression_this setspeaker _value;Value8data 8singleTypeSTRINGvalueMale01GREVR8propertypitchexpression_this setpitch _value;Value~datasingleTypeSCALARvalueG?dataTypeWaypointpositionmD*AbMUEEffectsshowWPNEVERidC typeMovedataTypeWaypointposition,DӆWBfEEffectsshowWPNEVERidN typeMovedataTypeTriggerpositionïD:?VREangleP@Attributes idA typeEmptyDetectorAreaR50R conditioncall{triggeractivated tgr_time_20;}sizeA AsizeB AR dataTypeLogicPositionInfo idB typeAdmiral_OndemandCampZoneCustomAttributes w,positionpD`?L"QEangles n=W@b= Attribute0!Attribute1"Attribute2g#Attribute3$Attribute4$Attribute5%Attribute6I&Attribute7'Attribute8'Attribute9(Attribute10f)Attribute11+*Attribute12*Attribute13+nAttributesw,propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value}""data""singleTypeSTRINGvalue"propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value1#g#dataA#g#singleTypeSCALARvalueg#propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value#$data#$singleTypeSCALARvalueB$propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value$$data$$singleTypeSCALARvalueB$propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value^%%datan%%singleTypeSCALARvalue A%propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value&I&data%&I&singleTypeBOOLvalueI&propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value&'data&'singleTypeSCALARvalue'propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value''data''singleTypeSTRINGvalue'propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Valuei((datay((singleTypeSCALARvalue(propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value0)f)data@)f)singleTypeSCALARvaluef)propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value)+*data*+*singleTypeSCALARvalue@+*propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value**data**singleTypeSCALARvalue*propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value++data++singleTypeSCALARvalue+propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueD,w,dataT,w,singleTypeSTRINGvaluew,dataTypeGroupsideCivilianEntities,Attributes/idE atlOffsetA/itemsItem0-Item1.Item2j// dataTypeObjectPositionInfo-sideCivilianflagsAttributes-idF typeC_Bob_VRatlOffset@CustomAttributes-.position4D T@RmE--Attribute0-Attribute1.nAttributes.propertyspeakerexpression_this setspeaker _value;ValueE..dataU..singleTypeSTRINGvalueMale01GREVR.propertypitchexpression_this setpitch _value;Value..data..singleTypeSCALARvalue33s?.dataTypeWaypointpositionG7bDWBGrEEffectsd/showWPNEVERidK typeMovej/j/dataTypeWaypointposition,DӆWBfEEffects/showWPNEVERidO typeMove///dataTypeGroupsideCivilianEntities90Attributes93idG atlOffsetA?3itemsItem0l0Item1c2Item2293 dataTypeObjectPositionInfo1sideCivilianflagsAttributes!1idH typeC_Bob_VRatlOffset@CustomAttributes'1c2position}(DL@lE!1'1Attribute0_1Attribute11nAttributesc2propertyspeakerexpression_this setspeaker _value;Value11data11singleTypeSTRINGvalueMale01GREVR1propertypitchexpression_this setpitch _value;Value-2c2data=2c2singleTypeSCALARvalueG?c2dataTypeWaypointpositionxFgD8WBeEEffects2showWPNEVERidL typeMove22dataTypeWaypointposition,DӆWBfEEffects33showWPNEVERidP typeMove9393?3dataTypeTriggerposition%6DB@lEangleP@Attributes3idI typeEmptyDetectorAreaR504conditioncall{triggeractivated tgr_time_20;}sizeA AsizeB A4dataTypeLogicPositionInfoi4idJ typeAdmiral_OndemandCampZoneCustomAttributes4&@position3DX@ͺkEangles/5=W@Z>4Attribute05Attribute1_6Attribute27Attribute37Attribute48Attribute5C9Attribute69Attribute7:Attribute8;Attribute9N<Attribute10=Attribute11=Attribute12>Attribute13d?nAttributes&@propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value,6_6data<6_6singleTypeSTRINGvalue_6propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value67data67singleTypeSCALARvalue7propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value77data77singleTypeSCALARvalueB7propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueN88data^88singleTypeSCALARvalueB8propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value 9C9data9C9singleTypeSCALARvalue AC9propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value99data99singleTypeBOOLvalue9propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value::data::singleTypeSCALARvalue:propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueN;;data^;;singleTypeSTRINGvalue;propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value<N<data(<N<singleTypeSCALARvalueN<propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value<=data<=singleTypeSCALARvalue=propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value==data==singleTypeSCALARvalue@=propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Valuee>>datau>>singleTypeSCALARvalue>propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value.?d?data>?d?singleTypeSCALARvalued?propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value?&@data@&@singleTypeSTRINGvalue&@dataTypeMarkerposition,ayDЖCfEnamemkr_tgttypeEmptyidlatlOffsetwC@dataTypeLayername40 Minutes - ArtystateEntities@idLatlOffset~K6$EitemsItem0AItem1A$EdataTypeObjectPositionInfoAsideEastflagsAttributesAidjtypeCUP_O_D30_SLAatlOffsetApositionD"EFBsEanglesr:Anamearty_1AdataTypeGroupsideEastEntitiesMBAttributeskDCrewLinksqDidU atlOffsetA$EitemsItem0jBkDdataTypeObjectPositionInfoBsideEastflagsAttributes+CidV typeMNP_NK_Soldier_FCustomAttributes1CkDpositionD"ECBŌsEangles:+C1CAttribute0iCAttribute1CnAttributeskDpropertyspeakerexpression_this setspeaker _value;ValueCCdataCCsingleTypeSTRINGvalueMale02CHICpropertypitchexpression_this setpitch _value;Value5DkDdataEDkDsingleTypeSCALARvalueHz?kDqDLinkIDProviderDLinksD$EnextIDDitemsItem0D$ElinkIDitem0V item1jCustomDataE$EroleturretPath$EdataTypeLayernameSafety OffstateEntitiesEidNatlOffset44itemsItem0FItem1 JItem2pMItem35NItem4ZZItem5]Item6aItem7aItem8mItem9@qItem10tItem11YuItem12~Item13҄Item14&Item15Item16Item17dItem18Item19}Item20Item21Item22JItem234dataTypeGroupsideCivilianEntitiesGAttributesJid atlOffsetA JitemsItem09GItem10IItem2IJ dataTypeObjectPositionInfoGsideCivilianflagsAttributesGid typeC_Bob_VRatlOffsetCustomAttributesG0IpositionpD1@=5EGGAttribute0,HAttribute1HnAttributes0Ipropertyspeakerexpression_this setspeaker _value;ValuevHHdataHHsingleTypeSTRINGvalueMale01GREVRHpropertypitchexpression_this setpitch _value;ValueH0Idata I0IsingleTypeSCALARvalue\?0IdataTypeWaypointpositionDg~AxJEEffectsIshowWPNEVERid typeMoveIIdataTypeWaypointpositionwgD8WBfEEffectsJshowWPNEVERid typeMoveJJ JdataTypeGroupsideCivilianEntitiesjJAttributesjMid atlOffsetApMitemsItem0JItem1LItem2LjM dataTypeObjectPositionInfo2KsideCivilianflagsAttributesRKid typeC_Bob_VRatlOffset0CustomAttributesXKLpositionxDL@5ERKXKAttribute0KAttribute1LnAttributesLpropertyspeakerexpression_this setspeaker _value;ValueKLdataKLsingleTypeSTRINGvalueMale01GREVRLpropertypitchexpression_this setpitch _value;Value^LLdatanLLsingleTypeSCALARvalue\?LdataTypeWaypointposition"ZD AjJEEffectsLshowWPNEVERid typeMoveLLdataTypeWaypointpositionwgD8WBfEEffectsdMshowWPNEVERid typeMovejMjMpMdataTypeTriggerpositionDD@%5Eangle6a?AttributesMid typeEmptyDetectorAreaR505Nconditioncall{triggeractivated tgr_safety_off;}sizeA AsizeB A5NdataTypeLogicPositionInfoNid typeAdmiral_OndemandCampZoneCustomAttributesNZZposition(D@3Eangles/@8a?=NAttribute0OAttribute1PAttribute2JQAttribute3RAttribute4RAttribute5wSAttribute6,TAttribute7TAttribute8UAttribute9VAttribute10IWAttribute11XAttribute12XAttribute13YnAttributesZZpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value`PPdatapPPsingleTypeSTRINGvaluePpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueQJQdata$QJQsingleTypeSCALARvalueJQpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueQRdataQRsingleTypeSCALARvalueBRpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueRRdataRRsingleTypeSCALARvalueBRpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueASwSdataQSwSsingleTypeSCALARvalue AwSpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueS,TdataT,TsingleTypeBOOLvalue,TpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueTTdataTTsingleTypeSCALARvalueTpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueUUdataUUsingleTypeSTRINGvalueUpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValueLVVdata\VVsingleTypeSCALARvalueVpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValueWIWdata#WIWsingleTypeSCALARvalueIWpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueWXdataWXsingleTypeSCALARvalueAXpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueXXdataXXsingleTypeSCALARvalueXpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValuebYYdatarYYsingleTypeSCALARvalueYpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value'ZZZdata7ZZZsingleTypeSTRINGvalueZZdataTypeGroupsideCivilianEntitiesZAttributes]id atlOffsetA]itemsItem0ZItem1\Item2=]]dataTypeObjectPositionInfop[sideCivilianflagsAttributes[id typeC_Bob_VRCustomAttributes[\positionӬDR BLEE[[Attribute0[Attribute1V\nAttributes\propertyspeakerexpression_this setspeaker _value;Value\V\data(\V\singleTypeSTRINGvalueMale01GREVRV\propertypitchexpression_this setpitch _value;Value\\data\\singleTypeSCALARvalue\?\dataTypeWaypointpositionmDQBPEEffects7]showWPNEVERid typeMove=]=]dataTypeWaypointpositionwgD8WBfEEffects]showWPNEVERid typeMove]]]dataTypeGroupsideCivilianEntities ^Attributes`id atlOffsetAaitemsItem0?^Item1&`Item2``dataTypeObjectPositionInfo^sideCivilianflagsAttributes^id typeC_Bob_VRCustomAttributes^&`positionRD BSEE^^Attribute0"_Attribute1_nAttributes&`propertyspeakerexpression_this setspeaker _value;Valuel__data|__singleTypeSTRINGvalueMale01GREVR_propertypitchexpression_this setpitch _value;Value_&`data`&`singleTypeSCALARvalue\?&`dataTypeWaypointposition DAKEEffects`showWPNEVERid typeMove``dataTypeWaypointpositionwgD8WBfEEffects`showWPNEVERid typeMove``adataTypeTriggerposition!D" BREEangle6a?Attributesvaid typeEmptyDetectorAreaR50aconditioncall{triggeractivated tgr_safety_off;}sizeA AsizeB AadataTypeLogicPositionInfo/bid typeAdmiral_OndemandCampZoneCustomAttributesgbmpositionDDOBqoCEanglesr9>8a?>@gbAttribute0ccAttribute1%dAttribute2dAttribute3eAttribute4JfAttribute5 gAttribute6gAttribute7hAttribute8GiAttribute9jAttribute10jAttribute11kAttribute12alAttribute13*mnAttributesmpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Valuec%ddatad%dsingleTypeSTRINGvalue%dpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedddataddsingleTypeSCALARvaluedpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value]eedatameesingleTypeSCALARvalueBepropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuefJfdata$fJfsingleTypeSCALARvalueBJfpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Valuef gdataf gsingleTypeSCALARvalue A gpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueggdataggsingleTypeBOOLvaluegpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueWhhdataghhsingleTypeSCALARvaluehpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueiGidata$iGisingleTypeSTRINGvalueGipropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValueijdataijsingleTypeSCALARvaluejpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValuejjdatajjsingleTypeSCALARvaluejpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValuejkkdatazkksingleTypeSCALARvalueAkpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value+laldata;lalsingleTypeSCALARvaluealpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Valuel*mdatam*msingleTypeSCALARvalue*mpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuemmdatammsingleTypeSTRINGvaluemdataTypeGroupsideCivilianEntitiesJnAttributes:qid atlOffsetA@qitemsItem0}nItem1dpItem2p:qdataTypeObjectPositionInfoosideCivilianflagsAttributes"oid typeC_Bob_VRCustomAttributes(odppositionDBۛXE"o(oAttribute0`oAttribute1onAttributesdppropertyspeakerexpression_this setspeaker _value;ValueoodataoosingleTypeSTRINGvalueMale01GREVRopropertypitchexpression_this setpitch _value;Value.pdpdata>pdpsingleTypeSCALARvalue\?dpdataTypeWaypointpositionJDB~_EEffectspshowWPNEVERid typeMoveppdataTypeWaypointpositionwgD8WBfEEffects4qshowWPNEVERid typeMove:q:q@qdataTypeGroupsideCivilianEntitiesqAttributestid atlOffsetAtitemsItem0qItem1sItem2#ttdataTypeObjectPositionInfoVrsideCivilianflagsAttributesvrid typeC_Bob_VRCustomAttributes|rspositionD_B%WEvr|rAttribute0rAttribute1showWPNEVERid typeMoveDDJdataTypeTriggerpositiona.bDA…Eangle6a?Attributesid typeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_safety_off;}sizeA AsizeB AdataTypeLogicPositionInfowid typeAdmiral_OndemandCampZoneCustomAttributes4position[DARЄEanglesc>8a?S>Attribute0Attribute1mAttribute2$Attribute3۳Attribute4Attribute5QAttribute6Attribute7նAttribute8Attribute9\Attribute10#Attribute11Attribute12Attribute13rnAttributes4propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value:mdataJmsingleTypeSTRINGvaluempropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value$data$singleTypeSCALARvalue$propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value۳data۳singleTypeSCALARvalueB۳propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value\datalsingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueQdata+QsingleTypeSCALARvalue AQpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueҵdatasingleTypeBOOLvaluepropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueնdataնsingleTypeSCALARvalueնpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value\datalsingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value&\data6\singleTypeSCALARvalue\propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value#data#singleTypeSCALARvalue#propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Valuedata¹singleTypeSCALARvalueApropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValuesdatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value<rdataLrsingleTypeSCALARvaluerpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value4data4singleTypeSTRINGvalue4dataTypeMarkerpositionyiDߎCFjEnamemkr_ammo_northtypeEmptyidatlOffset|cCdataTypeMarkerpositionEc0C@jnamemkr_extracttypeEmptyidatlOffsetI1C dataTypeLayernamePlayer Bits & Set DressingEntitiesmid atlOffset(7=QitemsItem0eItem1Item2Item3Item4Item5"Item69Item7LItem8cItem9zItem10|Item11Item12Item13Item14Item15Item16Item17Item18Item19Q dataTypeObjectPositionInfosideEmptyflagsAttributes9idw typeCUP_B_AH64D_DL_USAatlOffset CustomAttributesKpositionr EN|@[angles>=L^>O|T=9skill?KAttribute0snAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueͿdataݿsingleTypeSTRINGvalue[[[["CUP_smg_MP5A5","FirstAidKit"],[1,4]],[["CUP_30Rnd_9x19_MP5","SmokeShell","SmokeShellOrange","Chemlight_red"],[10,2,2,2]],[[],[]],[[],[]]],false] dataTypeObjectPositionInfo1sideEmptyflagsAttributesiidx typeCUP_B_AH64D_DL_USAatlOffsetZCustomAttributes{position&E7$@anglesBĚ<L^>@iskill?{Attribute0nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedata singleTypeSTRINGvalue[[[["CUP_smg_MP5A5","FirstAidKit"],[1,4]],[["CUP_30Rnd_9x19_MP5","SmokeShell","SmokeShellOrange","Chemlight_red"],[10,2,2,2]],[[],[]],[[],[]]],false] dataTypeObjectPositionInfoesideEmptyflagsAttributesidt typeCUP_B_MH60L_DAP_4x_USNatlOffsetCustomAttributesrposition68ET A angleswe=X>L@skill?lockUNLOCKEDtexturesBlackpylonsCUP_PylonPod_19Rnd_Rocket_FFAR_M;CUP_PylonPod_4Rnd_AGM114K_Hellfire_II_M[0];CUP_PylonPod_4Rnd_AGM114K_Hellfire_II_M[0];CUP_PylonPod_19Rnd_Rocket_FFAR_M;rAttribute0Attribute1nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValuedatasingleTypeSTRINGvalue[[[["CUP_arifle_M4A1","FirstAidKit"],[1,4]],[["CUP_30Rnd_556x45_Stanag","SmokeShell","SmokeShellOrange","Chemlight_red"],[10,2,2,2]],[[],[]],[[],[]]],false]propertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};Value{datasingleTypeARRAYvalueitemsItem0Item1datasingleTypeARRAYdatasingleTypeARRAYvalue4itemsItem0\Item1Item2Item3Item4IItem5Item6Item7Item87Item9|Item10Item11Item12&Item13dItem14Item15Item16Item17NItem18Item19Item20Item218Item22nItem23datalsingleTypeSTRINGvalueNavyclan_hidedatasingleTypeSCALARvalue?datasingleTypeSTRINGvalueNavyclan2_hidedata#IsingleTypeSCALARvalue?IdataYsingleTypeSTRINGvalueFilters_HidedatasingleTypeSCALARvaluedatasingleTypeSTRINGvaluemainRotor_foldeddata7singleTypeSCALARvalue?7dataG|singleTypeSTRINGvaluemainRotor_unfolded|datasingleTypeSCALARvaluedatasingleTypeSTRINGvalueHide_ESSS2xdata&singleTypeSCALARvalue?&data6dsingleTypeSTRINGvalueHide_ESSS4xddatatsingleTypeSCALARvaluedatasingleTypeSTRINGvalueHide_FlirTurretdatasingleTypeSCALARvaluedata"NsingleTypeSTRINGvalueHide_NoseNdata^singleTypeSCALARvaluedatasingleTypeSTRINGvalueBlackhawk_HidedatasingleTypeSCALARvaluedata 8singleTypeSTRINGvalueHide_Probe8dataHnsingleTypeSCALARvalue?ndata~singleTypeSTRINGvalueDoorcock_HidedatasingleTypeSCALARvalue dataTypeObjectPositionInfosideEmptyflagsAttributesidu typeCUP_B_MH60L_DAP_4x_USNatlOffset n>CustomAttributespositionEPA+anglesX>skill?lockUNLOCKEDtexturesBlackpylonsCUP_PylonPod_19Rnd_Rocket_FFAR_M;CUP_PylonPod_4Rnd_AGM114K_Hellfire_II_M[0];CUP_PylonPod_4Rnd_AGM114K_Hellfire_II_M[0];CUP_PylonPod_19Rnd_Rocket_FFAR_M;Attribute0Attribute1nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value#data3singleTypeSTRINGvalue[[[["CUP_arifle_M4A1","FirstAidKit"],[1,4]],[["CUP_30Rnd_556x45_Stanag","SmokeShell","SmokeShellOrange","Chemlight_red"],[10,2,2,2]],[[],[]],[[],[]]],false]propertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};ValuedatasingleTypeARRAYvalueitemsItem0Item1datasingleTypeARRAYdata/singleTypeARRAYvalueSitemsItem0{Item1Item2Item32Item4hItem5Item6Item7 Item8VItem9Item10Item11Item12EItem13Item14Item15Item161Item17mItem18Item19Item20Item21WItem22Item23datasingleTypeSTRINGvalueNavyclan_hidedatasingleTypeSCALARvalue?data2singleTypeSTRINGvalueNavyclan2_hide2dataBhsingleTypeSCALARvalue?hdataxsingleTypeSTRINGvalueFilters_HidedatasingleTypeSCALARvaluedata singleTypeSTRINGvaluemainRotor_folded data0VsingleTypeSCALARvalue?VdatafsingleTypeSTRINGvaluemainRotor_unfoldeddatasingleTypeSCALARvaluedatasingleTypeSTRINGvalueHide_ESSS2xdataEsingleTypeSCALARvalue?EdataUsingleTypeSTRINGvalueHide_ESSS4xdatasingleTypeSCALARvaluedatasingleTypeSTRINGvalueHide_FlirTurretdata 1singleTypeSCALARvalue1dataAmsingleTypeSTRINGvalueHide_Nosemdata}singleTypeSCALARvaluedatasingleTypeSTRINGvalueBlackhawk_HidedatasingleTypeSCALARvaluedata*WsingleTypeSTRINGvalueHide_ProbeWdatagsingleTypeSCALARvalue?datasingleTypeSTRINGvalueDoorcock_HidedatasingleTypeSCALARvalue dataTypeObjectPositionInfosideEmptyflagsAttributesidv typeCUP_B_MH60L_DAP_4x_USNatlOffset8CustomAttributes"position~E6@05angles\x<X>v}@skill?lockUNLOCKEDtexturesBlackpylonsCUP_PylonPod_19Rnd_Rocket_FFAR_M;CUP_PylonPod_4Rnd_AGM114K_Hellfire_II_M[0];CUP_PylonPod_4Rnd_AGM114K_Hellfire_II_M[0];CUP_PylonPod_19Rnd_Rocket_FFAR_M;Attribute0Attribute1nAttributes"propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueBdataRsingleTypeSTRINGvalue[[[["CUP_arifle_M4A1","FirstAidKit"],[1,4]],[["CUP_30Rnd_556x45_Stanag","SmokeShell","SmokeShellOrange","Chemlight_red"],[10,2,2,2]],[[],[]],[[],[]]],false]propertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};Value"data"singleTypeARRAYvalue"itemsItem0Item1>"data%>singleTypeARRAY>dataN"singleTypeARRAYvaluer"itemsItem0Item1Item2Item3QItem4Item5Item6Item7?Item8uItem9Item10Item11.Item12dItem13Item14Item15Item16PItem17Item18Item19Item209Item21vItem22Item23"datasingleTypeSTRINGvalueNavyclan_hidedatasingleTypeSCALARvalue?data QsingleTypeSTRINGvalueNavyclan2_hideQdataasingleTypeSCALARvalue?datasingleTypeSTRINGvalueFilters_HidedatasingleTypeSCALARvaluedata ?singleTypeSTRINGvaluemainRotor_folded?dataOusingleTypeSCALARvalue?udatasingleTypeSTRINGvaluemainRotor_unfoldeddatasingleTypeSCALARvaluedata.singleTypeSTRINGvalueHide_ESSS2x.data>dsingleTypeSCALARvalue?ddatatsingleTypeSTRINGvalueHide_ESSS4xdatasingleTypeSCALARvaluedatasingleTypeSTRINGvalueHide_FlirTurretdata*PsingleTypeSCALARvaluePdata`singleTypeSTRINGvalueHide_NosedatasingleTypeSCALARvaluedatasingleTypeSTRINGvalueBlackhawk_Hidedata9singleTypeSCALARvalue9dataIvsingleTypeSTRINGvalueHide_ProbevdatasingleTypeSCALARvalue?datasingleTypeSTRINGvalueDoorcock_Hidedata"singleTypeSCALARvalue"dataTypeObjectPositionInfosideEmptyAttributesidy typeCUP_BOX_UN_Wps_FatlOffsetP@9positionhD BjEangles2?initcall{ [this, ["faction", "ROOF_KOREANS"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;}9dataTypeObjectPositionInfosideEmptyflagsAttributesid typeCUP_BOX_UN_Wps_FLpositionK?hDBjEangles2?initcall{ [this, ["faction", "ROOF_KOREANS"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;}LdataTypeObjectPositionInfosideEmptyAttributesid typeCUP_BOX_UN_Wps_FatlOffset@@cposition DBB\ZEangles:i۸@initcall{ [this, ["faction", "ROOF_KOREANS"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;}cdataTypeObjectPositionInfosideEmptyAttributesid typeCUP_BOX_UN_Wps_FatlOffset}@zpositionBvDr B*ZEangles:i۸@initcall{ [this, ["faction", "ROOF_KOREANS"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;}zdataTypeObjectPositionInfo sideEmptyflagsAttributesBid typeLand_ControlTower_01_FCustomAttributesH|positionmDzuBoqEanglesh@BHAttribute0Attribute1nAttributes|propertyDoorStatesexpression['init',_this,_value] call bis_fnc_3DENAttributeDoorStates;ValuedatasingleTypeARRAYvalue$itemsItem0WItem1Item2datagsingleTypeSCALARvalue*CdatasingleTypeSCALARvaluedatasingleTypeSCALARvaluepropertyallowDamageexpression_this allowdamage _value;ValueH|dataX|singleTypeBOOLvalue| dataTypeObjectPositionInfosideEmptyflagsAttributesQid typeLand_Loudspeakers_FatlOffsetpACustomAttributeshposition&iD{BmjEanglesE@Qnamespeaker_1hAttribute0Attribute1nAttributespropertyDoorStatesexpression['init',_this,_value] call bis_fnc_3DENAttributeDoorStates;Valuedata singleTypeARRAYvalueDitemsItem0wItem1Item2datasingleTypeSCALARvaluedatasingleTypeSCALARvaluedatasingleTypeSCALARvaluepropertyallowDamageexpression_this allowdamage _value;ValuehdataxsingleTypeBOOLvalue dataTypeObjectPositionInfo9sideEmptyflagsAttributesqid typeLand_Loudspeakers_FatlOffsetduACustomAttributespositionDD4BZEanglestʄ@qnamespeaker_2Attribute0Attribute19nAttributespropertyDoorStatesexpression['init',_this,_value] call bis_fnc_3DENAttributeDoorStates;Value09data@9singleTypeARRAYvalued9itemsItem0Item1Item29datasingleTypeSCALARvaluedatasingleTypeSCALARvaluedata9singleTypeSCALARvalue9propertyallowDamageexpression_this allowdamage _value;ValuedatasingleTypeBOOLvaluedataTypeObjectPositionInfoHsideEmptyflagsAttributesid typeLand_Radar_01_HQ_FCustomAttributesposition횀DlBmEangles~.@Attribute0Attribute17nAttributespropertyDoorStatesexpression['init',_this,_value] call bis_fnc_3DENAttributeDoorStates;Value.7data>7singleTypeARRAYvalueb7itemsItem0Item1Item27datasingleTypeSCALARvalue*CdatasingleTypeSCALARvaluedata7singleTypeSCALARvalue7propertyallowDamageexpression_this allowdamage _value;ValuedatasingleTypeBOOLvaluedataTypeObjectPositionInfoFsideEmptyflagsAttributes~id typeLand_A_BuildingWIPCustomAttributespositionўD:sB!ZZEangles:/?~Attribute0Attribute15nAttributespropertyDoorStatesexpression['init',_this,_value] call bis_fnc_3DENAttributeDoorStates;Value,5data<5singleTypeARRAYvalue`5itemsItem0Item1Item25datasingleTypeSCALARvalue*CdatasingleTypeSCALARvaluedata5singleTypeSCALARvalue5propertyallowDamageexpression_this allowdamage _value;ValuedatasingleTypeBOOLvaluedataTypeObjectPositionInfoDsideEmptyflagsAttributes|id typeLand_A_BuildingWIPCustomAttributesposition̖kDsBkEangles)@|Attribute0Attribute13nAttributespropertyDoorStatesexpression['init',_this,_value] call bis_fnc_3DENAttributeDoorStates;Value*3data:3singleTypeARRAYvalue^3itemsItem0Item1Item23datasingleTypeSCALARvalue*CdatasingleTypeSCALARvaluedata 3singleTypeSCALARvalue3propertyallowDamageexpression_this allowdamage _value;ValuedatasingleTypeBOOLvaluedataTypeObjectPositionInfoMsideEmptyflagsAttributesid typeLand_Unfinished_Building_01_FCustomAttributespositionpDaBQcrEanglesVז@Attribute0Attribute1<nAttributespropertyDoorStatesexpression['init',_this,_value] call bis_fnc_3DENAttributeDoorStates;Value3<dataC<singleTypeARRAYvalueg<itemsItem0Item1Item2<datasingleTypeSCALARvalue*CdatasingleTypeSCALARvaluedata<singleTypeSCALARvalue<propertyallowDamageexpression_this allowdamage _value;ValuedatasingleTypeBOOLvaluedataTypeObjectPositionInfoVsideEmptyflagsAttributesid typeLand_Unfinished_Building_01_FCustomAttributesposition9DaBHZEangles@Attribute0Attribute1EnAttributespropertyDoorStatesexpression['init',_this,_value] call bis_fnc_3DENAttributeDoorStates;Value<EdataLEsingleTypeARRAYvaluepEitemsItem0Item1Item2EdatasingleTypeSCALARvalue*CdatasingleTypeSCALARvaluedataEsingleTypeSCALARvalueEpropertyallowDamageexpression_this allowdamage _value;ValuedatasingleTypeBOOLvaluedataTypeObjectPositionInfo_sideEmptyflagsAttributesid typeLand_Unfinished_Building_02_FCustomAttributespositionƆvD_bBmEangles'Q@Attribute0Attribute1NnAttributespropertyDoorStatesexpression['init',_this,_value] call bis_fnc_3DENAttributeDoorStates;ValueENdataUNsingleTypeARRAYvalueyNitemsItem0Item1Item2NdatasingleTypeSCALARvalue*CdatasingleTypeSCALARvaluedata(NsingleTypeSCALARvalueNpropertyallowDamageexpression_this allowdamage _value;ValuedatasingleTypeBOOLvaluedataTypeObjectPositionInfohsideEmptyflagsAttributesid typeLand_Unfinished_Building_02_FCustomAttributespositionDFbB\Eangles@Attribute0Attribute1WnAttributespropertyDoorStatesexpression['init',_this,_value] call bis_fnc_3DENAttributeDoorStates;ValueNWdata^WsingleTypeARRAYvalueWitemsItem0Item1Item2!WdatasingleTypeSCALARvalue*Cdata!singleTypeSCALARvalue!data1WsingleTypeSCALARvalueWpropertyallowDamageexpression_this allowdamage _value;ValuedatasingleTypeBOOLvaluedataTypeObjectPositionInfohsideEmptyflagsAttributesid typeLand_i_Barracks_V1_FCustomAttributesQpositionuDWBeEanglesz?Attribute0nAttributesQpropertyallowDamageexpression_this allowdamage _value;ValueQdata-QsingleTypeBOOLvalueQdataTypeLayernameModulesEntitiesid atlOffset B:! items Item0* Item1 Item2Item3 Item4CItem5yItem6Item7Item8;Item9Item10 :!dataTypeLogicPositionInfo id typeModuleCurator_FatlOffset>CCustomAttributes  positionş!FvC E Attribute0 Attribute1 Attribute2X Attribute3 nAttributes propertyModuleCurator_F_Ownerexpression_this setVariable ['Owner',_value,true];Valuey  data  singleTypeSTRINGvalue#adminLogged propertyModuleCurator_F_Forcedexpression_this setVariable ['Forced',_value,true];Value" X data2 X singleTypeSCALARvalueX propertyModuleCurator_F_Nameexpression_this setVariable ['Name',_value,true];Value  data  singleTypeSTRINGvalue propertyModuleCurator_F_Addonsexpression_this setVariable ['Addons',_value,true];Value[  datak  singleTypeSCALARvalue@@  dataTypeLogicPositionInfoG areaSizeAAareaIsRectangleflagsid typeModuleHideTerrainObjects_FatlOffset<CustomAttributes positionQmD`YB-lEanglesd@?>@ Attribute0 Attribute1CnAttributesproperty#filterexpression_this setVariable ["#filter",_value]Value CdataCsingleTypeSCALARvaluepACproperty#hideLocallyexpression_this setVariable ["#hideLocally",_value]ValuedatasingleTypeBOOLvaluedataTypeLogicPositionInfo}areaSizeAareaIsRectangleflagsid typeModuleHideTerrainObjects_FatlOffsetCustomAttributes)positionފDWB[Eangles:#¸@)Attribute0aAttribute1nAttributesproperty#filterexpression_this setVariable ["#filter",_value]ValuedatasingleTypeSCALARvalue@@property#hideLocallyexpression_this setVariable ["#hideLocally",_value]ValueMdata]singleTypeBOOLvaluedataTypeLogicPositionInfo'areaSizeAAareaIsRectangleflagsid typeModuleHideTerrainObjects_FCustomAttributes_ positionqtDWBeEanglesq=@_Attribute0Attribute1# nAttributes property#filterexpression_this setVariable ["#filter",_value]Value# data# singleTypeSCALARvaluepA# property#hideLocallyexpression_this setVariable ["#hideLocally",_value]Value  data  singleTypeBOOLvalue dataTypeLogicPositionInfo!idz typeARK_Clear_Vehicle:!positionXE@fangles<]H?@:!dataTypeGroupsideWestEntities!Attributes'id# (itemsItem0!Item1^#Item2$Item3Z&'dataTypeObjectPositionInfo0"sideWestflagsAttributesh"id$ typeB_officer_F^#position=bDWBjhEanglesBitemsItem0.<Item1=Item2D?Item3@$BdataTypeObjectPositionInfo<sideWestflagsAttributes<id7 typeB_Soldier_TL_F=position`XDWBYhEangles̖?<skill?rankCORPORALinit [this, ["faction", "ROOF_KOREANS"], ["gear", "FTL"], ["marker", "A3", "ColorRed"]] call hull3_unit_fnc_init;descriptionROK Army Black Panthers - Alpha 3 Fireteam Leader@Alpha 3isPlayable=dataTypeObjectPositionInfo8>sideWestflagsAttributesp>id8 typeB_soldier_AR_FD?positionlXDWB]hEangles@̖?p>skill?rankCORPORALinit [this, ["faction", "ROOF_KOREANS"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionROK Army Black Panthers - Alpha 3 Automatic Rifleman@Alpha 3isPlayableD?dataTypeObjectPositionInfo?sideWestflagsAttributes?id9 typeB_Soldier_A_F@position9XDWBhEangles̖??skill?init [this, ["faction", "ROOF_KOREANS"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionROK Army Black Panthers - Alpha 3 Assistant Automatic Rifleman@Alpha 3isPlayable@dataTypeObjectPositionInfo-AsideWestflagsAttributeseAid: typeB_soldier_LAT_F$BpositionWD)WB~hEanglesz@̖?:eAskill?init[this, ["faction", "ROOF_KOREANS"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionROK Army Black Panthers - Alpha 3 Rifleman (AT)@Alpha 3isPlayable$BformationDIAMOND>BdataTypeGroupsideWestEntitiesBAttributesHid; HitemsItem0BItem1RDItem2EHdataTypeObjectPositionInfo,CsideWestflagsAttributesdCid< typeB_Soldier_SL_FRDpositionv`DWBUhEangles״?dCskill?rankSERGEANTinit [this, ["faction", "ROOF_KOREANS"], ["gear", "SL"], ["marker", "BSL", "ColorBlue"]] call hull3_unit_fnc_init;descriptionROK Army Black Panthers - Bravo Squad Leader @Bravo SLisPlayableRDdataTypeObjectPositionInfoDsideWestflagsAttributesDid= typeB_medic_FEpositionD`DWBU'hEangles״?Dskill?rankCORPORALinit [this, ["faction", "ROOF_KOREANS"], ["gear", "Medic"], ["marker", "BM", "ColorBlue"]] call hull3_unit_fnc_init;descriptionROK Army Black Panthers - Bravo Squad Medic@Bravo SLisPlayableEdataTypeObjectPositionInfojFsideWestflagsAttributesFid> typeB_soldier_M_FCustomAttributes`GHpositionm`DWBVvhEangles״?Fskill?initcall{[this, ["faction", "ROOF_KOREANS"], ["gear", "SN"]] call hull3_unit_fnc_init;}descriptionROK Army Black Panthers - Bravo Marksman@Bravo SLisPlayable`GAttribute0GAttribute1HnAttributesHpropertyspeakerexpression_this setspeaker _value;ValueGHdataGHsingleTypeSTRINGvalueMale05ENGHpropertypitchexpression_this setpitch _value;ValuedHHdatatHHsingleTypeSCALARvalueff?HformationDIAMONDHdataTypeGroupsideWestEntitiesHAttributes3Oid? MOitemsItem0[DQWBgEanglesY@Yxskill?rankSERGEANTinit [this, ["faction", "ROOF_KOREANS"], ["gear", "P"], ["marker", "TH1", "ColorOrange"]] call hull3_unit_fnc_init;descriptionROK Army - TH 1 Pilot (UH-60P) [JIP Extract]@TH 1isPlayableCyAttribute0{yAttribute1znAttributes}zpropertyspeakerexpression_this setspeaker _value;ValueyzdatayzsingleTypeSTRINGvalueMale01ENGzpropertypitchexpression_this setpitch _value;ValueGz}zdataWz}zsingleTypeSCALARvalue?}z dataTypeObjectPositionInfo{sideWestflagsAttributesJ{idc typeB_helicrew_FatlOffsetP7CustomAttributes{5}positioncE:@#3anglesz=X>Y@J{skill?init[this, ["faction", "ROOF_KOREANS"], ["gear", "PCM"]] call hull3_unit_fnc_init;descriptionROK Army - TH 1 Gunner [JIP Extract]@TH 1isPlayable{Attribute03|Attribute1|nAttributes5}propertyspeakerexpression_this setspeaker _value;Value}||data||singleTypeSTRINGvalueMale08ENG|propertypitchexpression_this setpitch _value;Value|5}data}5}singleTypeSCALARvalue33s?5} dataTypeObjectPositionInfo}sideWestflagsAttributes~idd typeB_helicrew_FatlOffsetX7CustomAttributes~positionv=E@yanglesz=X>U@~skill?init[this, ["faction", "ROOF_KOREANS"], ["gear", "PCM"]] call hull3_unit_fnc_init;descriptionROK Army - TH 1 Crew Chief [JIP Extract]@TH 1isPlayable~Attribute0~Attribute1unAttributespropertyspeakerexpression_this setspeaker _value;Value9udataIusingleTypeSTRINGvalueMale05ENGupropertypitchexpression_this setpitch _value;ValuedatasingleTypeSCALARvalue\?formationDIAMOND dataTypeGroupsideWestEntitieseAttributeside atlOffsetH7itemsItem0Item1Item2B dataTypeObjectPositionInfo.sideWestflagsAttributesfidf typeB_Helipilot_FatlOffsetH7CustomAttributesPpositionENٳ@[anglesח=X>̮@fskill?rankSERGEANTinit [this, ["faction", "ROOF_KOREANS"], ["gear", "P"], ["marker", "TH2", "ColorOrange"]] call hull3_unit_fnc_init;descriptionROK Army - TH 2 Pilot (UH-60P) [JIP Extract]@TH 2isPlayablePAttribute0Attribute1nAttributespropertyspeakerexpression_this setspeaker _value;Value҂datasingleTypeSTRINGvalueMale08ENGpropertypitchexpression_this setpitch _value;ValueTdatadsingleTypeSCALARvalueG? dataTypeObjectPositionInfosideWestflagsAttributesWidg typeB_helicrew_FatlOffset07CustomAttributesBpositionEKq@gangles P=X>̮@Wskill?init[this, ["faction", "ROOF_KOREANS"], ["gear", "PCM"]] call hull3_unit_fnc_init;descriptionROK Army - TH 2 Gunner [JIP Extract]@TH 2isPlayableAttribute0@Attribute1ƅnAttributesBpropertyspeakerexpression_this setspeaker _value;ValueƅdataƅsingleTypeSTRINGvalueMale02ENGƅpropertypitchexpression_this setpitch _value;Value BdataBsingleTypeSCALARvalue?B dataTypeObjectPositionInfo׆sideWestflagsAttributesidh typeB_helicrew_FatlOffset07CustomAttributesćpositionE@-+angles!V=X>v@skill?init[this, ["faction", "ROOF_KOREANS"], ["gear", "PCM"]] call hull3_unit_fnc_init;descriptionROK Army - TH 2 Crew Chief [JIP Extract]@TH 2isPlayablećAttribute0Attribute1nAttributespropertyspeakerexpression_this setspeaker _value;ValueFdataVsingleTypeSTRINGvalueMale08ENGpropertypitchexpression_this setpitch _value;ValueȈdata؈singleTypeSCALARvalue33s?formationDIAMONDdataTypeGroupsideWestEntitiesrAttributes idi atlOffset@7%itemsItem0Item1Item2O  dataTypeObjectPositionInfo;sideWestflagsAttributessidj typeB_Helipilot_FatlOffset@7CustomAttributes]positionE|@.angles%I=X>@sskill?rankCORPORALinit [this, ["faction", "ROOF_KOREANS"], ["gear", "P"], ["marker", "TH3", "ColorOrange"]] call hull3_unit_fnc_init;descriptionROK Army - TH 3 Pilot (UH-60P) [JIP Extract]@TH 3isPlayable]Attribute0Attribute1nAttributespropertyspeakerexpression_this setspeaker _value;ValueߋdatasingleTypeSTRINGvalueMale04ENGpropertypitchexpression_this setpitch _value;ValueadataqsingleTypeSCALARvalue? dataTypeObjectPositionInfo,sideWestflagsAttributesdidk typeB_helicrew_FatlOffset87CustomAttributesOpositionE@}angles%I=X>@dskill?init[this, ["faction", "ROOF_KOREANS"], ["gear", "PCM"]] call hull3_unit_fnc_init;descriptionROK Army - TH 3 Gunner [JIP Extract]@TH 3isPlayableAttribute0MAttribute1ӎnAttributesOpropertyspeakerexpression_this setspeaker _value;ValueӎdataӎsingleTypeSTRINGvalueMale10ENGӎpropertypitchexpression_this setpitch _value;ValueOdata)OsingleTypeSCALARvalueff?O dataTypeObjectPositionInfosideWestflagsAttributesidl typeB_helicrew_FatlOffset07CustomAttributesѐ position~E@angles&I=X>@skill?init[this, ["faction", "ROOF_KOREANS"], ["gear", "PCM"]] call hull3_unit_fnc_init;descriptionROK Army - TH 3 Crew Chief [JIP Extract]@TH 3isPlayableѐAttribute0 Attribute1nAttributes propertyspeakerexpression_this setspeaker _value;ValueSdatacsingleTypeSTRINGvalueMale06ENGpropertypitchexpression_this setpitch _value;ValueՑ data singleTypeSCALARvalueff? formationDIAMOND%dataTypeGroupsideWestEntitiesAttributestidm atlOffset6itemsItem0Item1t dataTypeObjectPositionInfo9sideWestflagsAttributesqidn typeB_Pilot_FatlOffset6CustomAttributesmpositionEl@xanglesmF=L^>-A=qskill?rankLIEUTENANTinit [this, ["faction", "ROOF_KOREANS"], ["gear", "P"], ["marker", "AH1", "ColorOrange"]] call hull3_unit_fnc_init;descriptionROK Army - AH 1 Pilot (AH-64E Guardian) [JIP Extract Escort]@AH 1isPlayablemAttribute0Attribute1+nAttributespropertyspeakerexpression_this setspeaker _value;Value+data+singleTypeSTRINGvalueMale11ENG+propertypitchexpression_this setpitch _value;ValueqdatasingleTypeSCALARvalue ׃? dataTypeObjectPositionInfo9sideWestflagsAttributesqido typeB_Pilot_FatlOffset6CustomAttributes:tposition`E@anglesmF=L^>-A=qskill?rankLIEUTENANTinit [this, ["faction", "ROOF_KOREANS"], ["gear", "P"]] call hull3_unit_fnc_init;descriptionROK Army - AH 1 Gunner [JIP Extract Escort]@AH 1isPlayable:Attribute0rAttribute1nAttributestpropertyspeakerexpression_this setspeaker _value;Valuedata̗singleTypeSTRINGvalueMale01ENGpropertypitchexpression_this setpitch _value;Value>tdataNtsingleTypeSCALARvalue ׃?tformationDIAMONDdataTypeGroupsideWestEntitiesAttributesݞidp atlOffset@6itemsItem0Item1ݞ dataTypeObjectPositionInfosideWestflagsAttributesڙidq typeB_Pilot_FatlOffset@6CustomAttributes֚position!Eȗ@angles=L^>@ڙskill?rankLIEUTENANTinit [this, ["faction", "ROOF_KOREANS"], ["gear", "P"], ["marker", "AH2", "ColorOrange"]] call hull3_unit_fnc_init;descriptionROK Army - AH 2 Pilot (AH-64E Guardian) [JIP Extract Escort]@AH 2isPlayable֚Attribute0Attribute1nAttributespropertyspeakerexpression_this setspeaker _value;ValueXdatahsingleTypeSTRINGvalueMale08ENGpropertypitchexpression_this setpitch _value;ValueڛdatasingleTypeSCALARvalue ׃? dataTypeObjectPositionInfosideWestflagsAttributesڜidr typeB_Pilot_FatlOffset@6CustomAttributesݞposition.Eӡ@]mangles8<L^>@ڜskill?rankLIEUTENANTinit [this, ["faction", "ROOF_KOREANS"], ["gear", "P"]] call hull3_unit_fnc_init;descriptionROK Army - AH 2 Gunner [JIP Extract Escort]@AH 2isPlayableAttribute0۝Attribute1anAttributesݞpropertyspeakerexpression_this setspeaker _value;Value%adata5asingleTypeSTRINGvalueMale04ENGapropertypitchexpression_this setpitch _value;ValueݞdataݞsingleTypeSCALARvalueff?ݞformationDIAMONDdataTypeLogicPositionInfovnameadm_hc_unitisPlayabledescriptionHCids typeHeadlessClient_FpositionGD\Bh$gEangleste=]H?x=dataTypeMarkerpositionDFCNZEnamemkr_ammo_southtypeEmptyid atlOffsetWCdataTypeTriggerpositionX1rD XBT'gEAttributesidW typeEmptyDetectorAreaR250͠conditiontriggeractivated tgr_time_20;sizeACsizeBC͠dataTypeLogicPositionInfo0idX typeark_chase_ai_moduleCustomAttributesPposition9nDWBdEP Attribute0Attribute1Attribute2pAttribute3Attribute4̤Attribute5Attribute64Attribute7Attribute8Attribute9XnAttributes propertyark_chase_ai_module_Unit_Amountexpression_this setVariable ['Unit_Amount',_value,true];ValuedatasingleTypeSCALARvalue@propertyark_chase_ai_module_Waypoint_Accuracyexpression_this setVariable ['Waypoint_Accuracy',_value,true];Value:pdataJpsingleTypeSCALARvalueHBppropertyark_chase_ai_module_Spawn_Timeexpression_this setVariable ['Spawn_Time',_value,true];ValuedatasingleTypeSCALARvalue@propertyark_chase_ai_module_Max_Distanceexpression_this setVariable ['Max_Distance',_value,true];Value̤data̤singleTypeSCALARvalueC̤propertyark_chase_ai_module_Allow_BuildingSearchexpression_this setVariable ['Allow_BuildingSearch',_value,true];ValueVdatafsingleTypeBOOLvaluepropertyark_chase_ai_module_Allow_NVGsexpression_this setVariable ['Allow_NVGs',_value,true];Value4data4singleTypeBOOLvalue4propertyark_chase_ai_module_Force_Flashlightsexpression_this setVariable ['Force_Flashlights',_value,true];ValuedataȦsingleTypeBOOLvaluepropertyark_chase_ai_module_Unit_Classnamesexpression_this setVariable ['Unit_Classnames',_value,true];Valueldata|singleTypeSTRINGvalue[ADMIRAL]propertyark_chase_ai_module_Min_Distanceexpression_this setVariable ['Min_Distance',_value,true];Value"Xdata2XsingleTypeSCALARvalueCXpropertyark_chase_ai_module_Unit_Templateexpression_this setVariable ['Unit_Template',_value,true];ValueԨdatasingleTypeSTRINGvalueADMIRALLinkIDProvider3LinksFnextIDF itemsItem0ªItem1Item2\Item3Item4Item5CItem6Item7ݬItem8*Item9wItem10ĭItem11Item12^Item13Item14Item15EItem16Item17߯Item18,Item19yItem20ưItem21Item22`Item23Item24Item25GItem26Item27Item28.Item29{Item30ȳlinkIDitem0nitem1mCustomDatatypeSynclinkIDitem0.item1-CustomDataJ\typeSync\linkIDitem0_item1]CustomDatatypeSynclinkIDitem0bitem1]CustomDatatypeSynclinkIDitem0eitem1cCustomData1CtypeSyncClinkIDitem0fitem1cCustomData~typeSynclinkIDitem0 item1 CustomDataˬݬtypeSyncݬlinkIDitem0 item1 CustomData*typeSync*linkIDitem0w item1z CustomDataewtypeSyncwlinkID item0x item1z CustomDataĭtypeSyncĭlinkID item0t item1z CustomDatatypeSynclinkID item0u item1z CustomDataL^typeSync^linkID item0v item1z CustomDatatypeSynclinkID item0 item1 CustomDatatypeSynclinkIDitem0 item1 CustomData3EtypeSyncElinkIDitem0 item1 CustomDatatypeSynclinkIDitem0 item1 CustomDataͯ߯typeSync߯linkIDitem0 item1 CustomData,typeSync,linkIDitem0 item1 CustomDatagytypeSyncylinkIDitem0 item1 CustomDataưtypeSyncưlinkIDitem0 item1 CustomDatatypeSynclinkIDitem0 item1 CustomDataN`typeSync`linkIDitem0 item1 CustomDatatypeSynclinkIDitem0 item1 CustomDatatypeSynclinkIDitem0 item1 CustomData5GtypeSyncGlinkIDitem0 item1 CustomDatatypeSynclinkIDitem0 item1 CustomDataϲtypeSynclinkIDitem0 item1 CustomData.typeSync.linkIDitem0B item1A CustomDatai{typeSync{linkIDitem0J item1I CustomDataȳtypeSyncȳlinkIDitem0X item1W CustomDatatypeSyncclass Plank { isEnabled = 1; fortifications[] = { // Action text | Classname | Distance | Direction | Direction Range | Code //-------------------------------------------------------------------------------------------------------------------------------------- {"Bunker", "land_gm_sandbags_02_bunker_high", 3, 0, 360, ""}, {"Wide Sandbag", "land_gm_sandbags_01_wall_01", 3, 0, 360, ""}, {"Round Sandbag", "land_gm_sandbags_01_round_01", 3, 0, 360, ""}, {"Short Sandbag", "land_gm_sandbags_01_short_01", 3, 0, 360, ""}, {"Ammobox APILAS", "gm_ammobox_aluminium_06_empty", 3, 0, 360, "_this call ark_fnc_plank_fill_dragon;"}, {"Small Ammobox", "gm_ammobox_aluminium_07_empty", 3, 0, 360, "_this call ark_fnc_plank_fill_MMG_Ammo;"}, {"Medic Supply Box", "gm_ammobox_aluminium_07_empty", 3, 0, 360, "_this call ark_fnc_plank_fill_medic_box;"}, {"Large Ammobox", "gm_ammobox_aluminium_04_empty", 3, 0, 360, "_this call ark_fnc_plank_fill_Ammo;"} }; };{_unit disableAI _x} forEach ["SUPPRESSION", "AUTOCOMBAT"];cu)تE=h