admiral\admiral.htb=description.extPbhull3\briefing\blufor.sqfbhull3\briefing\civilian.sqf*qn^hull3\briefing\indfor.sqfbhull3\briefing\opfor.sqfbhull3\hull3.hbhull3\IA_G.hU bhull3\IA_U.hbhull3\LICENSE*qn^8init.sqfbwinitPlayerLocal.sqfb initServer.sqfbmission.sqmbbplank.hbzone_spawned_unit.sqf*qn^;class Admiral { isEnabled = 1; isBehaviorEnabled = 0; groupSpawnDelay = 2; 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 = "GMX_CHDKZ"; defaultZoneTemplate = "Camp"; }; class Patrol { defaultUnitTemplate = "GMX_CHDKZ"; defaultZoneTemplate = "Patrol"; }; class Cqc { defaultUnitTemplate = "GMX_CHDKZ"; defaultZoneTemplate = "Cqc"; }; class UnitTemplates { class GMX_CHDKZ { technicals[] = {"gmx_chdkz_uaz469_dshkm_wdr", "gmx_chdkz_uaz469_dshkm_wdr", "gmx_chdkz_uaz469_spg9_wdr"}; armour[] = {"gmx_chdkz_brdm2_wdr", "gmx_chdkz_btr60pb_wdr", "gmx_chdkz_ot64a_wdr", "gmx_chdkz_bmp1sp2_wdr", "gmx_chdkz_pt76b_wdr", "gmx_chdkz_t55_wdr"}; th[] = {"gmx_chdkz_mi2t_wdl"}; ah[] = {"gmx_chdkz_mi2urn_wdl"}; }; }; }; #include "admiral\admiral.h" #include "hull3\hull3.h" #include "plank.h" allowProfileGlasses = 0; enableDebugConsole = 1; disableChannels[]={{2,true,true},{4,true,true},{6,true,true}}; onLoadName = "industrial action"; onLoadMission = "Made with Hull3"; author = "dancemoox"; loadScreen = "x\ark\addons\hull3\resources\hull3_logo.paa"; class Header { gameType = Coop; minPlayers = 1; maxPlayers = 48; }; 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 = 0; code = "hull3_mission_fog = %1"; }; class Hull3_Weather { title = "Weather"; values[] = {0,1,2,3,4,5,6,7,8,9}; texts[] = {"Random", "Clear (Calm)", "Clear (Light Winds)", "Clear (Strong Winds)", "Overcast (Calm)", "Overcast (Light Winds)", "Overcast (Strong Winds)", "Rain (Light Winds)", "Rain (Strong Winds)", "Storm"}; default = 1; code = "hull3_mission_weather = %1"; }; class Hull3_SafetyTimer { title = "Safety Timer"; values[] = {9999,0}; texts[] = {"On", "Off"}; default = 9999; code = "hull3_mission_safetyTimerEnd = %1"; }; }; class CfgDebriefingSections { class acex_killTracker { title = "Acex Killed Events"; variable = "acex_killTracker_outputText"; }; }; // BLUFOR Notes // Situation player createDiaryRecord ["Diary", ["Situation","
Our OREL platoon has been tasked with defending the Novodmitrovsk industrial area against ChDKZ assaults.

ENEMY FORCES
ChDKZ Rebels armed with stolen equipment and vehicles.

FRIENDLY FORCES
An extraction force is preparing, it will be some time until they can set off however.. "]]; // Mission player createDiaryRecord ["Diary", ["Mission","
Defend the indicated area for as long as possible, call for extraction when it is available.

Expect attack from all sides. "]]; // Execution player createDiaryRecord ["Diary", ["Execution","
COMMANDER'S INTENT
Remain within the indicated AO perimeter at all times.

FORTIFICATION PLAN
An ammunition dump has been prepared, team leaders have smaller Plank placeable ammo boxes.

JIP EXTRACT
Each Mi-2T can transport nine, Mi-2URP-G has a limited lift capacity of four.

BTR-60PB can extract twenty, additionally ground extract must approach via the Railyard by taking either Serpentine Ridge or Cernaya Polana approaches.

Extract must wait to be called in before moving off. "]]; // 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","
The Rachmaninoff Group has been employed by the legitimate Government of Niakala to provide security and training, whilst en-route to our forward operating base we have somehow run out of fuel on the outskirts of Pala.
The locals fled as we approached the town and are likely to be informing of our presence to the rebels in the area.

ENEMY FORCES
Anti Government Rebels armed with AK47s and no shoes, they will be no threat.

FRIENDLY FORCES
An extraction force two Mi-8 and two Mi-24 are preparing, it will be some time until they can set off however.. "]]; // Mission player createDiaryRecord ["Diary", ["Mission","
Defend the indicated area for as long as possible, call for extraction when it is available.

Given we are surrounded, defend in all directions. "]]; // Execution player createDiaryRecord ["Diary", ["Execution","
COMMANDER'S INTENT
Remain within the indicated AO perimeter at all times.

FORTIFICATION PLAN
Ammunition dumps have been established in the Church and Hotel

JIP EXTRACT
Extract must wait to be called in before moving off.

Our two Kamaz trucks and the two ammo dumps should be destroyed as we extract to prevent the munitions and vehicles from falling into the hands of the rebels, plus we can bill the client for replacements anyway.. "]]; // Credits player createDiaryRecord ["Diary", ["Credits", "
Made by dancemoox "]]; 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 GMX_CDF_OREL { gear = "IA_G"; uniform = "IA_U"; languages[] = { {"west", 100} }; }; }; class Gear { #include "IA_G.h" unitBaseClass = "Rifleman"; vehicleBaseClass = "Vehicle"; }; class Uniform { #include "IA_U.h" unitBaseClass = "Rifleman"; }; };class IA_G { class Rifleman { primaryWeapon = "CUP_arifle_AKM"; primaryWeaponItems[] = {"CUP_acc_Flashlight"}; secondaryWeapon = ""; secondaryWeaponItems[] = {}; handgunWeapon = ""; handgunItems[] = {}; uniformWeapons[] = {}; vestWeapons[] = {}; backpackWeapons[] = {}; uniformMagazines[] = { {"HandGrenade", 2}, {"MiniGrenade", 2}, {"ACE_Chemlight_HiGreen", 2}, {"SmokeShellGreen", 2} }; vestMagazines[] = { {"CUP_30Rnd_762x39_AK47_bakelite_M", 6}, {"CUP_30Rnd_TE1_Green_Tracer_762x39_AK47_bakelite_M", 2} }; backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShellGreen", 1}, {"CUP_30Rnd_762x39_AK47_bakelite_M", 4}, {"CUP_30Rnd_TE1_Green_Tracer_762x39_AK47_bakelite_M", 2} }; basicAssignItems[] = {"ItemMap", "ItemCompass", "ItemWatch"}; assignItems[] = {}; binocular = ""; uniformItems[] = { {"ACE_Flashlight_KSF1", 1}, {"ACE_wirecutter", 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_AKMS_GL"; primaryWeaponItems[] = {"CUP_acc_Flashlight"}; handgunWeapon = "CUP_hgun_Makarov"; vestMagazines[] = { {"CUP_30Rnd_762x39_AK47_bakelite_M", 4}, {"CUP_1Rnd_HE_GP25_M", 4}, {"CUP_1Rnd_SmokeGreen_GP25_M", 2}, {"CUP_IlumFlareGreen_GP25_M", 2}, {"CUP_30Rnd_TE1_Green_Tracer_762x39_AK47_bakelite_M", 2}, {"CUP_8Rnd_9x18_Makarov_M", 3} }; backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShellGreen", 1}, {"CUP_30Rnd_762x39_AK47_bakelite_M", 6}, {"CUP_30Rnd_TE1_Green_Tracer_762x39_AK47_bakelite_M", 2}, {"CUP_1Rnd_HE_GP25_M", 2}, {"CUP_1Rnd_SmokeGreen_GP25_M", 2}, {"CUP_IlumFlareGreen_GP25_M", 2} }; assignItems[] = {"ItemGPS"}; binocular = "Binocular"; }; class Officer : Leader { assignItems[] = {"ItemGPS"}; binocular = "ACE_Vector"; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; }; class Crew : Rifleman { primaryWeapon = "CUP_arifle_AKMS"; primaryWeaponItems[] = {}; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; vestMagazines[] = {{"CUP_30Rnd_762x39_AK47_bakelite_M", 4}}; backpackMagazines[] = {}; assignItems[] = {"ItemGPS"}; }; class CO : Officer { }; class XO : CO { }; class SL : Officer { }; class Medic : Rifleman { primaryWeapon = "CUP_arifle_AKMS"; vestMagazines[] = { {"CUP_30Rnd_762x39_AK47_bakelite_M", 6}, {"CUP_30Rnd_TE1_Green_Tracer_762x39_AK47_bakelite_M", 2}, {"SmokeShellGreen", 4} }; backpackMagazines[] = { {"SmokeShellGreen", 4}, {"CUP_30Rnd_762x39_AK47_bakelite_M", 2} }; assignItems[] = {"ItemGPS"}; binocular = "Binocular"; 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 { primaryWeapon = "CUP_arifle_AKM_GL"; }; class AR : Rifleman { primaryWeapon = "CUP_lmg_PKMN"; primaryWeaponItems[] = {"CUP_acc_Flashlight"}; vestMagazines[] = {{"CUP_100Rnd_TE4_LRT4_762x54_PK_Tracer_Green_M", 2}}; backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShellGreen", 1}, {"CUP_100Rnd_TE4_LRT4_762x54_PK_Tracer_Green_M", 4} }; }; class AAR : Rifleman { backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShellGreen", 1}, {"CUP_100Rnd_TE4_LRT4_762x54_PK_Tracer_Green_M", 4} }; binocular = "Binocular"; }; class RAT : Rifleman { primaryWeapon = "CUP_arifle_AKMS"; secondaryWeapon = "CUP_launch_RPG7V"; secondaryWeaponItems[] = {"CUP_PG7VL_M"}; vestMagazines[] = { {"CUP_30Rnd_762x39_AK47_bakelite_M", 6}, {"CUP_30Rnd_TE1_Green_Tracer_762x39_AK47_bakelite_M", 2} }; backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShellGreen", 1}, {"CUP_30Rnd_762x39_AK47_bakelite_M", 4}, {"CUP_PG7VL_M", 2} }; }; class VC : Crew { binocular = "ACE_Vector"; }; class VG : Crew { }; class VD : Crew { }; class P : Crew { }; class PCM : P { }; class Vehicle { weapons[] = {{"CUP_launch_RPG26", 25}}; magazines[] = { {"CUP_30Rnd_762x39_AK47_bakelite_M", 150}, {"CUP_30Rnd_TE1_Green_Tracer_762x39_AK47_bakelite_M", 100}, {"CUP_100Rnd_TE4_LRT4_762x54_PK_Tracer_Green_M", 150}, {"CUP_1Rnd_HE_GP25_M", 25}, {"CUP_IlumFlareGreen_GP25_M", 25}, {"CUP_PG7VL_M", 25}, {"CUP_1Rnd_SmokeGreen_GP25_M", 25}, {"HandGrenade", 25}, {"MiniGrenade", 25}, {"SmokeShellGreen", 25}, {"ACE_Chemlight_HiGreen", 25}, {"CUP_8Rnd_9x18_Makarov_M", 10}, {"SatchelCharge_Remote_Mag", 1} }; medicalItems[] = { {"ACE_fieldDressing", 50}, {"ACE_splint", 12} }; }; class Extract { weapons[] = {{"CUP_launch_RPG26", 2}}; magazines[] = { {"CUP_30Rnd_762x39_AK47_bakelite_M", 5}, {"CUP_30Rnd_TE1_Green_Tracer_762x39_AK47_bakelite_M", 5}, {"HandGrenade", 5}, {"MiniGrenade", 5}, {"SmokeShellGreen", 5}, {"SatchelCharge_Remote_Mag", 1} }; medicalItems[] = { {"ACE_fieldDressing", 50}, {"ACE_splint", 12} }; }; }; class IA_U { class Rifleman { headGear = "gm_gc_headgear_fjh_model4_wht"; goggles = ""; uniform = "gmx_cdf2022_orel_uniform_soldier_blu"; vest = "gmx_cdf2022_army_vest_90_rifleman_oli_ARM"; backpack = "ark_backpack_med"; insignia = "USP_PATCH_GAME_ARMA_CHERNARUS_FLAG"; }; class Leader : Rifleman { uniform = "gmx_cdf2022_orel_uniform_soldier_rolled_blu"; vest = "gmx_cdf2022_army_vest_90_leader_oli_ARM"; }; class Officer : Leader { headGear = "gmx_cdf2022_army_beret_blk"; }; class Crew : Rifleman { headGear = "gm_gc_army_headgear_crewhat_80_blk"; vest = "gmx_cdf2022_army_vest_orel_blu_ARM"; backpack = "ark_backpack_small"; }; class CO : Officer { }; class XO : CO { backpack = "ark_backpack_large"; }; class SL : Officer { }; class Medic : Rifleman { vest = "gmx_cdf2022_army_vest_90_medic_oli_ARM"; backpack = "ark_backpack_large"; }; class FTL : Leader { }; class AR : Rifleman { vest = "gmx_cdf2022_army_vest_90_machinegunner_oli_ARM"; }; class AAR : Rifleman { backpack = "ark_backpack_large"; }; class RAT : Rifleman { }; class VC : Crew { uniform = "gmx_cdf2022_orel_uniform_soldier_rolled_blu"; vest = "gmx_cdf2022_army_vest_pads_orel_blu_ARM"; }; class VG : Crew { }; class VD : Crew { }; class P : Crew { headGear = "gm_gc_headgear_zsh3_blu"; vest = "gmx_cdf2022_army_vest_pads_orel_blu_ARM"; }; class PCM : P { }; }; 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.if (isServer) then { {_x forceFlagTexture "\ca\ca_e\data\flag_cdf_co.paa"} forEach [apc_1, apc_2, apc_3, car]; };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, 6, 2, 4, 0, 0, 0, 1, 0]] call plank_api_fnc_forceAddFortifications}; if (_gearClass in ["FTL"]) exitWith {[_unit, [0, 6, 0, 4, 0, 1, 0, 0, 0]] call plank_api_fnc_forceAddFortifications}; if (_gearClass in ["Rifleman", "AR", "AAR"]) exitWith {[_unit, [0, 6, 0, 4, 0, 0, 0, 0, 0]] call plank_api_fnc_forceAddFortifications}; if (_gearClass in ["Medic"]) exitWith {[_unit, [0, 6, 2, 4, 0, 0, 1, 0, 0]] call plank_api_fnc_forceAddFortifications}; if (_gearClass in ["RAT"]) exitWith {[_unit, [0, 6, 0, 4, 1, 0, 0, 0, 0]] call plank_api_fnc_forceAddFortifications}; }; _unit setVariable ["plank_areFortsAssigned", true, true]; }; }; ark_fnc_plank_fill_SMAW_Ammo = { private _box = _this select 1; [_box, 9999] remoteExecCall ["ace_rearm_fnc_makeSource", 2]; private ["_magazines", "_weapons"]; _magazines = [ ["CUP_PG7VL_M", 50] ]; _weapons = [ ["CUP_launch_RPG26", 10] ]; clearMagazineCargoGlobal _box; clearWeaponCargoGlobal _box; clearItemCargoGlobal _box; clearBackpackCargoGlobal _box; {_box addMagazineCargoGlobal _x;} foreach _magazines; {_box addWeaponCargoGlobal _x;} foreach _weapons; _box call ark_fnc_plank_setBoxColour_t4; }; ark_fnc_plank_fill_MMG_Ammo = { private _box = _this select 1; [_box, 9999] remoteExecCall ["ace_rearm_fnc_makeSource", 2]; private ["_magazines", "_weapons"]; _magazines = [ ["CUP_30Rnd_762x39_AK47_bakelite_M", 50], ["CUP_30Rnd_TE1_Green_Tracer_762x39_AK47_bakelite_M", 25], ["CUP_100Rnd_TE4_LRT4_762x54_PK_Tracer_Green_M", 50], ["CUP_1Rnd_HE_GP25_M", 10], ["CUP_IlumFlareGreen_GP25_M", 10], ["CUP_1Rnd_SmokeGreen_GP25_M", 10], ["HandGrenade", 15], ["MiniGrenade", 15], ["SmokeShellGreen", 15], ["ACE_Chemlight_HiGreen", 15], ["SatchelCharge_Remote_Mag", 1] ]; _weapons = [ ["CUP_launch_RPG26", 5] ]; clearMagazineCargoGlobal _box; clearWeaponCargoGlobal _box; clearItemCargoGlobal _box; clearBackpackCargoGlobal _box; {_box addMagazineCargoGlobal _x;} foreach _magazines; {_box addWeaponCargoGlobal _x;} foreach _weapons; _box call ark_fnc_plank_setBoxColour_t4; }; ark_fnc_plank_fill_Ammo = { private _box = _this select 1; private ["_magazines", "_weapons", "_items"]; _magazines = [ ["CUP_30Rnd_762x39_AK47_bakelite_M", 100], ["CUP_30Rnd_TE1_Green_Tracer_762x39_AK47_bakelite_M", 50], ["CUP_100Rnd_TE4_LRT4_762x54_PK_Tracer_Green_M", 100], ["CUP_1Rnd_HE_GP25_M", 25], ["CUP_IlumFlareGreen_GP25_M", 25], ["CUP_1Rnd_SmokeGreen_GP25_M", 25], ["HandGrenade", 25], ["MiniGrenade", 25], ["SmokeShellGreen", 25], ["ACE_Chemlight_HiGreen", 25], ["SatchelCharge_Remote_Mag", 1] ]; _weapons = [ ["CUP_launch_RPG26", 10] ]; _items = [ ["ACE_fieldDressing", 150] ]; clearMagazineCargoGlobal _box; clearWeaponCargoGlobal _box; clearItemCargoGlobal _box; clearBackpackCargoGlobal _box; {_box addMagazineCargoGlobal _x;} foreach _magazines; {_box addWeaponCargoGlobal _x;} foreach _weapons; {_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\wud\gm_ammobox_wood_04_ext_01_wud_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_script_fnc_fireArty = { params ["_vehicle","_target"]; private _gunner = effectiveCommander _vehicle; {_gunner disableAI _x} forEach ["AUTOTARGET","FSM","AUTOCOMBAT"]; private _roundCount = 4; // How many shots fired in one cycle private _delay = 60; // How long between cycles [ { params ["_args", "_id"]; _args params ["_gunner","_target","_roundCount"]; if (!alive _gunner) exitWith {_id call CBA_fnc_removePerFrameHandler}; [_gunner, _target, _roundCount] call ark_script_fnc_doFireArty; }, _delay, [_gunner,_target,_roundCount] ] call CBA_fnc_addPerFrameHandler; }; ark_script_fnc_doFireArty = { params ["_gunner","_target","_roundCount"]; private _veh = vehicle _gunner; private _mag = currentMagazine _veh; private _targetPos = getMarkerPos _target; if ((_targetPos inRangeOfArtillery [[_gunner], _mag]) isEqualTo false) exitWith { systemChat format ["ARK Arty: Error target %1 is out of range of %2",_target,_gunner]; }; _gunner doArtilleryFire [_targetPos, _mag, _roundCount]; _veh setVehicleAmmoDef 1; _veh setVehicleAmmo 1; };raP version6EditorDatasourceNameark_co47_industrial_actionaddonsA3_Ui_Fgm_weapons_ammoboxesgmx_cdf2022_vehicles_land_tracked_btr60gmx_cdf2022_vehicles_air_helicopters_mi2gmx_cdf2022_vehicles_land_tracked_uaz469gmx_cdf2022_vehicles_land_tracked_ural375dgmx_cdf2022_vehicles_land_tracked_ural4320A3_Modules_F_Curator_Curatorark_ace_rearmark_clear_cargoAdmiralark_rotorark_chase_aigmx_chdkz_charactersgmx_chdkz_vehicles_air_helicopters_mi2gmx_chdkz_vehicles_land_tracked_ural375dA3_Characters_Face_nouniformrestrictionsace_parachuteAddonsMetaData!dlcsgmgmx_cdf2022gmx_chdkzrandomSeedScenarioDataCustomAttributespMission* moveGridStep?angleGridStep?scaleGridStep?autoGroupingDist AtogglesItemIDProviderMarkerIDProviderLayerIndexProviderCamera!nextIDnextID$nextID+pos>F*CJFdirJ?0ɰ?upf/>ZAp?=>aside8[ ?ƳX!List1itemsItem0Item1Item2 Item3Item4'Item5Item6GItem7Item8f Item9 Item10@ Item11w Item12 Item13C Item14 Item15 Item16 Item17' Item18 classNameA3_Ui_FnameArma 3 - User InterfaceauthorBohemia Interactiveurlhttps://www.arma3.comclassNamegm_weapons_ammoboxesnamegm_weapons_ammoboxesauthorGlobal Mobilizationurlglobal-mobilization.com classNamegmx_cdf2022_vehicles_land_tracked_btr60namegmx_cdf2022_vehicles_land_tracked_btr60authorGlobal Mobilization ExtraclassNamegmx_cdf2022_vehicles_air_helicopters_mi2namegmx_cdf2022_vehicles_air_helicopters_mi2authorGlobal Mobilization Extra'classNamegmx_cdf2022_vehicles_land_tracked_uaz469namegmx_cdf2022_vehicles_land_tracked_uaz469authorGlobal Mobilization ExtraclassNamegmx_cdf2022_vehicles_land_tracked_ural375dnamegmx_cdf2022_vehicles_land_tracked_ural375dauthorGlobal Mobilization ExtraGclassNamegmx_cdf2022_vehicles_land_tracked_ural4320namegmx_cdf2022_vehicles_land_tracked_ural4320authorGlobal Mobilization ExtraclassNameA3_Modules_F_CuratornameArma 3 Zeus Update - Scripted ModulesauthorBohemia Interactiveurlhttps://www.arma3.comf classNameark_ace_rearmnameARK Inhouse - ACE RearmauthorARKurlhttp://www.ark-group.org classNameark_clear_cargonameARK Inhouse - Clear CargoauthorARKurlhttp://www.ark-group.org@ classNameAdmiralnameAdmiralauthorKamiw classNameark_rotornameARK Inhouse - RotorauthorARKurlhttp://www.ark-group.org classNameark_chase_ainameARK Inhouse - Chase AIauthorARKurlhttp://www.ark-group.orgC classNamegmx_chdkz_charactersnamegmx_chdkz_characters classNamegmx_chdkz_vehicles_air_helicopters_mi2namegmx_chdkz_vehicles_air_helicopters_mi2authorGlobal Mobilization Extra classNamegmx_chdkz_vehicles_land_tracked_ural375dnamegmx_chdkz_vehicles_land_tracked_ural375dauthorGlobal Mobilization Extra classNameA3_Characters_FnameArma 3 Alpha - Characters and ClothingauthorBohemia Interactiveurlhttps://www.arma3.com' classNameace_nouniformrestrictionsnameACE3 - No Uniform RestrictionsauthorACE-Teamurlhttps://ace3.acemod.org/ classNameace_parachutenameACE3 - ParachuteauthorACE-Teamurlhttps://ace3.acemod.org/authordancemooxHeader8pgameTypeCoopminPlayersmaxPlayers/pCategory0*nameMultiplayerAttribute0Attribute1nAttributes*propertyRespawnTemplatesexpressiontrueValuedatatype:valueNtypeARRAYNitemsItem0kdata{typevalueNonetypeSTRINGpropertyRespawnButtonexpressiontrueValue*data*typevalue?*typeSCALAR*IntelZEntitiesConnectionsFbriefingNameark_co47_industrial_actionoverviewTextCDF OREL hold a desperate defence | Extract JIPresistanceWesttimeOfChangesFstartWeather>startWindforecastWeather>forecastWindforecastWavesforecastLightnings=wavesForcedwindForcedyearmonthday hour minutestartFogDecayT<forecastFogDecayT<%items$Item0Item1hItem2.Item3Item4,Item5eItem6ʌItem7Item8Item9aItem10Item11Item12jItem13Item14hItem15Item16SItem17!Item18'Item19O.Item204Item218Item22?Item23|EItem24KItem25TItem261^Item27gItem282kItem29nItem30tItem31S{Item32 |Item33|Item34|Item35ېFdataTypeLayernameTime TriggersstateEntities idatlOffseth items Item0Item1_Item2MItem3;Item4)Item5PItem6eItem7RItem8Item9hdataTypeTriggerposition^ LEBkEAttributesidtypeEmptyDetectoratlOffsetai_nametgr_safety_offconditioncall{hull3_mission_safetyTimerAbort}sizeAsizeB_dataTypeTriggerpositionKEBѭEAttributesidtypeEmptyDetectoratlOffseteMnametgr_time_10conditioncall{triggeractivated tgr_safety_off;}sizeAsizeBtimeoutDDDMdataTypeTriggerposition2 LE\*BgEAttributesidtypeEmptyDetectoratlOffset^;nametgr_time_15conditioncall{triggeractivated tgr_safety_off;}sizeAsizeBtimeoutaDaDaD;dataTypeTriggerposition*LE~o1BEAttributesidtypeEmptyDetectoratlOffset[)nametgr_time_20conditioncall{triggeractivated tgr_safety_off;}sizeAsizeBtimeoutDDD)dataTypeTriggerposition>LE-B4EAttributesidtypeEmptyDetectoratlOffset%]Pnametgr_time_25conditioncall{triggeractivated tgr_safety_off;}onActivationcall{heli_1 setfuel 1; heli_2 setfuel 1;}sizeAsizeBtimeoutDDDPdataTypeTriggerposition6 LE*BVEAttributesidtypeEmptyDetectoratlOffsetA=benametgr_time_30conditioncall{triggeractivated tgr_safety_off;}onActivationcall{heli_1 setfuel 1;}sizeAsizeBtimeoutDDDedataTypeTriggerpositionKEBEAttributesidtypeEmptyDetectoratlOffsethRnametgr_time_5conditioncall{triggeractivated tgr_safety_off;}sizeAsizeBtimeoutCCCRdataTypeTriggerposition*LEQ/BEAttributesidMtypeEmptyDetectoratlOffsetegÜnametgr_time_40conditioncall{triggeractivated tgr_safety_off;}onActivationcall{if (isServer) then {[arty_1,"mkr_tgt"] call ark_script_fnc_fireArty;};}sizeAsizeBtimeoutEEEdataTypeTriggerpositionQ@F6B[&OFAttributesidtypeEmptyDetectorAreaR250atlOffsetʝ@nametgr_extract_eastsizeAzCsizeBDiBsizeCAactivationByANYPLAYERisRectangledataTypeTriggerposition9FCMFAttributesidtypeEmptyDetectorAreaR250atlOffset ʝ@hnametgr_extract_westsizeAzCsizeBiBsizeCAactivationByANYPLAYERisRectangleh dataTypeMarkerposition% >F{AQ_Fnamemkr_aomarkerTypeELLIPSEtypeellipsecolorNameColorWESTfillNameBorderaXiCb-CdrawBorderidatlOffsetG!.dataTypeMarkerposition>FlA|_Fnamemkr_tgttypeEmptyidlatlOffsetdataTypeLayernamePlayer Bits & Set DressingEntitiesid atlOffsetc, items Item0 Item1)Item22Item3FItem4YItem5Attribute8?Attribute9@Attribute10AAttribute11tBAttribute12ZCAttribute13HDAttribute140EnAttributesFpropertygm_vehicleMarkings_tacticalSign_Icon_attributeexpression[_this,_value,1,2] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value55data55type5value-15typeSTRING5propertygm_vehicleMarkings_Insignias_MissionLarge_attributeexpression[_this,_value,3,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value66data66type6value-16typeSTRING6propertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};Value~73;data73;type7value73;typeARRAY7itemsItem07Item183;data78type8value$88typeARRAY$8itemsItem0L8Item188data\88type8valuegmx_cdf2022_orel8typeSTRING8data88type8value?8typeSCALAR8data83;type9value93;typeARRAY9itemsItem0n9Item19Item2 :Item3\:Item4:Item5:3;data~99type9valuecamonet_MainTurret_trav_unhide9typeSTRING9data9 :type9value :typeSCALAR :data:\:typeG:valuecamonet_hull_unhide\:typeSTRING\:datal::type:value:typeSCALAR:data::type:valuecamofoilage_hull_unhide:typeSTRING:data;3;type;value3;typeSCALAR3;propertygm_vehicleMarkings_Insignias_nation_attributeexpression[_this,_value,5,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value;<data;<type<value-1<typeSTRING<propertygm_vehicleMarkings_tacticalNumber_Number_attributeexpression[_this,_value,2,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value<=data<=type<value-1=typeSTRING=propertygm_vehicleMarkings_LicensePlates_Numbers_attributeexpression[_this,_value,0,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value==data==type=value-1=typeSTRING=propertygm_vehicleMarkings_Insignias_Battalion_attributeexpression[_this,_value,3,3] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value>>data>>type>value-1>typeSTRING>propertygm_vehicleMarkings_Insignias_Company_attributeexpression[_this,_value,3,4] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuez??data??type?value-1?typeSTRING?propertygm_vehicleMarkings_tacticalSign_PreIcon_attributeexpression[_this,_value,1,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuec@@datas@@type@value-1@typeSTRING@propertygm_vehicleMarkings_Insignias_Platoon_attributeexpression[_this,_value,3,5] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueIAAdataYAAtypetAvalue-1AtypeSTRINGApropertygm_vehicleMarkings_Insignias_MissionSmall_attributeexpression[_this,_value,3,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value4BtBdataDBtBtype_Bvalue-1tBtypeSTRINGtBpropertygm_vehicleMarkings_Insignias_Marking_attributeexpression[_this,_value,3,2] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueCZCdata*CZCtypeECvalue-1ZCtypeSTRINGZCpropertygm_vehicleMarkings_tacticalNumber_Numberfont_attributeexpression[_this,_value,2,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueDHDdataDHDtype3Dvalue-1HDtypeSTRINGHDpropertygm_vehicleMarkings_LicensePlates_Plate_attributeexpression[_this,_value,0,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueD0EdataE0EtypeEvalue-10EtypeSTRING0Epropertygm_vehicleMarkings_tacticalSign_PostIcon_attributeexpression[_this,_value,1,3] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueEFdataEFtypeFvalue-1FtypeSTRINGF dataTypeObjectPositionInfoFsideEmptyflagsAttributesFidftypegmx_cdf2022_btr60pb_wdlatlOffsetbCustomAttributesGYposition)9FCBFanglesB0`;J?@Fskill?init [this, ["faction", "GMX_CDF_OREL"], ["gear", "Extract"]] call hull3_unit_fnc_init;nameapc_2texturesgmx_cdf2022_orelGAttribute0HAttribute1|IAttribute2gJAttribute3NAttribute4OAttribute5PAttribute6}QAttribute7eRAttribute8KSAttribute94TAttribute10UAttribute11VAttribute12VAttribute13WAttribute14XnAttributesYpropertygm_vehicleMarkings_tacticalSign_Icon_attributeexpression[_this,_value,1,2] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueNNtypenNvaluecamofoilage_hull_unhideNtypeSTRINGNdataNNtypeNvalueNtypeSCALARNpropertygm_vehicleMarkings_Insignias_nation_attributeexpression[_this,_value,5,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueiOOdatayOOtypeOvalue-1OtypeSTRINGOpropertygm_vehicleMarkings_tacticalNumber_Number_attributeexpression[_this,_value,2,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueSPPdatacPPtype~Pvalue-1PtypeSTRINGPpropertygm_vehicleMarkings_LicensePlates_Numbers_attributeexpression[_this,_value,0,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value=Q}QdataMQ}QtypehQvalue-1}QtypeSTRING}Qpropertygm_vehicleMarkings_Insignias_Battalion_attributeexpression[_this,_value,3,3] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value%ReRdata5ReRtypePRvalue-1eRtypeSTRINGeRpropertygm_vehicleMarkings_Insignias_Company_attributeexpression[_this,_value,3,4] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value SKSdataSKStype6Svalue-1KStypeSTRINGKSpropertygm_vehicleMarkings_tacticalSign_PreIcon_attributeexpression[_this,_value,1,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueS4TdataT4TtypeTvalue-14TtypeSTRING4Tpropertygm_vehicleMarkings_Insignias_Platoon_attributeexpression[_this,_value,3,5] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueTUdataTUtypeUvalue-1UtypeSTRINGUpropertygm_vehicleMarkings_Insignias_MissionSmall_attributeexpression[_this,_value,3,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueUVdataUVtypeUvalue-1VtypeSTRINGVpropertygm_vehicleMarkings_Insignias_Marking_attributeexpression[_this,_value,3,2] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueVVdataVVtypeVvalue-1VtypeSTRINGVpropertygm_vehicleMarkings_tacticalNumber_Numberfont_attributeexpression[_this,_value,2,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueWWdataWWtypeWvalue-1WtypeSTRINGWpropertygm_vehicleMarkings_LicensePlates_Plate_attributeexpression[_this,_value,0,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueXXdataXXtypeXvalue-1XtypeSTRINGXpropertygm_vehicleMarkings_tacticalSign_PostIcon_attributeexpression[_this,_value,1,3] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValuekYYdata{YYtypeYvalue-1YtypeSTRINGY dataTypeObjectPositionInfoLZsideEmptyflagsAttributesZidgtypegmx_cdf2022_btr60pb_wdlatlOffsetCustomAttributes[3͋<nskill?lockUNLOCKEDtexturesgmx_cdf2022_blu?n Attribute0oAttribute1pAttribute2wAttribute3nxAttribute4[yAttribute5AzAttribute6+{Attribute7|Attribute8}Attribute9}Attribute10~Attribute11nAttributes propertygm_vehicleMarkings_Insignias_MissionLarge_attributeexpression[_this,_value,3,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valueopdataoptypeovalue-1ptypeSTRINGppropertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};ValuepwdatapwtypepvaluepwtypeARRAYpitemsItem0qItem1rwdata#qrtype>qvalueRqrtypeARRAYRqitemsItem0zqItem1qrdataqqtypeqvaluegmx_cdf2022_bluqtypeSTRINGqdataqrtypeqvalue?rtypeSCALARrdatarwtype3rvalueGrwtypeARRAYGritemsItem0sItem1_sItem2sItem3sItem42tItem5tItem6tItem7 uItem8LuItem9uItem10uItem11!vItem12bvItem13vItem14vItem15Hwwdatas_stypeJsvaluecablecutter_unhide_stypeSTRING_sdataosstypesvalue?stypeSCALARsdatasstypesvaluecamera_front_unhidestypeSTRINGsdatat2ttypetvalue2ttypeSCALAR2tdataBtttypemtvaluecamera_rear_unhidettypeSTRINGtdatatttypetvaluettypeSCALARtdatat utypetvaluefan_unhide utypeSTRING udatauLutype7uvalue?LutypeSCALARLudata\uutypeuvalueplugs_unhideutypeSTRINGudatauutypeuvalueutypeSCALARudatau!vtype vvalueskids_unhide!vtypeSTRING!vdata1vbvtypeMvvaluebvtypeSCALARbvdatarvvtypevvaluefueltank_left_unhidevtypeSTRINGvdatavvtypevvaluevtypeSCALARvdatawHwtype3wvaluefueltank_right_unhideHwtypeSTRINGHwdataXwwtypetwvaluewtypeSCALARwpropertygm_vehicleMarkings_Insignias_nation_attributeexpression[_this,_value,5,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value.xnxdata>xnxtypeYxvalue-1nxtypeSTRINGnxpropertygm_vehicleMarkings_Insignias_nationPosition_attributeexpression[_this,_value,5,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuey[ydata+y[ytypeFyvalue-1[ytypeSTRING[ypropertygm_vehicleMarkings_Insignias_Company_attributeexpression[_this,_value,3,4] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValuezAzdatazAztype,zvalue-1AztypeSTRINGAzpropertygm_vehicleMarkings_LicensePlates_Numbers_attributeexpression[_this,_value,0,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuez+{dataz+{type{value-1+{typeSTRING+{propertygm_vehicleMarkings_Insignias_Battalion_attributeexpression[_this,_value,3,3] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value{|data{|type{value-1|typeSTRING|propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuem|}data}|}type|value[[[["FirstAidKit"],[4]],[[],[]],[["ToolKit","ItemGPS","ItemRadio"],[1,1,1]],[[],[]]],false]}typeSTRING}propertygm_vehicleMarkings_Insignias_MissionSmall_attributeexpression[_this,_value,3,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value}}data}}type}value-1}typeSTRING}propertygm_vehicleMarkings_Insignias_Marking_attributeexpression[_this,_value,3,2] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value~~data~~type~value-1~typeSTRING~propertygm_vehicleMarkings_Insignias_flag_attributeexpression[_this,_value,5,2] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuezdatatypevalue-1typeSTRINGpropertygm_vehicleMarkings_LicensePlates_Plate_attributeexpression[_this,_value,0,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuebdatartypevalue-1typeSTRINGdataTypeObjectPositionInfo0sideEmptyflagsAttributeshidbtypegmx_cdf2022_mi2t_wdlCustomAttributespositionV;Fx)CNCFangles >hskill?lockUNLOCKEDtexturesgmx_cdf2022_blu Attribute0Attribute1jAttribute2Attribute3ԋAttribute4Attribute5Attribute6Attribute7yAttribute8lAttribute9WAttribute10=Attribute11 nAttributes propertygm_vehicleMarkings_Insignias_MissionLarge_attributeexpression[_this,_value,3,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value*jdata:jtypeUvalue-1jtypeSTRINGjpropertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};Valuedata"type=valueQtypeARRAYQitemsItem0yItem1ndatantypevaluentypeARRAYitemsItem0Item1-ndata-typevaluegmx_cdf2022_blu-typeSTRING-data=ntypeYvalue?ntypeSCALARndata~typevaluetypeARRAYitemsItem0uItem1ņItem2Item3WItem4Item5Item6)Item7qItem8Item9Item10=Item11Item12ȉItem13Item14[Item15dataņtypevaluecablecutter_unhideņtypeSTRINGņdataՆtypevalue?typeSCALARdataWtypeBvaluecamera_front_unhideWtypeSTRINGWdatagtypevaluetypeSCALARdatatypeӇvaluecamera_rear_unhidetypeSTRINGdata)typevalue)typeSCALAR)data9qtype\valuefan_unhideqtypeSTRINGqdatatypevalue?typeSCALARdataˆtypevalueplugs_unhidetypeSTRINGdata =type(value=typeSCALAR=dataMtypervalueskids_unhidetypeSTRINGdataȉtypevalueȉtypeSCALARȉdata؉typevaluefueltank_left_unhidetypeSTRINGdata*[typeFvalue[typeSCALAR[dataktypevaluefueltank_right_unhidetypeSTRINGdatatypeڊvaluetypeSCALARpropertygm_vehicleMarkings_Insignias_nation_attributeexpression[_this,_value,5,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valueԋdataԋtypevalue-1ԋtypeSTRINGԋpropertygm_vehicleMarkings_Insignias_nationPosition_attributeexpression[_this,_value,5,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuedatatypevalue-1typeSTRINGpropertygm_vehicleMarkings_Insignias_Company_attributeexpression[_this,_value,3,4] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuegdatawtypevalue-1typeSTRINGpropertygm_vehicleMarkings_LicensePlates_Numbers_attributeexpression[_this,_value,0,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueQdataatype|value-1typeSTRINGpropertygm_vehicleMarkings_Insignias_Battalion_attributeexpression[_this,_value,3,3] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value9ydataIytypedvalue-1ytypeSTRINGypropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueӏldataltypeWvalue[[[["FirstAidKit"],[4]],[[],[]],[["ToolKit","ItemGPS","ItemRadio"],[1,1,1]],[[],[]]],false]ltypeSTRINGlpropertygm_vehicleMarkings_Insignias_MissionSmall_attributeexpression[_this,_value,3,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueWdata'WtypeBvalue-1WtypeSTRINGWpropertygm_vehicleMarkings_Insignias_Marking_attributeexpression[_this,_value,3,2] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value=data =type(value-1=typeSTRING=propertygm_vehicleMarkings_Insignias_flag_attributeexpression[_this,_value,5,2] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value data type value-1 typeSTRING propertygm_vehicleMarkings_LicensePlates_Plate_attributeexpression[_this,_value,0,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valueȓdataؓtypevalue-1typeSTRINGdataTypeObjectPositionInfosideEmptyflagsAttributesєidctypegmx_cdf2022_mi2urpg_wdlCustomAttributespositioncR<єskill?texturesgmx_cdf2022_blu Attribute0ؕAttribute1ÖAttribute2Attribute3yAttribute4fAttribute5LAttribute66Attribute7Attribute8Attribute9Attribute10Attribute11ťnAttributes propertygm_vehicleMarkings_Insignias_MissionLarge_attributeexpression[_this,_value,3,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueÖdataÖtypevalue-1ÖtypeSTRINGÖpropertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};Valuekdata{typevaluetypeARRAYitemsItem0җItem1ǘdataǘtypevalueǘtypeARRAYitemsItem09Item1ǘdataItypeqvaluegmx_cdf2022_blutypeSTRINGdataǘtypevalue?ǘtypeSCALARǘdataטtypevaluetypeARRAYitemsItem0Item1Item2GItem3Item4ٚItem5)Item6jItem7Item8Item9=Item10~Item11ȜItem12 Item13Sdataƙtypevaluecablecutter_unhidetypeSTRINGdataGtype2value?GtypeSCALARGdataWtypevaluecamera_front_unhidetypeSTRINGdataٚtypeĚvalue?ٚtypeSCALARٚdata)typevaluecamera_rear_unhide)typeSTRING)data9jtypeUvaluejtypeSCALARjdataztypevaluefan_unhidetypeSTRINGdata›typeޛvalue?typeSCALARdata=type(valueplugs_unhide=typeSTRING=dataM~typeivalue~typeSCALAR~dataȜtypevalueskids_unhideȜtypeSTRINGȜdata؜ typevalue typeSCALAR dataStype>valuewinch_unhideStypeSTRINGSdatactypevaluetypeSCALARpropertygm_vehicleMarkings_Insignias_nation_attributeexpression[_this,_value,5,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value9ydataIytypedvalue-1ytypeSTRINGypropertygm_vehicleMarkings_Insignias_nationPosition_attributeexpression[_this,_value,5,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value&fdata6ftypeQvalue-1ftypeSTRINGfpropertygm_vehicleMarkings_Insignias_Company_attributeexpression[_this,_value,3,4] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value LdataLtype7value-1LtypeSTRINGLpropertygm_vehicleMarkings_LicensePlates_Numbers_attributeexpression[_this,_value,0,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value6data6type!value-16typeSTRING6propertygm_vehicleMarkings_Insignias_Battalion_attributeexpression[_this,_value,3,3] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valueޡdatatype value-1typeSTRINGpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuexdatatypevalue[[[["FirstAidKit"],[4]],[[],[]],[["ToolKit","ItemGPS","ItemRadio"],[1,1,1]],[[],[]]],false]typeSTRINGpropertygm_vehicleMarkings_Insignias_MissionSmall_attributeexpression[_this,_value,3,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuedatạtypevalue-1typeSTRINGpropertygm_vehicleMarkings_Insignias_Marking_attributeexpression[_this,_value,3,2] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuedatatypeͤvalue-1typeSTRINGpropertygm_vehicleMarkings_Insignias_flag_attributeexpression[_this,_value,5,2] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valueťdataťtypevalue-1ťtypeSTRINGťpropertygm_vehicleMarkings_LicensePlates_Plate_attributeexpression[_this,_value,0,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuemdata}typevalue-1typeSTRINGdataTypeObjectPositionInfo>sideEmptyflagsAttributesviddtypegmx_cdf2022_mi2urpg_wdlCustomAttributesRpositionrE/;vskill?texturesgmx_cdf2022_blu Attribute0}Attribute1hAttribute29Attribute3Attribute4 Attribute5Attribute6۳Attribute7ôAttribute8Attribute9Attribute10Attribute11jnAttributes Rpropertygm_vehicleMarkings_Insignias_MissionLarge_attributeexpression[_this,_value,3,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value(hdata8htypeSvalue-1htypeSTRINGhpropertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};Value9data 9type;valueO9typeARRAYOitemsItem0wItem1l9dataltypevalueltypeARRAYitemsItem0ުItem1+ldata+typevaluegmx_cdf2022_blu+typeSTRING+data;ltypeWvalue?ltypeSCALARldata|9typevalue9typeARRAYitemsItem0[Item1Item2Item3=Item4~Item5έItem6Item7WItem8Item9Item10#Item11mItem12Item139dataktypevaluecablecutter_unhidetypeSTRINGdatatype׬value?typeSCALARdata=type(valuecamera_front_unhide=typeSTRING=dataM~typeivalue?~typeSCALAR~dataέtypevaluecamera_rear_unhideέtypeSTRINGέdataޭtypevaluetypeSCALARdataWtypeBvaluefan_unhideWtypeSTRINGWdatagtypevalue?typeSCALARdatatypeͮvalueplugs_unhidetypeSTRINGdata#typevalue#typeSCALAR#data3mtypeXvalueskids_unhidemtypeSTRINGmdata}typevaluetypeSCALARdatatypevaluewinch_unhidetypeSTRINGdata9type$value9typeSCALAR9propertygm_vehicleMarkings_Insignias_nation_attributeexpression[_this,_value,5,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valueްdatatype value-1typeSTRINGpropertygm_vehicleMarkings_Insignias_nationPosition_attributeexpression[_this,_value,5,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value˱ data۱ typevalue-1 typeSTRING propertygm_vehicleMarkings_Insignias_Company_attributeexpression[_this,_value,3,4] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuedatatypeܲvalue-1typeSTRINGpropertygm_vehicleMarkings_LicensePlates_Numbers_attributeexpression[_this,_value,0,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value۳data۳typeƳvalue-1۳typeSTRING۳propertygm_vehicleMarkings_Insignias_Battalion_attributeexpression[_this,_value,3,3] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valueôdataôtypevalue-1ôtypeSTRINGôpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedata-typevalue[[[["FirstAidKit"],[4]],[[],[]],[["ToolKit","ItemGPS","ItemRadio"],[1,1,1]],[[],[]]],false]typeSTRINGpropertygm_vehicleMarkings_Insignias_MissionSmall_attributeexpression[_this,_value,3,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valueadataqtypevalue-1typeSTRINGpropertygm_vehicleMarkings_Insignias_Marking_attributeexpression[_this,_value,3,2] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueGdataWtypervalue-1typeSTRINGpropertygm_vehicleMarkings_Insignias_flag_attributeexpression[_this,_value,5,2] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value*jdata:jtypeUvalue-1jtypeSTRINGjpropertygm_vehicleMarkings_LicensePlates_Plate_attributeexpression[_this,_value,0,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueRdata"Rtype=value-1RtypeSTRINGR dataTypeObjectPositionInfosideEmptyflagsAttributes0idhtypegmx_cdf2022_uaz469_cargo_wdlatlOffset >CustomAttributesԺpositionF=FA_Fangles@=4QO=0skill?lockUNLOCKEDinit [this, ["faction", "GMX_CDF_OREL"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;namecartexturesgmx_cdf2022_orelԺ Attribute0Attribute1Attribute2Attribute3Attribute4Attribute5wAttribute6aAttribute7IAttribute8/Attribute9Attribute10Attribute11nAttributes propertygm_vehicleMarkings_Insignias_MissionLarge_attributeexpression[_this,_value,3,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueYdataitypevalue-1typeSTRINGpropertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};ValueAdataQtypelvaluetypeARRAYitemsItem0Item1datatypeӽvaluetypeARRAYitemsItem0Item1]data]typeHvaluegmx_cdf2022_orel]typeSTRING]datamtypevalue?typeSCALARdatatypeɾvalueݾtypeARRAYݾitemsItem0Item1Item2FItem3Item4Item5#Item6dItem7Item8Item9DItem10Item11Item12Item13cItem14Item15Item164Item17~dataͿtypevaluewindshieldtypeSTRINGdataFtype1valueFtypeSCALARFdataVtype}valuewindows_unhidetypeSTRINGdatatypevalue?typeSCALARdata#typevaluecover_hoops_unhide#typeSTRING#data3dtypeOvalue?dtypeSCALARddatattypevaluespare_wheel_unhidetypeSTRINGdatatypevalue?typeSCALARdataDtype/valueantenna_01_unhideDtypeSTRINGDdataTtypepvalue?typeSCALARdatatypevalueantenna_02_unhidetypeSTRINGdatatypevalue?typeSCALARdata%ctypeNvaluefoglights_unhidectypeSTRINGcdatastypevalue?typeSCALARdatatypevaluemirrors_01_unhidetypeSTRINGdata4typevalue?4typeSCALAR4dataD~typeivaluedoors_unhide~typeSTRING~datatypevalue?typeSCALARpropertygm_vehicleMarkings_Insignias_nation_attributeexpression[_this,_value,5,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valueddatattypevalue-1typeSTRINGpropertygm_vehicleMarkings_Insignias_nationPosition_attributeexpression[_this,_value,5,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueQdataatype|value-1typeSTRINGpropertygm_vehicleMarkings_Insignias_Company_attributeexpression[_this,_value,3,4] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value7wdataGwtypebvalue-1wtypeSTRINGwpropertygm_vehicleMarkings_LicensePlates_Numbers_attributeexpression[_this,_value,0,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value!adata1atypeLvalue-1atypeSTRINGapropertygm_vehicleMarkings_Insignias_Battalion_attributeexpression[_this,_value,3,3] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value IdataItype4value-1ItypeSTRINGIpropertygm_vehicleMarkings_Insignias_Platoon_attributeexpression[_this,_value,3,5] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value/data/typevalue-1/typeSTRING/propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedatatypevalue[[[["FirstAidKit"],[1]],[[],[]],[[],[]],[[],[]]],false]typeSTRINGpropertygm_vehicleMarkings_Insignias_MissionSmall_attributeexpression[_this,_value,3,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuedatatypevalue-1typeSTRINGpropertygm_vehicleMarkings_Insignias_Marking_attributeexpression[_this,_value,3,2] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuedatatypevalue-1typeSTRINGpropertygm_vehicleMarkings_LicensePlates_Plate_attributeexpression[_this,_value,0,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuewdatatypevalue-1typeSTRING dataTypeObjectPositionInfo`sideEmptyflagsAttributesiditypegmx_cdf2022_ural375d_refuel_wdlatlOffset{;CustomAttributes!position9texturesgmx_cdf2022_oli Attribute0Attribute1mAttribute2Attribute3Attribute4kAttribute5UAttribute6=Attribute7#Attribute8hAttribute9SAttribute109nAttributes !propertygm_vehicleMarkings_Insignias_MissionLarge_attributeexpression[_this,_value,3,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value-mdata=mtypeXvalue-1mtypeSTRINGmpropertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};Valuedata%type@valueTtypeARRAYTitemsItem0|Item1qdataqtypevalueqtypeARRAYitemsItem0Item10qdata0typevaluegmx_cdf2022_oli0typeSTRING0data@qtype\value?qtypeSCALARqdatatypevaluetypeARRAY items Item0HItem1Item2Item3%Item4fItem5Item6Item7GItem8Item9Item10Item11_dataXtypevalueroofRack_unhidetypeSTRINGdatatypevalue?typeSCALARdata%typevaluecamonet_01_unhide%typeSTRING%data5ftypeQvalueftypeSCALARfdatavtypevaluefuelcan_1_1_unhidetypeSTRINGdatatypevaluetypeSCALARdataGtype2valuefuelcan_1_2_unhideGtypeSTRINGGdataWtypesvaluetypeSCALARdatatypevaluetoolbox_unhidetypeSTRINGdatatypevalue?typeSCALARdata%_typeJvaluetools_unhide_typeSTRING_dataotypevalue?typeSCALARpropertygm_vehicleMarkings_Insignias_nation_attributeexpression[_this,_value,5,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueEdataUtypepvalue-1typeSTRINGpropertygm_vehicleMarkings_Insignias_Company_attributeexpression[_this,_value,3,4] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value+kdata;ktypeVvalue-1ktypeSTRINGkpropertygm_vehicleMarkings_LicensePlates_Numbers_attributeexpression[_this,_value,0,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueUdata%Utype@value-1UtypeSTRINGUpropertygm_vehicleMarkings_Insignias_Battalion_attributeexpression[_this,_value,3,3] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value=data =type(value-1=typeSTRING=propertygm_vehicleMarkings_Insignias_Platoon_attributeexpression[_this,_value,3,5] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value#data#typevalue-1#typeSTRING#propertyace_refuel_fuelCargoexpressionif (_value != (if (isNumber (configOf _this >> "ace_refuel_fuelCargo")) then {getNumber (configOf _this >> "ace_refuel_fuelCargo")} else {-1})) then {[_this, _value] call ace_refuel_fnc_makeSource}Value'hdata7htypeSvalue htypeSCALARhpropertygm_vehicleMarkings_Insignias_MissionSmall_attributeexpression[_this,_value,3,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueSdata#Stype>value-1StypeSTRINGSpropertygm_vehicleMarkings_Insignias_Marking_attributeexpression[_this,_value,3,2] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value9data 9type$value-19typeSTRING9propertygm_vehicleMarkings_LicensePlates_Plate_attributeexpression[_this,_value,0,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value!data!type value-1!typeSTRING! dataTypeObjectPositionInfosideEmptyflagsAttributesidjtypegmx_cdf2022_ural4320_repair_wdlatlOffset;CustomAttributes#,position"@texturesgmx_cdf2022_oli# Attribute0Attribute1Attribute2Attribute3Attribute4Attribute5Attribute6Attribute7sAttribute8^Attribute9DnAttributes ,propertygm_vehicleMarkings_Insignias_MissionLarge_attributeexpression[_this,_value,3,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuedatatypevalue-1typeSTRINGpropertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};Valuendata~typevaluetypeARRAYitemsItem0Item1datatypevaluetypeARRAYitemsItem0<Item1dataLtypetvaluegmx_cdf2022_olitypeSTRINGdatatypevalue?typeSCALARdatatypevalue typeARRAY itemsItem0Item13Item2tItem3Item4Item5QItem6Item7Item8&Item9vItem10Item11Item12HItem13Item14Item15$Item16eItem17data3typevaluewinch_unhide3typeSTRING3dataCttype_value?ttypeSCALARtdatatypevalueroofRack_unhidetypeSTRINGdatatypevalue?typeSCALARdataQtype<valuecamonet_01_unhideQtypeSTRINGQdataatype}valuetypeSCALARdatatypevaluecoldWeatherKit_unhidetypeSTRINGdata&typevalue&typeSCALAR&data6vtypeavaluefuelcan_1_1_unhidevtypeSTRINGvdatatypevaluetypeSCALARdatatypevaluefuelcan_1_2_unhidetypeSTRINGdataHtype3valueHtypeSCALARHdataXtypevaluelightGuard_unhidetypeSTRINGdatatypevalue?typeSCALARdata$typevaluetoolbox_unhide$typeSTRING$data4etypePvalue?etypeSCALARedatautypevaluetools_unhidetypeSTRINGdatatypevalue?typeSCALARpropertygm_vehicleMarkings_Insignias_nation_attributeexpression[_this,_value,5,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuedatatypevalue-1typeSTRINGpropertygm_vehicleMarkings_Insignias_Company_attributeexpression[_this,_value,3,4] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value{datatypevalue-1typeSTRINGpropertygm_vehicleMarkings_LicensePlates_Numbers_attributeexpression[_this,_value,0,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valueedatautypevalue-1typeSTRINGpropertygm_vehicleMarkings_Insignias_Battalion_attributeexpression[_this,_value,3,3] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueMdata]typexvalue-1typeSTRINGpropertygm_vehicleMarkings_Insignias_Platoon_attributeexpression[_this,_value,3,5] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value3sdataCstype^value-1stypeSTRINGspropertygm_vehicleMarkings_Insignias_MissionSmall_attributeexpression[_this,_value,3,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value^data.^typeIvalue-1^typeSTRING^propertygm_vehicleMarkings_Insignias_Marking_attributeexpression[_this,_value,3,2] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueDdataDtype/value-1DtypeSTRINGDpropertygm_vehicleMarkings_LicensePlates_Plate_attributeexpression[_this,_value,0,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value,data,typevalue-1,typeSTRING,dataTypeLayernameModulesstateEntitiesid atlOffset>eitemsItem0Item1cItem2edataTypeLogicPositionInfo'id typeModuleCurator_FatlOffset7CustomAttributes_cposition>FCZ9JFangles}< e=_Attribute0Attribute1iAttribute2Attribute3nAttributescpropertyModuleCurator_F_Ownerexpression_this setVariable ['Owner',_value,true];Valueidata/itypeTvalue#adminLoggeditypeSTRINGipropertyModuleCurator_F_Forcedexpression_this setVariable ['Forced',_value,true];ValuedatatypevaluetypeSCALARpropertyModuleCurator_F_Nameexpression_this setVariable ['Name',_value,true];ValuezdatatypevaluetypeSTRINGpropertyModuleCurator_F_Addonsexpression_this setVariable ['Addons',_value,true];Value"cdata2ctypeNvalue@@ctypeSCALARcdataTypeLogicPositionInfoid'typeARK_ACE_Rearmpositionh]=F* C4DKFangles!@SvD=dataTypeLogicPositionInfo-idtypeARK_Clear_VehicleepositiontrFAS_FplacementCEffectsshowWPNEVERid typeMovedataTypeGroupsideCivilianEntitiesDAttributesid atlOffsetffNBitemsItem0wItem1Item2 dataTypeObjectPositionInfo sideCivilianflagsAttributes,id typeC_Bob_VRatlOffsetCustomAttributes2position`?F}BLdF,2Attribute0jAttribute1nAttributespropertyspeakerexpression_this setspeaker _value;ValuedatatypevalueMale01GREVRtypeSTRINGpropertypitchexpression_this setpitch _value;ValueCdataStypeovalue\?typeSCALARdataTypeWaypointloiterAltitudeposition=FBcFplacementCEffectsshowWPNEVERid typeMovedataTypeWaypointloiterAltitudeposition">FAS_FplacementCEffectsshowWPNEVERid typeMovedataTypeTriggerposition @FƑB[;dFAttributes"id typeEmptyDetectorAreaR50atlOffset7sconditioncall{triggeractivated tgr_safety_off;}sizeA AsizeB AsdataTypeLogicPositionInfoid typeAdmiral_OndemandCampZoneatlOffset7CustomAttributes#B positionU?FW|CqeFangles@8a?E@#Attribute0Attribute1Attribute2Attribute3pAttribute42Attribute5Attribute6Attribute7Attribute8[Attribute93 Attribute10 Attribute11 Attribute12 Attribute13u nAttributesB propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Valuemdata}typevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value/pdata?ptype[valueBptypeSCALARppropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value2data2typevalueB2typeSCALAR2propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Valuedatatypevalue AtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value}datatypevaluetypeBOOLpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueUdataetypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value[data-[typeFvalue[typeSTRING[propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value3 data 3 type value3 typeSCALAR3 propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value  data  type value typeSCALAR propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value  data  type value@ typeSCALAR propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value`  datap  type value typeSCALAR propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value4 u dataD u type` valueu typeSCALARu propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value B data B type- valueB typeSTRINGB dataTypeGroupsideCivilianEntities AttributesidatlOffsetffNBitemsItem0 Item1Item2 dataTypeObjectPositionInfohsideCivilianflagsAttributesidtypeC_Bob_VRatlOffsetCustomAttributesposition*EFB'_Fangles6z?Attribute0Attribute1qnAttributespropertyspeakerexpression_this setspeaker _value;Value(qdata8qtype\valueMale01GREVRqtypeSTRINGqpropertypitchexpression_this setpitch _value;Valuedatatypevalue\?typeSCALARdataTypeWaypointloiterAltitudepositionR|CFl\A0]FplacementCEffectsshowWPNEVERidtypeMovedataTypeWaypointloiterAltitudeposition">FAS_FplacementCEffectsshowWPNEVERidtypeMovedataTypeGroupsideCivilianEntities|AttributesidatlOffsetffNBitemsItem0Item1Item2d dataTypeObjectPositionInfoDsideCivilianflagsAttributes|idtypeC_Bob_VRatlOffsetCustomAttributespositionEFRnB`Fangles6z?|Attribute0Attribute1MnAttributespropertyspeakerexpression_this setspeaker _value;ValueMdataMtype8valueMale01GREVRMtypeSTRINGMpropertypitchexpression_this setpitch _value;Valuedatatypevalue\?typeSCALARdataTypeWaypointloiterAltitudepositionBFjҕB|aFplacementCEffects^showWPNEVERidtypeMovedddataTypeWaypointloiterAltitudeposition">FAS_FplacementCEffectsshowWPNEVERidtypeMovedataTypeTriggerpositionEFB^`Fangle4z?AttributesnidtypeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_safety_off;}sizeA AsizeB AdataTypeLogicPositionInfo7idtypeAdmiral_OndemandCampZoneatlOffset7CustomAttributeso"positionGF\Buz`Fangles)@@?>oAttribute0kAttribute18Attribute2Attribute3Attribute4~Attribute5HAttribute6Attribute7Attribute8Attribute9Attribute10QAttribute11! Attribute12 Attribute13!nAttributes"propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value8data 8type#value8typeSTRING8propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value{datatypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value=~dataM~typeivalueB~typeSCALAR~propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueHdataHtype3value AHtypeSCALARHpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatatypevaluetypeBOOLpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueidataytypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value>dataNtypejvaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValueQdata Qtype<valueQtypeSCALARQpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value! data! type value@! typeSCALAR! propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value  data  type value typeSCALAR propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value!!data!!type!value!typeSCALAR!propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueP""data`""typey"value"typeSTRING"dataTypeGroupsideCivilianEntities"AttributesT&idatlOffsetffNBZ&itemsItem0#Item14%Item2%T&dataTypeObjectPositionInfo#sideCivilianflagsAttributes#idtypeC_Bob_VRCustomAttributes#4%position;F~BǁYFanglesw/@##Attribute0$Attribute1$nAttributes4%propertyspeakerexpression_this setspeaker _value;Valued$$datat$$type$valueMale01GREVR$typeSTRING$propertypitchexpression_this setpitch _value;Value$4%data%4%type%value\?4%typeSCALAR4%dataTypeWaypointloiterAltitudeposition=FEB/]FplacementCEffects%showWPNEVERidtypeMove%%dataTypeWaypointloiterAltitudeposition">FAS_FplacementCEffectsN&showWPNEVERidtypeMoveT&T&Z&dataTypeGroupsideCivilianEntities&Attributes0*idatlOffsetffNB6*itemsItem0&Item1)Item2)0* dataTypeObjectPositionInfo'sideCivilianflagsAttributes'idtypeC_Bob_VRatlOffsetCustomAttributes')position;Fw8BǎYFanglesw/@''Attribute0'Attribute1(nAttributes)propertyspeakerexpression_this setspeaker _value;Value@((dataP((typet(valueMale01GREVR(typeSTRING(propertypitchexpression_this setpitch _value;Value()data()type(value\?)typeSCALAR)dataTypeWaypointloiterAltitudeposition)@F@Bw!]FplacementCEffects)showWPNEVERidtypeMove))dataTypeWaypointloiterAltitudeposition">FAS_FplacementCEffects**showWPNEVERidtypeMove0*0*6*dataTypeTriggerposition;FBYFanglew/@Attributes*idtypeEmptyDetectorAreaR50atlOffset7 +conditioncall{triggeractivated tgr_safety_off;}sizeA AsizeB A +dataTypeLogicPositionInfos+idtypeAdmiral_OndemandCampZoneCustomAttributes+7positionj;FBdYFangles03=Fg@H<+Attribute0,Attribute1t-Attribute26.Attribute3.Attribute4/Attribute50Attribute6D1Attribute72Attribute82Attribute93Attribute104Attribute11]5Attribute12)6Attribute136nAttributes7propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value6-t-dataF-t-type_-valuet-typeSTRINGt-propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value-6.data.6.type!.value6.typeSCALAR6.propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value..data..type.valueB.typeSCALAR.propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Valuey//data//type/valueB/typeSCALAR/propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueC00dataS00typeo0value A0typeSCALAR0propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value1D1data1D1type11valueD1typeBOOLD1propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value12data12type 2value2typeSCALAR2propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value22data22type2value2typeSTRING2propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Valuez33data33type3value3typeSCALAR3propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValueL44data\44typex4value4typeSCALAR4propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value5]5data,5]5typeH5value@]5typeSCALAR]5propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value5)6data5)6type6value)6typeSCALAR)6propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value66data66type6value6typeSCALAR6propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value77data77type7value7typeSTRING7dataTypeGroupsideCivilianEntities(8Attributes;idatlOffsetffNB;itemsItem0[8Item1:Item2 ;; dataTypeObjectPositionInfo8sideCivilianflagsAttributes(9idtypeC_Bob_VRatlOffsetCustomAttributes.9:position Z2F B ^Fangles@(9.9Attribute0f9Attribute19nAttributes:propertyspeakerexpression_this setspeaker _value;Value99data99type9valueMale01GREVR9typeSTRING9propertypitchexpression_this setpitch _value;Value?::dataO::typek:value\?:typeSCALAR: dataTypeWaypointloiterAltitudepositionޑ8F.1A_FplacementCEffects;showWPNEVERidtypeMoveatlOffset4> ; ;dataTypeWaypointloiterAltitudeposition">FAS_FplacementCEffects;showWPNEVERidtypeMove;;;dataTypeGroupsideCivilianEntities<Attributes?idatlOffsetffNB?itemsItem0G<Item1l>Item2>? dataTypeObjectPositionInfo<sideCivilianflagsAttributes=idtypeC_Bob_VRatlOffsetCustomAttributes=l>positionk2F5&B.]Fangles@==Attribute0R=Attribute1=nAttributesl>propertyspeakerexpression_this setspeaker _value;Value==data==type=valueMale01GREVR=typeSTRING=propertypitchexpression_this setpitch _value;Value+>l>data;>l>typeW>value\?l>typeSCALARl>dataTypeWaypointloiterAltitudepositionm8F+fB<\FplacementCEffects>showWPNEVERidtypeMove>>dataTypeWaypointloiterAltitudeposition">FAS_FplacementCEffects?showWPNEVERidtypeMove???dataTypeTriggerposition,r2F B^Fangle@Attributes@idtypeEmptyDetectorAreaR50W@conditioncall{triggeractivated tgr_safety_off;}sizeA AsizeB AW@dataTypeLogicPositionInfo@idtypeAdmiral_OndemandCampZoneatlOffsetn=CustomAttributesA&Mposition1FoBe?]Fangles9@.@Qv<AAttribute0BAttribute1BAttribute2CAttribute3TDAttribute4EAttribute5EAttribute6FAttribute7zGAttribute8?HAttribute9IAttribute10IAttribute11JAttribute12KAttribute13YLnAttributes&MpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueBBdataBBtypeBvalueBtypeSTRINGBpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueQCCdataaCCtype}CvalueCtypeSCALARCpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueDTDdata#DTDtype?DvalueBTDtypeSCALARTDpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueDEdataDEtypeEvalueBEtypeSCALAREpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueEEdataEEtypeEvalue AEtypeSCALAREpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueaFFdataqFFtypeFvalueFtypeBOOLFpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value9GzGdataIGzGtypeeGvaluezGtypeSCALARzGpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueH?HdataH?Htype*Hvalue?HtypeSTRING?HpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValueHIdataHItypeIvalueItypeSCALARIpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValueIIdataIItypeIvalueItypeSCALARIpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValuexJJdataJJtypeJvalue@JtypeSCALARJpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueDKKdataTKKtypepKvalueKtypeSCALARKpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValueLYLdata(LYLtypeDLvalueYLtypeSCALARYLpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueL&MdataL&MtypeMvalue&MtypeSTRING&MdataTypeGroupsideCivilianEntitiesMAttributesPidatlOffsetffNBQitemsItem0MItem1OItem2lPP dataTypeObjectPositionInfoLNsideCivilianflagsAttributesNidtypeC_Bob_VRatlOffsetCustomAttributesNOposition*T7F`BdFanglesˀ@NNAttribute0NAttribute1UOnAttributesOpropertyspeakerexpression_this setspeaker _value;Value OUOdataOUOtype@OvalueMale01GREVRUOtypeSTRINGUOpropertypitchexpression_this setpitch _value;ValueOOdataOOtypeOvalue\?OtypeSCALAROdataTypeWaypointloiterAltitudeposition%7;FBdFplacementCEffectsfPshowWPNEVERidtypeMovelPlPdataTypeWaypointloiterAltitudeposition">FAS_FplacementCEffectsPshowWPNEVERidtypeMovePPQdataTypeGroupsideCivilianEntities`QAttributesTidatlOffsetffNBTitemsItem0QItem1SItem2HTT dataTypeObjectPositionInfo(RsideCivilianflagsAttributes`RidtypeC_Bob_VRatlOffsetCustomAttributesfRSpositionG7FryBdFanglesˀ@`RfRAttribute0RAttribute11SnAttributesSpropertyspeakerexpression_this setspeaker _value;ValueR1SdataR1StypeSvalueMale01GREVR1StypeSTRING1Spropertypitchexpression_this setpitch _value;ValuewSSdataSStypeSvalue\?StypeSCALARSdataTypeWaypointloiterAltitudepositionN8FO>BbFplacementCEffectsBTshowWPNEVERidtypeMoveHTHTdataTypeWaypointloiterAltitudeposition">FAS_FplacementCEffectsTshowWPNEVERidtypeMoveTTTdataTypeTriggerposition4]7FYBdFangleˀ@AttributesbUidtypeEmptyDetectorAreaR50atlOffset7Uconditioncall{triggeractivated tgr_safety_off;}sizeA AsizeB AUdataTypeLogicPositionInfoVidtypeAdmiral_OndemandCampZoneCustomAttributesSVrbposition$x6F;cBdFangles\@Q@.FAS_FplacementCEffectsBfshowWPNEVERidtypeMoveHfHfNfdataTypeGroupsideCivilianEntitiesfAttributesjidatlOffsetffNBjitemsItem0fItem1hItem2ijdataTypeObjectPositionInfodgsideCivilianflagsAttributesgidtypeC_Bob_VRCustomAttributesghpositionzCFwaBXFangles?ggAttribute0gAttribute1mhnAttributeshpropertyspeakerexpression_this setspeaker _value;Value$hmhdata4hmhtypeXhvalueMale01GREVRmhtypeSTRINGmhpropertypitchexpression_this setpitch _value;Valuehhdatahhtypehvalue\?htypeSCALARhdataTypeWaypointloiterAltitudepositionCF9A&%]FplacementCEffects~ishowWPNEVERidtypeMoveiidataTypeWaypointloiterAltitudeposition">FAS_FplacementCEffectsjshowWPNEVERidtypeMovejjjdataTypeTriggerpositionaCFWBeBXFangle?AttributesjidtypeEmptyDetectorAreaR50jconditioncall{triggeractivated tgr_safety_off;}sizeA AsizeB AjdataTypeLogicPositionInfoGkidtypeAdmiral_OndemandCampZoneCustomAttributeskwpositionq7HF BWFanglesp5@,@&q@kAttribute0{lAttribute1HmAttribute2 nAttribute3nAttribute4oAttribute5XpAttribute6qAttribute7qAttribute8rAttribute9sAttribute10atAttribute111uAttribute12uAttribute13vnAttributeswpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value mHmdatamHmtype3mvalueHmtypeSTRINGHmpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Valuem ndatam ntypemvalue ntypeSCALAR npropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuenndatanntypenvalueBntypeSCALARnpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueMoodata]ootypeyovalueBotypeSCALARopropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValuepXpdata'pXptypeCpvalue AXptypeSCALARXppropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuepqdatapqtypeqvalueqtypeBOOLqpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueqqdataqqtypeqvalueqtypeSCALARqpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueyrrdatarrtypervaluertypeSTRINGrpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValueNssdata^sstypezsvaluestypeSCALARspropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value tatdata0tattypeLtvalueattypeSCALARatpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Valuet1udatau1utypeuvalue@1utypeSCALAR1upropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueuudatauutypeuvalueutypeSCALARupropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValuevvdatavvtypevvaluevtypeSCALARvpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value`wwdatapwwtypewvaluewtypeSTRINGwdataTypeGroupsideCivilianEntitieswAttributest{idatlOffsetffNBz{itemsItem0/xItem1TzItem2zt{ dataTypeObjectPositionInfoxsideCivilianflagsAttributesxidtypeC_Bob_VRatlOffsetCustomAttributesyTzpositionG7FB t[FanglesYU@xyAttribute0:yAttribute1ynAttributesTzpropertyspeakerexpression_this setspeaker _value;ValueyydatayytypeyvalueMale01GREVRytypeSTRINGypropertypitchexpression_this setpitch _value;ValuezTzdata#zTztype?zvalue\?TztypeSCALARTzdataTypeWaypointloiterAltitudepositionW6FB'n]FplacementCEffectszshowWPNEVERidtypeMovezzdataTypeWaypointloiterAltitudeposition">FAS_FplacementCEffectsn{showWPNEVERid typeMovet{t{z{dataTypeGroupsideCivilianEntities{Attributes@id atlOffsetffNBFitemsItem0 |Item1 ~Item2~@dataTypeObjectPositionInfo|sideCivilianflagsAttributes|id typeC_Bob_VRCustomAttributes| ~positiong7F[Bn[FanglesYU@||Attribute0}Attribute1}nAttributes ~propertyspeakerexpression_this setspeaker _value;ValueP}}data`}}type}valueMale01GREVR}typeSTRING}propertypitchexpression_this setpitch _value;Value} ~data} ~type ~value\? ~typeSCALAR ~dataTypeWaypointloiterAltitudeposition8F:#BX]FplacementCEffects~showWPNEVERid typeMove~~dataTypeWaypointloiterAltitudeposition">FAS_FplacementCEffects:showWPNEVERid typeMove@@FdataTypeTriggerposition[7F3WB[FangleYU@AttributesidtypeEmptyDetectorAreaR50 conditioncall{triggeractivated tgr_safety_off;}sizeA AsizeB A dataTypeLogicPositionInfosidtypeAdmiral_OndemandCampZoneCustomAttributesʌpositionFn7F[B5sZFangles+~@d@>Attribute0Attribute1tAttribute26Attribute3Attribute4Attribute5Attribute6DAttribute7Attribute8Attribute9Attribute10Attribute11]Attribute12)Attribute13nAttributesʌpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value6tdataFttype_valuettypeSTRINGtpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value6data6type!value6typeSCALAR6propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedataǃtypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueydatatypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueCdataStypeovalue AtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueDdataDtype1valueDtypeBOOLDpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value݆datatype valuetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Valuedatatype·valuetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuezdatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValueLdata\typexvaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value]data,]typeHvalue@]typeSCALAR]propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value)data)typevalue)typeSCALAR)propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Valuedata̋typevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueʌdataʌtypevalueʌtypeSTRINGʌdataTypeLayername5 Minutes - Technical Start (2 Tech)stateEntities@id atlOffsetOVitemsItem0Item15Item2Item3ÜItem4tItem5)dataTypeGroupsideCivilianEntitiesAttributes/id atlOffsetffNB5itemsItem0Item1/dataTypeObjectPositionInfosideCivilianflagsAttributesid typeC_Bob_VRposition%'FGB^FdataTypeWaypointloiterAltitudeposition>FAL_FEffects)showWPNEVERid typeMove//5dataTypeTriggerposition'FGB^FAttributesid typeEmptyDetectorAreaR50atlOffsetconditioncall{triggeractivated tgr_time_5;}sizeA AsizeB AdataTypeLogicPositionInfobid typeAdmiral_OndemandCampZoneCustomAttributesÜposition'Fz.=B^Fangles9@G@Attribute0Attribute1cAttribute2%Attribute3Attribute4Attribute5sAttribute63Attribute7 Attribute8ܗAttribute9Attribute10Attribute11VAttribute12"Attribute13nAttributesÜpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value%cdata5ctypeNvaluectypeSTRINGcpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value%data%typevalue%typeSCALAR%propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatatypeғvalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuehdataxtypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value2sdataBstype^valueBstypeSCALARspropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value3data3type value3typeBOOL3propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value̖ dataܖ typevalue typeSCALAR propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueܗdataܗtypeǗvaluetech_southܗtypeSTRINGܗpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuesdatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValueEdataUtypeqvalue?typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueVdata%VtypeAvalueVtypeSCALARVpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value"data"type value"typeSCALAR"propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValuedataśtypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueÜdataÜtypevalueÜtypeSTRINGÜdataTypeGroupsideCivilianEntities!Attributesnid atlOffsetffNBtitemsItem0IItem1ndataTypeObjectPositionInfoȝsideCivilianflagsAttributesid typeC_Bob_VRatlOffsetpositionQF̢@XFdataTypeWaypointloiterAltitudeposition>FAL_FEffectshshowWPNEVERid typeMovenntdataTypeTriggerpositionQFa@XFAttributesܞid typeEmptyDetectorAreaR50)conditioncall{triggeractivated tgr_time_5;}sizeA AsizeB A)dataTypeLogicPositionInfoid typeAdmiral_OndemandCampZoneatlOffset5CustomAttributesٟpositionxRFY@XFangles!@H<ٟAttribute0ՠAttribute1Attribute2dAttribute3&Attribute4Attribute5Attribute6rAttribute7LAttribute8Attribute9Attribute10Attribute11Attribute12WAttribute13+nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueddatattypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value#ddata3dtypeOvaluedtypeSCALARdpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value&data&typevalueB&typeSCALAR&propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatatypeӣvalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueqdatatypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value3rdataCrtype_valuertypeBOOLrpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value LdataLtype7valueLtypeSCALARLpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueӦdatatypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuedatatypeԧvaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Valuezdatatypevalue?typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueJdataZtypevvaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueWdata&WtypeBvalueWtypeSCALARWpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value+data+typevalue+typeSCALAR+propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedataʫtypevaluetypeSTRINGdataTypeLayername10 Minutes - Armour Start (2 Armour)stateEntitiesnid atlOffset7 UitemsItem0¬Item1sItem2)Item3Item4Item5YdataTypeGroupsideCivilianEntities Attributesmid atlOffsetffNBsitemsItem0HItem1mdataTypeObjectPositionInfoǭsideCivilianflagsAttributesid typeC_Bob_VRatlOffsetposition&FCZIBd^FdataTypeWaypointloiterAltitudeposition>FAP_FEffectsgshowWPNEVERid typeMovemmsdataTypeTriggerposition&FyIB^FAttributesۮid typeEmptyDetectorAreaR50)conditioncall{triggeractivated tgr_time_10;}sizeA AsizeB A)dataTypeLogicPositionInfoid typeAdmiral_OndemandCampZoneCustomAttributesɯpositionq&FJBè^Fanglesf<̌@ɯAttribute0ŰAttribute1Attribute2TAttribute3Attribute4سAttribute5Attribute6bAttribute7<Attribute8 Attribute9Attribute10Attribute11Attribute12QAttribute13%nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueTdatadtype}valuetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueTdata#Ttype?valueTtypeSCALARTpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueղdatatypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueسdataسtypeóvalueBسtypeSCALARسpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueadataqtypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value#bdata3btypeOvaluebtypeBOOLbpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value<data <type'value<typeSCALAR<propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Valueö dataӶ typevaluetank_south typeSTRING propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuedatatypeηvaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValuetdatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueDdataTtypepvaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueQdata Qtype<value?QtypeSCALARQpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value%data%typevalue%typeSCALAR%propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedataĻtypeݻvaluetypeSTRINGdataTypeGroupsideCivilianEntitiesPAttributesid atlOffsetffNBitemsItem0xItem1dataTypeObjectPositionInfosideCivilianflagsAttributesid typeC_Bob_VRatlOffsetposition!RF±@`XFdataTypeWaypointloiterAltitudeposition>FAP_FEffectsshowWPNEVERid typeMovedataTypeTriggerpositionnSFu@iXFAttributes id typeEmptyDetectorAreaR50Yconditioncall{triggeractivated tgr_time_10;}sizeA AsizeB AYdataTypeLogicPositionInfoid typeAdmiral_OndemandCampZoneCustomAttributesposition -SFI@#XFangles@=<Attribute0Attribute1Attribute2Attribute3FAttribute4Attribute5Attribute6Attribute7lAttribute81Attribute9 Attribute10Attribute11Attribute12wAttribute13KnAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueCdataStypeovaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueFdataFtype1valueBFtypeSCALARFpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueSdatactypevaluetypeBOOLpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value+ldata;ltypeWvalueltypeSCALARlpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value1data1typevalue1typeSTRING1propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value data typevalue typeSCALAR propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValuejdataztypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value6wdataFwtypebvalue?wtypeSCALARwpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value KdataKtype6valueKtypeSCALARKpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatatypevaluetypeSTRINGdataTypeLayername15 Minutes - Rotor InsertstateEntitiesid atlOffsetf7aitemsItem0Item1Item2[Item3Item4Item5adataTypeTriggerpositionF= CBFangle3ǎ@AttributesKid typeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_time_15;}sizeA AsizeB AdataTypeTriggerpositionFCKgFangle3ǎ@Attributes id typeEmptyDetectorAreaR50[conditioncall{triggeractivated tgr_time_15;}sizeA AsizeB A[dataTypeGroupsideCivilianEntitiesAttributesid atlOffsetffNBitemsItem0Item1Item2dataTypeObjectPositionInfo\sideCivilianflagsAttributesid typeC_Jeff_VRpositionF_E CBFangles4ǎ@dataTypeWaypointloiterAltitudeposition3FA]_FAttributesbid typeEmptyDetectorAreaR50conditiontrue && triggeractivated tgr_time_20;sizeACsizeBh%CisRectangledataTypeLogicPositionInfo7idLtypeark_chase_ai_moduleatlOffsetLbACustomAttributesWposition[=FLB?[FW Attribute0Attribute1Attribute2}Attribute34Attribute4Attribute5Attribute6mAttribute74Attribute8nAttributes propertyark_chase_ai_module_Unit_Amountexpression_this setVariable ['Unit_Amount',_value,true];ValuewdatatypevalueAtypeSCALARpropertyark_chase_ai_module_Waypoint_Accuracyexpression_this setVariable ['Waypoint_Accuracy',_value,true];Value<}dataL}typehvalueHB}typeSCALAR}propertyark_chase_ai_module_Spawn_Timeexpression_this setVariable ['Spawn_Time',_value,true];Value4data4typevalue@4typeSCALAR4propertyark_chase_ai_module_Max_Distanceexpression_this setVariable ['Max_Distance',_value,true];ValuedatatypevalueCtypeSCALARpropertyark_chase_ai_module_Allow_BuildingSearchexpression_this setVariable ['Allow_BuildingSearch',_value,true];ValueydatatypevaluetypeBOOLpropertyark_chase_ai_module_Allow_NVGsexpression_this setVariable ['Allow_NVGs',_value,true];Value.mdata>mtypeZvaluemtypeBOOLmpropertyark_chase_ai_module_Unit_Classnamesexpression_this setVariable ['Unit_Classnames',_value,true];Value4data4typevalue[ADMIRAL]4typeSTRING4propertyark_chase_ai_module_Min_Distanceexpression_this setVariable ['Min_Distance',_value,true];ValuedatatypevalueCtypeSCALARpropertyark_chase_ai_module_Unit_Templateexpression_this setVariable ['Unit_Template',_value,true];Valuekdata{typevalueADMIRALtypeSTRINGdataTypeLayername25 Minutes - Rotor InsertstateEntitiesid atlOffsethBitemsItem0oItem1Item2Item3Item4MItem5 dataTypeGroupsideCivilianEntitiesAttributesid atlOffsetffNBitemsItem0Item1Item2.dataTypeObjectPositionInfopsideCivilianflagsAttributesid typeC_Jeff_VRpositionEE_CiFanglese@?dataTypeWaypointloiterAltitudepositionF}DAϽ`FplacementCcompletitionRadiusAtypeSeekAndDestroyEffectsshowWPNEVERiddataTypeWaypointloiterAltitudeposition4LF=AZFEffectsoshowWPNEVERidtypeMoveuu dataTypeWaypointloiterAltitudeposition>>F*B]FplacementCcompletitionRadiusAtypeSeekAndDestroyEffects"showWPNEVERid((dataTypeWaypointloiterAltitudepositionh0F B2_FtypeCycleEffectsshowWPNEVERidLinkIDProviderLinksnextIDitemsItem0Item1[linkIDitem0item1~CustomDataJ[role[linkIDitem0item1~CustomDataroleturretPathdataTypeObjectPositionInfoFsideEastflagsAttributes~id~typegmx_chdkz_mi2urn_wdlCustomAttributesjpositionh*ES?CxiFangles@P@~fuelnameheli_1 Attribute0fAttribute1QAttribute26Attribute3#Attribute4 Attribute5Attribute6Attribute7Attribute8Attribute9Attribute10nAttributes jpropertygm_vehicleMarkings_Insignias_MissionLarge_attributeexpression[_this,_value,3,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueQdata!Qtype<value-1QtypeSTRINGQpropertygm_vehicleMarkings_Insignias_nation_attributeexpression[_this,_value,5,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value6data6type!value-16typeSTRING6propertygm_vehicleMarkings_Insignias_nationPosition_attributeexpression[_this,_value,5,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value#data#typevalue-1#typeSTRING#propertygm_vehicleMarkings_Insignias_Company_attributeexpression[_this,_value,3,4] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value data typevalue-1 typeSTRING propertygm_vehicleMarkings_LicensePlates_Numbers_attributeexpression[_this,_value,0,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuedatatypevalue-1typeSTRINGpropertygm_vehicleMarkings_Insignias_Battalion_attributeexpression[_this,_value,3,3] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuedatatypevalue-1typeSTRINGpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value5dataEtypevalue[[[["FirstAidKit"],[4]],[[],[]],[["ToolKit","ItemGPS","ItemRadio"],[1,1,1]],[[],[]]],false]typeSTRINGpropertygm_vehicleMarkings_Insignias_MissionSmall_attributeexpression[_this,_value,3,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valueydatatypevalue-1typeSTRINGpropertygm_vehicleMarkings_Insignias_Marking_attributeexpression[_this,_value,3,2] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value_dataotypevalue-1typeSTRINGpropertygm_vehicleMarkings_Insignias_flag_attributeexpression[_this,_value,5,2] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueBdataRtypemvalue-1typeSTRINGpropertygm_vehicleMarkings_LicensePlates_Plate_attributeexpression[_this,_value,0,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value*jdata:jtypeUvalue-1jtypeSTRINGjdataTypeLayername40 Minutes - MLRSstateEntitiesid atlOffsetHitemsItem0Item1> dataTypeGroupsideEastEntities^Attributes CrewLinks idatlOffsetffNB> itemsItem0{  dataTypeObjectPositionInfo sideEastflagsAttributesW idtypegmx_chdkz_army_crew_akm_mixatlOffset@@CustomAttributesl  positionFFrCGdFangles{?n;W namearty_1Gl Attribute0 Attribute1E Attribute2 nAttributes propertyspeakerexpression_this setspeaker _value;Value E data E type0 valueMale02RUSE typeSTRINGE propertypitchexpression_this setpitch _value;Value  data  type value ׃? typeSCALAR propertygm_rankinsigniaexpression[_this, [1,_value]] call gm_core_characters_fnc_setUnitAttribute;ValueG  dataW  typep value typeSTRING  LinkIDProvider Links > nextID itemsItem0 > linkIDitem0item1CustomData > roleturretPath>  dataTypeObjectPositionInfo sideEastflagsAttributes idtypegmx_chdkz_ural375d_mlrs_wdratlOffset#CustomAttributes. positionEC]!Fangles{?#; namearty_1.  Attribute0 Attribute1Attribute2Attribute3Attribute4rAttribute5\Attribute6DAttribute7/Attribute8nAttributes propertygm_vehicleMarkings_Insignias_MissionLarge_attributeexpression[_this,_value,3,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuedatatypevalue-1typeSTRINGpropertygm_vehicleMarkings_Insignias_nation_attributeexpression[_this,_value,5,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuefdatavtypevalue-1typeSTRINGpropertygm_vehicleMarkings_Insignias_Platoon_attributeexpression[_this,_value,3,5] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueLdata\typewvalue-1typeSTRINGpropertygm_vehicleMarkings_Insignias_Company_attributeexpression[_this,_value,3,4] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value2rdataBrtype]value-1rtypeSTRINGrpropertygm_vehicleMarkings_LicensePlates_Numbers_attributeexpression[_this,_value,0,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value\data,\typeGvalue-1\typeSTRING\propertygm_vehicleMarkings_Insignias_Battalion_attributeexpression[_this,_value,3,3] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueDdataDtype/value-1DtypeSTRINGDpropertygm_vehicleMarkings_Insignias_MissionSmall_attributeexpression[_this,_value,3,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value/data/typevalue-1/typeSTRING/propertygm_vehicleMarkings_Insignias_Marking_attributeexpression[_this,_value,3,2] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuedatatypevalue-1typeSTRINGpropertygm_vehicleMarkings_LicensePlates_Plate_attributeexpression[_this,_value,0,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuedatatypevalue-1typeSTRINGdataTypeMarkerposition :F:ړCCFnamemkr_extracttypeEmptyid! atlOffsetqChdataTypeMarkerposition%=FlAS_Fnamemkr_ammo_hoteltypeEmptyiddataTypeGroupsideWestEntitiesAttributes9id!SitemsItem0NItem1Item2WItem39dataTypeObjectPositionInfosideWestflagsAttributesid"typeB_officer_Fposition=FA$_Fanglespƹ=skill?rankCAPTAINinit [this, ["faction", "GMX_CDF_OREL"], ["gear", "CO"], ["marker", "CO", "ColorYellow"]] call hull3_unit_fnc_init;descriptionCDF OREL - Commanding Officer@COisPlayerisPlayabledataTypeObjectPositionInfoGsideWestflagsAttributesid#typeB_medic_FWposition>FA{_FanglesE=skill?rankSERGEANTinit [this, ["faction", "GMX_CDF_OREL"], ["gear", "Medic"], ["marker", "COM", "ColorYellow"]] call hull3_unit_fnc_init;descriptionCDF OREL - Platoon Medic@COisPlayableWdataTypeObjectPositionInfosideWestflagsAttributesid$typeB_Soldier_Fposition%=FAJ_Fanglesẹ=skill?rankCORPORALinit [this, ["faction", "GMX_CDF_OREL"], ["gear", "Rifleman"]] call hull3_unit_fnc_init;descriptionCDF OREL - Platoon Rifleman@COisPlayabledataTypeObjectPositionInfo'sideWestflagsAttributes_id%typeB_officer_F9position3=FAm_FanglesE=_skill?rankLIEUTENANTinit [this, ["faction", "GMX_CDF_OREL"], ["gear", "XO"], ["marker", "XO", "ColorYellow"]] call hull3_unit_fnc_init;descriptionCDF OREL - Executive Officer@COisPlayable9formationDIAMONDSdataTypeGroupsideWestEntitiesAttributes id&atlOffset6!itemsItem0Item1k dataTypeObjectPositionInfoVsideWestflagsAttributesid'typeB_Soldier_SL_FatlOffset6kpositionϾ=FA_Fangles@,?Aޘ<skill?rankSERGEANTinit [this, ["faction", "GMX_CDF_OREL"], ["gear", "SL"], ["marker", "ASL", "ColorRed"]] call hull3_unit_fnc_init;descriptionCDF OREL - Alpha Squad Leader@Alpha SLisPlayablekdataTypeObjectPositionInfosideWestflagsAttributes id(typeB_medic_FatlOffset6 position=FJA^_Fangles@2?< skill?rankCORPORALinit [this, ["faction", "GMX_CDF_OREL"], ["gear", "Medic"], ["marker", "AM", "ColorRed"]] call hull3_unit_fnc_init;descriptionCDF OREL - Alpha Squad Medic@Alpha SLisPlayable formationDIAMOND!dataTypeGroupsideWestEntitiesq!Attributes'id)atlOffset6'itemsItem0!Item1I#Item2$Item3?&'dataTypeObjectPositionInfo0"sideWestflagsAttributesh"id*typeB_Soldier_TL_FatlOffset6I#position#=F~Ad_Fangles@P?5.typeB_Soldier_A_FatlOffset6=position=FEA_Fangles@'?<skill?init [this, ["faction", "GMX_CDF_OREL"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionCDF OREL - Bravo 1 Assistant Automatic Rifleman@Bravo 1isPlayable=dataTypeObjectPositionInfo>sideWestflagsAttributesU>id?typeB_soldier_LAT_FatlOffset6?position =FA_Fangles@''?U>skill?init[this, ["faction", "GMX_CDF_OREL"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionCDF OREL - Bravo 1 Rifleman (AT)@Bravo 1isPlayable?formationDIAMOND?dataTypeGroupsideWestEntitiesi?AttributesbEid@|EitemsItem0?Item12AItem2BItem3DbEdataTypeObjectPositionInfo@sideWestflagsAttributesP@idAtypeB_Soldier_TL_F2Aposition=F>A_Fangles\@w*?8@P@skill?rankCORPORALinit [this, ["faction", "GMX_CDF_OREL"], ["gear", "FTL"], ["marker", "B2", "ColorBlue"]] call hull3_unit_fnc_init;descriptionCDF OREL - Bravo 2 Fireteam Leader@Bravo 2isPlayable2AdataTypeObjectPositionInfoAsideWestflagsAttributesAidBtypeB_soldier_AR_FBposition=F7A˾_Fangles @w*?!@Askill?rankCORPORALinit [this, ["faction", "GMX_CDF_OREL"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionCDF OREL - Bravo 2 Automatic Rifleman@Bravo 2isPlayableBdataTypeObjectPositionInfoCsideWestflagsAttributesHCidCtypeB_Soldier_A_FDpositionҍ=Fd4A_Fangles\@l*?8@HCskill?init [this, ["faction", "GMX_CDF_OREL"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionCDF OREL - Bravo 2 Assistant Automatic Rifleman@Bravo 2isPlayableDdataTypeObjectPositionInfozDsideWestflagsAttributesDidDtypeB_soldier_LAT_FbEposition=FA_Fangles,@.,?8@Dskill?init[this, ["faction", "GMX_CDF_OREL"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionCDF OREL - Bravo 2 Rifleman (AT)@Bravo 2isPlayablebEformationDIAMOND|EdataTypeGroupsideWestEntitiesEAttributesKidEKitemsItem0FItem1GItem2 IItem3uJKdataTypeObjectPositionInfouFsideWestflagsAttributesFidFtypeB_Soldier_TL_FGposition|=F/A]_Fangles,@+?8@Fskill?rankCORPORALinit [this, ["faction", "GMX_CDF_OREL"], ["gear", "FTL"], ["marker", "B3", "ColorBlue"]] call hull3_unit_fnc_init;descriptionCDF OREL - Bravo 3 Fireteam Leader@Bravo 3isPlayableGdataTypeObjectPositionInfoHsideWestflagsAttributesHHidGtypeB_soldier_AR_FatlOffset Ipositionq=FAA_Fangles,@+?HHskill?rankCORPORALinit [this, ["faction", "GMX_CDF_OREL"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionCDF OREL - Bravo 3 Automatic Rifleman@Bravo 3isPlayable IdataTypeObjectPositionInfo}IsideWestflagsAttributesIidHtypeB_Soldier_A_FuJpositions=FcA,_Fangles @+?!@Iskill?init [this, ["faction", "GMX_CDF_OREL"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionCDF OREL - Bravo 3 Assistant Automatic Rifleman@Bravo 3isPlayableuJdataTypeObjectPositionInfoJsideWestflagsAttributesKidItypeB_soldier_LAT_FKpositionh=F`A_Fangles\@+?@Kskill?init[this, ["faction", "GMX_CDF_OREL"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionCDF OREL - Bravo 3 Rifleman (AT)@Bravo 3isPlayableKformationDIAMONDKdataTypeGroupsideWestEntities3LAttributesTidJTitemsItem0fLItem1cOItem2RTdataTypeObjectPositionInfoLsideWestflagsAttributesMidKtypeB_crew_FCustomAttributesNcOpositionK9F C;BFangles;V??`;Mskill?rankSERGEANTinit [this, ["faction", "GMX_CDF_OREL"], ["gear", "VC"], ["marker", "APC1", "ColorOrange"]] call hull3_unit_fnc_init;descriptionCDF OREL - APC 1 Commander (BTR-60PB) [JIP Extract]@APC 1isPlayableNAttribute0KNAttribute1NnAttributescOpropertyspeakerexpression_this setspeaker _value;ValueNNdataNNtypeNvalueMale08ENGNtypeSTRINGNpropertypitchexpression_this setpitch _value;Value"OcOdata2OcOtypeNOvalue\?cOtypeSCALARcOdataTypeObjectPositionInfoOsideWestflagsAttributesPidLtypeB_crew_FCustomAttributesPRposition>9F C#BFanglesS*;f??q:Pskill?init [this, ["faction", "GMX_CDF_OREL"], ["gear", "VD"]] call hull3_unit_fnc_init;descriptionCDF OREL - APC 1 Driver [JIP Extract]@APC 1isPlayablePAttribute0QAttribute1QnAttributesRpropertyspeakerexpression_this setspeaker _value;ValueQQQdataaQQtypeQvalueMale10ENGQtypeSTRINGQpropertypitchexpression_this setpitch _value;ValueQRdataQRtype RvalueG?RtypeSCALARRdataTypeObjectPositionInfoRsideWestflagsAttributesRidMtypeB_crew_FCustomAttributesSTpositionF9F> C_BFangles:y??69;Rskill?init [this, ["faction", "GMX_CDF_OREL"], ["gear", "VG"]] call hull3_unit_fnc_init;descriptionCDF OREL - APC 1 Gunner [JIP Extract]@APC 1isPlayableSAttribute0SAttribute1TTnAttributesTpropertyspeakerexpression_this setspeaker _value;Value TTTdataTTTtype?TvalueMale01ENGTTtypeSTRINGTTpropertypitchexpression_this setpitch _value;ValueTTdataTTtypeTvalueQx?TtypeSCALARTformationDIAMONDTdataTypeGroupsideWestEntitiesOUAttributes^idNatlOffset71^itemsItem0UItem1XItem2[[^ dataTypeObjectPositionInfoVsideWestflagsAttributesKVidOtypeB_crew_FatlOffset7CustomAttributes?WXposition@9F CBFangles݅;z?9KVskill?rankSERGEANTinit [this, ["faction", "GMX_CDF_OREL"], ["gear", "VC"], ["marker", "APC2", "ColorOrange"]] call hull3_unit_fnc_init;descriptionCDF OREL - APC 2 Commander (BTR-60PB) [JIP Extract]@APC 2isPlayable?WAttribute0wWAttribute1XnAttributesXpropertyspeakerexpression_this setspeaker _value;ValueWXdataWXtypeWvalueMale04ENGXtypeSTRINGXpropertypitchexpression_this setpitch _value;ValueNXXdata^XXtypezXvaluep}?XtypeSCALARX dataTypeObjectPositionInfo YsideWestflagsAttributesXYidPtypeB_crew_FatlOffset7CustomAttributes Z[[position49Fu CGBFangles;@z?@XYskill?init [this, ["faction", "GMX_CDF_OREL"], ["gear", "VD"]] call hull3_unit_fnc_init;descriptionCDF OREL - APC 2 Driver [JIP Extract]@APC 2isPlayable ZAttribute0CZAttribute1ZnAttributes[[propertyspeakerexpression_this setspeaker _value;ValueZZdataZZtypeZvalueMale05ENGZtypeSTRINGZpropertypitchexpression_this setpitch _value;Value[[[data*[[[typeF[valueu?[[typeSCALAR[[dataTypeObjectPositionInfo[sideWestflagsAttributes\idQtypeB_crew_FCustomAttributes\^position;9FD CBFangles-TA;z?9\skill?init [this, ["faction", "GMX_CDF_OREL"], ["gear", "VG"]] call hull3_unit_fnc_init;descriptionCDF OREL - APC 2 Gunner [JIP Extract]@APC 2isPlayable\Attribute0\Attribute1]nAttributes^propertyspeakerexpression_this setspeaker _value;ValueI]]dataY]]type{]valueMale01ENG]typeSTRING]propertypitchexpression_this setpitch _value;Value]^data]^type^valuep}?^typeSCALAR^formationDIAMOND1^dataTypeGroupsideWestEntities{^AttributesgidRgitemsItem0^Item1aItem2gdgdataTypeObjectPositionInfo/_sideWestflagsAttributesg_idStypeB_crew_FCustomAttributes[`aposition69F CBFangles;g?@g_skill?rankSERGEANTinit [this, ["faction", "GMX_CDF_OREL"], ["gear", "VC"], ["marker", "APC3", "ColorOrange"]] call hull3_unit_fnc_init;descriptionCDF OREL - APC 3 Commander (BTR-60PB) [JIP Extract]@APC 3isPlayable[`Attribute0`Attribute1$anAttributesapropertyspeakerexpression_this setspeaker _value;Value`$adata`$atypeavalueMale07ENG$atypeSTRING$apropertypitchexpression_this setpitch _value;Valuejaadatazaatypeavalue33s?atypeSCALARadataTypeObjectPositionInfo,bsideWestflagsAttributesdbidTtypeB_crew_FCustomAttributescgdposition)9FF CLBFangles;g?_@dbskill?init [this, ["faction", "GMX_CDF_OREL"], ["gear", "VD"]] call hull3_unit_fnc_init;descriptionCDF OREL - APC 3 Driver [JIP Extract]@APC 3isPlayablecAttribute0OcAttribute1cnAttributesgdpropertyspeakerexpression_this setspeaker _value;ValueccdatacctypecvalueMale07ENGctypeSTRINGcpropertypitchexpression_this setpitch _value;Value&dgddata6dgdtypeRdvalue\?gdtypeSCALARgddataTypeObjectPositionInfodsideWestflagsAttributes eidUtypeB_crew_FCustomAttributesegposition19F CBFangles ;g?@ eskill?init [this, ["faction", "GMX_CDF_OREL"], ["gear", "VG"]] call hull3_unit_fnc_init;descriptionCDF OREL - APC 3 Gunner [JIP Extract]@APC 3isPlayableeAttribute0fAttribute1fAttribute23gnAttributesgpropertyspeakerexpression_this setspeaker _value;ValueeffdataufftypefvalueMale08ENGftypeSTRINGfpropertypitchexpression_this setpitch _value;Valuef3gdatag3gtypegvalueHz?3gtypeSCALAR3gpropertyfaceexpression_this setface _value;ValuewggdataggtypegvaluegtypeSTRINGgformationDIAMONDgdataTypeGroupsideWestEntitieshAttributes,kidV2kitemsItem06h,kdataTypeObjectPositionInfohsideWestflagsAttributeshidWtypeB_Helipilot_FCustomAttributesi,kpositionl;F CCFangles @~:>9hskill?rankSERGEANTinit [this, ["faction", "GMX_CDF_OREL"], ["gear", "P"], ["marker", "TH1", "ColorOrange"]] call hull3_unit_fnc_init;descriptionCDF OREL - TH 1 Pilot (Mi-2) [Extract JIP]@TH 1isPlayableiAttribute0jAttribute1jnAttributes,kpropertyspeakerexpression_this setspeaker _value;Value^jjdatanjjtypejvalueMale02ENGjtypeSTRINGjpropertypitchexpression_this setpitch _value;Valuej,kdataj,ktypekvalueQx?,ktypeSCALAR,k2kdataTypeGroupsideWestEntities|kAttributesnidXnitemsItem0kndataTypeObjectPositionInfolsideWestflagsAttributesWlidYtypeB_Helipilot_FCustomAttributes?mnpositiont;F^ CnCFangles\>>Wlskill?rankSERGEANTinit [this, ["faction", "GMX_CDF_OREL"], ["gear", "P"], ["marker", "TH2", "ColorOrange"]] call hull3_unit_fnc_init;descriptionCDF OREL - TH 2 Pilot (Mi-2) [Extract JIP]@TH 2isPlayable?mAttribute0wmAttribute1nnAttributesnpropertyspeakerexpression_this setspeaker _value;ValuemndatamntypemvalueMale10ENGntypeSTRINGnpropertypitchexpression_this setpitch _value;ValueNnndata^nntypeznvalue\?ntypeSCALARnndataTypeGroupsideWestEntitiesnAttributestidZtitemsItem0oItem1rtdataTypeObjectPositionInfoosideWestflagsAttributesoid[typeB_Pilot_FCustomAttributesprpositionooskill?rankLIEUTENANTinit [this, ["faction", "GMX_CDF_OREL"], ["gear", "P"], ["marker", "AH1", "ColorOrange"]] call hull3_unit_fnc_init;descriptionCDF OREL - AH 1 Pilot (Mi-2URP-G) [JIP Extract Escort]@AH 1isPlayablepAttribute0pAttribute1qnAttributesrpropertyspeakerexpression_this setspeaker _value;Value9qqdataIqqtypekqvalueMale05ENGqtypeSTRINGqpropertypitchexpression_this setpitch _value;Valueqrdataqrtypeqvalue\?rtypeSCALARrdataTypeObjectPositionInforsideWestflagsAttributesrid\typeB_Pilot_FCustomAttributesstpositiontrskill?rankLIEUTENANTinit [this, ["faction", "GMX_CDF_OREL"], ["gear", "P"]] call hull3_unit_fnc_init;descriptionCDF OREL - AH 1 Gunner [JIP Extract Escort]@AH 1isPlayablesAttribute0sAttribute1StnAttributestpropertyspeakerexpression_this setspeaker _value;Value tStdatatSttype>tvalueMale08ENGSttypeSTRINGStpropertypitchexpression_this setpitch _value;ValuettdatatttypetvalueQx?ttypeSCALARtformationDIAMONDtdataTypeGroupsideWestEntities>uAttributes9{id]S{itemsItem0fuItem1fx9{dataTypeObjectPositionInfousideWestflagsAttributes vid^typeB_Pilot_FCustomAttributeswfxposition´ vskill?rankLIEUTENANTinit [this, ["faction", "GMX_CDF_OREL"], ["gear", "P"], ["marker", "AH2", "ColorOrange"]] call hull3_unit_fnc_init;descriptionCDF OREL - AH 2 Pilot (Mi-2URP-G) [JIP Extract Escort]@AH 2isPlayablewAttribute0NwAttribute1wnAttributesfxpropertyspeakerexpression_this setspeaker _value;ValuewwdatawwtypewvalueMale02ENGwtypeSTRINGwpropertypitchexpression_this setpitch _value;Value%xfxdata5xfxtypeQxvalue?fxtypeSCALARfxdataTypeObjectPositionInfoxsideWestflagsAttributes yid_typeB_Pilot_FCustomAttributesy9{position1 yskill?rankLIEUTENANTinit [this, ["faction", "GMX_CDF_OREL"], ["gear", "P"]] call hull3_unit_fnc_init;descriptionCDF OREL - AH 2 Gunner [JIP Extract Escort]@AH 2isPlayableyAttribute0!zAttribute1znAttributes9{propertyspeakerexpression_this setspeaker _value;Valuekzzdata{zztypezvalueMale08ENGztypeSTRINGzpropertypitchexpression_this setpitch _value;Valuez9{data{9{type${value33s?9{typeSCALAR9{formationDIAMONDS{dataTypeLogicPositionInfo{nameadm_hc_unitisPlayabledescriptionHCid`typeHeadlessClient_F |positionM>FXA(!_Fanglesj@p= |dataTypeMarkerposition;FBEVFnamemkr_extract_route_easttypeEmptyidoatlOffset9|dataTypeMarkerpositionb1F8ACSFnamemkr_extract_route_westtypeEmptyidp|dataTypeLayernameExtract PatrolsstateEntitiesG}idatlOffsetXAېitemsItem0}Item1;~Item2~Item3ېdataTypeTriggerposition @2F\BXFAttributes}idtypeEmptyDetectorAreaR250;~conditiontriggeractivated tgr_extract_west;sizeAzCsizeBzC;~dataTypeTriggerposition?:F*B%XFAttributes~idtypeEmptyDetectorAreaR250~conditiontriggeractivated tgr_extract_east;sizeAzCsizeBzC~dataTypeLogicPositionInfoSidtypeAdmiral_PatrolZoneCustomAttributesspositionl6FHBxUFs Attribute0+Attribute1Attribute2Attribute3bAttribute4Attribute5؃Attribute6Attribute7Attribute8XAttribute9nAttributes propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatatypeՀvaluetypeSTRINGpropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueedatautypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value!bdata1btypeMvalueBbtypeSCALARbpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value݂datatype valueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value؃data؃typeŃvalue؃typeBOOL؃propertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValueidataytypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];ValueAdataQtypemvalue?typeSCALARpropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];ValueXdata'XtypeCvalue@@XtypeSCALARXpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Valuedatatype valuetypeSTRINGpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatatypeчvaluetypeSTRINGdataTypeLogicPositionInfoHidtypeAdmiral_PatrolZoneCustomAttributeshېposition 37FU CjTFh Attribute0 Attribute1߉Attribute2Attribute3WAttribute4Attribute5͌Attribute6Attribute7wAttribute8MAttribute9nAttributes ېpropertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value߉data߉typeʉvalue߉typeSTRING߉propertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueZdatajtypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueWdata&WtypeBvalueBWtypeSCALARWpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueҋdatatypevalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value͌data͌typevalue͌typeBOOL͌propertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];Value^datantypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Value6wdataFwtypebvalue?wtypeSCALARwpropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Value MdataMtype8value@@MtypeSCALARMpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value֏datatypevaluetypeSTRINGpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueېdataېtypeƐvalueېtypeSTRINGېdataTypeMarkerposition4FuOB\Fnamemkr_railwaytypeEmptyidatlOffsetpFLinkIDProviderkLinks~nextID~itemsItem0Item1/Item2|Item3ɓItem4Item5cItem6Item7Item8JItem9Item10Item111Item12~Item13˖Item14Item15eItem16Item17Item18LItem19Item20Item213Item22Item23͙Item24Item25gItem26Item27Item28NlinkIDitem0 item1 CustomData/typeSync/linkIDitem0 item1 CustomDataj|typeSync|linkIDitem0 item1 CustomDataɓtypeSyncɓlinkIDitem0 item1 CustomDatatypeSynclinkIDitem0 item1 CustomDataQctypeSyncclinkIDitem0 item1 CustomDatatypeSynclinkIDitem0 item1 CustomDatatypeSynclinkIDitem0 item1 CustomData8JtypeSyncJlinkIDitem0 item1 CustomDatatypeSynclinkID item0 item1 CustomDataҕtypeSynclinkID item0 item1 CustomData1typeSync1linkID item0item1 CustomDatal~typeSync~linkID item0item1 CustomData˖typeSync˖linkID item0Litem1 CustomDatatypeSynclinkIDitem0item1CustomDataSetypeSyncelinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData:LtypeSyncLlinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDataԘtypeSynclinkIDitem0aitem1CustomData!3typeSync3linkIDitem0bitem1CustomDatantypeSynclinkIDitem0citem1CustomData͙typeSync͙linkIDitem0ditem1CustomDatatypeSynclinkIDitem0iitem1CustomDataUgtypeSyncglinkIDitem0jitem1CustomDatatypeSynclinkIDitem0jitem1'CustomDatatypeSynclinkIDitem0item1CustomData<NtypeSyncNlinkIDitem0item1CustomDatatypeSyncclass 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 RPG", "gm_AmmoBox_wood_04_empty", 3, 0, 360, "_this call ark_fnc_plank_fill_SMAW_Ammo;"}, {"Small Ammobox", "gm_AmmoBox_wood_04_empty", 3, 0, 360, "_this call ark_fnc_plank_fill_MMG_Ammo;"}, {"Medic Supply Box", "gm_AmmoBox_wood_04_empty", 3, 0, 360, "_this call ark_fnc_plank_fill_medic_box;"}, {"Large Ammobox", "gm_AmmoBox_wood_03_empty", 3, 0, 360, "_this call ark_fnc_plank_fill_Ammo;"}, {"Ammobox Marksman", "gm_AmmoBox_wood_04_empty", 3, 0, 360, "_this call ark_fnc_plank_fill_SN_Ammo;"} }; };{_unit disableAI _x} forEach ["SUPPRESSION", "AUTOCOMBAT"];qtid O8K%sb