admiral\admiral.hgbWdescription.extSbhull3\briefing\blufor.sqfobhull3\briefing\civilian.sqf*qn^hull3\briefing\indfor.sqfbhull3\briefing\opfor.sqfbhull3\hull3.h:_bhull3\LICENSE*qn^8hull3\SI_G.h _bhull3\SI_U.h_b init.sqfu@buinitPlayerLocal.sqfdbinitServer.sqfbmission.sqmbrwplank.hsebzone_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", "gmx_chdkz_zsu234v1_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 = "severe ionisation"; onLoadMission = "Made with Hull3"; author = "dancemoox"; loadScreen = "x\ark\addons\hull3\resources\hull3_logo.paa"; class Header { gameType = Coop; minPlayers = 1; maxPlayers = 43; }; 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 PMC detachment was hired to provide security for reconstruction following the Chernarus Civil War, however in recent days tensions have flared and ChDKZ elements have taken up arms again.

This morning our routine supply flight was shot down and we have been under sporadic attack since, a supporting gunship is being prepared whilst extraction can be arranged.

ENEMY FORCES
ChDKZ Rebels armed with outdated stolen CDF 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 in the requisitioned school reception, team leaders have smaller Plank placeable ammo boxes.

GUNSHIP + JIP EXTRACT
Given the shoot down of our supply Ka-60 this morning air assets should expect both MANPAD and SPAAG AA threats.

The V-44 X Blackfish is crewed by a pilot, co-pilot observer with access to surveillance optics as well as a laser designator and finally two gunners.

Left seat gunner controls the dual 105mm HEAT-MP cannon and the 20mm HE minigun. The Right seat controls the dual feed 40mm APFSDS-T GPR-T autocannon, note both guns are mounted to the aircraft port side.

Each Merlin has a lift capacity of twenty seven.

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 CUP_ION_PMC { gear = "SI_G"; uniform = "SI_U"; languages[] = { {"west", 100} }; }; }; class Gear { #include "SI_G.h" unitBaseClass = "Rifleman"; vehicleBaseClass = "Vehicle"; }; class Uniform { #include "SI_U.h" unitBaseClass = "Rifleman"; }; };The MIT License (MIT) Copyright (c) 2014 László Major Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.class SI_G { class Rifleman { primaryWeapon = "CUP_arifle_HK416_CQB_Black"; primaryWeaponItems[] = {"CUP_optic_Elcan_SpecterDR_RMR_black", "CUP_muzzle_mfsup_Flashhider_556x45_Black", "CUP_acc_LLM01_L"}; secondaryWeapon = ""; secondaryWeaponItems[] = {}; handgunWeapon = "hgun_P07_blk_F"; handgunItems[] = {"16Rnd_9x21_Mag"}; uniformWeapons[] = {}; vestWeapons[] = {}; backpackWeapons[] = {}; uniformMagazines[] = { {"HandGrenade", 2}, {"MiniGrenade", 2}, {"ACE_Chemlight_HiRed", 2}, {"SmokeShellRed", 2}, {"16Rnd_9x21_Mag", 2} }; vestMagazines[] = { {"CUP_30Rnd_556x45_PMAG_BLACK_RPL", 6}, {"CUP_30Rnd_556x45_PMAG_BLACK_RPL_Tracer_Red", 2} }; backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShellRed", 1}, {"CUP_30Rnd_556x45_PMAG_BLACK_RPL", 4}, {"CUP_30Rnd_556x45_PMAG_BLACK_RPL_Tracer_Red", 2} }; basicAssignItems[] = {"ItemMap", "ItemCompass", "ItemWatch", "CUP_NVG_GPNVG_black"}; assignItems[] = {}; binocular = ""; uniformItems[] = { {"ACE_Flashlight_XL50", 1}, {"ACE_wirecutter", 1}, {"ACE_IR_Strobe_Item", 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_HK416_CQB_AG36"; vestMagazines[] = { {"CUP_30Rnd_556x45_PMAG_BLACK_RPL", 4}, {"CUP_1Rnd_HE_M203", 4}, {"CUP_1Rnd_HEDP_M203", 4}, {"CUP_1Rnd_SmokeRed_M203", 2}, {"CUP_1Rnd_StarFlare_Red_M203", 2}, {"CUP_1Rnd_StarCluster_Red_M203", 2}, {"CUP_30Rnd_556x45_PMAG_BLACK_RPL_Tracer_Red", 2} }; backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShellRed", 1}, {"CUP_30Rnd_556x45_PMAG_BLACK_RPL", 6}, {"CUP_30Rnd_556x45_PMAG_BLACK_RPL_Tracer_Red", 2}, {"CUP_1Rnd_HE_M203", 2}, {"CUP_1Rnd_SmokeRed_M203", 2}, {"CUP_1Rnd_StarCluster_Red_M203", 2}, {"CUP_1Rnd_StarFlare_Red_M203", 2} }; assignItems[] = {"ItemGPS"}; binocular = "Binocular"; }; class Officer : Leader { assignItems[] = {"ItemGPS"}; binocular = "ACE_Vector"; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; }; class Crew : Rifleman { uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; vestMagazines[] = {{"CUP_30Rnd_556x45_PMAG_BLACK_RPL", 4}}; backpackMagazines[] = {}; assignItems[] = {"ItemGPS"}; }; class CO : Officer { }; class XO : CO { }; class SL : Officer { }; class Medic : Rifleman { vestMagazines[] = { {"CUP_30Rnd_556x45_PMAG_BLACK_RPL", 6}, {"CUP_30Rnd_556x45_PMAG_BLACK_RPL_Tracer_Red", 2}, {"SmokeShellRed", 4} }; backpackMagazines[] = { {"SmokeShellRed", 4}, {"CUP_30Rnd_556x45_PMAG_BLACK_RPL", 2} }; assignItems[] = {"ItemGPS"}; binocular = "ACE_Vector"; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; backpackMedicalItems[] = { {"ACE_fieldDressing", 30}, {"ACE_morphine", 30}, {"ACE_epinephrine", 30}, {"ACE_bloodIV_500", 24}, {"ACE_splint", 4} }; }; class FTL : Leader { }; class AR : Rifleman { primaryWeapon = "CUP_lmg_MG3_rail"; primaryWeaponItems[] = {"CUP_optic_ElcanM145_3D"}; vestMagazines[] = {{"CUP_120Rnd_TE4_LRT4_Red_Tracer_762x51_Belt_M", 2}}; backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShellRed", 1}, {"CUP_120Rnd_TE4_LRT4_Red_Tracer_762x51_Belt_M", 4} }; }; class AAR : Rifleman { backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShellRed", 1}, {"CUP_120Rnd_TE4_LRT4_Red_Tracer_762x51_Belt_M", 4} }; binocular = "ACE_Vector"; }; class RAT : Rifleman { secondaryWeapon = "CUP_launch_M136"; vestMagazines[] = { {"CUP_30Rnd_556x45_PMAG_BLACK_RPL", 6}, {"CUP_30Rnd_556x45_PMAG_BLACK_RPL_Tracer_Red", 2} }; backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShellRed", 1}, {"CUP_30Rnd_556x45_PMAG_BLACK_RPL", 4} }; }; class P : Crew { }; class PCM : P { }; class Vehicle { weapons[] = {{"CUP_launch_M136", 25}}; magazines[] = { {"CUP_30Rnd_556x45_PMAG_BLACK_RPL", 150}, {"CUP_30Rnd_556x45_PMAG_BLACK_RPL_Tracer_Red", 100}, {"CUP_120Rnd_TE4_LRT4_Red_Tracer_762x51_Belt_M", 150}, {"CUP_1Rnd_HE_M203", 25}, {"CUP_1Rnd_HEDP_M203", 25}, {"CUP_1Rnd_StarCluster_Red_M203", 25}, {"CUP_1Rnd_StarFlare_Red_M203", 25}, {"CUP_1Rnd_SmokeRed_M203", 25}, {"HandGrenade", 25}, {"MiniGrenade", 25}, {"SmokeShellRed", 25}, {"16Rnd_9x21_Mag", 25}, {"SatchelCharge_Remote_Mag", 1} }; medicalItems[] = { {"ACE_fieldDressing", 50}, {"ACE_splint", 12} }; }; }; class SI_U { class Rifleman { headGear = "acp_Solid_Black_H_HelmetHBK_F_Solid_Black"; goggles = ""; uniform = "acp_Solid_Black_U_B_CombatUniform_Solid_Black"; vest = "acp_Solid_Black_V_CarrierRigKBT_01_light_Solid_Black_F_ARM"; backpack = "ark_backpack_med"; insignia = "USP_PATCH_PMC_CRAFT_TAN"; }; class Leader : Rifleman { headGear = "acp_Solid_Black_H_HelmetHBK_headset_F_Solid_Black"; uniform = "acp_Solid_Black_U_B_CombatUniform_vest_Solid_Black"; vest = "acp_Solid_Black_V_CarrierRigKBT_01_heavy_Solid_Black_F_ARM"; }; class Officer : Leader { headGear = "acp_Solid_Black_H_HelmetHBK_ear_F_Solid_Black"; }; class Crew : Rifleman { headGear = "H_PilotHelmetHeli_B"; uniform = "acp_Solid_Black_U_BG_Guerrilla_6_Solid_Black"; vest = "acp_Solid_Black_V_CarrierRigKBT_01_Solid_Black_F_ARM"; backpack = "ark_backpack_small"; }; class CO : Officer { }; class XO : CO { backpack = "ark_backpack_large"; }; class SL : Officer { }; class Medic : Rifleman { backpack = "ark_backpack_large"; }; class FTL : Leader { }; class AR : Rifleman { uniform = "acp_Solid_Black_U_B_CombatUniform_tshirt_Solid_Black"; }; class AAR : Rifleman { backpack = "ark_backpack_large"; }; class RAT : Rifleman { }; class P : Crew { }; class PCM : P { }; }; if (isServer) then { {_x forceFlagTexture "\A3\Data_F\Flags\flag_ion_CO.paa"} forEach [car_1, car_2, car_3]; };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 ["_weapons"]; _weapons = [ ["CUP_launch_M136", 25] ]; clearMagazineCargoGlobal _box; clearWeaponCargoGlobal _box; clearItemCargoGlobal _box; clearBackpackCargoGlobal _box; {_box addWeaponCargoGlobal _x;} foreach _weapons; }; ark_fnc_plank_fill_MMG_Ammo = { private _box = _this select 1; [_box, 9999] remoteExecCall ["ace_rearm_fnc_makeSource", 2]; private ["_magazines", "_weapons"]; _magazines = [ ["CUP_30Rnd_556x45_PMAG_BLACK_RPL", 50], ["CUP_30Rnd_556x45_PMAG_BLACK_RPL_Tracer_Red", 25], ["CUP_120Rnd_TE4_LRT4_Red_Tracer_762x51_Belt_M", 50], ["CUP_1Rnd_HE_M203", 10], ["CUP_1Rnd_HEDP_M203", 10], ["CUP_1Rnd_StarCluster_Red_M203", 10], ["CUP_1Rnd_StarFlare_Red_M203", 10], ["CUP_1Rnd_SmokeRed_M203", 10], ["HandGrenade", 15], ["MiniGrenade", 15], ["SmokeShellRed", 15], ["ACE_Chemlight_HiRed", 15], ["SatchelCharge_Remote_Mag", 1] ]; _weapons = [ ["CUP_launch_M136", 15] ]; 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_556x45_PMAG_BLACK_RPL", 100], ["CUP_30Rnd_556x45_PMAG_BLACK_RPL_Tracer_Red", 50], ["CUP_120Rnd_TE4_LRT4_Red_Tracer_762x51_Belt_M", 100], ["CUP_1Rnd_HE_M203", 25], ["CUP_1Rnd_HEDP_M203", 25], ["CUP_1Rnd_StarCluster_Red_M203", 25], ["CUP_1Rnd_StarFlare_Red_M203", 25], ["CUP_1Rnd_SmokeRed_M203", 25], ["HandGrenade", 25], ["MiniGrenade", 25], ["SmokeShellRed", 25], ["ACE_Chemlight_HiRed", 25], ["SatchelCharge_Remote_Mag", 1] ]; _weapons = [ ["CUP_launch_M136", 25] ]; _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; };raPnw version6EditorDataHsourceNameark_co42_severe_ionisationaddonsA3_Ui_FA3_Structures_F_Enoch_Military_TrainingCUP_BaseConfigsA3_Props_F_Enoch_Military_WrecksA3_Structures_F_Argo_Commercial_BillboardsA3_Props_F_Enoch_Infrastructure_TrafficCUP_AirVehicles_HC3CUP_WheeledVehicles_NewM998plp_containersA3_Air_F_Exp_VTOL_01CUP_WheeledVehicles_Van02A3_Modules_F_Curator_Curatorark_ace_rearmark_clear_cargoA3_Modules_F_EffectsAdmiralark_rotorark_chase_aigmx_chdkz_charactersgmx_chdkz_vehicles_air_helicopters_mi2gmx_chdkz_vehicles_land_tracked_ural375dA3_Characters_Face_nouniformrestrictionsA3_Modules_FAddonsMetaDatadlcsEnochArgoCUP_VehiclesExpansionOrangegmgmx_chdkzrandomSeedScenarioData3CustomAttributesMissionJnw moveGridStep?angleGridStep?scaleGridStep?autoGroupingDist AtogglesItemIDProviderMarkerIDProviderLayerIndexProvider"Camera5nextIDnextID$"nextIDX5posFU CHFdirƤ>z+Rupb0>a?aside\nѵ຾List3itemsItem0Item1"Item2Item3Item4Item54Item6uItem7Item8Item9s Item10 Item11p Item12 Item13J Item14 Item15 Item16c Item17 Item18 Item19 Item20'Item213classNameA3_Ui_FnameArma 3 - User InterfaceauthorBohemia Interactiveurlhttps://www.arma3.com"classNameA3_Structures_F_Enoch_MilitarynameArma 3 Contact Platform - Military Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.comclassNameCUP_BaseConfigsnameCUP_BaseConfigsclassNameA3_Props_F_EnochnameArma 3 Contact Platform - Decorative and Mission ObjectsauthorBohemia Interactiveurlhttps://www.arma3.comclassNameA3_Structures_F_ArgonameArma 3 Malden - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.com4classNameCUP_AirVehicles_HC3nameCUP_AirVehicles_HC3uclassNameCUP_WheeledVehicles_NewM998nameCUP_WheeledVehicles_NewM998classNameplp_containersnameplp_containersclassNameA3_Air_F_ExpnameArma 3 Apex - AircraftauthorBohemia Interactiveurlhttps://www.arma3.coms classNameCUP_WheeledVehicles_Van02nameCUP_WheeledVehicles_Van02authorCommunity Upgrade Project classNameA3_Modules_F_CuratornameArma 3 Zeus Update - Scripted ModulesauthorBohemia Interactiveurlhttps://www.arma3.comp classNameark_ace_rearmnameARK Inhouse - ACE RearmauthorARKurlhttp://www.ark-group.org classNameark_clear_cargonameARK Inhouse - Clear CargoauthorARKurlhttp://www.ark-group.orgJ classNameA3_Modules_FnameArma 3 Alpha - Scripted ModulesauthorBohemia Interactiveurlhttps://www.arma3.com classNameAdmiralnameAdmiralauthorKami classNameark_rotornameARK Inhouse - RotorauthorARKurlhttp://www.ark-group.orgc classNameark_chase_ainameARK Inhouse - Chase AIauthorARKurlhttp://www.ark-group.org 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.comclassNameace_nouniformrestrictionsnameACE3 - No Uniform RestrictionsauthorACE-Teamurlhttps://ace3.acemod.org/3authordancemooxHeaderXgameTypeCoopminPlayersmaxPlayers/Category0JnameMultiplayerAttribute0Attribute1nAttributesJpropertyRespawnTemplatesexpressiontrueValue/data?typeZvaluentypeARRAYnitemsItem0datatypevalueNonetypeSTRINGpropertyRespawnButtonexpressiontrueValue JdataJtype5value?JtypeSCALARJIntelzEntities ConnectionsmnwbriefingNameark_co42_severe_ionisationoverviewTextION PMC a desperate defence | Extract JIPresistanceWesttimeOfChangesFstartWeather>startWindforecastWeather>forecastWindforecastWavesforecastLightnings=wavesForcedwindForcedyearmonthday hour minutestartFogDecayT<forecastFogDecayT< "items!Item0Item1pItem2DItem3Item4gItem5"Item6wItem7Item8Item9NItem10Item11Item12Item13>Item14Item15Item16Item17Item18p!Item19'Item20.Item211Item22 8Item23u>Item24DItem25PItem26\Item27_Item28zcItem291dItem30gfItem31hItem32jmdataTypeLayernameTime TriggersEntitiesidatlOffsete_p itemsItem0]Item13Item2!Item3Item4Item5$Item69Item7&pdataTypeTriggerposition^ LEBkEAttributesidtypeEmptyDetectoratlOffsetai3nametgr_safety_offconditioncall{hull3_mission_safetyTimerAbort}sizeAsizeB3dataTypeTriggerpositionKEBѭEAttributesidtypeEmptyDetectoratlOffsete!nametgr_time_10conditioncall{triggeractivated tgr_safety_off;}sizeAsizeBtimeoutDDD!dataTypeTriggerposition2 LE\*BgEAttributesidtypeEmptyDetectoratlOffset^nametgr_time_15conditioncall{triggeractivated tgr_safety_off;}sizeAsizeBtimeoutaDaDaDdataTypeTriggerposition*LE~o1BEAttributesidtypeEmptyDetectoratlOffset[nametgr_time_20conditioncall{triggeractivated tgr_safety_off;}sizeAsizeBtimeoutDDDdataTypeTriggerposition>LE-B4EAttributesnidtypeEmptyDetectoratlOffset%]$nametgr_time_25conditioncall{triggeractivated tgr_safety_off;}onActivationcall{heli_1 setfuel 1; heli_2 setfuel 1;}sizeAsizeBtimeoutDDD$dataTypeTriggerposition6 LE*BVEAttributesidtypeEmptyDetectoratlOffsetA=b9nametgr_time_30conditioncall{triggeractivated tgr_safety_off;}onActivationcall{heli_1 setfuel 1;}sizeAsizeBtimeoutDDD9dataTypeTriggerpositionKEBEAttributesidtypeEmptyDetectoratlOffseth&nametgr_time_5conditioncall{triggeractivated tgr_safety_off;}sizeAsizeBtimeoutCCC&dataTypeTriggerposition*LEQ/BEAttributesidMtypeEmptyDetectoratlOffsetegpnametgr_time_40conditioncall{triggeractivated tgr_safety_off;}onActivationcall{if (isServer) then {[arty_1,"mkr_tgt"] call ark_script_fnc_fireArty;};}sizeAsizeBtimeoutEEEp dataTypeMarkerpositionFwB .HFnamemkr_aomarkerTypeRECTANGLEtypeellipsecolorNameColorWESTfillNameBordera1BbBBangleBdrawBorderidatlOffset휿DdataTypeMarkerpositionGFBHFnamemkr_tgttypeEmptyidldataTypeLayernamePlayer Bits & Set DressingEntitiesid atlOffsetgitemsItem0/ Item1 Item2!Item3"Item4}#Item5J$Item6%Item7%Item8&Item9'Item10m(Item11D)Item12)Item13*Item14+Item15d,Item16GBItem17(XItem18nItem19QItem20rItem21Item22Item23Item24DgdataTypeObjectPositionInfo sideEmptyflagsAttributes id2typeCraterLong_02_F positionFFBn KFangles@ @ disableSimulation dataTypeObjectPositionInfo{!sideEmptyflagsAttributes!id4typeCraterLong_02_FatlOffset!positionFB$KFangles@>E@!disableSimulation!dataTypeObjectPositionInfoZ"sideEmptyflagsAttributes"id3typeCraterLong_02_small_FatlOffset7"positionFB KFangles][@E@"disableSimulation"dataTypeObjectPositionInfo?#sideEmptyflagsAttributesw#id7typeCUP_FlagCarrierIONblack_PMCatlOffset AA}#positionFcBtKHFanglesK>w#}#dataTypeObjectPositionInfo $sideEmptyflagsAttributesD$id9typeCUP_FlagCarrierIONblack_PMCatlOffsetBAJ$positionkFBHFangles:@D$J$dataTypeObjectPositionInfo$sideEmptyflagsAttributes%id8typeCUP_FlagCarrierIONwhite_PMCatlOffsetAA%positionVF`BYHFanglesn@%%dataTypeObjectPositionInfo%sideEmptyflagsAttributes%id:typeCUP_FlagCarrierIONwhite_PMC%position8HFcBT|HFanglesE?%%dataTypeObjectPositionInfoe&sideEmptyflagsAttributes&id-typeLand_Wreck_Heli_02_Wreck_01_FatlOffset7&positionFBdKFangles][@b@E@&disableSimulation&dataTypeObjectPositionInfo<'sideEmptyflagsAttributest'id.typeLand_Wreck_Heli_02_Wreck_03_F'positionFBYKFangles2l@4b@][@t'disableSimulation'dataTypeObjectPositionInfo(sideEmptyAttributesO(id0typeLand_Wreck_Heli_02_Wreck_03_FatlOffset?m(positionF B&KFanglesg=徥@u>O(disableSimulationm(dataTypeObjectPositionInfo(sideEmptyflagsAttributes&)id/typeLand_Wreck_Heli_02_Wreck_02_FD)positionF;BHKFanglesQ@1;@ @&)disableSimulationD)dataTypeObjectPositionInfo)sideEmptyflagsAttributes)id=typeLand_Billboard_02_ion_F)positiondFuB}HFanglesw-@))dataTypeObjectPositionInfo*sideEmptyflagsAttributes*id?typeLand_RoadBarrier_01_FatlOffset7*positionBF GBjHFanglesk@**dataTypeObjectPositionInfo\+sideEmptyflagsAttributes+id'typeCUP_I_Merlin_HC3_PMC_Transport_blackatlOffset=+positiong6EC Fangles2@++dataTypeObjectPositionInfo&,sideEmptyAttributes^,id*typeCUP_I_Merlin_HC3_PMC_Transport_blackatlOffset>d,positionnwE\CFangles2@^,d,dataTypeObjectPositionInfo,sideEmptyflagsAttributes(-iditypeCUP_I_nM1037sc_IONCustomAttributes-GBpositionFoB7HFanglesǴ?(-skill?lockUNLOCKEDinit [this, ["faction", "CUP_ION_PMC"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;namecar_2texturesIonBlack-Attribute0-Attribute1/nAttributesGBpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueW./datag./typeo/value[[[["arifle_MX_khk_F","CUP_launch_M72A6","FirstAidKit","Medikit"],[2,1,10,1]],[["30Rnd_65x39_caseless_mag","CUP_M72A6_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["B_AssaultPack_tna_F"],[4]]],false]/typeSTRING/propertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};Value,0GBdata<0GBtypeW0valuek0GBtypeARRAYk0itemsItem00Item11GBdata01type0value01typeARRAY0itemsItem00Item1@11data 1@1type+1valueIonBlack@1typeSTRING@1dataP11typel1value?1typeSCALAR1data1GBtype1value1GBtypeARRAY13items2Item0 4Item1t4Item24Item3 5Item4K5Item55Item65Item7)6Item8j6Item96Item106Item11M7Item127Item137Item148Item15i8Item168Item178Item18?9Item199Item209Item21%:Item22f:Item23:Item24:Item25@;Item26;Item27;Item28<Item29^<Item30<Item31<Item323=Item33=Item34=Item35>Item36S>Item37>Item38>Item395?Item40v?Item41?Item42@Item43R@Item44@Item45@Item46#AItem47tAItem48AItem49BGBdata04t4type_4valuehide_rear_left_antennat4typeSTRINGt4data44type4value4typeSCALAR4data4 5type4valuehide_rear_right_antenna 5typeSTRING 5data5K5type65valueK5typeSCALARK5data[55type5valuehide_left_mirror5typeSTRING5data55type5value5typeSCALAR5data5)6type6valuehide_right_mirror)6typeSTRING)6data96j6typeU6valuej6typeSCALARj6dataz66type6valuehide_brushguard6typeSTRING6data66type6value6typeSCALAR6data7M7type87valuehide_blue_force_trackerM7typeSTRINGM7data]77typey7value7typeSCALAR7data77type7valuehide_jerrycans7typeSTRING7data78type8value8typeSCALAR8data+8i8typeT8valuehide_spare_wheeli8typeSTRINGi8datay88type8value8typeSCALAR8data88type8valuehide_spare_wheel_mount8typeSTRING8data9?9type*9value?9typeSCALAR?9dataO99type|9valuehide_door_front_left9typeSTRING9data99type9value9typeSCALAR9data9%:type:valuehide_door_front_right%:typeSTRING%:data5:f:typeQ:valuef:typeSCALARf:datav::type:valuehide_cip:typeSTRING:data::type:value?:typeSCALAR:data:@;type+;valuehide_rear_view_camera@;typeSTRING@;dataP;;typel;value;typeSCALAR;data;;type;valuehide_radio_small;typeSTRING;data;<type;value<typeSCALAR<data <^<typeI<valuehide_radio_large^<typeSTRING^<datan<<type<value?<typeSCALAR<data<<type<valuehide_old_front_bumper<typeSTRING<data=3=type=value3=typeSCALAR3=dataC==typep=valuehide_old_rear_bumper=typeSTRING=data==type=value?=typeSCALAR=data=>type=valuehide_rear_tarp>typeSTRING>data">S>type>>valueS>typeSCALARS>datac>>type>valuehide_rear_tarp_holder>typeSTRING>data>>type>value>typeSCALAR>data>5?type ?valuehide_middle_tarp5?typeSTRING5?dataE?v?typea?valuev?typeSCALARv?data??type?valuehide_middle_wall?typeSTRING?data?@type?value@typeSCALAR@data@R@type=@valuehide_front_roofR@typeSTRINGR@datab@@type~@value@typeSCALAR@data@@type@valuehide_bench_rotate@typeSTRING@data@#AtypeAvalue#AtypeSCALAR#Adata3AtAtype_Avalueunhide_Deployment_1tAtypeSTRINGtAdataAAtypeAvalueAtypeSCALARAdataABtypeAvalueunhide_Deployment_2BtypeSTRINGBdataBGBtype2BvalueGBtypeSCALARGBdataTypeObjectPositionInfoBsideEmptyflagsAttributes CidtypeCUP_I_nM1038_IONCustomAttributesC(XpositionɓFF%B{HFangles}@ Cskill?lockUNLOCKEDinit [this, ["faction", "CUP_ION_PMC"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;namecar_1texturesIonBlackCAttribute0CAttribute1eEnAttributes(XpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value8DeEdataHDeEtypePEvalue[[[["arifle_MX_khk_F","CUP_launch_M72A6","FirstAidKit","Medikit"],[2,1,10,1]],[["30Rnd_65x39_caseless_mag","CUP_M72A6_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["B_AssaultPack_tna_F"],[4]]],false]eEtypeSTRINGeEpropertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};Value F(XdataF(Xtype8FvalueLF(XtypeARRAYLFitemsItem0tFItem1bG(XdataFbGtypeFvalueFbGtypeARRAYFitemsItem0FItem1!GbGdataF!Gtype GvalueIonBlack!GtypeSTRING!Gdata1GbGtypeMGvalue?bGtypeSCALARbGdatarG(XtypeGvalueG(XtypeARRAYG3items2Item0JItem1UJItem2JItem3JItem4,KItem5zKItem6KItem7 LItem8KLItem9LItem10LItem11.MItem12oMItem13MItem14MItem15JNItem16NItem17NItem18 OItem19rOItem20OItem21PItem22GPItem23PItem24PItem25!QItem26bQItem27QItem28QItem29?RItem30RItem31RItem32SItem33fSItem34SItem35SItem364TItem37TItem38TItem39UItem40WUItem41UItem42UItem433VItem44tVItem45VItem46WItem47UWItem48WItem49W(XdataJUJtype@Jvaluehide_rear_left_antennaUJtypeSTRINGUJdataeJJtypeJvalueJtypeSCALARJdataJJtypeJvaluehide_rear_right_antennaJtypeSTRINGJdataJ,KtypeKvalue,KtypeSCALAR,KdataMoMtypeZMvalueoMtypeSCALARoMdataMMtypeMvaluehide_jerrycansMtypeSTRINGMdataMMtypeMvalueMtypeSCALARMdata NJNtype5Nvaluehide_spare_wheelJNtypeSTRINGJNdataZNNtypevNvalueNtypeSCALARNdataNNtypeNvaluehide_spare_wheel_mountNtypeSTRINGNdataN Otype Ovalue OtypeSCALAR Odata0OrOtype]Ovaluehide_door_front_leftrOtypeSTRINGrOdataOOtypeOvalueOtypeSCALAROdataOPtypeOvaluehide_door_front_rightPtypeSTRINGPdataPGPtype2PvalueGPtypeSCALARGPdataWPPtypexPvaluehide_cipPtypeSTRINGPdataPPtypePvalue?PtypeSCALARPdataP!Qtype Qvaluehide_rear_view_camera!QtypeSTRING!Qdata1QbQtypeMQvaluebQtypeSCALARbQdatarQQtypeQvaluehide_radio_smallQtypeSTRINGQdataQQtypeQvalueQtypeSCALARQdataR?Rtype*Rvaluehide_radio_large?RtypeSTRING?RdataORRtypekRvalue?RtypeSCALARRdataRRtypeRvaluehide_old_front_bumperRtypeSTRINGRdataRStypeRvalueStypeSCALARSdata$SfStypeQSvaluehide_old_rear_bumperfStypeSTRINGfSdatavSStypeSvalue?StypeSCALARSdataSStypeSvaluehide_rear_tarpStypeSTRINGSdataT4TtypeTvalue4TtypeSCALAR4TdataDTTtyperTvaluehide_rear_tarp_holderTtypeSTRINGTdataTTtypeTvalueTtypeSCALARTdataTUtypeUvaluehide_middle_tarpUtypeSTRINGUdata&UWUtypeBUvalueWUtypeSCALARWUdatagUUtypeUvaluehide_middle_wallUtypeSTRINGUdataUUtypeUvalueUtypeSCALARUdataU3VtypeVvaluehide_front_roof3VtypeSTRING3VdataCVtVtype_VvaluetVtypeSCALARtVdataVVtypeVvaluehide_bench_rotateVtypeSTRINGVdataVWtypeVvalueWtypeSCALARWdataWUWtype@Wvalueunhide_Deployment_1UWtypeSTRINGUWdataeWWtypeWvalueWtypeSCALARWdataWWtypeWvalueunhide_Deployment_2WtypeSTRINGWdataW(XtypeXvalue(XtypeSCALAR(X dataTypeObjectPositionInfoXsideEmptyflagsAttributesXidtypeCUP_I_nM1038_Ammo_IONatlOffset0CustomAttributesYnpositionE숪CW&Fanglesǖ@Xskill?lockUNLOCKEDinit [this, ["faction", "CUP_ION_PMC"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;texturesIonBlackYAttribute0YAttribute1N[nAttributesnpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value!ZN[data1ZN[type9[value[[[["arifle_MX_khk_F","CUP_launch_M72A6","FirstAidKit","Medikit"],[2,1,10,1]],[["30Rnd_65x39_caseless_mag","CUP_M72A6_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["B_AssaultPack_tna_F"],[4]]],false]N[typeSTRINGN[propertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};Value[ndata\ntype!\value5\ntypeARRAY5\itemsItem0]\Item1K]ndatam\K]type\value\K]typeARRAY\itemsItem0\Item1 ]K]data\ ]type\valueIonBlack ]typeSTRING ]data]K]type6]value?K]typeSCALARK]data[]ntypev]value]ntypeARRAY]3items2Item0_Item1>`Item2`Item3`Item4aItem5caItem6aItem7aItem84bItem9bItem10bItem11cItem12XcItem13cItem14cItem153dItem16tdItem17dItem18 eItem19[eItem20eItem21eItem220fItem23vfItem24fItem25 gItem26KgItem27gItem28gItem29(hItem30ihItem31hItem32hItem33OiItem34iItem35iItem36jItem37pjItem38jItem39jItem40@kItem41kItem42kItem43lItem44]lItem45lItem46lItem47>mItem48mItem49mndata_>`type)`valuehide_rear_left_antenna>`typeSTRING>`dataN``typej`value`typeSCALAR`data``type`valuehide_rear_right_antenna`typeSTRING`data`atypeavalueatypeSCALARadata%acatypeNavaluehide_left_mirrorcatypeSTRINGcadatasaatypeavalueatypeSCALARadataaatypeavaluehide_right_mirroratypeSTRINGadatab4btypebvalue4btypeSCALAR4bdataDbbtypelbvaluehide_brushguardbtypeSTRINGbdatabbtypebvaluebtypeSCALARbdatabctypecvaluehide_blue_force_trackerctypeSTRINGcdata'cXctypeCcvalueXctypeSCALARXcdatahcctypecvaluehide_jerrycansctypeSTRINGcdatacctypecvaluectypeSCALARcdatac3dtypedvaluehide_spare_wheel3dtypeSTRING3ddataCdtdtype_dvaluetdtypeSCALARtddataddtypedvaluehide_spare_wheel_mountdtypeSTRINGddatad etypedvalue? etypeSCALAR edatae[etypeFevaluehide_door_front_left[etypeSTRING[edatakeetypeevalueetypeSCALARedataeetypeevaluehide_door_front_rightetypeSTRINGedatae0ftypefvalue0ftypeSCALAR0fdata@fvftypeafvaluehide_cipvftypeSTRINGvfdatafftypefvalue?ftypeSCALARfdataf gtypefvaluehide_rear_view_camera gtypeSTRING gdatagKgtype6gvalueKgtypeSCALARKgdata[ggtypegvaluehide_radio_smallgtypeSTRINGgdataggtypegvaluegtypeSCALARgdatag(htypehvaluehide_radio_large(htypeSTRING(hdata8hihtypeThvalue?ihtypeSCALARihdatayhhtypehvaluehide_old_front_bumperhtypeSTRINGhdatahhtypehvaluehtypeSCALARhdata iOitype:ivaluehide_old_rear_bumperOitypeSTRINGOidata_iitype{ivalue?itypeSCALARidataiitypeivaluehide_rear_tarpitypeSTRINGidataijtypejvaluejtypeSCALARjdata-jpjtype[jvaluehide_rear_tarp_holderpjtypeSTRINGpjdatajjtypejvaluejtypeSCALARjdatajjtypejvaluehide_middle_tarpjtypeSTRINGjdatak@ktype+kvalue@ktypeSCALAR@kdataPkktypeykvaluehide_middle_wallktypeSTRINGkdatakktypekvaluektypeSCALARkdatakltypelvaluehide_front_roofltypeSTRINGldata,l]ltypeHlvalue]ltypeSCALAR]ldatamlltypelvaluehide_bench_rotateltypeSTRINGldatalltypelvalue?ltypeSCALARldatal>mtype)mvalueunhide_Deployment_1>mtypeSTRING>mdataNmmtypejmvaluemtypeSCALARmdatammtypemvalueunhide_Deployment_2mtypeSTRINGmdatamntypemvaluentypeSCALARn dataTypeObjectPositionInfonsideEmptyflagsAttributesnidtypeCUP_I_nM1038_Repair_IONatlOffsetCustomAttributeszoQposition硎EC&Fanglesǖ@nskill?lockUNLOCKEDinit [this, ["faction", "CUP_ION_PMC"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;texturesIonBlackzoAttribute0oAttribute1Attribute2ʃnAttributesQpropertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};ValuejpdatazptypepvalueptypeARRAYpitemsItem0pItem1qdatapqtypepvalueqqtypeARRAYqitemsItem08qItem1~qqdataHq~qtypeiqvalueIonBlack~qtypeSTRING~qdataqqtypeqvalue?qtypeSCALARqdataqtypeqvalueqtypeARRAYq3items2Item0^tItem1tItem2tItem3HuItem4uItem5uItem6vItem7gvItem8vItem9vItem106wItem11wItem12wItem13xItem14YxItem15xItem16xItem17> "ace_refuel_fuelCargo")) then {getNumber (configOf _this >> "ace_refuel_fuelCargo")} else {-1})) then {[_this, _value] call ace_refuel_fnc_makeSource}Valueʃdataʃtypevalue ʃtypeSCALARʃpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value$Qdata4Qtype<value[[[["arifle_MX_khk_F","CUP_launch_M72A6","FirstAidKit","Medikit"],[2,1,10,1]],[["30Rnd_65x39_caseless_mag","CUP_M72A6_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["B_AssaultPack_tna_F"],[4]]],false]QtypeSTRINGQdataTypeObjectPositionInfoڅsideEmptyflagsAttributesidmtypeplp_ct_MilBoxBigBlackatlOffset9rpositionEFB0HFanglesk@init [this, ["faction", "CUP_ION_PMC"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;rdataTypeObjectPositionInfosideEmptyflagsAttributes#idntypeplp_ct_MilBoxBigBlackpositionFB3HFanglesk@#init [this, ["faction", "CUP_ION_PMC"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;dataTypeObjectPositionInfosideEmptyflagsAttributes4idotypeplp_ct_MilBoxBigBlackpositionFBL7HFanglesk@4init [this, ["faction", "CUP_ION_PMC"], ["gear", "Vehicle"]] call hull3_unit_fnc_init; dataTypeObjectPositionInfo1sideEmptyflagsAttributesiid typeB_T_VTOL_01_armed_FatlOffsetйCustomAttributesposition<E7جC&Fangles @iskill?lockUNLOCKEDinitcas_1 setObjectTexture [0, "#(rgb,8,8,3)color(0,0,0,0)"]; cas_1 setObjectTexture [1, "#(rgb,8,8,3)color(0,0,0,0)"]; cas_1 setObjectTexture [2, "#(rgb,8,8,3)color(0,0,0,0)"]; cas_1 setObjectTexture [3, "#(rgb,8,8,3)color(0,0,0,0)"]; namecas_1Attribute0nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedatatype׋value[[[["CUP_arifle_XM8_Compact","FirstAidKit"],[1,4]],[["CUP_30Rnd_556x45_G36","SmokeShell","SmokeShellOrange","Chemlight_red"],[10,2,2,2]],[[],[]],[[],[]]],false]typeSTRING dataTypeObjectPositionInfosideEmptyflagsAttributesid&typeB_T_VTOL_01_armed_FatlOffset CustomAttributesDpositionXdE0جCD?'Fangles @skill?lockUNLOCKEDinitcas_2 setObjectTexture [0, "#(rgb,8,8,3)color(0,0,0,0)"]; cas_2 setObjectTexture [1, "#(rgb,8,8,3)color(0,0,0,0)"]; cas_2 setObjectTexture [2, "#(rgb,8,8,3)color(0,0,0,0)"]; cas_2 setObjectTexture [3, "#(rgb,8,8,3)color(0,0,0,0)"]; namecas_2Attribute0 nAttributesDpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValuefDdatavDtype/value[[[["CUP_arifle_XM8_Compact","FirstAidKit"],[1,4]],[["CUP_30Rnd_556x45_G36","SmokeShell","SmokeShellOrange","Chemlight_red"],[10,2,2,2]],[[],[]],[[],[]]],false]DtypeSTRINGDdataTypeObjectPositionInfoՏsideEmptyflagsAttributes idktypeCUP_I_Van_Transport_IONCustomAttributesgpositionFr>B,HFanglesQz@ skill?lockUNLOCKEDinit [this, ["faction", "CUP_ION_PMC"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;namecar_3texturesPMC_1Attribute0ߐAttribute1fnAttributesgpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value9fdataIftypeQvalue[[[["arifle_MX_khk_F","CUP_launch_M72A6","FirstAidKit","Medikit"],[2,1,10,1]],[["30Rnd_65x39_caseless_mag","CUP_M72A6_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["B_AssaultPack_tna_F"],[4]]],false]ftypeSTRINGfpropertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};Valuegdatagtype9valueMgtypeARRAYMitemsItem0uItem1`gdata`typevalue`typeARRAYitemsItem0ܓItem1`datatype valuePMC_1typeSTRINGdata/`typeKvalue?`typeSCALAR`datapgtypevaluegtypeARRAY+items*Item0Item1Item2+Item3vItem4Item5Item6CItem7Item8ϘItem9Item10`Item11Item12Item13AItem14Item15ҚItem16Item17_Item18Item19Item20*Item21~Item22Item23 Item24MItem25Item26Item27,Item28mItem29Item30Item31GItem32Item33ԟItem34Item35mItem36Item37Item38HItem39Item40ءItem41&gdatatypeՖvalueDoor_1_sourcetypeSTRINGdata+typevalue+typeSCALAR+data;vtypeavalueDoor_2_sourcevtypeSTRINGvdatatypevaluetypeSCALARdataǗtypevalueDoor_3_sourcetypeSTRINGdataCtype.valueCtypeSCALARCdataStypeyvalueDoor_4_sourcetypeSTRINGdataϘtypevalueϘtypeSCALARϘdataߘtype valueHide_Door_1_sourcetypeSTRINGdata/`typeKvalue`typeSCALAR`dataptypevalueHide_Door_2_sourcetypeSTRINGdatatypeܙvaluetypeSCALARdataAtype,valueHide_Door_3_sourceAtypeSTRINGAdataQtypemvaluetypeSCALARdataҚtypevalueHide_Door_4_sourceҚtypeSTRINGҚdatatypevaluetypeSCALARdata#_typeJvaluelights_em_hide_typeSTRING_dataotypevaluetypeSCALARdatatypeԛvalueladder_hidetypeSTRINGdata*typevalue?*typeSCALAR*data:~typeivaluespare_tyre_holder_hide~typeSTRING~datatypevaluetypeSCALARdataϜ typevaluespare_tyre_hide typeSTRING dataMtype8valueMtypeSCALARMdata]typevaluereflective_tape_hidetypeSTRINGdatatype˝valuetypeSCALARdata,typevalueroof_rack_hide,typeSTRING,data<mtypeXvalue?mtypeSCALARmdata}typevalueLED_lights_hidetypeSTRINGdataʞtypevaluetypeSCALARdata Gtype2valuesidesteps_hideGtypeSTRINGGdataWtypesvaluetypeSCALARdataԟtypevaluerearsteps_hideԟtypeSTRINGԟdatatypevaluetypeSCALARdata%mtypeXvalueside_protective_frame_hidemtypeSTRINGmdata}typevalue?typeSCALARdatatypevaluefront_protective_frame_hidetypeSTRINGdataHtype3valueHtypeSCALARHdataXtypevaluebeacon_front_hidetypeSTRINGdataءtypeávalue?ءtypeSCALARءdata&typevaluebeacon_rear_hide&typeSTRING&data6gtypeRvalue?gtypeSCALARgdataTypeLayernameModulesstateEntitiesid atlOffset@A"itemsItem0Item1Item2Item3"dataTypeLogicPositionInfo]id typeModuleCurator_FCustomAttributesposition=LFOVBs'IFangles@v@Attribute0Attribute1Attribute2JAttribute3nAttributespropertyModuleCurator_F_Ownerexpression_this setVariable ['Owner',_value,true];ValueUdataetypevalue#adminLoggedtypeSTRINGpropertyModuleCurator_F_Forcedexpression_this setVariable ['Forced',_value,true];Value JdataJtype5valueJtypeSCALARJpropertyModuleCurator_F_Nameexpression_this setVariable ['Name',_value,true];Valuedatatype٥valuetypeSTRINGpropertyModuleCurator_F_Addonsexpression_this setVariable ['Addons',_value,true];ValueXdatahtypevalue@@typeSCALARdataTypeLogicPositionInfoid'typeARK_ACE_RearmpositionFBBM2JFangles6=@@dataTypeLogicPositionInfosidtypeARK_Clear_VehicleatlOffsetpositionFhOBGFangles,@HK@dataTypeLogicPositionInfoidftypeModuleEffectsFire_FatlOffset*>CustomAttributesV"positionFB"KFanglesA@z.@Ք@lAttribute0hAttribute15Attribute2Attribute3Attribute4{Attribute5EAttribute6Attribute7Attribute8Attribute9|Attribute10NAttribute11Attribute12Attribute13nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value5data5type value5typeSTRING5propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedataƾtypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuexdatatypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value:{dataJ{typefvalueB{typeSCALAR{propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueEdataEtype0value AEtypeSCALAREpropertyAdmiral_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];ValuefdatavtypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value;|dataK|typegvalue|typeSCALAR|propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value NdataNtype9valueNtypeSCALARNpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Valuedatatype value@typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value}datatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueMdata]typevvaluetypeSTRINGdataTypeGroupsideCivilianEntitiesAttributesQidatlOffsetffNBWitemsItem0Item1AItem2Q dataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Bob_VRatlOffsetCustomAttributesApositionGECJFangles@Attribute0'Attribute1nAttributesApropertyspeakerexpression_this setspeaker _value;ValueqdatatypevalueMale01GREVRtypeSTRINGpropertypitchexpression_this setpitch _value;ValueAdataAtype,value\?AtypeSCALARAdataTypeWaypointloiterAltitudeposition(FUhBfJFplacementCEffectsshowWPNEVERidtypeMovedataTypeWaypointloiterAltitudepositionIFBHFEffectsKshowWPNEVERidtypeMoveQQWdataTypeGroupsideCivilianEntitiesAttributes idatlOffsetffNBitemsItem0Item1Item2 dataTypeObjectPositionInfomsideCivilianflagsAttributesidtypeC_Bob_VRCustomAttributespositionjEC&JFangles@Attribute0Attribute1vnAttributespropertyspeakerexpression_this setspeaker _value;Value-vdata=vtypeavalueMale01GREVRvtypeSTRINGvpropertypitchexpression_this setpitch _value;Valuedatatypevalue\?typeSCALARdataTypeWaypointloiterAltitudepositionFѫBbHFplacementCEffectsshowWPNEVERidtypeMovedataTypeWaypointloiterAltitudepositionIFBHFEffectsshowWPNEVERidtypeMove dataTypeTriggerpositionxE9CJFangle@AttributesidtypeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_safety_off;}sizeA AsizeB AdataTypeLogicPositionInfo@idtypeAdmiral_OndemandCampZoneCustomAttributesxpositionvEC5JFangles@.@T=xAttribute0tAttribute1AAttribute2Attribute3Attribute4Attribute5QAttribute6Attribute7Attribute8Attribute9Attribute10ZAttribute11*Attribute12Attribute13nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueAdataAtype,valueAtypeSTRINGApropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueFdataVtypervalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueQdata Qtype<value AQtypeSCALARQpropertyAdmiral_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];ValuerdatatypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValueGdataWtypesvaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValueZdata)ZtypeEvalueZtypeSCALARZpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value*data*typevalue@*typeSCALAR*propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueYdataitypevaluetypeSTRINGdataTypeGroupsideCivilianEntitiesAttributes]idatlOffsetffNBcitemsItem0(Item1=Item2]dataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Bob_VRCustomAttributes=positionnF<C%LFangles@Attribute0#Attribute1nAttributes=propertyspeakerexpression_this setspeaker _value;Valuemdata}typevalueMale01GREVRtypeSTRINGpropertypitchexpression_this setpitch _value;Value=data =type(value\?=typeSCALAR= dataTypeWaypointloiterAltitudeposition^F_VBGJFplacementCEffectsshowWPNEVERidtypeMoveatlOffset7dataTypeWaypointloiterAltitudepositionIFBHFEffectsWshowWPNEVERidtypeMove]]cdataTypeGroupsideCivilianEntitiesAttributes)idatlOffsetffNB/itemsItem0Item1 Item2)dataTypeObjectPositionInfoysideCivilianflagsAttributesidtypeC_Bob_VRCustomAttributes positionF 8CLFangles@Attribute0Attribute1nAttributes propertyspeakerexpression_this setspeaker _value;Value9dataItypemvalueMale01GREVRtypeSTRINGpropertypitchexpression_this setpitch _value;Value data typevalue\? typeSCALAR dataTypeWaypointloiterAltitudepositionFBJFplacementCEffectsshowWPNEVERidtypeMoveatlOffsetdataTypeWaypointloiterAltitudepositionIFBHFEffects#showWPNEVERidtypeMove))/dataTypeTriggerpositionFZCLFangle@AttributesidtypeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_safety_off;}sizeA AsizeB AdataTypeLogicPositionInfo\idtypeAdmiral_OndemandCampZoneCustomAttributespositionRTFCLFangleszN@.@>Z=Attribute0Attribute1]Attribute2Attribute3Attribute4Attribute5mAttribute6-Attribute7Attribute8Attribute9Attribute10vAttribute11FAttribute12Attribute13nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value]data/]typeHvalue]typeSTRING]propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Valuedatatype valuetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuebdatartypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value,mdata<mtypeXvalue AmtypeSCALARmpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value-data-typevalue-typeBOOL-propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuecdatastypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value5vdataEvtypeavaluevtypeSCALARvpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueFdataFtype1value@FtypeSCALARFpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueudatatypevaluetypeSTRINGdataTypeGroupsideCivilianEntitiesAttributesidatlOffsetffNBitemsItem0DItem1iItem2 dataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Bob_VRatlOffsetCustomAttributesipositionF#SBMFangles@Attribute0OAttribute1nAttributesipropertyspeakerexpression_this setspeaker _value;ValuedatatypevalueMale01GREVRtypeSTRINGpropertypitchexpression_this setpitch _value;Value(idata8itypeTvalue\?itypeSCALARi dataTypeWaypointloiterAltitudepositionbF,B`JFplacementCEffectsshowWPNEVERidtypeMoveatlOffsety? dataTypeWaypointloiterAltitudepositionIFBHFEffectsshowWPNEVERidtypeMovedataTypeGroupsideCivilianEntitiesAttributesEidatlOffsetffNBKitemsItem0 Item15Item2EdataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Bob_VRCustomAttributes5positionF B}MFangles@Attribute0Attribute1nAttributes5propertyspeakerexpression_this setspeaker _value;ValueedatautypevalueMale01GREVRtypeSTRINGpropertypitchexpression_this setpitch _value;Value5data5type value\?5typeSCALAR5dataTypeWaypointloiterAltitudepositionFBJFplacementCEffectsshowWPNEVERidtypeMovedataTypeWaypointloiterAltitudepositionIFBHFEffects?showWPNEVERidtypeMoveEEKdataTypeTriggerpositionAFsByMFangle@AttributesidtypeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_safety_off;}sizeA AsizeB AdataTypeLogicPositionInfoxidtypeAdmiral_OndemandCampZoneCustomAttributespositiontFB.tMFangles@.@!a@Attribute0Attribute1yAttribute2;Attribute3Attribute4Attribute5Attribute6IAttribute7#Attribute8Attribute9Attribute10Attribute11bAttribute12.Attribute13nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value;ydataKytypedvalueytypeSTRINGypropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value;data ;type&value;typeSCALAR;propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value~datatypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueHdataXtypetvalue AtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value IdataItype6valueItypeBOOLIpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value#data#typevalue#typeSCALAR#propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValueQdataatype}valuetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value!bdata1btypeMvalue@btypeSCALARbpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value.data.typevalue.typeSCALAR.propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatatypevaluetypeSTRINGdataTypeGroupsideCivilianEntities-Attributes idatlOffsetffNB itemsItem0`Item1u Item2  dataTypeObjectPositionInfosideCivilianflagsAttributes idtypeC_Bob_VRCustomAttributes# u position? FBBNFangles@ # Attribute0[ Attribute1 nAttributesu propertyspeakerexpression_this setspeaker _value;Value  data  type valueMale01GREVR typeSTRING propertypitchexpression_this setpitch _value;Value4 u dataD u type` value\?u typeSCALARu dataTypeWaypointloiterAltitudeposition FcB0IFplacementCEffects showWPNEVERidtypeMove  dataTypeWaypointloiterAltitudepositionIFBHFEffects showWPNEVERidtypeMove   dataTypeGroupsideCivilianEntities AttributesQidatlOffsetffNBWitemsItem0 Item1AItem2Q dataTypeObjectPositionInfo sideCivilianflagsAttributes idtypeC_Bob_VRatlOffsetCustomAttributes ApositionVQ FB9MFangles@  Attribute0' Attribute1 nAttributesApropertyspeakerexpression_this setspeaker _value;Valueq  data  type valueMale01GREVR typeSTRING propertypitchexpression_this setpitch _value;ValueAdataAtype,value\?AtypeSCALARAdataTypeWaypointloiterAltitudeposition{FrBɢJFplacementCEffectsshowWPNEVERidtypeMovedataTypeWaypointloiterAltitudepositionIFBHFEffectsKshowWPNEVERidtypeMoveQQWdataTypeTriggerpositionW FwB NFangle@AttributesidtypeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_safety_off;}sizeA AsizeB AdataTypeLogicPositionInfoidtypeAdmiral_OndemandCampZoneatlOffset@3^@CustomAttributesposition% FBHMFangles.@Attribute0Attribute1Attribute2WAttribute3Attribute4Attribute5Attribute6eAttribute7?Attribute8Attribute9Attribute10Attribute11~Attribute12JAttribute13nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueWdatagtypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueWdata&WtypeBvalueWtypeSCALARWpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Valueddatattypevalue AtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value&edata6etypeRvalueetypeBOOLepropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value?data?type*value?typeSCALAR?propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Valuemdata}typevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value=~dataM~typeivalue@~typeSCALAR~propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value JdataJtype5valueJtypeSCALARJpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Valuedatatype valuetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatatypevaluetypeSTRINGdataTypeGroupsideCivilianEntitiesIAttributes idatlOffsetffNB itemsItem0|Item1Item2A   dataTypeObjectPositionInfosideCivilianflagsAttributesIidtypeC_Bob_VRatlOffset7CustomAttributesOpositionN FsB8PFangles@IOAttribute0Attribute1nAttributespropertyspeakerexpression_this setspeaker _value;ValuedatatypevalueMale01GREVRtypeSTRINGpropertypitchexpression_this setpitch _value;Value`dataptypevalue\?typeSCALAR dataTypeWaypointloiterAltitudeposition' FzBhGIFplacementCEffects; showWPNEVERidtypeMoveatlOffsetA A dataTypeWaypointloiterAltitudepositionIFBHFEffects showWPNEVERidtypeMove   dataTypeGroupsideCivilianEntities%!Attributes$idatlOffsetffNB$itemsItem0X!Item1}#Item2 $$ dataTypeObjectPositionInfo!sideCivilianflagsAttributes%"idtypeC_Bob_VRatlOffset7CustomAttributes+"}#position FBzPFangles@%"+"Attribute0c"Attribute1"nAttributes}#propertyspeakerexpression_this setspeaker _value;Value""data""type"valueMale01GREVR"typeSTRING"propertypitchexpression_this setpitch _value;Value<#}#dataL#}#typeh#value\?}#typeSCALAR}#dataTypeWaypointloiterAltitudepositionM FB+IFplacementCEffects$showWPNEVERidtypeMove $ $dataTypeWaypointloiterAltitudepositionIFBHFEffects$showWPNEVERidtypeMove$$$dataTypeTriggerpositionp FdXB PFangle@Attributes%idtypeEmptyDetectorAreaR50X%conditioncall{triggeractivated tgr_safety_off;}sizeA AsizeB AX%dataTypeLogicPositionInfo%idtypeAdmiral_OndemandCampZoneatlOffset9CustomAttributes&'2position FBqPFangleskj >.@WR@&Attribute0'Attribute1'Attribute2(Attribute3U)Attribute4*Attribute5*Attribute6+Attribute7{,Attribute8@-Attribute9.Attribute10.Attribute11/Attribute120Attribute13Z1nAttributes'2propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value''data''type'value'typeSTRING'propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueR((datab((type~(value(typeSCALAR(propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value)U)data$)U)type@)valueBU)typeSCALARU)propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value)*data)*type*valueB*typeSCALAR*propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value**data**type*value A*typeSCALAR*propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Valueb++datar++type+value+typeBOOL+propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value:,{,dataJ,{,typef,value{,typeSCALAR{,propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value-@-data-@-type+-value@-typeSTRING@-propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value-.data-.type.value.typeSCALAR.propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value..data..type.value.typeSCALAR.propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Valuey//data//type/value@/typeSCALAR/propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueE00dataU00typeq0value0typeSCALAR0propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value1Z1data)1Z1typeE1valueZ1typeSCALARZ1propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value1'2data1'2type2value'2typeSTRING'2dataTypeGroupsideCivilianEntities2Attributes5idatlOffsetffNB5itemsItem02Item14Item2m55 dataTypeObjectPositionInfoM3sideCivilianflagsAttributes3idtypeC_Bob_VRatlOffsetCustomAttributes34position0FFaRBMFangles@33Attribute03Attribute1V4nAttributes4propertyspeakerexpression_this setspeaker _value;Value 4V4data4V4typeA4valueMale01GREVRV4typeSTRINGV4propertypitchexpression_this setpitch _value;Value44data44type4value\?4typeSCALAR4dataTypeWaypointloiterAltitudeposition"y F:>BuIFplacementCEffectsg5showWPNEVERidtypeMovem5m5dataTypeWaypointloiterAltitudepositionIFBHFEffects5showWPNEVERidtypeMove555dataTypeGroupsideCivilianEntitiesQ6Attributes9idatlOffsetffNB9itemsItem06Item18Item2)99dataTypeObjectPositionInfo 7sideCivilianflagsAttributesA7idtypeC_Bob_VRCustomAttributesG78positionWF9BMFangles@A7G7Attribute07Attribute18nAttributes8propertyspeakerexpression_this setspeaker _value;Value78data78type7valueMale01GREVR8typeSTRING8propertypitchexpression_this setpitch _value;ValueX88datah88type8value\?8typeSCALAR8dataTypeWaypointloiterAltitudepositionm FtBweGFplacementCEffects#9showWPNEVERidtypeMove)9)9dataTypeWaypointloiterAltitudepositionIFBHFEffects9showWPNEVERidtypeMove999dataTypeTriggerpositionR^FHBMFangle@Attributes3:idtypeEmptyDetectorAreaR50atlOffset7:conditioncall{triggeractivated tgr_safety_off;}sizeA AsizeB A:dataTypeLogicPositionInfo:idtypeAdmiral_OndemandCampZoneCustomAttributes$;CGposition+F}CLFanglese?>.@@$;Attribute0 <Attribute1<Attribute2=Attribute3q>Attribute43?Attribute5?Attribute6@Attribute7AAttribute8\BAttribute94CAttribute10DAttribute11DAttribute12EAttribute13vFnAttributesCGpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value<<data<<type<value<typeSTRING<propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Valuen==data~==type=value=typeSCALAR=propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value0>q>data@>q>type\>valueBq>typeSCALARq>propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value>3?data?3?type?valueB3?typeSCALAR3?propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value??data??type?value A?typeSCALAR?propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value~@@data@@type@value@typeBOOL@propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueVAAdatafAAtypeAvalueAtypeSCALARApropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueB\Bdata.B\BtypeGBvalue\BtypeSTRING\BpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValueB4CdataC4CtypeCvalue4CtypeSCALAR4CpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValueCDdataCDtypeCvalueDtypeSCALARDpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueDDdataDDtypeDvalue@DtypeSCALARDpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueaEEdataqEEtypeEvalueEtypeSCALAREpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value5FvFdataEFvFtypeaFvaluevFtypeSCALARvFpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueGCGdataGCGtype.GvalueCGtypeSTRINGCGdataTypeGroupsideCivilianEntitiesGAttributesJidatlOffsetffNBJitemsItem0GItem1IItem2yJJdataTypeObjectPositionInfoYHsideCivilianflagsAttributesHidtypeC_Bob_VRCustomAttributesHIpositiongFHCFFangles@HHAttribute0HAttribute1bInAttributesIpropertyspeakerexpression_this setspeaker _value;ValueIbIdata)IbItypeMIvalueMale01GREVRbItypeSTRINGbIpropertypitchexpression_this setpitch _value;ValueIIdataIItypeIvalue\?ItypeSCALARIdataTypeWaypointloiterAltitudepositionK FBFFplacementCEffectssJshowWPNEVERidtypeMoveyJyJdataTypeWaypointloiterAltitudepositionIFBHFEffectsJshowWPNEVERidtypeMoveJJJdataTypeGroupsideCivilianEntities]KAttributesNidatlOffsetffNBNitemsItem0KItem1MItem25NNdataTypeObjectPositionInfoLsideCivilianflagsAttributesMLidtypeC_Bob_VRCustomAttributesSLMpositionFCYFFangles@MLSLAttribute0LAttribute1MnAttributesMpropertyspeakerexpression_this setspeaker _value;ValueLMdataLMtype MvalueMale01GREVRMtypeSTRINGMpropertypitchexpression_this setpitch _value;ValuedMMdatatMMtypeMvalue\?MtypeSCALARMdataTypeWaypointloiterAltitudeposition FCBEFplacementCEffects/NshowWPNEVERidtypeMove5N5NdataTypeWaypointloiterAltitudepositionIFBHFEffectsNshowWPNEVERidtypeMoveNNNdataTypeTriggerpositionFTCFFangle@Attributes/OidtypeEmptyDetectorAreaR50Oconditioncall{triggeractivated tgr_safety_off;}sizeA AsizeB AOdataTypeLogicPositionInfoOidtypeAdmiral_OndemandCampZoneCustomAttributes P?\positionFChEFangles'>.@Ք@ PAttribute0QAttribute1QAttribute2RAttribute3mSAttribute4/TAttribute5TAttribute6UAttribute7VAttribute8XWAttribute90XAttribute10YAttribute11YAttribute12ZAttribute13r[nAttributes?\propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueQQdataQQtypeQvalueQtypeSTRINGQpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuejRRdatazRRtypeRvalueRtypeSCALARRpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value,SmSdataLeAttribute0HfAttribute1gAttribute2gAttribute3hAttribute4[iAttribute5%jAttribute6jAttribute7kAttribute8lAttribute9\mAttribute10.nAttribute11nAttribute12oAttribute13pnAttributeskqpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuefgdatafgtypegvaluegtypeSTRINGgpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueggdataggtypegvaluegtypeSCALARgpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueXhhdatahhhtypehvalueBhtypeSCALARhpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Valuei[idata*i[itypeFivalueB[itypeSCALAR[ipropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Valuei%jdatai%jtypejvalue A%jtypeSCALAR%jpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuejjdatajjtypejvaluejtypeBOOLjpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value~kkdatakktypekvaluektypeSCALARkpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueFlldataVlltypeolvalueltypeSTRINGlpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Valuem\mdata+m\mtypeGmvalue\mtypeSCALAR\mpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Valuem.ndatam.ntypenvalue.ntypeSCALAR.npropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Valuenndatanntypenvalue@ntypeSCALARnpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueoodataootypeovalueotypeSCALARopropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value]ppdatampptypepvalueptypeSCALARppropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value-qkqdata=qkqtypeVqvaluekqtypeSTRINGkqdataTypeGroupsideCivilianEntitiesqAttributes!uidatlOffsetffNB'uitemsItem0qItem1tItem2t!udataTypeObjectPositionInforsideCivilianflagsAttributesridtypeC_Bob_VRCustomAttributesrtpositionPFfCz-@Fangles@rrAttribute0rAttribute1snAttributestpropertyspeakerexpression_this setspeaker _value;ValueAssdataQsstypeusvalueMale01GREVRstypeSTRINGspropertypitchexpression_this setpitch _value;Valuestdatasttypesvalue\?ttypeSCALARtdataTypeWaypointloiterAltitudepositionFoBONEFplacementCEffectstshowWPNEVERidtypeMovettdataTypeWaypointloiterAltitudepositionIFBHFEffectsushowWPNEVERidtypeMove!u!u'udataTypeGroupsideCivilianEntitiesuAttributesxidatlOffsetffNBxitemsItem0uItem1wItem2mxxdataTypeObjectPositionInfo=vsideCivilianflagsAttributesuvidtypeC_Bob_VRCustomAttributes{vwposition{bFFC@Fangles@uv{vAttribute0vAttribute1FwnAttributeswpropertyspeakerexpression_this setspeaker _value;ValuevFwdata wFwtype1wvalueMale01GREVRFwtypeSTRINGFwpropertypitchexpression_this setpitch _value;Valuewwdatawwtypewvalue\?wtypeSCALARw dataTypeWaypointloiterAltitudepositionFMBDFplacementCEffectsgxshowWPNEVERidtypeMoveatlOffsetmxmxdataTypeWaypointloiterAltitudepositionIFBHFEffectsxshowWPNEVERidtypeMovexxxdataTypeTriggerpositioniFNCM(@Fangle@AttributesgyidtypeEmptyDetectorAreaR50yconditioncall{triggeractivated tgr_safety_off;}sizeA AsizeB AydataTypeLogicPositionInfo zidtypeAdmiral_OndemandCampZoneCustomAttributesXzwpositionA6F#C @Fangles>.@&q@XzAttribute0T{Attribute1!|Attribute2|Attribute3}Attribute4g~Attribute51Attribute6Attribute7ˀAttribute8Attribute9hAttribute10:Attribute11 Attribute12քAttribute13nAttributeswpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value{!|data{!|type |value!|typeSTRING!|propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value||data||type|value|typeSCALAR|propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Valued}}datat}}type}valueB}typeSCALAR}propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value&~g~data6~g~typeR~valueBg~typeSCALARg~propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value~1data1typevalue A1typeSCALAR1propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatatypevaluetypeBOOLpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueˀdataˀtypevalueˀtypeSCALARˀpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueRdatabtype{valuetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value'hdata7htypeSvaluehtypeSCALARhpropertyAdmiral_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ك typevalue@ 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];ValueidataytypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value9wdataIwtypebvaluewtypeSTRINGwdataTypeLayername5 Minutes - Technical Start (2 Tech)stateEntitiesid atlOffset8åitemsItem0AItem1Item2Item3pItem4!Item5dataTypeGroupsideCivilianEntitiesAttributesid atlOffsetffNBitemsItem0LJItem1ldataTypeObjectPositionInfoFsideCivilianflagsAttributesfid typeC_Bob_VRatlOffsetlpositionSNE}BDFfldataTypeWaypointloiterAltitudepositionGFBHFEffectsshowWPNEVERid typeMovedataTypeTriggerposition2EmB<DFAttributesZid typeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_time_5;}sizeA AsizeB AdataTypeLogicPositionInfoid typeAdmiral_OndemandCampZoneCustomAttributesGppositionfEB5CFangles@GAttribute0CAttribute1Attribute2ҌAttribute3Attribute4VAttribute5 Attribute6Attribute7Attribute8Attribute9aAttribute103Attribute11Attribute12ϔAttribute13nAttributesppropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueҋdatatypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueҌdataҌtypevalueҌtypeSCALARҌpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueSdatactypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueVdata%VtypeAvalueBVtypeSCALARVpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Valueߎ data type valueB typeSCALAR propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Valuedatatype͏valuetypeBOOLpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueydatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueAdataQtypetvaluetech_southtypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value adata0atypeLvalueatypeSCALARapropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value3data3typevalue?3typeSCALAR3propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value“dataғtypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueϔdataϔtypevalueϔtypeSCALARϔpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValuebdatartypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value2pdataBptype[valueptypeSTRINGpdataTypeGroupsideCivilianEntitiesΖAttributesid atlOffsetffNB!itemsItem0Item1dataTypeObjectPositionInfousideCivilianflagsAttributesid typeC_Bob_VRatlOffset7positionF٤B`SFdataTypeWaypointloiterAltitudepositionGFBHFEffectsshowWPNEVERid typeMove!dataTypeTriggerposition F#6B?'SFAttributesid typeEmptyDetectorAreaR50atlOffset7conditioncall{triggeractivated tgr_time_5;}sizeA AsizeB AdataTypeLogicPositionInfoNid typeAdmiral_OndemandCampZoneCustomAttributesposition*FϨB9SFangles!a@)w>Attribute0Attribute1OAttribute2Attribute3ӜAttribute4Attribute5_Attribute6Attribute7Attribute8Attribute9Attribute10hAttribute118Attribute12Attribute13ؤnAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueOdata!Otype:valueOtypeSTRINGOpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueЛdatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueӜdataӜtypevalueBӜtypeSCALARӜpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueTdatadtypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value_data._typeJvalueB_typeSCALAR_propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Valuedatatype valuetypeBOOLpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValuedataȟtypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValueUdataetypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value'hdata7htypeSvalue?htypeSCALARhpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value8data8type#value8typeSCALAR8propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueãdataӣtypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValueؤdataؤtypeävalueؤtypeSCALARؤpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuegdatawtypevaluetypeSTRINGdataTypeLayername10 Minutes - Armour Start (2 Armour)stateEntitiesid atlOffset#>itemsItem0oItem1Item2֨Item3Item4`Item5dataTypeGroupsideCivilianEntitiesͦAttributes id atlOffsetffNBitemsItem0Item1 dataTypeObjectPositionInfodsideCivilianflagsAttributesid typeC_Bob_VRpositionHxE(|BKCFdataTypeWaypointloiterAltitudepositionGFBHFEffectsshowWPNEVERid typeMove  dataTypeTriggerpositionxEBCFAttributesid typeEmptyDetectorAreaR50atlOffset7֨conditioncall{triggeractivated tgr_time_10;}sizeA AsizeB A֨dataTypeLogicPositionInfoNid typeAdmiral_OndemandCampZoneatlOffset7CustomAttributespositionE__BtCFangles03=%+@Attribute0Attribute1OAttribute2Attribute3ӬAttribute4Attribute5_Attribute6Attribute7Attribute8ȰAttribute9Attribute10rAttribute11BAttribute12Attribute13nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueOdata!Otype:valueOtypeSTRINGOpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueЫdatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueӬdataӬtypevalueBӬtypeSCALARӬpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueTdatadtypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value_data._typeJvalueB_typeSCALAR_propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Valuedatatype valuetypeBOOLpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValuedataȯtypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueȰdataȰtypevaluetank_southȰtypeSTRINGȰpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value_dataotypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value1rdataArtype]valuertypeSCALARrpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueBdataBtype-valueBtypeSCALARBpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Valueͳdataݳtypevalue?typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValuedatatypeʹvaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueqdatatypevaluetypeSTRINGdataTypeGroupsideCivilianEntities AttributesZid atlOffsetffNB`itemsItem05Item1ڶZdataTypeObjectPositionInfosideCivilianflagsAttributesԶid typeC_Bob_VRatlOffsetڶpositionFo٩BˏSFԶڶdataTypeWaypointloiterAltitudepositionGFBHFEffectsTshowWPNEVERid typeMoveZZ`dataTypeTriggerposition7)FcBSFAttributesȷid typeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_time_10;}sizeA AsizeB AdataTypeLogicPositionInfo~id typeAdmiral_OndemandCampZoneCustomAttributespositionTFDBSFangles@S@Attribute0Attribute1Attribute2AAttribute3Attribute4żAttribute5Attribute6OAttribute7)Attribute8Attribute9Attribute10Attribute11hAttribute124Attribute13nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueAdataQtypejvaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueAdataAtype,valueAtypeSCALARApropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value»dataһtypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueżdatażtypevalueBżtypeSCALARżpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueNdata^typezvalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueOdata Otype<valueOtypeBOOLOpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value)data)typevalue)typeSCALAR)propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatatypeٿvaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValueWdatagtypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value'hdata7htypeSvaluehtypeSCALARhpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value4data4typevalue?4typeSCALAR4propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatatypevaluetypeSTRINGdataTypeLayername15 Minutes - Rotor InsertstateEntities@id atlOffsetCNitemsItem0Item1fItem28Item3}Item4Item5NdataTypeTriggerpositionE+JCR1jFangle3ǎ@Attributesid typeEmptyDetectorAreaR50atlOffsetfconditioncall{triggeractivated tgr_time_15;}sizeA AsizeB AfdataTypeTriggerposition|ETClFangle3ǎ@Attributesid typeEmptyDetectorAreaR50atlOffset8conditioncall{triggeractivated tgr_time_15;}sizeA AsizeB A8dataTypeGroupsideCivilianEntitiesAttributeswid atlOffsetffNB}itemsItem0Item1wItem2wdataTypeObjectPositionInfo9sideCivilianflagsAttributesqid typeC_Jeff_VRwpositionECCCjFangles4ǎ@qwdataTypeWaypointloiterAltitudepositionFBcGFEffectsshowWPNEVERid typeMovedataTypeWaypointloiterAltitudepositionnFSCalFEffectsqshowWPNEVERid typeMoveww}dataTypeGroupsideCivilianEntitiesAttributesid atlOffsetffNBitemsItem0Item1Item2LdataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Jeff_VRatlOffset8position^{ECplFangles4ǎ@dataTypeWaypointloiterAltitudeposition|?FB`HFEffectsFshowWPNEVERidtypeMoveLLdataTypeWaypointloiterAltitudepositionmF6YCjmFEffectsshowWPNEVERidtypeMovedataTypeLogicPositionInfo2id typeARK_Rotor_InsertCustomAttributesjposition6EPC}jFangles5.<4ǎ@8@jAttribute0Attribute1Attribute2VAttribute3 Attribute4nAttributespropertyARK_Rotor_Insert_Crew_Percentageexpression_this setVariable ['Crew_Percentage',_value,true];ValueOdata_type{valueBtypeSCALARpropertyARK_Rotor_Insert_Vehicle_ClassNameexpression_this setVariable ['Vehicle_ClassName',_value,true];ValueVdata!VtypeAvalueDefaultVtypeSTRINGVpropertyARK_Rotor_Insert_Fly_Speedexpression_this setVariable ['Fly_Speed',_value,true];Value data typevalueNORMAL typeSTRING propertyARK_Rotor_Insert_Fly_Heightexpression_this setVariable ['Fly_Height',_value,true];Value~datatypevalueBtypeSCALARpropertyARK_Rotor_Insert_Routine_Functionexpression_this setVariable ['Routine_Function',_value,true];Value>dataNtype{valueark_rotor_fnc_inserttypeSTRINGdataTypeLogicPositionInfoidtypeARK_Rotor_InsertCustomAttributes(NpositionECqlFangles1<@!@(Attribute0Attribute1NAttribute2Attribute3Attribute4}nAttributesNpropertyARK_Rotor_Insert_Crew_Percentageexpression_this setVariable ['Crew_Percentage',_value,true];Value NdataNtype9valueBNtypeSCALARNpropertyARK_Rotor_Insert_Vehicle_ClassNameexpression_this setVariable ['Vehicle_ClassName',_value,true];ValuedatatypevalueDefaulttypeSTRINGpropertyARK_Rotor_Insert_Fly_Speedexpression_this setVariable ['Fly_Speed',_value,true];ValuedatatypevalueNORMALtypeSTRINGpropertyARK_Rotor_Insert_Fly_Heightexpression_this setVariable ['Fly_Height',_value,true];Value<}dataL}typehvalueB}typeSCALAR}propertyARK_Rotor_Insert_Routine_Functionexpression_this setVariable ['Routine_Function',_value,true];ValueNdata Ntype9valueark_rotor_fnc_insertNtypeSTRINGNdataTypeLayername20 Minutes - Chase Inf (25 Inf)stateEntitiesid atlOffsetVAitemsItem0Item1dataTypeTriggerpositionF2GFEffects9showWPNEVERid&typeMove??dataTypeWaypointloiterAltitudepositionb2lFJYC~_mFEffectsshowWPNEVERid'typeMovedataTypeGroupsideCivilianEntities#Attributesid atlOffsetffNB itemsItem0VItem1Item2dataTypeObjectPositionInfosideCivilianflagsAttributesid typeC_Jeff_VRpositionE^0C#kFanglese@?dataTypeWaypointloiterAltitudepositionFB*sHFEffects~showWPNEVERid(typeMovedataTypeWaypointloiterAltitudepositionnF5FC{jFEffectsshowWPNEVERid)typeMove dataTypeTriggerpositionEZbCkFangle_@?Attributes~id typeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_time_25;}dataTypeTriggerposition`-ECiFangle_@?Attributes(id typeEmptyDetectorAreaR50^conditioncall{triggeractivated tgr_time_25;}^dataTypeLogicPositionInfoid typeARK_Rotor_InsertCustomAttributespositionECiFangles@e@?MK@Attribute0^Attribute1Attribute2Attribute3Attribute4KnAttributespropertyARK_Rotor_Insert_Crew_Percentageexpression_this setVariable ['Crew_Percentage',_value,true];ValuedatatypevalueBtypeSCALARpropertyARK_Rotor_Insert_Vehicle_ClassNameexpression_this setVariable ['Vehicle_ClassName',_value,true];ValuedatatypevalueDefaulttypeSTRINGpropertyARK_Rotor_Insert_Fly_Speedexpression_this setVariable ['Fly_Speed',_value,true];ValueSdatactypevalueNORMALtypeSTRINGpropertyARK_Rotor_Insert_Fly_Heightexpression_this setVariable ['Fly_Height',_value,true];Value KdataKtype6valueBKtypeSCALARKpropertyARK_Rotor_Insert_Routine_Functionexpression_this setVariable ['Routine_Function',_value,true];Valuedatatypevalueark_rotor_fnc_inserttypeSTRINGdataTypeLogicPositionInfo|id typeARK_Rotor_InsertCustomAttributespositionlEpCkFangles;e@?5.<Attribute0Attribute1Attribute2Attribute3UAttribute4 nAttributespropertyARK_Rotor_Insert_Crew_Percentageexpression_this setVariable ['Crew_Percentage',_value,true];ValuedatatypevalueBtypeSCALARpropertyARK_Rotor_Insert_Vehicle_ClassNameexpression_this setVariable ['Vehicle_ClassName',_value,true];Value[dataktypevalueDefaulttypeSTRINGpropertyARK_Rotor_Insert_Fly_Speedexpression_this setVariable ['Fly_Speed',_value,true];ValueUdata!Utype@valueNORMALUtypeSTRINGUpropertyARK_Rotor_Insert_Fly_Heightexpression_this setVariable ['Fly_Height',_value,true];Value data typevalueB typeSCALAR propertyARK_Rotor_Insert_Routine_Functionexpression_this setVariable ['Routine_Function',_value,true];Valuedatatypevalueark_rotor_fnc_inserttypeSTRINGdataTypeLayername30 Minutes - Attack HelistateEntitiesDid atlOffsetB«itemsItem0lItem1dataTypeGroupsideEastEntitiesAttributesCrewLinksid}atlOffsetffNBitemsItem04Item1Item2Item3cItem4&Item5Item6idataTypeObjectPositionInfosideEastflagsAttributesidtypegmx_chdkz_army_pilot_pm63_mixatlOffset`positionh*E_+CAiFangles@P@nameheli_1DdataTypeObjectPositionInfosideEastAttributesidtypegmx_chdkz_army_pilot_pm63_mixatlOffset @positionh*E}?CiFangles@P@dataTypeWaypointloiterAltitudepositionsE|DBDFEffects]showWPNEVERidtypeMoveatlOffset7cc dataTypeWaypointloiterAltitudeposition>jF:xB;JFplacementCcompletitionRadiusAtypeSeekAndDestroyEffects showWPNEVERidatlOffset'>&&dataTypeWaypointloiterAltitudeposition<}F@BPFEffectsshowWPNEVERidtypeMove dataTypeWaypointloiterAltitudepositionQF B&GFplacementCcompletitionRadiusAtypeSeekAndDestroyEffectscshowWPNEVERidatlOffsetiidataTypeWaypointloiterAltitudepositionE4BxDFtypeCycleEffectsshowWPNEVERidLinkIDProviderLinks(nextID(itemsItem0PItem1linkIDitem0item1~CustomDatarolelinkIDitem0item1~CustomDataroleturretPathdataTypeObjectPositionInfosideEastflagsAttributesid~typegmx_chdkz_mi2urn_wdlCustomAttributespositionh*ES?CxiFangles@P@fuelnameheli_1 Attribute0Attribute1Attribute2wAttribute3dAttribute4JAttribute54Attribute6Attribute7Attribute8Attribute9Attribute10nAttributes propertygm_vehicleMarkings_Insignias_MissionLarge_attributeexpression[_this,_value,3,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueRdatabtype}value-1typeSTRINGpropertygm_vehicleMarkings_Insignias_nation_attributeexpression[_this,_value,5,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value7wdataGwtypebvalue-1wtypeSTRINGwpropertygm_vehicleMarkings_Insignias_nationPosition_attributeexpression[_this,_value,5,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value$ddata4dtypeOvalue-1dtypeSTRINGdpropertygm_vehicleMarkings_Insignias_Company_attributeexpression[_this,_value,3,4] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value JdataJtype5value-1JtypeSTRINGJpropertygm_vehicleMarkings_LicensePlates_Numbers_attributeexpression[_this,_value,0,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value4data4typevalue-14typeSTRING4propertygm_vehicleMarkings_Insignias_Battalion_attributeexpression[_this,_value,3,3] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuedatatypevalue-1typeSTRINGpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuevdatatypevalue[[[["FirstAidKit"],[4]],[[],[]],[["ToolKit","ItemGPS","ItemRadio"],[1,1,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_Insignias_flag_attributeexpression[_this,_value,5,2] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuedatatypevalue-1typeSTRINGpropertygm_vehicleMarkings_LicensePlates_Plate_attributeexpression[_this,_value,0,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuekdata{typevalue-1typeSTRINGdataTypeLayername40 Minutes - MLRSstateEntitiesid atlOffset:B>itemsItem06Item1>dataTypeGroupsideEastEntitiesAttributesCrewLinksidatlOffsetffNBitemsItem0 dataTypeObjectPositionInfo`sideEastflagsAttributesidtypegmx_chdkz_army_crew_akm_mixatlOffset@@CustomAttributespositionFFrCGdFangles;namearty_1GAttribute0Attribute1Attribute2 nAttributespropertyspeakerexpression_this setspeaker _value;Value?dataOtypeqvalueMale02RUStypeSTRINGpropertypitchexpression_this setpitch _value;Value data typevalue ׃? typeSCALAR propertygm_rankinsigniaexpression[_this, [1,_value]] call gm_core_characters_fnc_setUnitAttribute;ValuedatatypevaluetypeSTRINGLinkIDProviderLinksnextIDitemsItem0!linkIDitem0item1CustomData\roleturretPath dataTypeObjectPositionInfo#sideEastflagsAttributes[idtypegmx_chdkz_ural375d_mlrs_wdratlOffsetCustomAttributeso>positionET]XC$propertygm_vehicleMarkings_Insignias_MissionLarge_attributeexpression[_this,_value,3,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value data typevalue-1 typeSTRING propertygm_vehicleMarkings_Insignias_nation_attributeexpression[_this,_value,5,0] 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  type value-1 typeSTRING propertygm_vehicleMarkings_Insignias_Company_attributeexpression[_this,_value,3,4] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Values  data  type value-1 typeSTRING propertygm_vehicleMarkings_LicensePlates_Numbers_attributeexpression[_this,_value,0,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value]  datam  type value-1 typeSTRING propertygm_vehicleMarkings_Insignias_Battalion_attributeexpression[_this,_value,3,3] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueE  dataU  typep value-1 typeSTRING propertygm_vehicleMarkings_Insignias_MissionSmall_attributeexpression[_this,_value,3,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value0pdata@ptype[value-1ptypeSTRINGppropertygm_vehicleMarkings_Insignias_Marking_attributeexpression[_this,_value,3,2] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueVdata&VtypeAvalue-1VtypeSTRINGVpropertygm_vehicleMarkings_LicensePlates_Plate_attributeexpression[_this,_value,0,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value>data>type)value-1>typeSTRING>dataTypeMarkerposition\EHݓCFnamemkr_extracttypeEmptyid! atlOffset-©dataTypeMarkerposition;FB3HFnamemkr_ammo_hoteltypeEmptyiddataTypeGroupsideWestEntitiesQAttributesrid0itemsItem0Item1Item2Item3rdataTypeObjectPositionInfosideWestflagsAttributes5id1typeB_officer_Fposition'5FBBuEHFanglesS@5skill?rankCAPTAINinit [this, ["faction", "CUP_ION_PMC"], ["gear", "CO"], ["marker", "CO", "ColorYellow"]] call hull3_unit_fnc_init;descriptionION PMC - Commanding Officer@COisPlayerisPlayabledataTypeObjectPositionInfosideWestflagsAttributesid2typeB_medic_FpositionSBFBB@HFanglesS@skill?rankSERGEANTinit [this, ["faction", "CUP_ION_PMC"], ["gear", "Medic"], ["marker", "COM", "ColorYellow"]] call hull3_unit_fnc_init;descriptionION PMC - Platoon Medic@COisPlayabledataTypeObjectPositionInfosideWestflagsAttributes:id3typeB_Soldier_Fposition#0FBBb8HFanglesS@:skill?rankCORPORALinit [this, ["faction", "CUP_ION_PMC"], ["gear", "Rifleman"]] call hull3_unit_fnc_init;descriptionION PMC - Platoon Rifleman@COisPlayabledataTypeObjectPositionInfobsideWestflagsAttributesid4typeB_officer_Frpositiond=FBBt3HFanglesS@skill?rankLIEUTENANTinit [this, ["faction", "CUP_ION_PMC"], ["gear", "XO"], ["marker", "XO", "ColorYellow"]] call hull3_unit_fnc_init;descriptionION PMC - Executive Officer@COisPlayablerformationDIAMONDdataTypeGroupsideWestEntitiesAttributesid5itemsItem0Item1dataTypeObjectPositionInfoosideWestflagsAttributesid6typeB_Soldier_SL_FpositionQ*FBB,HFanglesغ@skill?rankSERGEANTinit [this, ["faction", "CUP_ION_PMC"], ["gear", "SL"], ["marker", "ASL", "ColorRed"]] call hull3_unit_fnc_init;descriptionION PMC - Alpha Squad Leader@Alpha SLisPlayabledataTypeObjectPositionInfosideWestflagsAttributes&id7typeB_medic_Fposition7FBBZ(HFanglesغ@&skill?rankCORPORALinit [this, ["faction", "CUP_ION_PMC"], ["gear", "Medic"], ["marker", "AM", "ColorRed"]] call hull3_unit_fnc_init;descriptionION PMC - Alpha Squad Medic@Alpha SLisPlayableformationDIAMONDdataTypeGroupsideWestEntitiesfAttributesV!id8p!itemsItem0Item1,Item2Item3V!dataTypeObjectPositionInfosideWestflagsAttributesMid9typeB_Soldier_TL_F,position-/FBB"HFanglesغ@Mskill?rankCORPORALinit [this, ["faction", "CUP_ION_PMC"], ["gear", "FTL"], ["marker", "A1", "ColorRed"]] call hull3_unit_fnc_init;descriptionION PMC - Alpha 1 Fireteam Leader@Alpha 1isPlayable,dataTypeObjectPositionInfosideWestflagsAttributesid:typeB_soldier_AR_Fpositionl<FBBzHFanglesغ@skill?rankCORPORALinit [this, ["faction", "CUP_ION_PMC"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionION PMC - Alpha 1 Automatic Rifleman@Alpha 1isPlayabledataTypeObjectPositionInfosideWestflagsAttributes@id;typeB_Soldier_A_Fposition]*FBBHFanglesغ@@skill?init [this, ["faction", "CUP_ION_PMC"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionION PMC - Alpha 1 Assistant Automatic Rifleman@Alpha 1isPlayabledataTypeObjectPositionInfop sideWestflagsAttributes id<typeB_soldier_LAT_FV!position7FBB&HFanglesغ@ skill?init[this, ["faction", "CUP_ION_PMC"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionION PMC - Alpha 1 Rifleman (AT)@Alpha 1isPlayableV!formationDIAMONDp!dataTypeGroupsideWestEntities!Attributes'id='itemsItem0!Item1#Item2$Item3R&'dataTypeObjectPositionInfoi"sideWestflagsAttributes"id>typeB_Soldier_TL_F#position:FBBo HFanglesغ@"skill?rankCORPORALinit [this, ["faction", "CUP_ION_PMC"], ["gear", "FTL"], ["marker", "A2", "ColorRed"]] call hull3_unit_fnc_init;descriptionION PMC - Alpha 2 Fireteam Leader@Alpha 2isPlayable#dataTypeObjectPositionInfo#sideWestflagsAttributes)$id?typeB_soldier_AR_F$positionVGFBBHFanglesغ@)$skill?rankCORPORALinit [this, ["faction", "CUP_ION_PMC"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionION PMC - Alpha 2 Automatic Rifleman@Alpha 2isPlayable$dataTypeObjectPositionInfo\%sideWestflagsAttributes%id@typeB_Soldier_A_FR&positionH5FBBJGFanglesغ@%skill?init [this, ["faction", "CUP_ION_PMC"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionION PMC - Alpha 2 Assistant Automatic Rifleman@Alpha 2isPlayableR&dataTypeObjectPositionInfo&sideWestflagsAttributes&idAtypeB_soldier_LAT_F'positionBFBBGFanglesغ@&skill?init[this, ["faction", "CUP_ION_PMC"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionION PMC - Alpha 2 Rifleman (AT)@Alpha 2isPlayable'formationDIAMOND'dataTypeGroupsideWestEntities(Attributes-idB.itemsItem0L(Item1)Item2@+Item3,-dataTypeObjectPositionInfo(sideWestflagsAttributes(idCtypeB_Soldier_TL_F)positionEFBB'GFanglesغ@(skill?rankCORPORALinit [this, ["faction", "CUP_ION_PMC"], ["gear", "FTL"], ["marker", "A3", "ColorRed"]] call hull3_unit_fnc_init;descriptionION PMC - Alpha 3 Fireteam Leader@Alpha 3isPlayable)dataTypeObjectPositionInfoE*sideWestflagsAttributes}*idDtypeB_soldier_AR_F@+positionSFBBGFanglesغ@}*skill?rankCORPORALinit [this, ["faction", "CUP_ION_PMC"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionION PMC - Alpha 3 Automatic Rifleman@Alpha 3isPlayable@+dataTypeObjectPositionInfo+sideWestflagsAttributes+idEtypeB_Soldier_A_F,position@FBBGFanglesغ@+skill?init [this, ["faction", "CUP_ION_PMC"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionION PMC - Alpha 3 Assistant Automatic Rifleman@Alpha 3isPlayable,dataTypeObjectPositionInfo-sideWestflagsAttributesP-idFtypeB_soldier_LAT_F-positionSNFBBFGFanglesغ@P-skill?init[this, ["faction", "CUP_ION_PMC"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionION PMC - Alpha 3 Rifleman (AT)@Alpha 3isPlayable-formationDIAMOND.dataTypeGroupsideWestEntitiesb.Attributes1idG1itemsItem0.Item101dataTypeObjectPositionInfo.sideWestflagsAttributes3/idHtypeB_Soldier_SL_F0positionKFBBv8HFangles$@3/skill?rankSERGEANTinit [this, ["faction", "CUP_ION_PMC"], ["gear", "SL"], ["marker", "BSL", "ColorBlue"]] call hull3_unit_fnc_init;descriptionION PMC - Bravo Squad Leader @Bravo SLisPlayable0dataTypeObjectPositionInfo|0sideWestflagsAttributes0idItypeB_medic_F1positionYFBBa3HFangles$@0skill?rankCORPORALinit [this, ["faction", "CUP_ION_PMC"], ["gear", "Medic"], ["marker", "BM", "ColorBlue"]] call hull3_unit_fnc_init;descriptionION PMC - Bravo Squad Medic@Bravo SLisPlayable1formationDIAMOND1dataTypeGroupsideWestEntities2Attributes8idJatlOffset7 8itemsItem0C2Item13Item2H5Item368dataTypeObjectPositionInfo2sideWestflagsAttributes2idKtypeB_Soldier_TL_FatlOffset73positionOFCB0HFangles$@2skill?rankCORPORALinit [this, ["faction", "CUP_ION_PMC"], ["gear", "FTL"], ["marker", "B1", "ColorBlue"]] call hull3_unit_fnc_init;descriptionION PMC - Bravo 1 Fireteam Leader@Bravo 1isPlayable3dataTypeObjectPositionInfoM4sideWestflagsAttributes4idLtypeB_soldier_AR_FH5position\FBB +HFangles$@4skill?rankCORPORALinit [this, ["faction", "CUP_ION_PMC"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionION PMC - Bravo 1 Automatic Rifleman@Bravo 1isPlayableH5dataTypeObjectPositionInfo5sideWestflagsAttributes5idMtypeB_Soldier_A_F6positionJFBB-#HFangles %@5skill?init [this, ["faction", "CUP_ION_PMC"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionION PMC - Bravo 1 Assistant Automatic Rifleman@Bravo 1isPlayable6dataTypeObjectPositionInfo 7sideWestflagsAttributesX7idNtypeB_soldier_LAT_F8positionWFBBHFanglesѻ@X7skill?init[this, ["faction", "CUP_ION_PMC"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionION PMC - Bravo 1 Rifleman (AT)@Bravo 1isPlayable8formationDIAMOND 8dataTypeGroupsideWestEntitiesj8Attributes[>idOu>itemsItem08Item11:Item2;Item3=[>dataTypeObjectPositionInfo9sideWestflagsAttributesQ9idPtypeB_Soldier_TL_F1:positionYFBBqHFangles %@Q9skill?rankCORPORALinit [this, ["faction", "CUP_ION_PMC"], ["gear", "FTL"], ["marker", "B2", "ColorBlue"]] call hull3_unit_fnc_init;descriptionION PMC - Bravo 2 Fireteam Leader@Bravo 2isPlayable1:dataTypeObjectPositionInfo:sideWestflagsAttributes:idQtypeB_soldier_AR_F;positionfFBB\HFangles$@:skill?rankCORPORALinit [this, ["faction", "CUP_ION_PMC"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionION PMC - Bravo 2 Automatic Rifleman@Bravo 2isPlayable;dataTypeObjectPositionInfo <sideWestflagsAttributesE<idRtypeB_Soldier_A_F=position[TFBB HFangles$@E<skill?init [this, ["faction", "CUP_ION_PMC"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionION PMC - Bravo 2 Assistant Automatic Rifleman@Bravo 2isPlayable=dataTypeObjectPositionInfou=sideWestflagsAttributes=idStypeB_soldier_LAT_F[>position{aFBB<HFangles$@=skill?init[this, ["faction", "CUP_ION_PMC"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionION PMC - Bravo 2 Rifleman (AT)@Bravo 2isPlayable[>formationDIAMONDu>dataTypeGroupsideWestEntities>AttributesDidTDitemsItem0>Item1@Item2AItem3XCDdataTypeObjectPositionInfon?sideWestflagsAttributes?idUtypeB_Soldier_TL_F@positiondFBBGFangles$@?skill?rankCORPORALinit [this, ["faction", "CUP_ION_PMC"], ["gear", "FTL"], ["marker", "B3", "ColorBlue"]] call hull3_unit_fnc_init;descriptionION PMC - Bravo 3 Fireteam Leader@Bravo 3isPlayable@dataTypeObjectPositionInfo@sideWestflagsAttributes/AidVtypeB_soldier_AR_FAposition rFBBGFangles$@/Askill?rankCORPORALinit [this, ["faction", "CUP_ION_PMC"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionION PMC - Bravo 3 Automatic Rifleman@Bravo 3isPlayableAdataTypeObjectPositionInfobBsideWestflagsAttributesBidWtypeB_Soldier_A_FXCposition_FBBGFangles$@Bskill?init [this, ["faction", "CUP_ION_PMC"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionION PMC - Bravo 3 Assistant Automatic Rifleman@Bravo 3isPlayableXCdataTypeObjectPositionInfoCsideWestflagsAttributesDidXtypeB_soldier_LAT_FDpositionlFBBGFangles$@Dskill?init[this, ["faction", "CUP_ION_PMC"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionION PMC - Bravo 3 Rifleman (AT)@Bravo 3isPlayableDformationDIAMONDDdataTypeGroupsideWestEntitiesEAttributesgPidYPitemsItem0REItem1OHItem2KItem3MgPdataTypeObjectPositionInfoEsideWestflagsAttributesFidZtypeB_Helipilot_FCustomAttributesFOHposition@E*Cn&FanglesrE/;J@@Fskill?rankSERGEANTinit [this, ["faction", "CUP_ION_PMC"], ["gear", "P"], ["marker", "CAS1", "ColorOrange"]] call hull3_unit_fnc_init;descriptionION PMC - CAS 1 Pilot (V-44 X Blackfish Gunship)@CAS 1isPlayableFAttribute07GAttribute1GnAttributesOHpropertyspeakerexpression_this setspeaker _value;ValueGGdataGGtypeGvalueMale08ENGGtypeSTRINGGpropertypitchexpression_this setpitch _value;ValueHOHdataHOHtype:Hvalue\?OHtypeSCALAROHdataTypeObjectPositionInfoHsideWestflagsAttributes Iid[typeB_helicrew_FCustomAttributesIKposition*ECk&FanglesJ@ Iskill?init[this, ["faction", "CUP_ION_PMC"], ["gear", "P"]] call hull3_unit_fnc_init;descriptionION PMC - CAS 1 Copilot Observer@CAS 1isPlayableIAttribute0IAttribute1JnAttributesKpropertyspeakerexpression_this setspeaker _value;Value9JJdataIJJtypekJvalueMale01ENGJtypeSTRINGJpropertypitchexpression_this setpitch _value;ValueJKdataJKtypeJvalueQx?KtypeSCALARKdataTypeObjectPositionInfoKsideWestflagsAttributesKid\typeB_helicrew_FCustomAttributesgLMpositionoECu|&FanglesrE/;J@@Kskill?init[this, ["faction", "CUP_ION_PMC"], ["gear", "PCM"]] call hull3_unit_fnc_init;descriptionION PMC - CAS 1 Gunner@CAS 1isPlayablegLAttribute0LAttribute10MnAttributesMpropertyspeakerexpression_this setspeaker _value;ValueL0MdataL0MtypeMvalueMale10ENG0MtypeSTRING0Mpropertypitchexpression_this setpitch _value;ValuevMMdataMMtypeMvalueG?MtypeSCALARMdataTypeObjectPositionInfomLinksQmnwnextIDQmitemsItem0nItem1oItem2OoItem3oItem4oItem56pItem6pItem7pItem8qItem9jqItem10qItem11rItem12QrItem13rItem14rItem158sItem16sItem17sItem18tItem19ltItem20tItem21uItem22SuItem23uItem24uItem25:vItem26vItem27vItem28!wnwlinkIDitem0 item1 CustomDatanotypeSyncolinkIDitem0 item1 CustomData=oOotypeSyncOolinkIDitem0 item1 CustomDataootypeSyncolinkIDitem0 item1 CustomDataootypeSyncolinkIDitem0 item1 CustomData$p6ptypeSync6plinkIDitem0 item1 CustomDataqpptypeSyncplinkIDitem0 item1 CustomDatapptypeSyncplinkIDitem0 item1 CustomData qqtypeSyncqlinkIDitem0 item1 CustomDataXqjqtypeSyncjqlinkID item0 item1 CustomDataqqtypeSyncqlinkID item0item1 CustomDataqrtypeSyncrlinkID item0item1 CustomData?rQrtypeSyncQrlinkID item0Litem1 CustomDatarrtypeSyncrlinkID item0item1CustomDatarrtypeSyncrlinkIDitem0item1'CustomData&s8stypeSync8slinkIDitem0item1'CustomDatassstypeSyncslinkIDitem0 item1CustomDatasstypeSyncslinkIDitem0&item1CustomData tttypeSynctlinkIDitem0'item1CustomDataZtlttypeSyncltlinkIDitem0*item1CustomDatatttypeSynctlinkIDitem0item1CustomDatatutypeSynculinkIDitem0item1CustomDataAuSutypeSyncSulinkIDitem0item1CustomDatauutypeSynculinkIDitem0item1CustomDatauutypeSynculinkIDitem0item1CustomData(v:vtypeSync:vlinkIDitem0item1CustomDatauvvtypeSyncvlinkIDitem0item1CustomDatavvtypeSyncvlinkIDitem0item1CustomDataw!wtypeSync!wlinkIDitem0item1CustomData\wnwtypeSyncnwclass 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 AT4", "plp_ct_milboxlongblack", 3, 0, 360, "_this call ark_fnc_plank_fill_SMAW_Ammo;"}, {"Small Ammobox", "plp_ct_milboxmediumblack", 3, 0, 360, "_this call ark_fnc_plank_fill_MMG_Ammo;"}, {"Medic Supply Box", "plp_ct_milboxsmallblack", 3, 0, 360, "_this call ark_fnc_plank_fill_medic_box;"}, {"Large Ammobox", "plp_ct_milboxbigblack", 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"];cyWꭝ=