admiral\admiral.hVAHeGdescription.ext?Hehull3\briefing\blufor.sqf:Iehull3\briefing\civilian.sqf*qn^hull3\briefing\indfor.sqfbhull3\briefing\opfor.sqfEehull3\hull3.h Iehull3\LICENSE*qn^8hull3\MITM_G.h6Iehull3\MITM_U.hIe@init.sqf?HeinitPlayerLocal.sqf7IeinitServer.sqfbmission.sqm;Ieplank.hFe*zone_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 = "CUP_RU_RATNIK_WD"; defaultZoneTemplate = "Camp"; }; class Patrol { defaultUnitTemplate = "CUP_RU_RATNIK_WD"; defaultZoneTemplate = "Patrol"; }; class Cqc { defaultUnitTemplate = "CUP_RU_RATNIK_WD"; defaultZoneTemplate = "Cqc"; }; class UnitTemplates { class CUP_RU_RATNIK_WD { side = "east"; camouflage[] = {"woodland"}; infantry[] = {"CUP_O_RU_Soldier_GL_Ratnik_Summer", "CUP_O_RU_Soldier_GL_Ratnik_Summer", "CUP_O_RU_Soldier_Ratnik_Summer", "CUP_O_RU_Soldier_Ratnik_Summer", "CUP_O_RU_Soldier_AR_Ratnik_Summer", "CUP_O_RU_Soldier_MG_Ratnik_Summer", "CUP_O_RU_Soldier_AT_Ratnik_Summer", "CUP_O_RU_Soldier_Medic_Ratnik_Summer"}; crewmen[] = {"CUP_O_RU_Crew_M_EMR"}; pilots[] = {"CUP_O_RU_Pilot_M_EMR"}; technicals[] = {"CUP_O_BTR90_RU", "CUP_O_GAZ_Vodnik_BPPU_RU", "CUP_O_BTR80_GREEN_RU", "CUP_O_BTR80A_GREEN_RU", "CUP_O_GAZ_Vodnik_PK_RU", "CUP_O_GAZ_Vodnik_AGS_RU", "CUP_O_GAZ_Vodnik_KPVT_RU"}; armour[] = {"CUP_O_BMP2_RU", "CUP_O_BMP3_RU", "CUP_O_T72_RU", "CUP_O_T90_RU"}; th[] = {"CUP_O_Mi8AMT__kord_RU"}; ah[] = {"CUP_O_Mi8_RU"}; }; }; }; #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 = "malinovka in the middle"; 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 = 1; code = "hull3_mission_date = %1"; }; class Hull3_TimeOfDay { title = "Time of Day"; values[] = {0,1,2,3,4,5,6,7}; texts[] = {"Dawn", "Early Morning", "Morning", "Noon", "Afternoon", "Evening", "Dusk", "Night"}; default = 7; code = "hull3_mission_timeOfDay = %1"; }; class Hull3_Fog { title = "Fog"; values[] = {0,1,2}; texts[] = {"None", "Light", "Heavy"}; default = 0; code = "hull3_mission_fog = %1"; }; class Hull3_Weather { title = "Weather"; values[] = {0,1,2,3,4,5,6,7,8,9}; texts[] = {"Random", "Clear (Calm)", "Clear (Light Winds)", "Clear (Strong Winds)", "Overcast (Calm)", "Overcast (Light Winds)", "Overcast (Strong Winds)", "Rain (Light Winds)", "Rain (Strong Winds)", "Storm"}; default = 2; code = "hull3_mission_weather = %1"; }; class Hull3_SafetyTimer { title = "Safety Timer"; values[] = {9999,0}; texts[] = {"On", "Off"}; default = 9999; code = "hull3_mission_safetyTimerEnd = %1"; }; }; class CfgDebriefingSections { class acex_killTracker { title = "Acex Killed Events"; variable = "acex_killTracker_outputText"; }; }; // BLUFOR Notes // Situation player createDiaryRecord ["Diary", ["Situation","
Our CDF patrol has penetrated the Russian defences and recaptured this fortified complex. We are to hold in place, disrupt the Russian counter attack before withdrawing.

ENEMY FORCES
Russians, lots and lots of badly trained Russians.

FRIENDLY FORCES
An extraction force 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
An ammunition dump has been established in the eastern outbuilding.

JIP EXTRACT
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 Altian civil war has been raging for years with no clear victor in sight. The AAF continue to topple weak governments whilst competing officers fight each other as well as the rebels.

Given the instability a United Nations peace keeping mission (UN Mission Altis) was established in an attempt to bring stability to the Mediterranean island. One of the larger force contributors was Egypt who obviously have their own reasons for a secure Mediterranean.

However given time some factions of the AAF have begun to see the UN Mission in Altis as a hindrance and outright enemy.

ENEMY FORCES
Altis Armed Forces most likely a splinter element rather than the legitimate army itself.

FRIENDLY FORCES
An extraction force 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
An ammunition dump has been established on the western ground floor.

UAV SUPPORT
If slotted we have a UAV operator with control of several armed K40 Ababil-3 Hellfire equipped drones.
These can be utilised for reconnaissance as well as fire support, they can however not be rearmed. Additionally the UAV operator should manually pilot the drones into the air.

JIP EXTRACT
Extract must wait to be called in before moving off. "]]; // Credits player createDiaryRecord ["Diary", ["Credits", "
Made by dancemoox "]];class Hull3 { isEnabled = 1; class MissionParams { date[] = { {2035, 24, 11}, {2035, 24, 11} }; time[] = { {3, 30}, {5, 50}, {9, 0}, {12, 0}, {15, 0}, {17, 50}, {18, 50}, {0, 0} }; }; class Briefing { blufor = "hull3\briefing\blufor.sqf"; opfor = "hull3\briefing\opfor.sqf"; indfor = "hull3\briefing\indfor.sqf"; civilian = "hull3\briefing\civilian.sqf"; }; class Faction { class GMX_CDF_DIGITAL { gear = "MITM_G"; uniform = "MITM_U"; languages[] = { {"west", 100} }; }; }; class Gear { #include "MITM_G.h" unitBaseClass = "Rifleman"; vehicleBaseClass = "Vehicle"; }; class Uniform { #include "MITM_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 MITM_G { class Rifleman { primaryWeapon = "arifle_Velko_lxWS"; primaryWeaponItems[] = {"optic_r1_high_lxWS", "saber_light_lxWS"}; secondaryWeapon = ""; secondaryWeaponItems[] = {}; handgunWeapon = ""; handgunItems[] = {}; uniformWeapons[] = {}; vestWeapons[] = {}; backpackWeapons[] = {}; uniformMagazines[] = { {"HandGrenade", 2}, {"MiniGrenade", 2}, {"ACE_Chemlight_HiRed", 2}, {"SmokeShellRed", 2} }; vestMagazines[] = { {"35Rnd_556x45_Velko_reload_tracer_red_lxWS", 4}, {"35Rnd_556x45_Velko_tracer_red_lxWS", 2} }; backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShellRed", 1}, {"35Rnd_556x45_Velko_reload_tracer_red_lxWS", 6}, {"35Rnd_556x45_Velko_tracer_red_lxWS", 2} }; basicAssignItems[] = {"ItemMap", "ItemCompass", "ItemWatch", "CUP_NVG_1PN138"}; assignItems[] = {}; binocular = ""; uniformItems[] = { {"ACE_Flashlight_KSF1", 1}, {"ACE_wirecutter", 1}, {"ACE_EntrenchingTool", 1} }; vestItems[] = {}; backpackItems[] = {}; uniformRadios[] = {"ACRE_PRC343"}; vestRadios[] = {}; backpackRadios[] = {}; uniformMedicalItems[] = { {"ACE_fieldDressing", 10}, {"ACE_tourniquet", 2} }; vestMedicalItems[] = {}; backpackMedicalItems[] = {}; code = ""; headGear = ""; uniform = ""; goggles = ""; vest = ""; backpack = ""; }; class Leader : Rifleman { primaryWeapon = "arifle_VelkoR5_GL_lxWS"; handgunWeapon = "hgun_Rook40_F"; vestMagazines[] = { {"35Rnd_556x45_Velko_reload_tracer_red_lxWS", 4}, {"CUP_1Rnd_HE_M203", 4}, {"CUP_1Rnd_HEDP_M203", 4}, {"CUP_1Rnd_StarFlare_Red_M203", 2}, {"CUP_1Rnd_SmokeRed_M203", 2}, {"35Rnd_556x45_Velko_tracer_red_lxWS", 2}, {"16Rnd_9x21_Mag", 3} }; backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShellRed", 1}, {"35Rnd_556x45_Velko_reload_tracer_red_lxWS", 6}, {"35Rnd_556x45_Velko_tracer_red_lxWS", 2}, {"CUP_1Rnd_StarFlare_Red_M203", 2}, {"CUP_1Rnd_SmokeRed_M203", 2} }; assignItems[] = {"ItemGPS"}; binocular = "Binocular"; }; class Officer : Leader { assignItems[] = {"ItemGPS"}; binocular = "ACE_Vector"; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; }; class Crew : Rifleman { primaryWeapon = "arifle_VelkoR5_lxWS"; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; vestMagazines[] = {{"35Rnd_556x45_Velko_reload_tracer_red_lxWS", 4}}; backpackMagazines[] = {}; assignItems[] = {"ItemGPS"}; }; class CO : Officer { }; class XO : CO { }; class SL : Officer { }; class Medic : Rifleman { primaryWeapon = "arifle_VelkoR5_lxWS"; vestMagazines[] = { {"35Rnd_556x45_Velko_reload_tracer_red_lxWS", 6}, {"35Rnd_556x45_Velko_tracer_red_lxWS", 2}, {"SmokeShellRed", 4} }; backpackMagazines[] = { {"SmokeShellRed", 4}, {"35Rnd_556x45_Velko_reload_tracer_red_lxWS", 2} }; assignItems[] = {"ItemGPS"}; binocular = "Binocular"; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; backpackMedicalItems[] = { {"ACE_fieldDressing", 30}, {"ACE_morphine", 30}, {"ACE_epinephrine", 30}, {"ACE_bloodIV_500", 24}, {"ACE_splint", 4} }; }; class FTL : Leader { }; class AR : Rifleman { primaryWeapon = "LMG_S77_lxWS"; primaryWeaponItems[] = {"optic_r1_low_lxWS", "saber_light_lxWS"}; vestMagazines[] = {{"100Rnd_762x51_S77_Red_Tracer_lxWS", 1}}; backpackMagazines[] = {{"100Rnd_762x51_S77_Red_Tracer_lxWS", 4}}; }; class AAR : Rifleman { vestMagazines[] = { {"35Rnd_556x45_Velko_reload_tracer_red_lxWS", 6}, {"35Rnd_556x45_Velko_tracer_red_lxWS", 4} }; backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShellRed", 1}, {"100Rnd_762x51_S77_Red_Tracer_lxWS", 4} }; binocular = "Binocular"; }; class RAT : Rifleman { primaryWeapon = "arifle_VelkoR5_lxWS"; secondaryWeapon = "launch_RPG32_green_F"; secondaryWeaponItems[] = {"RPG32_F"}; vestMagazines[] = { {"35Rnd_556x45_Velko_reload_tracer_red_lxWS", 6}, {"35Rnd_556x45_Velko_tracer_red_lxWS", 2} }; backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShellRed", 1}, {"35Rnd_556x45_Velko_reload_tracer_red_lxWS", 4}, {"35Rnd_556x45_Velko_tracer_red_lxWS", 2}, {"RPG32_F", 2}, {"RPG32_HE_F", 1} }; }; class SN : Rifleman { primaryWeapon = "srifle_LRR_F"; handgunWeapon = "hgun_Rook40_F"; primaryWeaponItems[] = {"optic_Nightstalker"}; vestMagazines[] = { {"7Rnd_408_Mag", 10}, {"16Rnd_9x21_Mag", 3} }; backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShellRed", 1}, {"7Rnd_408_Mag", 10} }; assignItems[] = {"ItemGPS"}; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; }; class SP : Rifleman { binocular = "ACE_Vector"; }; class P : Crew { }; class PCM : P { }; class Vehicle { weapons[] = {}; magazines[] = { {"35Rnd_556x45_Velko_reload_tracer_red_lxWS", 100}, {"35Rnd_556x45_Velko_tracer_red_lxWS", 50}, {"100Rnd_762x51_S77_Red_Tracer_lxWS", 100}, {"7Rnd_408_Mag", 25}, {"CUP_1Rnd_HE_M203", 25}, {"CUP_1Rnd_HEDP_M203", 25}, {"CUP_1Rnd_StarFlare_Red_M203", 5}, {"CUP_1Rnd_SmokeRed_M203", 5}, {"ACE_Chemlight_HiRed", 25}, {"HandGrenade", 5}, {"MiniGrenade", 25}, {"SmokeShellRed", 25} }; items[] = {}; medicalItems[] = { {"ACE_fieldDressing", 50}, {"ACE_splint", 12} }; }; class AT_BOX { weapons[] = {}; magazines[] = { {"RPG32_F", 50}, {"RPG32_HE_F", 25} }; items[] = {}; medicalItems[] = {}; }; };class MITM_U { class Rifleman { headGear = "gmx_cdf2022_army_headgear_m92_digittsko"; goggles = ""; uniform = "gmx_cdf2022_army_uniform_soldier_digittsko"; vest = "gmx_cdf2022_army_vest_armor_90_rifleman_digittsko_ARM"; backpack = "ark_backpack_med"; insignia = ""; }; class Leader : Rifleman { uniform = "gmx_cdf2022_army_uniform_soldier_rolled_digittsko"; vest = "gmx_cdf2022_army_vest_armor_90_leader_digittsko_ARM"; }; class Officer : Leader { headGear = "gmx_cdf2022_army_beret_grn"; }; class Crew : Rifleman { headGear = "gm_gc_headgear_zsh3_wht"; uniform = "gmx_cdf2022_army_uniform_crew_digittsko"; vest = "gm_ge_army_vest_pilot_oli_ARM"; backpack = "ark_backpack_small"; }; class CO : Officer { }; class XO : CO { backpack = "ark_backpack_large"; }; class SL : Officer { }; class Medic : Rifleman { vest = "gmx_cdf2022_army_vest_armor_90_medic_digittsko_ARM"; backpack = "ark_backpack_large"; }; class FTL : Leader { headGear = "gmx_cdf2022_army_headgear_m92_glasses_digittsko"; goggles = "G_Headset_lxWS"; }; class AR : Rifleman { vest = "gmx_cdf2022_army_vest_armor_90_machinegunner_digittsko_ARM"; }; class AAR : Rifleman { headGear = "gmx_cdf2022_army_headgear_m92_glasses_digittsko"; backpack = "ark_backpack_large"; }; class RAT : Rifleman { goggles = "gm_ge_facewear_dustglasses"; }; class SN : Rifleman { headGear = "gmx_cdf2022_army_beret_grn"; backpack = "ark_backpack_small"; }; class SP : SN { }; class P : Crew { }; class PCM : P { }; };//if (isServer) then { //{_x forceFlagTexture "\A3\Data_F\Flags\Flag_uno_CO.paa"} forEach [tank_1, tank_2, apc_1, apc_2]; //};ark_fnc_plank_assignFortifications = { private _unit = _this select 0; private _gearClass = _unit getVariable "hull3_gear_class"; if (isNil {_unit getVariable "plank_areFortsAssigned"}) then { call { if (_gearClass in ["CO", "XO", "SL"]) exitWith {[_unit, [1, 4, 0, 4, 0, 0, 0, 1, 0]] call plank_api_fnc_forceAddFortifications}; if (_gearClass in ["FTL"]) exitWith {[_unit, [0, 4, 0, 4, 0, 1, 0, 0, 0]] call plank_api_fnc_forceAddFortifications}; if (_gearClass in ["Rifleman", "AR", "AAR", "SP"]) exitWith {[_unit, [0, 4, 0, 4, 0, 0, 0, 0, 0]] call plank_api_fnc_forceAddFortifications}; if (_gearClass in ["Medic"]) exitWith {[_unit, [0, 4, 2, 4, 0, 0, 1, 0, 0]] call plank_api_fnc_forceAddFortifications}; if (_gearClass in ["RAT"]) exitWith {[_unit, [0, 4, 0, 4, 0, 0, 0, 0, 1]] call plank_api_fnc_forceAddFortifications}; if (_gearClass in ["SN"]) exitWith {[_unit, [0, 4, 0, 4, 0, 0, 0, 0, 0]] call plank_api_fnc_forceAddFortifications}; }; _unit setVariable ["plank_areFortsAssigned", true, true]; }; }; ark_fnc_plank_fill_dragon = { private _box = _this select 1; [_box, 9999] remoteExecCall ["ace_rearm_fnc_makeSource", 2]; private ["_weapons"]; _weapons = [ ["CUP_launch_M72A6", 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"]; _magazines = [ ["35Rnd_556x45_Velko_reload_tracer_red_lxWS", 50], ["35Rnd_556x45_Velko_tracer_red_lxWS", 25], ["CUP_1Rnd_HE_M203", 10], ["CUP_1Rnd_HEDP_M203", 10], ["CUP_1Rnd_StarFlare_Red_M203", 10], ["CUP_1Rnd_SmokeRed_M203", 10], ["100Rnd_762x51_S77_Red_Tracer_lxWS", 50], ["HandGrenade", 15], ["MiniGrenade", 15], ["SmokeShellRed", 15], ["ACE_Chemlight_HiRed", 15] ]; clearMagazineCargoGlobal _box; clearWeaponCargoGlobal _box; clearItemCargoGlobal _box; clearBackpackCargoGlobal _box; {_box addMagazineCargoGlobal _x;} foreach _magazines; //_box call ark_fnc_plank_setBoxColour_t4; }; ark_fnc_plank_fill_SN_Ammo = { private _box = _this select 1; [_box, 9999] remoteExecCall ["ace_rearm_fnc_makeSource", 2]; private ["_magazines"]; _magazines = [ ["RPG32_F", 25], ["RPG32_HE_F", 10] ]; clearMagazineCargoGlobal _box; clearWeaponCargoGlobal _box; clearItemCargoGlobal _box; clearBackpackCargoGlobal _box; {_box addMagazineCargoGlobal _x;} foreach _magazines; //_box call ark_fnc_plank_setBoxColour_t4; }; ark_fnc_plank_fill_Ammo = { private _box = _this select 1; private ["_magazines", "_items"]; _magazines = [ ["35Rnd_556x45_Velko_reload_tracer_red_lxWS", 150], ["35Rnd_556x45_Velko_tracer_red_lxWS", 50], ["CUP_1Rnd_HE_M203", 25], ["CUP_1Rnd_HEDP_M203", 25], ["CUP_1Rnd_StarFlare_Red_M203", 25], ["CUP_1Rnd_SmokeRed_M203", 25], ["100Rnd_762x51_S77_Red_Tracer_lxWS", 150], ["HandGrenade", 25], ["MiniGrenade", 25], ["SmokeShellRed", 25], ["ACE_Chemlight_HiRed", 25] ]; _items = [ ["ACE_fieldDressing", 150] ]; clearMagazineCargoGlobal _box; clearWeaponCargoGlobal _box; clearItemCargoGlobal _box; clearBackpackCargoGlobal _box; {_box addMagazineCargoGlobal _x;} foreach _magazines; {_box addItemCargoGlobal _x;} foreach _items; //_box call ark_fnc_plank_setBoxColour_t3; }; ark_fnc_plank_fill_medic_box = { private _box = _this select 1; private ["_items"]; _items = [ ["ACE_fieldDressing", 90], ["ACE_morphine", 60], ["ACE_epinephrine", 60], ["ACE_bloodIV_500", 48], ["ACE_splint", 16] ]; clearMagazineCargoGlobal _box; clearWeaponCargoGlobal _box; clearItemCargoGlobal _box; clearBackpackCargoGlobal _box; {_box addItemCargoGlobal _x;} foreach _items; _box call ark_fnc_plank_setBoxColour_t4; }; //ark_fnc_plank_setBoxColour_t3 = { // params ["_box"]; // [{_this setObjectTextureGlobal [0, "\gm\gm_weapons\gm_ammoboxes\data\wud\gm_ammobox_wood_03_ext_01_wud_co.paa"];}, _box] call CBA_fnc_execNextFrame; //}; ark_fnc_plank_setBoxColour_t4 = { params ["_box"]; [{_this setObjectTextureGlobal [0, "gm\gm_weapons\gm_ammoboxes\data\oli\gm_ammobox_aluminium_01_medic_oli_co.paa"];}, _box] call CBA_fnc_execNextFrame; }; if (!didJIP) then { [player] call ark_fnc_plank_assignFortifications; ["mission.safetytimer.ended", {[player] call plank_api_fnc_forceRemoveAllFortifications;}] call hull3_event_fnc_addEventHandler; };ark_script_fnc_fireArty = { params ["_vehicle","_target"]; private _gunner = effectiveCommander _vehicle; {_gunner disableAI _x} forEach ["AUTOTARGET","FSM","AUTOCOMBAT"]; private _roundCount = 4; // How many shots fired in one cycle private _delay = 60; // How long between cycles [ { params ["_args", "_id"]; _args params ["_gunner","_target","_roundCount"]; if (!alive _gunner) exitWith {_id call CBA_fnc_removePerFrameHandler}; [_gunner, _target, _roundCount] call ark_script_fnc_doFireArty; }, _delay, [_gunner,_target,_roundCount] ] call CBA_fnc_addPerFrameHandler; }; ark_script_fnc_doFireArty = { params ["_gunner","_target","_roundCount"]; private _veh = vehicle _gunner; private _mag = currentMagazine _veh; private _targetPos = getMarkerPos _target; if ((_targetPos inRangeOfArtillery [[_gunner], _mag]) isEqualTo false) exitWith { systemChat format ["ARK Arty: Error target %1 is out of range of %2",_target,_gunner]; }; _gunner doArtilleryFire [_targetPos, _mag, _roundCount]; _veh setVehicleAmmoDef 1; _veh setVehicleAmmo 1; };raP version6EditorDatasourceNameark_co42_malinovka_in_the_middleaddonsA3_Ui_Fgm_weapons_ammoboxesA3_Structures_F_Households_WIPCUP_AirVehicles_Mi8CUP_AirVehicles_Mi24gm_structures_euro_80CUP_Misc_e_ConfigA3_Structures_F_Dominants_WIPA3_Structures_F_Enoch_Military_Barracksgm_objects_fortificationA3_Modules_F_Curator_Curatorark_ace_rearmA3_Modules_Fark_clear_cargoAdmiralark_rotorark_chase_aiCUP_Creatures_Military_RussiaCUP_WheeledVehicles_UralA3_Characters_Face_explosivesace_nouniformrestrictionsace_parachuteAddonsMetaData dlcsgmCUP_VehiclesEnochCUP_UnitsrandomSeedScenarioDataCustomAttributeswMission moveGridStep?angleGridStep?scaleGridStep?autoGroupingDist AtogglesItemIDProviderMarkerIDProviderLayerIndexProviderCamera nextIDnextID$nextIDPpos53FrC6;EdirFRɾ-m@?upg ak?>asideHQ?rn? List0itemsItem0LItem1Item2<Item3Item4Item5=Item6Item7Item8~Item9+ Item10 Item11> Item12 Item13( Item14 Item15 Item161 Item17 Item18 Item19: Item20 Item21.Item22classNameA3_Ui_FnameArma 3 - User InterfaceauthorBohemia Interactiveurlhttps://www.arma3.comclassNamegm_weapons_ammoboxesnamegm_weapons_ammoboxesauthorGlobal Mobilizationurlglobal-mobilization.com<classNameA3_Structures_F_HouseholdsnameArma 3 - HousesauthorBohemia Interactiveurlhttps://www.arma3.comclassNameCUP_AirVehicles_Mi8nameCUP_AirVehicles_Mi8classNameCUP_AirVehicles_Mi24nameCUP_AirVehicles_Mi24=classNamegm_structures_euro_80namegm_structures_euro_80authorGlobal Mobilizationurlglobal-mobilization.comclassNameCUP_Misc_e_ConfignameCUP_Misc_e_ConfigclassNameA3_Structures_FnameArma 3 - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.com~classNameA3_Structures_F_Enoch_MilitarynameArma 3 Contact Platform - Military Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.com+ classNamegm_objects_fortificationnamegm_objects_fortificationauthorGlobal Mobilizationurlglobal-mobilization.com classNameA3_Modules_F_CuratornameArma 3 Zeus Update - Scripted ModulesauthorBohemia Interactiveurlhttps://www.arma3.com> classNameark_ace_rearmnameARK Inhouse - ACE RearmauthorARKurlhttp://www.ark-group.org classNameA3_Modules_FnameArma 3 Alpha - Scripted ModulesauthorBohemia Interactiveurlhttps://www.arma3.com( classNameark_clear_cargonameARK Inhouse - Clear CargoauthorARKurlhttp://www.ark-group.org classNameAdmiralnameAdmiralauthorKami classNameark_rotornameARK Inhouse - RotorauthorARKurlhttp://www.ark-group.org1 classNameark_chase_ainameARK Inhouse - Chase AIauthorARKurlhttp://www.ark-group.org classNameCUP_Creatures_Military_RussianameCUP_Creatures_Military_Russia classNameCUP_WheeledVehicles_UralnameCUP_WheeledVehicles_Ural: classNameA3_Characters_FnameArma 3 Alpha - Characters and ClothingauthorBohemia Interactiveurlhttps://www.arma3.com classNameace_explosivesnameACE3 - ExplosivesauthorACE-Teamurlhttps://ace3.acemod.org/.classNameace_nouniformrestrictionsnameACE3 - No Uniform RestrictionsauthorACE-Teamurlhttps://ace3.acemod.org/classNameace_parachutenameACE3 - ParachuteauthorACE-Teamurlhttps://ace3.acemod.org/authordancemooxHeader?wgameTypeCoopminPlayersmaxPlayers*wCategory0nameMultiplayerAttribute0Attribute1nAttributespropertyRespawnTemplatesexpressiontrueValuedata&singleTypeARRAYvalueJitemsItem0gdatawsingleTypeSTRINGvalueNonepropertyRespawnButtonexpressiontrueValuedatasingleTypeSCALARvalue?Intel@EntitiesConnectionstbriefingNameark_co42_malinovka_in_the_middleoverviewTextCDF Troops defend against a Russian attack | Extract JIPresistanceWesttimeOfChangesFstartWeather>startWindforecastWeather>forecastWindforecastWavesforecastLightnings=wavesForcedwindForcedyearmonthday hour minutestartFogDecayT<forecastFogDecayT<itemsItem0WItem1'Item2Item3BItem48Item5MItem6Item7Item8{Item9+Item104Item11aDItem12#QItem13WItem14WItem15HXItem16^Item17]bItem18hItem19EoItem20uItem21lyItem22Item23Item24kItem25OItem26Item27Item28Item29tdataTypeLayernameTime TriggersEntitiesidatlOffsetʢ' itemsItem0Item1Item2Item3Item4Item5Item6Item7'dataTypeTriggerpositionFFRB$zFAttributesidtypeEmptyDetectoratlOffsetsnametgr_safety_offconditioncall{hull3_mission_safetyTimerAbort}sizeAsizeBdataTypeTriggerpositionrF\BB=yFAttributes[idtypeEmptyDetectoratlOffsetZ+nametgr_time_10conditioncall{triggeractivated tgr_safety_off;}sizeAsizeBtimeoutDDDdataTypeTriggerpositionF(BxFAttributesIidtypeEmptyDetectoratlOffset* nametgr_time_15conditioncall{triggeractivated tgr_safety_off;}sizeAsizeBtimeoutaDaDaDdataTypeTriggerpositionFOB&axFAttributes7idtypeEmptyDetectoratlOffsetDqônametgr_time_20conditioncall{triggeractivated tgr_safety_off;}sizeAsizeBtimeoutDDDdataTypeTriggerposition~FABwFAttributes%idtypeEmptyDetectoratlOffset9nametgr_time_25conditioncall{triggeractivated tgr_safety_off;}onActivationcall{heli_1 setfuel 1; heli_2 setfuel 1;}sizeAsizeBtimeoutDDDdataTypeTriggerpositionFBwFAttributesLidtypeEmptyDetectoratlOffsetnametgr_time_30conditioncall{triggeractivated tgr_safety_off;}onActivationcall{heli_1 setfuel 1;}sizeAsizeBtimeoutDDDdataTypeTriggerposition6F4ByFAttributesaidtypeEmptyDetectoratlOffsetM'nametgr_time_5conditioncall{triggeractivated tgr_safety_off;}sizeAsizeBtimeoutCCCdataTypeTriggerpositionFCBwFAttributesNidMtypeEmptyDetectoratlOffsetr7'nametgr_time_40conditioncall{triggeractivated tgr_safety_off;}onActivationcall{if (isServer) then {[arty_1,"mkr_tgt"] call ark_script_fnc_fireArty;};}sizeAsizeBtimeoutEEE' dataTypeMarkerposition3F]CfEnamemkr_aomarkerTypeRECTANGLEtypeellipsecolorNameColorWESTfillNameBorderaBbBangleAdrawBorderiddataTypeMarkerpositionc3F]CEnamemkr_tgttypeEmptyidlBdataTypeLayernamePlayer Bits & Set DressingEntitiesid atlOffsetx>8itemsItem0Item1 Item2!Item3l#Item4$Item5(&Item6T'Item7)Item8*Item9-Item100Item11K1Item122Item133Item145Item156Item16V7Item17#88dataTypeObjectPositionInfo sideEmptyflagsAttributesK idtypegm_ammobox_aluminium_01_emptyatlOffsetp= position3F]C5vEangles;K@K init [this, ["faction", "GMX_CDF_DIGITAL"], ["gear", "Vehicle"]] call hull3_unit_fnc_init; dataTypeObjectPositionInfo@!sideEmptyflagsAttributesx!idtypegm_ammobox_aluminium_01_emptyatlOffsetp=!positionL3F]CvEanglesn5x;2=x!init [this, ["faction", "GMX_CDF_DIGITAL"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;! dataTypeObjectPositionInfo"sideEmptyflagsAttributes"idtypeLand_Unfinished_Building_01_FatlOffset>CustomAttributes"l#position2F7_CEanglesO@""Attribute0"nAttributesl#propertyallowDamageexpression_this allowdamage _value;Value8#l#dataH#l#singleTypeBOOLvaluel# dataTypeObjectPositionInfo$sideEmptyflagsAttributesK$idtypeLand_Unfinished_Building_02_FatlOffset>CustomAttributesQ$$position;3F/`C]Eangles8@K$Q$Attribute0y$nAttributes$propertyallowDamageexpression_this allowdamage _value;Value$$data$$singleTypeBOOLvalue$dataTypeObjectPositionInfo%sideEmptyflagsAttributes%idtypegm_ammobox_aluminium_03_emptyatlOffsetp=(&positiont3F]CvEangles;0K@%init [this, ["faction", "GMX_CDF_DIGITAL"], ["gear", "AT_BOX"]] call hull3_unit_fnc_init;(&dataTypeObjectPositionInfo&sideEmptyflagsAttributes&idtypegm_ammobox_aluminium_03_emptyatlOffset09T'position33F]CwEangles!|;K@&init [this, ["faction", "GMX_CDF_DIGITAL"], ["gear", "AT_BOX"]] call hull3_unit_fnc_init;T' dataTypeObjectPositionInfo'sideEmptyflagsAttributes'(idtypeCUP_B_Mi171Sh_CDFatlOffsetCustomAttributesI()position),EX)CFanglesh@'(skill?lockUNLOCKEDI(Attribute0q(nAttributes)propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value()data()singleTypeSTRINGvalue[[[["CUP_arifle_AKS74","CUP_launch_RPG18","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_545x39_AK_M","CUP_RPG18_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_AlicePack_Khaki"],[4]]],false])dataTypeObjectPositionInfor*sideEmptyflagsAttributes*idtypeCUP_B_Mi171Sh_CDFatlOffset@R*positionsE&CFangles\@*skill?lockUNLOCKED* dataTypeObjectPositionInfon+sideEmptyflagsAttributes+idtypeCUP_B_Mi24_D_Dynamic_CDFatlOffset CustomAttributesX,-positionE/ުCjFanglesrE/;\@@+skill?pylonsCUP_PylonPod_2Rnd_AT6_M[0];CUP_PylonPod_32Rnd_S5_M;CUP_PylonPod_32Rnd_S5_M;CUP_PylonPod_32Rnd_S5_M;CUP_PylonPod_32Rnd_S5_M;CUP_PylonPod_2Rnd_AT6_M[0];X,Attribute0,nAttributes-propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value,-data,-singleTypeSTRINGvalue[[[["CUP_arifle_AKS74U","FirstAidKit"],[1,4]],[["CUP_30Rnd_545x39_AK_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[10,2,2,2]],[[],[]],[[],[]]],false]- dataTypeObjectPositionInfoK.sideEmptyflagsAttributes.idtypeCUP_B_Mi24_D_Dynamic_CDFatlOffset&CustomAttributes5/0positioneEjݪCnFangles\@.skill?pylonsCUP_PylonPod_2Rnd_AT6_M[0];CUP_PylonPod_32Rnd_S5_M;CUP_PylonPod_32Rnd_S5_M;CUP_PylonPod_32Rnd_S5_M;CUP_PylonPod_32Rnd_S5_M;CUP_PylonPod_2Rnd_AT6_M[0];5/Attribute0]/nAttributes0propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value/0data/0singleTypeSTRINGvalue[[[["CUP_arifle_AKS74U","FirstAidKit"],[1,4]],[["CUP_30Rnd_545x39_AK_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[10,2,2,2]],[[],[]],[[],[]]],false]0dataTypeObjectPositionInfo 1sideEmptyflagsAttributesE1idtypeland_gm_euro_misc_bargate_01_closedK1positionuU3F8\CP5Eanglesg0w@E1K1dataTypeObjectPositionInfo1sideEmptyflagsAttributes1id\typeFlagCarrierCDFEnsign_EP12positiony[3FaC?Eanglesar@12 dataTypeObjectPositionInfo2sideEmptyflagsAttributes2id typeLand_WIP_FatlOffset1?CustomAttributes23position3F]C8EanglesI>22Attribute02nAttributes3propertyallowDamageexpression_this allowdamage _value;ValueN33data^33singleTypeBOOLvalue3 dataTypeObjectPositionInfo)4sideEmptyflagsAttributesa4idtypeLand_Unfinished_Building_01_FatlOffsetB>CustomAttributesg45position2F _C6Eangles&>a4g4Attribute04nAttributes5propertyallowDamageexpression_this allowdamage _value;Value45data45singleTypeBOOLvalue5dataTypeObjectPositionInfo5sideEmptyflagsAttributes5idtypeLand_GuardHouse_03_FCustomAttributes56position_3F&^CEangles)*?55Attribute06nAttributes6propertyallowDamageexpression_this allowdamage _value;ValueU66datae66singleTypeBOOLvalue6dataTypeObjectPositionInfo7sideEmptyflagsAttributes87idNtypeland_gm_tanktrap_02V7position\3F9\C5EangleswD=I@@87disableSimulationV7dataTypeObjectPositionInfo7sideEmptyflagsAttributes8idOtypeland_gm_tanktrap_02#8position?3FV]ChEanglesԌ@@8@8disableSimulation#8dataTypeObjectPositionInfo8sideEmptyflagsAttributes8idtypeLand_ladder_half_EP18position{^3Fh]C(EanglesN%$?88dataTypeLayernameModulesEntities&9id atlOffsetδ/M items Item09Item1%=Item2=Item3?Item4@BItem5DItem6FItem7IItem8HKItem9~MMdataTypeLogicPositionInfo:id typeModuleCurator_FatlOffsetCustomAttributesM:%=position8EBNnFanglesG<0=M:Attribute0:Attribute1L;Attribute2;Attribute3<nAttributes%=propertyModuleCurator_F_Ownerexpression_this setVariable ['Owner',_value,true];Value ;L;data;L;singleTypeSTRINGvalue#adminLoggedL;propertyModuleCurator_F_Forcedexpression_this setVariable ['Forced',_value,true];Value;;data;;singleTypeSCALARvalue;propertyModuleCurator_F_Nameexpression_this setVariable ['Name',_value,true];ValueR<<datab<<singleTypeSTRINGvalue<propertyModuleCurator_F_Addonsexpression_this setVariable ['Addons',_value,true];Value<%=data<%=singleTypeSCALARvalue@@%=dataTypeLogicPositionInfo|=id'typeARK_ACE_RearmatlOffsetô=positionn'EYVB(yFanglesHK@MK@= dataTypeLogicPositionInfoj>areaSize $YB"BareaIsRectangleflagsidtypeModuleHideTerrainObjects_FatlOffset6CustomAttributes>?position[-3FH\C`Eangless@t/> @>Attribute0>Attribute1f?nAttributes?property#filterexpression_this setVariable ["#filter",_value]Value0?f?data@?f?singleTypeSCALARvalue@f?property#hideLocallyexpression_this setVariable ["#hideLocally",_value]Value??data??singleTypeBOOLvalue? dataTypeLogicPositionInfo@areaSizeA@areaIsRectangleflagsidtypeModuleHideTerrainObjects_FatlOffset<CustomAttributes@@Bpositionؘ2F\CEangles/>@Attribute0 AAttribute1AnAttributes@Bproperty#filterexpression_this setVariable ["#filter",_value]ValuevAAdataAAsingleTypeSCALARvalue?Aproperty#hideLocallyexpression_this setVariable ["#hideLocally",_value]Value B@BdataB@BsingleTypeBOOLvalue@B dataTypeLogicPositionInfoBareaSizeA@areaIsRectangleflagsidItypeModuleHideTerrainObjects_FatlOffset(`>CustomAttributes.CDposition2F 8]CEangles@.CAttribute0fCAttribute1CnAttributesDproperty#filterexpression_this setVariable ["#filter",_value]ValueCCdataCCsingleTypeSCALARvalue?Cproperty#hideLocallyexpression_this setVariable ["#hideLocally",_value]ValueRDDdatabDDsingleTypeBOOLvalueDdataTypeLogicPositionInfo,EareaSize%@&Tl@areaIsRectangleflagsidJtypeModuleHideTerrainObjects_FCustomAttributesdEFpositionjb3F%]C&Eanglesor@dEAttribute0EAttribute1(FnAttributesFproperty#filterexpression_this setVariable ["#filter",_value]ValueE(FdataF(FsingleTypeSCALARvalue?(Fproperty#hideLocallyexpression_this setVariable ["#hideLocally",_value]ValueFFdataFFsingleTypeBOOLvalueF dataTypeLogicPositionInforGareaSize%@&Tl@areaIsRectangleflagsidKtypeModuleHideTerrainObjects_FatlOffsetr>CustomAttributesGIpositionq3F9k]CkEanglesvw;y@bJ:GAttribute0GAttribute1nHnAttributesIproperty#filterexpression_this setVariable ["#filter",_value]Value8HnHdataHHnHsingleTypeSCALARvalue?nHproperty#hideLocallyexpression_this setVariable ["#hideLocally",_value]ValueHIdataHIsingleTypeBOOLvalueI dataTypeLogicPositionInfoIareaSize%@&Tl@areaIsRectangleflagsidLtypeModuleHideTerrainObjects_FatlOffset2 ?CustomAttributesIHKpositionn.3F2]CEangles@or@j@IAttribute0(JAttribute1JnAttributesHKproperty#filterexpression_this setVariable ["#filter",_value]Value~JJdataJJsingleTypeSCALARvalue?Jproperty#hideLocallyexpression_this setVariable ["#hideLocally",_value]ValueKHKdata$KHKsingleTypeBOOLvalueHKdataTypeLogicPositionInfoKareaSizeX@Zl@areaIsRectangleflagsidMtypeModuleHideTerrainObjects_FCustomAttributes&L~MpositionM3F \CKEanglesp5@^r@!a@&LAttribute0^LAttribute1LnAttributes~Mproperty#filterexpression_this setVariable ["#filter",_value]ValueLLdataLLsingleTypeSCALARvalue@Lproperty#hideLocallyexpression_this setVariable ["#hideLocally",_value]ValueJM~MdataZM~MsingleTypeBOOLvalue~MdataTypeLogicPositionInfoMidtypeARK_Clear_VehicleMpositionECDLFMdataTypeLayernameSafety Off (44 Inf)stateEntitiesNNid{ atlOffset">BitemsItem0OItem1dSItem2 WItem3WItem4dItem5gItem6kItem7&oItem8oItem9|Item10Item11|Item12"Item13Item14Item15—Item16xItem17>Item18Item19(Item20ޯItem21Item22JItem23Item244Item25Item26Item27FItem28 Item290dataTypeGroupsideCivilianEntitiesPAttributes^SidatlOffsetffNBdSitemsItem0OPItem1NRItem2R^SdataTypeObjectPositionInfoPsideCivilianflagsAttributes QidtypeC_Bob_VRCustomAttributesQNRposition|=FEangles@TTAttribute0TAttribute1xUnAttributesUpropertyspeakerexpression_this setspeaker _value;Value:UxUdataJUxUsingleTypeSTRINGvalueMale01GREVRxUpropertypitchexpression_this setpitch _value;ValueUUdataUUsingleTypeSCALARvalue\?UdataTypeWaypointloiterAltitudepositionK9FpC mEplacementHBEffects~VshowWPNEVERidtypeMoveVVdataTypeWaypointloiterAltitudeposition63F]CxEEffectsVshowWPNEVERidGtypeMoveWW WdataTypeTriggerposition=FC}Eangles@.@1l@XAttribute0{YAttribute1=ZAttribute2ZAttribute3[Attribute4b\Attribute5!]Attribute6]Attribute7^Attribute8__Attribute9,`Attribute10`Attribute11aAttribute12ybAttribute13BcnAttributesdpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value Z=ZdataZ=ZsingleTypeSTRINGvalue=ZpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueZZdataZZsingleTypeSCALARvalueZpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Valueu[[data[[singleTypeSCALARvalueB[propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value,\b\data<\b\singleTypeSCALARvalueBb\propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value\!]data\!]singleTypeSCALARvalue A!]propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value]]data]]singleTypeBOOLvalue]propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Valueo^^data^^singleTypeSCALARvalue^propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value,___data<___singleTypeSTRINGvalue__propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value_,`data`,`singleTypeSCALARvalue,`propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value``data``singleTypeSCALARvalue`propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueaadataaasingleTypeSCALARvalueAapropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueCbybdataSbybsingleTypeSCALARvalueybpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value cBcdatacBcsingleTypeSCALARvalueBcpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuecddatacdsingleTypeSTRINGvalueddataTypeGroupsideCivilianEntitiesbdAttributesgidatlOffsetffNBgitemsItem0dItem1fItem24gg dataTypeObjectPositionInfo*esideCivilianflagsAttributesbeidtypeC_Bob_VRatlOffset7CustomAttributeshefposition8=FS=CEangles@beheAttribute0eAttribute1(fnAttributesfpropertyspeakerexpression_this setspeaker _value;Valuee(fdatae(fsingleTypeSTRINGvalueMale01GREVR(fpropertypitchexpression_this setpitch _value;Valuenffdata~ffsingleTypeSCALARvalue\?fdataTypeWaypointloiterAltitudeposition8FpAttribute0qAttribute1IrAttribute2sAttribute3sAttribute4ntAttribute5-uAttribute6uAttribute7vAttribute8kwAttribute98xAttribute10xAttribute11yAttribute12zAttribute13N{nAttributes|propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuerIrdata&rIrsingleTypeSTRINGvalueIrpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuersdatarssingleTypeSCALARvaluespropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuessdatasssingleTypeSCALARvalueBspropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value8tntdataHtntsingleTypeSCALARvalueBntpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Valuet-udatau-usingleTypeSCALARvalue A-upropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueuudatauusingleTypeBOOLvalueupropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value{vvdatavvsingleTypeSCALARvaluevpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value8wkwdataHwkwsingleTypeSTRINGvaluekwpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Valuex8xdatax8xsingleTypeSCALARvalue8xpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValuexxdataxxsingleTypeSCALARvaluexpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueyydatayysingleTypeSCALARvalueAypropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueOzzdata_zzsingleTypeSCALARvaluezpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value{N{data({N{singleTypeSCALARvalueN{propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value{|data{|singleTypeSTRINGvalue|dataTypeGroupsideCivilianEntitiesn|AttributesidatlOffsetffNBitemsItem0|Item1~Item2@ dataTypeObjectPositionInfo6}sideCivilianflagsAttributesn}idtypeC_Bob_VRatlOffset8CustomAttributest}~position6FCKEangles+A@n}t}Attribute0}Attribute14~nAttributes~propertyspeakerexpression_this setspeaker _value;Value}4~data~4~singleTypeSTRINGvalueMale01GREVR4~propertypitchexpression_this setpitch _value;Valuez~~data~~singleTypeSCALARvalue\?~dataTypeWaypointloiterAltitudeposition4F8C^EplacementHBEffects:showWPNEVERidtypeMove@@dataTypeWaypointloiterAltitudeposition63F]CxEEffectsshowWPNEVERidEtypeMovedataTypeGroupsideCivilianEntities$AttributesvidatlOffsetffNB|itemsItem0WItem1VItem2vdataTypeObjectPositionInfo܀sideCivilianflagsAttributesidtypeC_Bob_VRCustomAttributesVpositionw,FCEangles8@Attribute0RAttribute1ځnAttributesVpropertyspeakerexpression_this setspeaker _value;ValueځdataځsingleTypeSTRINGvalueMale01GREVRځpropertypitchexpression_this setpitch _value;Value Vdata0VsingleTypeSCALARvalue\?V dataTypeWaypointloiterAltitudepositionh-FZCEplacementHBEffectsshowWPNEVERidtypeMoveatlOffsetD:dataTypeWaypointloiterAltitudeposition63F]CxEEffectspshowWPNEVERidItypeMovevv|dataTypeGroupsideCivilianEntitiesڃAttributesidatlOffsetffNB"itemsItem0 Item1 Item2dataTypeObjectPositionInfosideCivilianflagsAttributesʄidtypeC_Bob_VRCustomAttributesЄ positionj,FCEangles8@ʄЄAttribute0Attribute1nAttributes propertyspeakerexpression_this setspeaker _value;ValueRdatabsingleTypeSTRINGvalueMale01GREVRpropertypitchexpression_this setpitch _value;Valueօ data singleTypeSCALARvalue\? dataTypeWaypointloiterAltitudepositioncJ0F1S9CPEplacementHBEffectsshowWPNEVERidtypeMovedataTypeWaypointloiterAltitudeposition63F]CxEEffectsshowWPNEVERidJtypeMove"dataTypeTriggerposition(,FCEangle1@AttributesidtypeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_safety_off;}sizeA AsizeB AdataTypeLogicPositionInfo_idtypeAdmiral_OndemandCampZoneatlOffsetCustomAttributesposition,F/>C[)Eanglest@*/?@Attribute0Attribute1UAttribute2 Attribute3ËAttribute4zAttribute59Attribute6Attribute7Attribute8wAttribute9DAttribute10 Attribute11БAttribute12Attribute13ZnAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value"Udata2UsingleTypeSTRINGvalueUpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value֊ data singleTypeSCALARvalue propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueËdataËsingleTypeSCALARvalueBËpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueDzdataTzsingleTypeSCALARvalueBzpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value9data9singleTypeSCALARvalue A9propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedataʍsingleTypeBOOLvaluepropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueDwdataTwsingleTypeSTRINGvaluewpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValueDdataDsingleTypeSCALARvalueDpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValueՐ data singleTypeSCALARvalue propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueБdataБsingleTypeSCALARvalueAБpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value[dataksingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value$Zdata4ZsingleTypeSCALARvalueZpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatasingleTypeSTRINGvaluedataTypeGroupsideCivilianEntitieszAttributesidatlOffsetffNB—itemsItem0Item1Item2<dataTypeObjectPositionInfo2sideCivilianflagsAttributesjid typeC_Bob_VRCustomAttributespposition,FuCwEangles8@jpAttribute0Attribute10nAttributespropertyspeakerexpression_this setspeaker _value;Value0data0singleTypeSTRINGvalueMale01GREVR0propertypitchexpression_this setpitch _value;ValuevdatasingleTypeSCALARvalue\?dataTypeWaypointloiterAltitudeposition&.F=#CEplacementHBEffects6showWPNEVERid!typeMove<<dataTypeWaypointloiterAltitudeposition63F]CxEEffectsshowWPNEVERidKtypeMove—dataTypeGroupsideCivilianEntities Attributesrid"atlOffsetffNBxitemsItem0SItem1bItem2r dataTypeObjectPositionInfosideCivilianflagsAttributes id#typeC_Bob_VRatlOffset7CustomAttributes&bposition#+(F0YC`Eanglesj? &Attribute0^Attribute1nAttributesbpropertyspeakerexpression_this setspeaker _value;ValuedatasingleTypeSTRINGvalueMale01GREVRpropertypitchexpression_this setpitch _value;Value,bdata<bsingleTypeSCALARvalue\?bdataTypeWaypointloiterAltitudeposition].FyC|EplacementHBEffectsshowWPNEVERid$typeMovedataTypeWaypointloiterAltitudeposition63F]CxEEffectslshowWPNEVERidLtypeMoverrxdataTypeGroupsideCivilianEntities֛Attributes8id%atlOffsetffNB>itemsItem0 Item1Item28 dataTypeObjectPositionInfosideCivilianflagsAttributes֜id&typeC_Bob_VRatlOffset7CustomAttributesܜposition*(F6YC">Eanglesj?֜ܜAttribute0Attribute1nAttributespropertyspeakerexpression_this setspeaker _value;Value^datansingleTypeSTRINGvalueMale01GREVRpropertypitchexpression_this setpitch _value;ValuedatasingleTypeSCALARvalue\? dataTypeWaypointloiterAltitudepositionj/-FǘsCW`EplacementHBEffectsshowWPNEVERid'typeMoveatlOffsetdataTypeWaypointloiterAltitudeposition63F]CxEEffects2showWPNEVERidMtypeMove88>dataTypeTriggerposition8(FYCpEanglef?Attributesid(typeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_safety_off;}sizeA AsizeB AdataTypeLogicPositionInfokid)typeAdmiral_OndemandCampZoneCustomAttributes(positionQ(FeYCTEanglesQZO=P?U.=Attribute0Attribute1aAttribute2Attribute3ϣAttribute4Attribute5EAttribute6Attribute7ɦAttribute8Attribute9PAttribute10Attribute11ܩAttribute12Attribute13fnAttributes(propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value.adata>asingleTypeSTRINGvalueapropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueϣdataϣsingleTypeSCALARvalueBϣpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuePdata`singleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueEdataEsingleTypeSCALARvalue AEpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Valueƥdata֥singleTypeBOOLvaluepropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueɦdataɦsingleTypeSCALARvalueɦpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuePdata`singleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuePdata*PsingleTypeSCALARvaluePpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueܩdataܩsingleTypeSCALARvalueAܩpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValuegdatawsingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value0fdata@fsingleTypeSCALARvaluefpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value(data(singleTypeSTRINGvalue(dataTypeGroupsideCivilianEntitiesAttributesدid*atlOffsetffNBޯitemsItem0Item1Item2XدdataTypeObjectPositionInfo>sideCivilianflagsAttributesvid+typeC_Bob_VRCustomAttributes|position.(FBYC*pEanglesj?v|Attribute0Attribute1<nAttributespropertyspeakerexpression_this setspeaker _value;Value<data<singleTypeSTRINGvalueMale01GREVR<propertypitchexpression_this setpitch _value;ValuedatasingleTypeSCALARvalue\? dataTypeWaypointloiterAltitudeposition-FlC$;EplacementHBEffectsRshowWPNEVERid,typeMoveatlOffset8XXdataTypeWaypointloiterAltitudeposition63F]CxEEffectsүshowWPNEVERidNtypeMoveددޯdataTypeGroupsideCivilianEntities<Attributesid-atlOffsetffNBitemsItem0oItem1nItem2dataTypeObjectPositionInfosideCivilianflagsAttributes,id.typeC_Bob_VRCustomAttributes2nposition1FACEanglesc?,2Attribute0jAttribute1nAttributesnpropertyspeakerexpression_this setspeaker _value;ValuedataısingleTypeSTRINGvalueMale01GREVRpropertypitchexpression_this setpitch _value;Value8ndataHnsingleTypeSCALARvalue\?n dataTypeWaypointloiterAltitudepositionw3FԂCEplacementHBEffectsshowWPNEVERid/typeMoveatlOffset8dataTypeWaypointloiterAltitudeposition63F]CxEEffectsshowWPNEVERidOtypeMovedataTypeGroupsideCivilianEntitiesAttributesDid0atlOffsetffNBJitemsItem0%Item14Item2ĶD dataTypeObjectPositionInfosideCivilianflagsAttributesid1typeC_Bob_VRatlOffsetCustomAttributes4position)x1FCEanglesc?Attribute00Attribute1nAttributes4propertyspeakerexpression_this setspeaker _value;ValuezdatasingleTypeSTRINGvalueMale01GREVRpropertypitchexpression_this setpitch _value;Value4data4singleTypeSCALARvalue\?4dataTypeWaypointloiterAltitudepositionX0FvCEplacementHBEffectsshowWPNEVERid2typeMoveĶĶdataTypeWaypointloiterAltitudeposition63F]CxEEffects>showWPNEVERidPtypeMoveDDJdataTypeTriggerpositionY1FhlCķEanglec?Attributesid3typeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_safety_off;}sizeA AsizeB AdataTypeLogicPositionInfowid4typeAdmiral_OndemandCampZoneCustomAttributes4positionθ1F[CEangles;9+@_@Attribute0Attribute1mAttribute2$Attribute3ۻAttribute4Attribute5QAttribute6Attribute7վAttribute8Attribute9\Attribute10#Attribute11Attribute12Attribute13rnAttributes4propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value:mdataJmsingleTypeSTRINGvaluempropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value$data$singleTypeSCALARvalue$propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueۻdataۻsingleTypeSCALARvalueBۻpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value\datalsingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueQdata+QsingleTypeSCALARvalue AQpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueҽdatasingleTypeBOOLvaluepropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueվdataվsingleTypeSCALARvalueվpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value\datalsingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value&\data6\singleTypeSCALARvalue\propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value#data#singleTypeSCALARvalue#propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValuedatasingleTypeSCALARvalueApropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValuesdatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value<rdataLrsingleTypeSCALARvaluerpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value4data4singleTypeSTRINGvalue4dataTypeGroupsideCivilianEntitiesAttributesid5atlOffsetffNBitemsItem0Item1Item2TdataTypeObjectPositionInfoJsideCivilianflagsAttributesid6typeC_Bob_VRCustomAttributesposition*1FC8Eanglesc?Attribute0Attribute1HnAttributespropertyspeakerexpression_this setspeaker _value;Value HdataHsingleTypeSTRINGvalueMale01GREVRHpropertypitchexpression_this setpitch _value;ValuedatasingleTypeSCALARvalue\?dataTypeWaypointloiterAltitudeposition1F)yCkEplacementHBEffectsNshowWPNEVERid7typeMoveTTdataTypeWaypointloiterAltitudeposition63F]CxEEffectsshowWPNEVERidQtypeMovedataTypeGroupsideCivilianEntities8Attributesid8atlOffsetffNBitemsItem0kItem1zItem2 dataTypeObjectPositionInfosideCivilianflagsAttributes8id9typeC_Bob_VRatlOffset7CustomAttributes>zposition֊7F7eCDEanglesГm@8>Attribute0vAttribute1nAttributeszpropertyspeakerexpression_this setspeaker _value;ValuedatasingleTypeSTRINGvalueMale01GREVRpropertypitchexpression_this setpitch _value;ValueDzdataTzsingleTypeSCALARvalue\?zdataTypeWaypointloiterAltitudepositionv7FAeCk%EplacementHBEffectsshowWPNEVERid:typeMove dataTypeWaypointloiterAltitudeposition63F]CxEEffectsshowWPNEVERidRtypeMovedataTypeGroupsideCivilianEntitiesAttributes@id;atlOffsetffNBFitemsItem0!Item1 Item2@dataTypeObjectPositionInfosideCivilianflagsAttributesid<typeC_Bob_VRCustomAttributes positionr7FzeCUEanglesГm@Attribute0Attribute1nAttributes propertyspeakerexpression_this setspeaker _value;ValuefdatavsingleTypeSTRINGvalueMale01GREVRpropertypitchexpression_this setpitch _value;Value data singleTypeSCALARvalue\? dataTypeWaypointloiterAltitudeposition4FÄCcoEplacementHBEffectsshowWPNEVERid=typeMoveatlOffset8dataTypeWaypointloiterAltitudeposition63F]CxEEffects:showWPNEVERidStypeMove@@FdataTypeTriggerposition47F5+eC4EangleƓm@Attributesid>typeEmptyDetectorAreaR50 conditioncall{triggeractivated tgr_safety_off;}sizeA AsizeB A dataTypeLogicPositionInfosid?typeAdmiral_OndemandCampZoneCustomAttributes0positionh7F@hCEanglesU=8@@Attribute0Attribute1iAttribute2 Attribute3Attribute4Attribute5MAttribute6Attribute7Attribute8Attribute9XAttribute10Attribute11Attribute12Attribute13nnAttributes0propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value6idataFisingleTypeSTRINGvalueipropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value data singleTypeSCALARvalue propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueXdatahsingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueMdata'MsingleTypeSCALARvalue AMpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatasingleTypeBOOLvaluepropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueXdatahsingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value"Xdata2XsingleTypeSCALARvalueXpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValuedatasingleTypeSCALARvalueApropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueodatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value8ndataHnsingleTypeSCALARvaluenpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value0data 0singleTypeSTRINGvalue0dataTypeGroupsideCivilianEntitiesAttributesid@atlOffsetffNBitemsItem0Item1Item2PdataTypeObjectPositionInfoFsideCivilianflagsAttributes~idAtypeC_Bob_VRCustomAttributespositionz7Fa>fC\%EanglesГm@~Attribute0Attribute1DnAttributespropertyspeakerexpression_this setspeaker _value;ValueDdataDsingleTypeSTRINGvalueMale01GREVRDpropertypitchexpression_this setpitch _value;ValuedatasingleTypeSCALARvalue\?dataTypeWaypointloiterAltitudepositionX6F-sCEplacementHBEffectsJshowWPNEVERidBtypeMovePPdataTypeWaypointloiterAltitudeposition63F]CxEEffectsshowWPNEVERidTtypeMovedataTypeLayername5 Minutes - Wheel Armour Start (2 Tech)stateEntitiesOid atlOffsetX$¹itemsItem0Item1TItem2 Item3.Item4Item5dataTypeGroupsideCivilianEntitiesAttributesNidatlOffsetffNBTitemsItem0)Item1NdataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Bob_VRatlOffset7position=FJF2C+ Eangles>Z=V@Attribute0Attribute1gAttribute2Attribute3Attribute4Attribute5KAttribute6Attribute7Attribute8Attribute9VAttribute10Attribute11Attribute12Attribute13lnAttributes.propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value4gdataDgsingleTypeSTRINGvaluegpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueVdatafsingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueKdata%KsingleTypeSCALARvalueAKpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatasingleTypeBOOLvaluepropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueVdatafsingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value Vdata0VsingleTypeSCALARvalueVpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValuedatasingleTypeSCALARvalue?propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Valuemdata}singleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value6ldataFlsingleTypeSCALARvaluelpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value.data .singleTypeSTRINGvalue.dataTypeGroupsideCivilianEntitiesAttributesidatlOffsetffNBitemsItem0Item1IdataTypeObjectPositionInfo#sideCivilianflagsAttributesCidtypeC_Bob_VRIposition-)FcC"ECIdataTypeWaypointloiterAltitudepositionO3F]CjEEffectsshowWPNEVERidtypeMovedataTypeTriggerpositionj)FamcC'EAttributes7idtypeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_time_5;}sizeA AsizeB AdataTypeLogicPositionInfoidtypeAdmiral_OndemandCampZoneatlOffset7CustomAttributes4positionVo*FPfCEanglesݧ.=d~=4Attribute00Attribute1Attribute2Attribute3`Attribute4Attribute5Attribute6Attribute7ZAttribute8Attribute9Attribute10Attribute11mAttribute12.Attribute13nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuesdatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value*`data:`singleTypeSCALARvalueB`propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueWdatagsingleTypeBOOLvaluepropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value$Zdata4ZsingleTypeSCALARvalueZpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValuerdatasingleTypeSCALARvalue?propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value7mdataGmsingleTypeSCALARvaluempropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value.data.singleTypeSCALARvalue.propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatasingleTypeSTRINGvaluedataTypeLayername10 Minutes - Armour Start (2 Armour)stateEntities/id atlOffsett {itemsItem0Item1$Item2Item3 Item4Item5V{dataTypeGroupsideCivilianEntitiesAttributesid atlOffsetffNB$itemsItem0 Item1dataTypeObjectPositionInfoxsideCivilianflagsAttributesid typeC_Bob_VRposition6=)F,_CEdataTypeWaypointloiterAltitudepositionOX3F]C;EEffectsshowWPNEVERid!typeMove$dataTypeTriggerpositionTY)F<_CgEAttributesid typeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_time_10;}sizeA AsizeB AdataTypeLogicPositionInfoBid typeAdmiral_OndemandCampZoneCustomAttributesz position)Fa`C+Eangles!@=zAttribute0vAttribute18Attribute2Attribute3Attribute4]Attribute5Attribute6Attribute7Attribute8ZAttribute9' Attribute10 Attribute11 Attribute12t Attribute13= nAttributes propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value8data8singleTypeSTRINGvalue8propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuepdatasingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value']data7]singleTypeSCALARvalueB]propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatasingleTypeBOOLvaluepropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValuejdatazsingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value'Zdata7ZsingleTypeSTRINGvalueZpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value' data ' singleTypeSCALARvalue' propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value  data  singleTypeSCALARvalue propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value}  data  singleTypeSCALARvalue propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value> t dataN t singleTypeSCALARvalue?t propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value = data = singleTypeSCALARvalue= propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value  data  singleTypeSTRINGvalue dataTypeGroupsideCivilianEntities] AttributesidatlOffsetffNBitemsItem0 Item1dataTypeObjectPositionInfo sideCivilianflagsAttributesidtypeC_Bob_VRposition>F1CEdataTypeWaypointloiterAltitudepositionOX3F]C;EEffectsshowWPNEVERid typeMovedataTypeTriggerposition>F0CxEAttributesidtypeEmptyDetectorAreaR50Vconditioncall{triggeractivated tgr_time_10;}sizeA AsizeB AVdataTypeLogicPositionInfoidtypeAdmiral_OndemandCampZoneCustomAttributes{positiong ?Fd=0CF C8CFangles@66dataTypeWaypointloiterAltitudeposition.n1F@cCkEEffects7showWPNEVERid&typeMove77dataTypeWaypointloiterAltitudepositionEiA[EEffects7showWPNEVERid'typeMove777dataTypeGroupsideCivilianEntities7Attributes9id atlOffsetffNB9itemsItem028Item18Item2`99dataTypeObjectPositionInfo8sideCivilianflagsAttributes8id typeC_Jeff_VR8position.S@Fg ClBFangles@88dataTypeWaypointloiterAltitudeposition4FSZCEEffectsZ9showWPNEVERid(typeMove`9`9dataTypeWaypointloiterAltitudeposition+DEA?EEffects9showWPNEVERid)typeMove999dataTypeTriggerposition?F- CVBFangle@AttributesZ:id typeEmptyDetectorAreaR50:conditioncall{triggeractivated tgr_time_25;}timeoutAAA:dataTypeTriggerposition{]>F Cr#CFangle~@Attributes;id typeEmptyDetectorAreaR50S;conditioncall{triggeractivated tgr_time_25;}S;dataTypeLogicPositionInfo;id typeARK_Rotor_InsertCustomAttributes;?positione=F; CCFangles:@@;Attribute0S<Attribute1=Attribute2=Attribute3k>Attribute4?nAttributes?propertyARK_Rotor_Insert_Crew_Percentageexpression_this setVariable ['Crew_Percentage',_value,true];Value<=data<=singleTypeSCALARvalueB=propertyARK_Rotor_Insert_Vehicle_ClassNameexpression_this setVariable ['Vehicle_ClassName',_value,true];Value==data==singleTypeSTRINGvalueDefault=propertyARK_Rotor_Insert_Fly_Speedexpression_this setVariable ['Fly_Speed',_value,true];Value2>k>dataB>k>singleTypeSTRINGvalueNORMALk>propertyARK_Rotor_Insert_Fly_Heightexpression_this setVariable ['Fly_Height',_value,true];Value>?data>?singleTypeSCALARvalueB?propertyARK_Rotor_Insert_Routine_Functionexpression_this setVariable ['Routine_Function',_value,true];Value??data??singleTypeSTRINGvalueark_rotor_fnc_insert?dataTypeLogicPositionInfo:@id typeARK_Rotor_InsertCustomAttributesr@aDpositionc?F CBBFanglesy;@69;r@Attribute0@Attribute1AAttribute2HBAttribute3BAttribute4CnAttributesaDpropertyARK_Rotor_Insert_Crew_Percentageexpression_this setVariable ['Crew_Percentage',_value,true];ValueWAAdatagAAsingleTypeSCALARvalueBApropertyARK_Rotor_Insert_Vehicle_ClassNameexpression_this setVariable ['Vehicle_ClassName',_value,true];ValueBHBdataBHBsingleTypeSTRINGvalueDefaultHBpropertyARK_Rotor_Insert_Fly_Speedexpression_this setVariable ['Fly_Speed',_value,true];ValueBBdataBBsingleTypeSTRINGvalueNORMALBpropertyARK_Rotor_Insert_Fly_Heightexpression_this setVariable ['Fly_Height',_value,true];ValueeCCdatauCCsingleTypeSCALARvalueBCpropertyARK_Rotor_Insert_Routine_Functionexpression_this setVariable ['Routine_Function',_value,true];ValueDaDdata*DaDsingleTypeSTRINGvalueark_rotor_fnc_insertaDdataTypeLayername30 Minutes - Attack HelistateEntitiesDid atlOffset`?#QitemsItem0DItem1N#QdataTypeGroupsideEastEntities\EAttributesXLCrewLinks^LidnatlOffsetffNBN items Item0EItem1FItem2MGItem3HItem4HItem5uIItem6IItem7JItem8KItem9KXLdataTypeObjectPositionInfoMFsideEastflagsAttributesFidptypeCUP_O_RU_PilotFpositionM:F CxDFangles1J@:Fnameheli_1DFdataTypeObjectPositionInfoGsideEastAttributesGGidqtypeCUP_O_RU_PilotatlOffsetkT@MGpositionM:FkkCuDFangles1J@:GGMGdataTypeObjectPositionInfoGsideEastAttributesGidrtypeCUP_O_RU_PilotatlOffsetkT@HpositionM:FkkCuDFangles1J@:GHdataTypeObjectPositionInfouHsideEastAttributesHidstypeCUP_O_RU_PilotatlOffsetkT@HpositionM:FkkCuDFangles1J@:Hnameheli_1GHdataTypeObjectPositionInfo7IsideEastAttributesoIidttypeCUP_O_RU_PilotatlOffsetkT@uIpositionM:FkkCuDFangles1J@:oIuIdataTypeWaypointloiterAltitudepositiona&F*ZCBFEffectsIshowWPNEVERidutypeMoveII dataTypeWaypointloiterAltitudeposition4F|C EplacementzCcompletitionRadiusHBEffectsJshowWPNEVERidvtypeMoveJJdataTypeWaypointloiterAltitudeposition~AF,C?9EEffectsKshowWPNEVERidwtypeMoveKK dataTypeWaypointloiterAltitudeposition/1F s]C"EplacementzCcompletitionRadiusHBEffectsKshowWPNEVERidxtypeMoveKKdataTypeWaypointloiterAltitudepositionYsideWestflagsAttributesvYidtypeB_officer_F[Zposition,3F^]CcEanglesPC@vYskill?rankCAPTAINinit [this, ["faction", "GMX_CDF_DIGITAL"], ["gear", "CO"], ["marker", "CO", "ColorYellow"]] call hull3_unit_fnc_init;descriptionCDF - Commanding Officer@COisPlayerisPlayable[ZdataTypeObjectPositionInfoZsideWestflagsAttributesZidtypeB_medic_F[position73F^]CREanglesPC@Zskill?rankSERGEANTinit [this, ["faction", "GMX_CDF_DIGITAL"], ["gear", "Medic"], ["marker", "COM", "ColorYellow"]] call hull3_unit_fnc_init;descriptionCDF - Platoon Medic@COisPlayable[dataTypeObjectPositionInfoC\sideWestflagsAttributes{\idtypeB_Soldier_F5]position$3F^]CMEanglesPC@{\skill?rankCORPORALinit [this, ["faction", "GMX_CDF_DIGITAL"], ["gear", "Rifleman"]] call hull3_unit_fnc_init;descriptionCDF - Platoon Rifleman@COisPlayable5]dataTypeObjectPositionInfo]sideWestflagsAttributes]idtypeB_officer_F^position /3F^]Co3F^]CNEanglesPC@mskill?init [this, ["faction", "GMX_CDF_DIGITAL"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionCDF - Alpha 2 Assistant Automatic Rifleman@Alpha 2isPlayablemdataTypeObjectPositionInfoEnsideWestflagsAttributes}nidtypeB_soldier_LAT_F+oposition[%3F^]CдEanglesPC@}nskill?init[this, ["faction", "GMX_CDF_DIGITAL"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionCDF - Alpha 2 Rifleman (AT)@Alpha 2isPlayable+oformationDIAMONDEodataTypeGroupsideWestEntitiesoAttributesuidatlOffset7uitemsItem0oItem1uqItem2rItem3GtudataTypeObjectPositionInfo^psideWestflagsAttributespidtypeB_Soldier_TL_FatlOffset7uqposition&3F_]C9EanglesPC@pskill?rankCORPORALinit [this, ["faction", "GMX_CDF_DIGITAL"], ["gear", "FTL"], ["marker", "A3", "ColorRed"]] call hull3_unit_fnc_init;descriptionCDF - Alpha 3 Fireteam Leader@Alpha 3isPlayableuqdataTypeObjectPositionInfoqsideWestflagsAttributesridtypeB_soldier_AR_Frposition*13F^]C EanglesPC@rskill?rankCORPORALinit [this, ["faction", "GMX_CDF_DIGITAL"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionCDF - Alpha 3 Automatic Rifleman@Alpha 3isPlayablerdataTypeObjectPositionInfoQssideWestflagsAttributessidtypeB_Soldier_A_FGtpositionN3F^]CcEanglesPC@sskill?init [this, ["faction", "GMX_CDF_DIGITAL"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionCDF - Alpha 3 Assistant Automatic Rifleman@Alpha 3isPlayableGtdataTypeObjectPositionInfotsideWestflagsAttributestidtypeB_soldier_LAT_Fupositionl(3F^]CEanglesPC@tskill?init[this, ["faction", "GMX_CDF_DIGITAL"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionCDF - Alpha 3 Rifleman (AT)@Alpha 3isPlayableuformationDIAMONDudataTypeGroupsideWestEntitiesvAttributesRyidatlOffset7lyitemsItem0;vItem1wRydataTypeObjectPositionInfovsideWestflagsAttributesvidtypeB_Soldier_SL_FatlOffset7wposition.=3F_]C3EanglesPC@vskill?rankSERGEANTinit [this, ["faction", "GMX_CDF_DIGITAL"], ["gear", "SL"], ["marker", "BSL", "ColorBlue"]] call hull3_unit_fnc_init;descriptionCDF - Bravo Squad Leader @Bravo SLisPlayablewdataTypeObjectPositionInfo=xsideWestflagsAttributesuxidtypeB_medic_FRypositionFH3F^]C"EanglesPC@uxskill?rankCORPORALinit [this, ["faction", "GMX_CDF_DIGITAL"], ["gear", "Medic"], ["marker", "BM", "ColorBlue"]] call hull3_unit_fnc_init;descriptionCDF - Bravo Squad Medic@Bravo SLisPlayableRyformationDIAMONDlydataTypeGroupsideWestEntitiesyAttributesiditemsItem0yItem1}{Item2|Item3O~dataTypeObjectPositionInfoezsideWestflagsAttributeszidtypeB_Soldier_TL_F}{position:>3F^]CEanglesPC@zskill?rankCORPORALinit [this, ["faction", "GMX_CDF_DIGITAL"], ["gear", "FTL"], ["marker", "B1", "ColorBlue"]] call hull3_unit_fnc_init;descriptionCDF - Bravo 1 Fireteam Leader@Bravo 1isPlayable}{dataTypeObjectPositionInfo{sideWestflagsAttributes&|idtypeB_soldier_AR_F|positionQI3F^]C{ EanglesPC@&|skill?rankCORPORALinit [this, ["faction", "GMX_CDF_DIGITAL"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionCDF - Bravo 1 Automatic Rifleman@Bravo 1isPlayable|dataTypeObjectPositionInfoY}sideWestflagsAttributes}idtypeB_Soldier_A_FO~positionu53F^]CEanglesPC@}skill?init [this, ["faction", "GMX_CDF_DIGITAL"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionCDF - Bravo 1 Assistant Automatic Rifleman@Bravo 1isPlayableO~dataTypeObjectPositionInfo~sideWestflagsAttributes~idtypeB_soldier_LAT_Fposition@3F^]C@EanglesPC@~skill?init[this, ["faction", "GMX_CDF_DIGITAL"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionCDF - Bravo 1 Rifleman (AT)@Bravo 1isPlayableformationDIAMONDdataTypeGroupsideWestEntities AttributesiditemsItem0IItem1ҁItem2>Item3dataTypeObjectPositionInfosideWestflagsAttributesidtypeB_Soldier_TL_Fҁposition@3F^]CEanglesPC@skill?rankCORPORALinit [this, ["faction", "GMX_CDF_DIGITAL"], ["gear", "FTL"], ["marker", "B2", "ColorBlue"]] call hull3_unit_fnc_init;descriptionCDF - Bravo 2 Fireteam Leader@Bravo 2isPlayableҁdataTypeObjectPositionInfoCsideWestflagsAttributes{idtypeB_soldier_AR_F>positionK3F^]CmEanglesPC@{skill?rankCORPORALinit [this, ["faction", "GMX_CDF_DIGITAL"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionCDF - Bravo 2 Automatic Rifleman@Bravo 2isPlayable>dataTypeObjectPositionInfosideWestflagsAttributesidtypeB_Soldier_A_Fposition73F^]CEanglesPC@skill?init [this, ["faction", "GMX_CDF_DIGITAL"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionCDF - Bravo 2 Assistant Automatic Rifleman@Bravo 2isPlayabledataTypeObjectPositionInfosideWestflagsAttributesNidtypeB_soldier_LAT_FpositionC3F^]C3EanglesPC@Nskill?init[this, ["faction", "GMX_CDF_DIGITAL"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionCDF - Bravo 2 Rifleman (AT)@Bravo 2isPlayableformationDIAMONDdataTypeGroupsideWestEntities`AttributesQidkitemsItem0Item1'Item2Item3QdataTypeObjectPositionInfosideWestflagsAttributesGidtypeB_Soldier_TL_F'position D3F^]CEanglesPC@Gskill?rankCORPORALinit [this, ["faction", "GMX_CDF_DIGITAL"], ["gear", "FTL"], ["marker", "B3", "ColorBlue"]] call hull3_unit_fnc_init;descriptionCDF - Bravo 3 Fireteam Leader@Bravo 3isPlayable'dataTypeObjectPositionInfosideWestflagsAttributesЈidtypeB_soldier_AR_Fposition#O3F^]CEanglesPC@Јskill?rankCORPORALinit [this, ["faction", "GMX_CDF_DIGITAL"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionCDF - Bravo 3 Automatic Rifleman@Bravo 3isPlayabledataTypeObjectPositionInfosideWestflagsAttributes;idtypeB_Soldier_A_FpositionG;3F^]C˘EanglesPC@;skill?init [this, ["faction", "GMX_CDF_DIGITAL"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionCDF - Bravo 3 Assistant Automatic Rifleman@Bravo 3isPlayabledataTypeObjectPositionInfoksideWestflagsAttributesidtypeB_soldier_LAT_FQpositiondF3F^]CNEanglesPC@skill?init[this, ["faction", "GMX_CDF_DIGITAL"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionCDF - Bravo 3 Rifleman (AT)@Bravo 3isPlayableQformationDIAMONDkdataTypeGroupsideWestEntitiesAttributes5idOitemsItem0݌Item15dataTypeObjectPositionInfo`sideWestflagsAttributesidtypeB_sniper_FCustomAttributes`positionM3F^]CgEanglesPC@skill?init [this, ["faction", "GMX_CDF_DIGITAL"], ["gear", "SN"], ["marker", "ST", "ColorOrange"]] call hull3_unit_fnc_init;descriptionCDF - Sniper Marksmen@SniperisPlayable`Attribute0Attribute1nAttributespropertyspeakerexpression_this setspeaker _value;ValuedatasingleTypeSTRINGvalueMale08ENGpropertypitchexpression_this setpitch _value;ValueddatatsingleTypeSCALARvalue\?dataTypeObjectPositionInfosideWestflagsAttributesVidtypeB_spotter_FCustomAttributes5position.X3F^]CVEanglesPC@Vskill?init[this, ["faction", "GMX_CDF_DIGITAL"], ["gear", "SP"]] call hull3_unit_fnc_init;descriptionCDF - Sniper Spotter@SniperisPlayableAttribute03Attribute1nAttributes5propertyspeakerexpression_this setspeaker _value;Value}datasingleTypeSTRINGvalueMale10ENGpropertypitchexpression_this setpitch _value;Value5data5singleTypeSCALARvalueG?5formationDIAMONDOdataTypeGroupsideWestEntitiesAttributesΘiditemsItem0Item1*ΘdataTypeObjectPositionInfoGsideWestflagsAttributesidtypeB_Helipilot_FCustomAttributesi*position˙E/CFangles\@skill?rankSERGEANTinit [this, ["faction", "GMX_CDF_DIGITAL"], ["gear", "P"], ["marker", "TH1", "ColorOrange"]] call hull3_unit_fnc_init;descriptionCDF - TH 1 Pilot (Mi-171Sh) [JIP Extract]@TH 1isPlayableiAttribute0Attribute17Attribute2nAttributes*propertyspeakerexpression_this setspeaker _value;Value7data 7singleTypeSTRINGvalueMale10ENG7propertypitchexpression_this setpitch _value;Value}datasingleTypeSCALARvaluep}?propertyfaceexpression_this setface _value;Value*data*singleTypeSTRINGvalue*dataTypeObjectPositionInfosideWestflagsAttributesidtypeB_helicrew_FCustomAttributesΘpositionҙE/C, Fangles\@skill?init[this, ["faction", "GMX_CDF_DIGITAL"], ["gear", "PCM"]] call hull3_unit_fnc_init;descriptionCDF - TH 1 Crew [JIP Extract]@TH 1isPlayableAttribute0̗Attribute1RnAttributesΘpropertyspeakerexpression_this setspeaker _value;ValueRdata&RsingleTypeSTRINGvalueMale04ENGRpropertypitchexpression_this setpitch _value;ValueΘdataΘsingleTypeSCALARvaluep}?ΘformationDIAMONDdataTypeGroupsideWestEntities2AttributessiditemsItem0ZItem1sdataTypeObjectPositionInfoܙsideWestflagsAttributesidtypeB_Pilot_FCustomAttributesposition%yEC)HFanglesrE/;\@skill?rankLIEUTENANTinit [this, ["faction", "GMX_CDF_DIGITAL"], ["gear", "P"], ["marker", "AH1", "ColorOrange"]] call hull3_unit_fnc_init;descriptionCDF - AH 1 Pilot (Mi-24D) [JIP Extract]@AH 1isPlayableAttribute0FAttribute1̛Attribute2HnAttributespropertyspeakerexpression_this setspeaker _value;Value̛data̛singleTypeSTRINGvalueMale01ENG̛propertypitchexpression_this setpitch _value;ValueHdata"HsingleTypeSCALARvalue\?Hpropertyfaceexpression_this setface _value;ValuedatasingleTypeSTRINGvaluedataTypeObjectPositionInfoAsideWestflagsAttributesyidtypeB_Pilot_FCustomAttributes9spositionECUFanglesHS,;\@yskill?rankLIEUTENANTinit [this, ["faction", "GMX_CDF_DIGITAL"], ["gear", "P"]] call hull3_unit_fnc_init;descriptionCDF - AH 1 Gunner [JIP Extract]@AH 1isPlayable9Attribute0qAttribute1nAttributesspropertyspeakerexpression_this setspeaker _value;Valuedata˞singleTypeSTRINGvalueMale02ENGpropertypitchexpression_this setpitch _value;Value=sdataMssingleTypeSCALARvalueQx?sformationDIAMONDdataTypeGroupsideWestEntitiesןAttributesiditemsItem0Item1dataTypeObjectPositionInfosideWestflagsAttributesidtypeB_Helipilot_FCustomAttributespositionYEلCFangles\@8@skill?rankSERGEANTinit [this, ["faction", "GMX_CDF_DIGITAL"], ["gear", "P"], ["marker", "TH2", "ColorOrange"]] call hull3_unit_fnc_init;descriptionCDF - TH 2 Pilot (Mi-171Sh) [JIP Extract]@TH 2isPlayableAttribute0ߡAttribute1enAttributespropertyspeakerexpression_this setspeaker _value;Value)edata9esingleTypeSTRINGvalueMale09ENGepropertypitchexpression_this setpitch _value;ValuedatasingleTypeSCALARvalueff?dataTypeObjectPositionInfofsideWestflagsAttributesidtypeB_helicrew_FCustomAttributesKposition@ECRFangles\@@skill?init[this, ["faction", "GMX_CDF_DIGITAL"], ["gear", "PCM"]] call hull3_unit_fnc_init;descriptionCDF - TH 2 Crew [JIP Extract]@TH 2isPlayableKAttribute0Attribute1 nAttributespropertyspeakerexpression_this setspeaker _value;Valueͤ dataݤ singleTypeSTRINGvalueMale07ENG propertypitchexpression_this setpitch _value;ValueOdata_singleTypeSCALARvalue33s?formationDIAMONDdataTypeGroupsideWestEntitiesAttributesiditemsItem0Item1dataTypeObjectPositionInfosideWestflagsAttributes˦idtypeB_Pilot_FCustomAttributespositionE/CFangles\@˦skill?rankLIEUTENANTinit [this, ["faction", "GMX_CDF_DIGITAL"], ["gear", "P"], ["marker", "AH2", "ColorOrange"]] call hull3_unit_fnc_init;descriptionCDF - AH 2 Pilot (Mi-24D) [JIP Extract]@AH 2isPlayableAttribute0Attribute1snAttributespropertyspeakerexpression_this setspeaker _value;Value7sdataGssingleTypeSTRINGvalueMale06ENGspropertypitchexpression_this setpitch _value;ValuedataɨsingleTypeSCALARvalueQx?dataTypeObjectPositionInfoqsideWestflagsAttributesidtypeB_Pilot_FCustomAttributesipositionE/C`Fangles\@skill?rankLIEUTENANTinit [this, ["faction", "GMX_CDF_DIGITAL"], ["gear", "P"]] call hull3_unit_fnc_init;descriptionCDF - AH 2 Gunner [JIP Extract]@AH 2isPlayableiAttribute0Attribute1'nAttributespropertyspeakerexpression_this setspeaker _value;Value'data'singleTypeSTRINGvalueMale09ENG'propertypitchexpression_this setpitch _value;Valuemdata}singleTypeSCALARvalueG?formationDIAMONDdataTypeLogicPositionInfo<nameadm_hc_unitisPlayabledescriptionHCidtypeHeadlessClient_FtpositionmECIFanglesQ@@tLinkIDProviderLinksnextIDitemsItem0Item1EItem2Item3߮Item4,Item5yItem6ƯItem7Item8`Item9Item10Item11GItem12Item13Item14.Item15{Item16ȲItem17Item18bItem19Item20Item21IItem22Item23Item240Item25}Item26ʵlinkIDitem0 item1 CustomData3EtypeSyncElinkIDitem0 item1 CustomDatatypeSynclinkIDitem0 item1 CustomDataͮ߮typeSync߮linkIDitem0 item1 CustomData,typeSync,linkIDitem0 item1 CustomDatagytypeSyncylinkIDitem0 item1 CustomDataƯtypeSyncƯlinkIDitem0 item1 CustomDatatypeSynclinkIDitem0item1 CustomDataN`typeSync`linkIDitem0item1 CustomDatatypeSynclinkID item0Litem1 CustomDatatypeSynclinkID item0item1CustomData5GtypeSyncGlinkID item0item1CustomDatatypeSynclinkID item0item1CustomDataϱtypeSynclinkID item0item1CustomData.typeSync.linkIDitem0item1CustomDatai{typeSync{linkIDitem0item1CustomDataȲtypeSyncȲlinkIDitem0)item1(CustomDatatypeSynclinkIDitem04item13CustomDataPbtypeSyncblinkIDitem0?item1>CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData7ItypeSyncIlinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDataѴtypeSynclinkIDitem0item1'CustomData0typeSync0linkIDitem0item1'CustomDatak}typeSync}linkIDitem0item1'CustomDataʵtypeSyncʵlinkIDitem0item1'CustomDatatypeSyncclass Plank { isEnabled = 1; fortifications[] = { // Action text | Classname | Distance | Direction | Direction Range | Code //-------------------------------------------------------------------------------------------------------------------------------------- {"Bunker", "land_gm_sandbags_02_bunker_high", 3, 0, 360, ""}, {"Wide Sandbag", "land_gm_sandbags_01_wall_01", 3, 0, 360, ""}, {"Round Sandbag", "land_gm_sandbags_01_round_01", 3, 0, 360, ""}, {"Short Sandbag", "land_gm_sandbags_01_short_01", 3, 0, 360, ""}, {"Ammobox LAW", "gm_ammobox_aluminium_06_empty", 3, 0, 360, "_this call ark_fnc_plank_fill_dragon;"}, {"Small Ammobox", "gm_ammobox_aluminium_07_empty", 3, 0, 360, "_this call ark_fnc_plank_fill_MMG_Ammo;"}, {"Medic Supply Box", "gm_ammobox_aluminium_07_empty", 3, 0, 360, "_this call ark_fnc_plank_fill_medic_box;"}, {"Large Ammobox", "gm_ammobox_aluminium_04_empty", 3, 0, 360, "_this call ark_fnc_plank_fill_Ammo;"}, {"Ammobox AT", "gm_ammobox_aluminium_03_empty", 3, 0, 360, "_this call ark_fnc_plank_fill_SN_Ammo;"} }; };{_unit disableAI _x} forEach ["SUPPRESSION", "AUTOCOMBAT"];VDQH>pmʳ`U